В чем может быть проблема? Клиент 8. ОС - Виста, после установки клиента почта отправляется нормально. После перезагрузки возникает ошибка: "Операция остановлена по запросу пользователя: mail.box" Ошибка возникает при отправке письма. На консоли сервера ошибок не видно. Клиент открывает сессию и закрывает нормально. Почта принимается. На XP этот же клиент работал нормально, на 2008 сервере, тоже работает стабильно. Явно проблема в клиентской машине. Гугль на эту ошбику ничего не выдает.
Это принципиально «новый» продукт, рассчитанный на компании где 5-500 сотрудников
Что содержит Lotus Foundations: - email and collaboration platform - Supports both Notes and Outlook email clients - Access for remote workers - Office productivity tools - File management - Directory services - Firewall - Backup and recovery - Anti-virus and Anti-Spam
При этом доступ к серверу можно осуществлять посредством: - IBM Lotus Notes - Microsoft Outlook (via DAMO) - Webmail (via Domino Web Access)
Собственно продукт представляет из себя следующий шаг комбайна под названием Lotus Domino/Notes. Только теперь IBM занялся не клиентом, а сервером, решил сделать этот комбайн в более законченной форме. На Linux был поставлен Domino, при этом встроили антивирус и антиспамер (предположительно Касперский), средства для офисных нужд, создание бекапов и восстановления, файревола, и ……… добавили весьма важную «фичу» – управлять этим сервером может пользователь не обладающий знаниями как по линуксу так и по домино. Посредством WEB интерфейса (нечто наподобие настройки аппаратного Firewall) лишь добавив автономность и простоту). Тем самым «талантливый администратор» теперь не столь критическое звено для начинающих компаний.
Решение может быть как уже готовым сервером, так и обычным DVD, который вставляешь в сервер и через 15 минут уже всё стоит и готово к работе. Цена данного продукта не ниже если покупать всё отдельно, так что обольщаться не придется – решение удобное, но не значит дешевое
Сайт этого продукта: http://LotusFoundations.com ИЛИ http://SorryBill.com (я так понимаю, что IBM надоело наблюдать как Microsoft постоянно пишет, что «лотус уже умер» и решили сделать шутку)
P.S. Источник - семинар по продуктам Lotus в киевском офисе IBM для продажников, на котором мне довелось побывать.
Всем привет! У меня такая проблема - есть 2 Domino сервера и я ни как не могу настроить перекрестную сертификацию между ними. В документах серверов (names.nsf) я добавил подключения к противоположному серверу, перекрестно заверил сертификат противоположного сервера. Смотрел отдельно в сертификатах, в категории Notes Cross Certificates присутствует перекрестный сертификат другого сервера. Выполняю trace - результатом работы является то, что он находит противоположный сервер, но говорит, что “Your public key was not found in the Notes and Address Book ”. Почему он не находит публичный ключ другого сервера?
Не смог найти в дизайне почтового ящика, где создается поле $RespondedTo (отвечает за значок состояния письма: 1. - ответ, 2. - пересылка , 3. ответ и пересылка). Если знаете ответ, подскажите пожалуйста где и как оно создается.
Back in April '06 I talked about the bug in Domino whereby it inserts "random paragraph breaks". When using one of the many WYSIWYG HTML editors to edit documents there was a potential problem in that Domino could insert its own carriage returns at any point in your HTML. If this happens to be inside an HTML tag then you're likely to get some garbled, badly-formatted output.
The solution at the time seemed to be an upgrade to 6.5.5. It worked for me and I've not suffered the same problem since. Until yesterday that is. This time the server was 7.0.2 and the same "regression bug" appears to be back. Although I'm not 100% certain it's the exact same bug it's still a problem and so a solution is needed regardless of what the actual cause is.
In my case the editor in question was TinyMCE and the problem was Domino breaking the HTML in the wrong place. The trouble seems to be that TinyMCE sends the whole of the HTML you've written to the server as one long unbroken string. Domino doesn't like this and so breaks it in to chunks after every 16,000th character or so.
To stop this happening we need to stop TinyMCE sending one long line of text and break it up in a sensible manner before Domino gets the chance to.
The solution was suggested in the comments to that original post by, amongst others, Patrick Niland. His idea was to use the save_callback method of the editor to alter the HTML before it gets posted. The solution is worthy of its own posting instead of being hidden in the comments back there.
Here's an example of the JavaScript needed on a form that uses the editor and demonstrates how you can use regular expressions to split the HTML:
tinyMCE.init({ mode: "exact", elements: "Body", //Lots of other options here save_callback: "addNewLinesForDomino"})function addNewLinesForDomino(element_id, html, body){return html.replace(/(\<\/(div|h1-6{1}|p|ol|ul|pre)\>)/gi, "$1\n");
}
What this does is tell the TinyMCE editor to call the function "addNewLinesForDomino" before the form is submitted to the server. When the function runs it adds a new line after all the common block-level elements that might appear in the HTML. Not only does this prevent problems at the server it also lends itself to much tidier looking code in the source.
If nothing else it's a nice example of the power of Regular Expressions. Does that part make sense? Hands up if not and I'll explain.
Discover best practices for implementing effective corporate governance and control in IBM Lotus Notes Domino software environments in this expert webcast.
I'd like to be able to create multiple designer elements with the same name for they should be visible for different Notes/Domino versions. This would give me the opportunity to create fx. a Java script library that uses JDK 1.4 features when older Notes/Domino versions are used and JDK 1.5 for never versions.
Every time you save a Shared Column you are prompted if you want to save you changes. There should be a "Don't display this again..." option on the dialog box.
SPR# EKUO6HYRVC - When creating a repeating calendar entry and marking it as repeating for -5 days, only one entry that is marked as "repeating" is displayed. When a user enters a number of 0 or less than 0, or a nonnumeric character, the value will be reset to the default of 5 and the user will receive a message on the status bar indicating such, "You must enter a number greater than 0. The number has been reset to the default".
You want to recertify a mail file in Lotus Notes and want to change the recipient of the mail file. From the File menu, you choose Security --> User Security --> Renew but there is no place where you can enter a new recipient. Where can you make that change?
This server name is found in the notes.ini file, under the MailServer parameter. This server name is incorrect. If you correct the name of the server in this notes.ini parameter, the previous value returns after a server restart.
Calendar invitations sent from Lotus Notes/Lotus Domino 8 releases are received by external Microsoft Outlook/Exchange recipients as text documents instead of calendar invitations (ICAL format). The documents reference an .ics attachment but there are no attachments and the calendar format is stripped out. Therefore, the recipients are unable to respond to the invitation.
When creating a new transform file using Install shield tuner 6.0 for IBM Lotus Notes Client 8.0.1 for Windows XP and Vista English (C19U1EN), the INIFILE option under Direct Editor is missing. After adding a notes.ini parameter or setup.txt to the transform file, you are unable to complete the process of adding a scriptable setup because the INIFILE section is missing under Direct Editor > tables.
Why do icons disappear on Microsoft Windows Vista after recreating or deleting the administrator workspace? Why do errors occur in the logs when recreating the administrator workspace on Vista?