Lotus Notes/Domino -- продукт и инструмент. Выпуск: 7
Новости о ПО Lotus Notes1. Развитие рынка открытого ПО: глобальные инициативы в России - ERPNEWS
2. Первый сенсорный смартфон BlackBerry. ФОТО. - CNews
3. Добро пожаловать в "Голубой дом"! - Открытые системы
4. ИНТЕГРАЦИЯ ТЕХНОЛОГИЙ БИОМЕТРИЧЕСКОЙ ИДЕНТИФИКАЦИИ И СМАРТ-КАРТ: НОВАЯ ВЕРСИЯ СЕРВИСА BIOLINK IDENIUM - Пресс-релиз.ру
5. BioLink IDenium на защите информации - Сетевые Решения
6. Lotus Notes для iPhone - SoftKey.info
Компания ПУЛ - разработка приложений на Lotus Notes/Domino CodeStore. Коды Примеры Шаблоны1. Display Lotus Notes user group membership details in a tree viewDetermining which groups a Lotus Notes user belongs to is important, but difficult if you don't have access to the proper databases. This tip explains how to display a tree view of the groups and nested groups to which a user belongs with just the click of a button.2. How To: Login to Domino Using Ajax | BlogBack in January I showed how you can add a "flyout" login box to any page of your Domino application. It's a nice easy way for users to login at any point they wish to. The one problem with it is that if, for whatever reason, authentication fails, you are then redirected to the normal login form -- be it the ugly default one or a custom version from domcfg.nsf. Whichever login form the user ends up seeing and no matter if it's ugly or not the chances are you didn't ever want the user to leave the application itself in the first place. Particularly if the interface happens to be Ext-based. My latest task has been to implement a login interface for just such an Ext-based Domino application. In order to avoid the user seeing anything other than a pretty-looking Ext app I decided to use Ajax requests to log the user in. It turns out that what I thought would be a relatively simple exercise took quite a while. What I learnt is worth sharing and I'll end with a demo you can view/copy. How Does It WorkLet's start where the last "how to" left off and assume we have a bog standard HTML Form on the page which POSTs the entered user name and password to the URL /names.nsf?Login. No JavaScript is involved thus far. Now, using this same form, we can now add an onclick event to the Form's login/submit button. Whereas before the button looked like this: <input type="submit" value="Login" /> It would end up looking like this: <input type="submit" onclick="DEXT.Session.Authenticate(this.form); return false;" value="Login" /> Notice the "return false" statement in the onclick event. This prevents the browser submitting the form in the usual way. We'll be processing the form in the JavaScript "Authenticate" method instead. Note that this way of doing it means it's still accessible as the form will still work with JavaScript disabled. The DEXT.Session.Authenticate method looks like this, which you'll no doubt recognise as Prototype-based JavaScript (some bits removed for the sake of brevity). DEXT.Session.Authenticate = function(frm){ frm.RedirectTo.value = DEXT.Database.Path+"$icon"; //Load something small! $('login-message').update("Authenticating with the server..."); $('login-form').request({ onSuccess: function(){ if( document.cookie.match(/DomAuthSessId|LtpaToken/)){ The Form.request() method used is simply shorthand for the Ajax.request() method. It saves us having to tell it what URL, method and data to use as it can get all that from the form itself. The other JavaScript libraries all have similar methods available and porting this code to them should be a doddle. The key to making it all work is simply looking for the existence of a certain cookie once the response is received from the server. If there's a cookie called DomAuthSessId or LtpaToken (for SSO setups) attached to the document then we know the authentication was a success. At this point we reload the whole page. Whether you need to do that depends on how much of the page layout changes once logged-in. If not much changes then you can probably skip this step and have it a truly Ajax-only login process. An ExampleYou can see this method in use now in the DEXT app. Hover over the Login link top right (not in IE6 though, yet) and the login form will appear. It should be pre-populated with a valid login. If you press login you'll see a message about it contacting the server and then the page reloading with the name "Dext User" top right and the Login link no longer there. Now logout using the logout link which replaced the login one from the previous step. When the Login link appears again bring up the login form but alter one of the field values. Try and login now and you should see an error message, while the form remains in place, allowing you to try again. What Use Is It?As mentioned this method still reloads the whole page when a login is successful, so why use Ajax, as this, in effect, adds another round-trip to the server that isn't part of a normal non-Ajax login. Well, put simply, it's for the sake of the user. Rather than redirect them to a different interface and out of the application they were in it allows repeated attempts at logging in all from one place. Lessons I Learnt Along The WayAt first I'd thought I'd be able to examine the page returned to the Ajax request directly and look at its headers. When you login to Domino by POSTing the data the server replies with a HTTP code of 302, which tell the browsers (or Ajax code in this case) where to go next. You're either redirected to the root ("/") of the server or to a URL you specify by passing a value in a field called RedirectTo. The headers for the immediate response from the server look like this: HTTP/1.1 302 Found Server: Lotus-Domino Date: Tue, 07 Oct 2008 09:31:20 GMT Connection: close Location: http://dover/codestore/apps/dext.nsf/$icon Set-Cookie: DomAuthSessId=E73F7A4E35C7A4A9D2CBA8CA3628F067; path=/ My thought was that I'd be able to examine the headers to this page and if the Set-Cookie header existed and had a value of DomAuthSessId or LtpaToken then hey presto, we're in. However, from what I've read, it looks like Ajax doesn't let you examine the 302 redirect. Instead it waits until it's fetched the page to which it's redirected and then it lets you process that as the response. Luckily at this point the Set-Cookie header has been processed by the browser and we can inspect the document.cookie from our JavaScript code. Another lesson I learnt is that you can't POST data to a URL that ends in ?open&login. You can only use a URL ending like that with GET requests. The only time you can POST directly to a login form is if you point the form directly at /names.nsf?login. 3. Open documents in Lotus Notes from the Web without a UNIDYou can use the "Notes://" URL and the UNID to open documents in the Lotus Notes client from a link on the Web. But what do you do if you only have the view and key? This tip offers a solution. Форумы о Lotus Notes/Domino:
Интенет эфир о Lotus Notes. Блоги и форумы1. Установка приложений под Ubuntu4) Инсталляция Lotus Notes 6.0.2 (к сожалению, версию под Linux пока не скачали, пришлось ставить Windows-приложение).2. Handy Backup Lotus Notes plug-in1С, MS Exchange Server, Lotus Notes, почтовых клиентов (Outlook, The Bat), ODBC-совместимых баз данных (MySQL, MS SQL, Oracle.) Плагин предназначен для резервного копирования базы данных Lotus Notes Domino.3. Шатова Людмила, Офис-менеджер, Секретарь-референт,Администратор, Москва, $1200Опытный пользователь ПК - WORD, EXCEL, INTERNET, LOTUS NOTES Машинопись от 150 зн. в мин.4. Форумы, выставки, саммитыОпять в одной фразе - "Вот что мы сделали за 10 лет из Lotus и Domino".5. >>>>no title>>>>no headline6. откуда взять Lotus Domino Administrator?Подскажите, откуда можно скачть Lotus Domino Administrator для Lotus Domino 6.57. GFI MailEssentials 12Пакет GFI MailEssentials также поддерживает Exchange 5.5, Lotus Notes и почтовые серверы SMTP.8. Cancer risk for cell phone useNetscape continues to enjoy a strong following of users numbering in the millions, and Lotus Notes is being used by numerous corporations as the browser and e-mail application. I enlist a partner to test with Lotus Notes and AOL.9. Официальный анонс BlackBerry Storm, WMA ProPlus Поддержка серверов Microsoft Exchange, IBM Lotus Domino, Novell GroupWise Аккумулятор емкостью 1400 мАч Время работы в режиме ожидания - до 15 дней Время работы в режиме разговора - до 5,5 часов Размеры - 112,5х62,2х13,95 мм Вес - 155 граммов10. откуда взять Lotus Domino Administrator?Собственно сабж)Подскажите, откуда можно скачть Lotus Domino Administrator для Lotus Domino 6.5 Спасибо 11. LeaderTask 5.8 - удобная замена органайзера OutlookОрганайзер LeaderTask отличается от монстроообразных пакетов, таких как Microsoft Outlook и Lotus Notes тем, что разработан с учетом методологии известного тайм-менеджера Дэвида Аллена написавшего бестселлер Getting Things Done.12. ВАКАНСИЯ Lotus Notes Developer (срочно)Срочно требуется в серьезную контору опытный программист Lotus Notes (подтвержденный стаж не менее 2-3 лет), хорошее знание английского (немецкого) языка (разговаривать, писать без словаря), возможность отлучаться в долгосрочные загран. командировки (1-3 месяца), соц. пакет, достойная зарплата.СП ЗАО "Международный деловой альянс" (IBA), г. Минск, Беларусь. Тел. (8 029) 766-75-25 (МТС) 8.00 - 21.00, Сергей. 13. ВАКАНСИЯ Lotus Notes Developer (срочно)Срочно требуется в серьезную контору опытный программист Lotus Notes (подтвержденный стаж не менее 2-3 лет), хорошее знание английского (немецкого) языка (разговаривать, писать без словаря), возможность отлучаться в долгосрочные загран. командировки (1-3 месяца), соц. пакет, достойная зарплата.СП ЗАО "Международный деловой альянс" (IBA), г. Минск, Беларусь. Тел. (8 029) 766-75-25 (МТС) 8.00 - 21.00, Сергей. 14. Выпуск рассылки Бюллетень Lotus Notes CodeStore No 82 от 2008-10-08 от 08-10 ...Вышел новый выпуск рассылки "Бюллетень "Lotus Notes CodeStore" No 82 от 2008-10-08".15. Kaspersky Enterprise Space SecurityОбработка сообщений, баз данных и других объектов серверов Lotus Domino;16. Официальный анонс BlackBerry StormПоддержка серверов Microsoft Exchange, IBM Lotus Domino, Novell GroupWise17. Вакансия в "Оверсиз Фрейт Эйдженси" (Санкт-Петербург)Требования: - женщина /мужщина до 30 лет; - опыт работы в сфере морских контейнерных перевозок (желательно экспортное направление); - высшее образование желательно; - знание английского языка (устный, письменный); - навыки работы с ПК на уровне уверенного пользователя (Internet Explorer, Lotus Notes, Excel, Word); - ответственность, исполнительность, высокая работоспособность; - хорошие коммуникативные способности, внимательность, аккуратность и пунктуальность; - доброжелательность и тактичное отношение к клиентам/коллегам.18. дьяконова ольга, Старший менеджер отдела продаж, Москва, $1500Word, Excel, Outlook, Access, AutoCad; Работа в Internet, понятие в построение страниц на HTML; Lotus Notes, 1С. dyak4@rambler.ru Среда, 08 Октября 11:25 2008г.19. Protea Mail Tools 1.04.04Protea Mail Tools для Lotus Domino - программное обеспечение для создания архива почтовых сообщений с использованием различных критериев архивирования. -Сохраняет в архивной базе почтовые сообщения, находящиеся в базах Lotus Domino на сервере.20. NetIQ's AppManager Suite for Microsoft Windows Server 2003 Web EditionУправляйте такими критически важными для бизнеса приложениями, как Microsoft Exchange, Microsoft SQL Server, Apache, IBM WebSphere Application Server, Lotus Domino, Oracle RDBMS, SAP R/3 и RIM BlackBerry Enterprise Server.21. Kaspersky Total Space SecurityАнтивирус Касперского для Lotus Notes/Domino22. Кликнете отложи началото на унифицирани комуникации технология продукти, като _2006, IBM Lotus Notes ще бъде в бизнес Sametime IM като отделен модул, софтуерни продукти, стартира официално IBM Lotus Sametime 7,5. От Microsoft и IBM, две водещ доставчик на софтуер за предприятието, единна платформа за обмен на съобщения има две основни продукти: Така например, Microsoft Exchange Server и офис съобщенията на сървъра с операции, докато IBM Lotus Notes и Lotus Sametime, са два-pronged подход.23. Ищу работуВ связи с известным банковским кризисом и внезапного ухудшения условий труда вынужден заняться поиском новой работы, а то своих голодных ртов не прокормлю, а у меня их уже троевот резюм http://hh.ru:80/resume/557890 Если есть вопросы и предложения, велкам в контактную почту или аську. ЗЫ С разрешения Уважаемого Domino_Admin! 24. Защита данных в LotusВот какой вопрос к вам, есть необходимость заносить в базу конфиденциальную инфу, но к этой базе есть доступ (разного уровня) у многих пользователей.как максимально эффективно ограничить доступ к данным? начиная с защиты документа (определенные поля будут доступны не всем) и заканчивая получения данных сторонними средствами. Галочка в правах доступа "Ре5пликация или копирование документа" - это запрет на копирование и базы и документа? т.е. при опущеной галке пользователь не сможет создать локальную копию? 25. Traveler and selfcertified SSL-CertificatesTraveler Documentation incomplete! Using a SSL-certificate created by Domino with Lotus Traveler works, no Verisign-Certificate or other expensive Certificate is nessecary. Install the Certificate26. Создание шаблона из Lwf БДВсем привет.Встретился с очередным непониманием лотуса. Предистория такова. По поставленным вместе с Lotus Workflow создал свою БД, насоздавал там своих форм агентов JobPropeties и прочего. Тепреь хотел сделать из всего этого свои шаблоны. В общем то из документации я понял что вполне достаточно скопировать рабочую БД и отчистить ее от лишних документов(некотрые нужны) При попытке создать из этого шаблона Workflow Application БД получаю you are not authorized to perform that operation: <имя файла новой БД>. По документации выяснил что желательно в ACL шаблона добавить [LocalDomainServers] и [OtherDomainServers](При этом в стандартном шаблоне их нет, но есть [Involved (Lotus Workflow) servers]. При этом с него БД создаетсья без проблем). Добавил данные группы. Мой шаблон для Organozation Directory стал работать, то есть по нему нормально стала создаваться БД. Но Workflow Application БД все так же не хочет создавать БД. Помогите плз, уже 2-й день пытаюсь победить никак не получается. Надеюсь сносно объяснил 27. Работа с Lotus DominoВ крупную научно-производственную компанию требуется... 28. Nokia E51-1Список контактов, календарь, список дел: поддержка синхронизации с компьютером с Microsoft Outlook и Lotus Notes через Nokia PC Suite29. GFI MailEssentials 12 GFI Software LtdПакет GFI MailEssentials также поддерживает Exchange 5.5, Lotus Notes и почтовые серверы SMTP.30. Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 2" от 07-10 ...Вышел новый выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент.31. Работа с Lotus DominoВ крупную научно-производственную компанию требуется... 32. Работа с Lotus DominoВ крупную научно-производственную компанию требуется... 33. Азы: Связка СУБД + LotusИзвините за малознание, т.к. в Лотусе я вообще не работал. И мне необходимо быстро разобраться.... 34. Convert @Unique to a decimal number (for easier call center use)The nice thing about @Unique is that it's unique -- at least for a given user on a given workstation. The value contains a user initials part and a date/time based part, and if you call the function ...35. Ошибки Lotus (calendar, Monitor, Access)1. Из Лотуса были удалены несколько пользователей в связи с их увольнением. Похоже у кого то из сотрудников на удаленных пользователей были заведены рассылки или еще что то в календаре. Теперь каждый день выдает ошибки (штук 40 на разных удаленных пользователей): SchedMgr: Error processing calendar profile document (NoteID: NT000008FA) in database mail\ххх.nsf: Cannot find user in Domino Directory. Как от этого избавиться или узнать у кого стоят такие настройки рассылки.2. Можно ли как то избавиться от ошибок вида: "Monitor Error in Database F:\Lotus\Domino\Data\mail\ххх.nsf: Entry not found in index" ; "ATTEMPT TO ACCESS DATABASE roaming\ххх\names.nsf by ууу was denied" ; 3. Переодически возникает ошибка "Error compacting names.nsf: Database is currently in use by you or another user" , но базу в это время 23.00 никто не использует. Что можно сделать и как? Если кто знает решение отпишитесь пожалуйста. Заранее спасибо. Блиц-опрос
Вакансии для специалистов1. Lotus Notes Administrator R7.0 IT Information : CW_CA_LOTUS - $1000 Referral RewardJob Title: Lotus Notes Administrator R7.0 IT Information : CW_CA_LOTUSShort Description: Lotus Notes Administrator R7.0 IT Information Technology Server Domino Provide system admiLocation: Valencia, C...2. Lotus Notes Developer*This position is for a Major Wall Street Firm. We have been retained to assist in the recruiting process." Lotus Notes Developer: Need a senior level Lotus Notes developer to provide internal consult...3. Lotus Notes AdministratorGlobal Bank seeks Lotus Notes Administrator that has the ability to also support the BEZ server. The ideal candidate will need to be able to work on both the client and server side, while also providi...4. Senior Lotus Notes (Domino) AdministratorPosition Summary The Senior Lotus Notes Administrator will be providing hands-on administration and engineering support to ensure overall availability and stability of all critical technologies aforem...5. Lotus Notes Domino Developer/AdminDirect client requirement. We have a urgent requirement for Lotus Notes Domino Developer/Admin.Status: Green card/Citizen ship or H1 visa with at least 3 years US Experience.Locations: DCDuration: Lon...6. Jr Lotus Notes AdministratorComtech LLC is an award winning, customer-oriented, full-service IT solutions provider serving the Federal Government, Department of Defense and other contractors.Job Title: Junior/Mid Level - Lotus N...7. Quickr/IBM Lotus Notes Domino Web DeveloperQuickr/IBM Lotus Notes Domino Website developer to work on a high-profile project for a government client. The Quickr/Website developer will participate in the identification of functional requirement...8. Lotus Notes Domino DeveloperOur client is seeking a Lotus Notes Domino Developer at their offices in Ogden, UT. This is a full time, permanent opportunity paying an annual base salary of $60-85K, dependent on experience. There i...9. Lotus Notes DeveloperShort Description: Work with Oracle PL/SQL resources to restore or rewrite Lotus Notes update processes from Oracle to Lotus Notes databases. Complete Description: With full competency, devises or mod...10. Lead IT Analyst, Lotus Notes/MessagingLead IT Analyst, Lotus Notes/MessagingDaily support for a world wide Lotus Notes environment consisting of 126 servers in 82 countries. Responsibilities include testing and implementing global messagi...RTFM Читаем Справку (help.nsf)1. Блокировка окна Notes | Справка Lotus Notes 72. Блокировка документов | Справка Lotus Notes 73. Безопасность почты | Справка Lotus Notes 74. Безопасность агента | Справка Lotus Notes 75. База данных не содержит документ "Работа с базой данных" | Справка Lotus Notes 7Закладки о Lotus Notes1. nsftools.com - The October 2008 BlogRun JavaScript Via LotusScript2. IBM Lotus Notes and Domino licensing3. CodeProject: Lotus Notes Integration with Microsoft .NET Platform (C#). Free source code and programming help4. www.dreckstool.de5. IBM, Linux and the Microsoft-Free PCAs part of the Microsoft-free PC effort, IBM will ship preloaded versions of Lotus Notes, Lotus Symphony and Lotus Sametime with each of the participating Linux distributions.6. THE VIEW Online Knowledgebase7. IBM Mobility for dummies - Google Dokument8. IBM - Error: 'You cannot use the Administration program while the Domino server is running'9. Convert @Unique to a decimal number (for easier call center use)Formula code by Andre Guirard10. IBM What's Coming in Lotus Notes and Domino 8.5Источники знаний. Сайты с книгами
Lotus Notes. Видео и изображения1. An HR intranet in 5 minutesThis screencam illustrates the power of d-works. d-works is a GFI development on Lotus Domino 8. It offers you an instant intranet by combining modules like blogs, wikis, document libraries and discussions. Free download available on http://www.d-works.eu. Author: watchstijn 2. Lotus Notes on iMacalecmcint posted a photo:
По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes |
В избранное | ||