Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 119 от 2008-12-24


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 119 от 2008-12-24
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

На Windows Server 2003 R2 стоит Sametime Server 7 поверх Lotus Domino 8
ОС клиентов: Windows XP sp2 и Windows 2000
У многих пользователей в Sametime Connect 7.5 неактивен чекбокс "автоматическое сохранение стенограмм", соответственно хронология не сохраняеться.
Подсткажите пожалуйста, как это исправить?
Можно попытаться пересоздать реплику.
Или попытаться полечить текущую базу при погашеном сервере:
nfixup (имя базы)
ncompact (имя базы)
ncompact (имя базы) -c
nupdall (имя базы) -R
могут быть всякие календарные события
Возможно, в настройках места вызова путь указан путь к чужой почтовой базе.
На все почтовые базы добавлен пользователь с правами "Чтение, изменение и создание любых документов, отправка почты, включение режима 'Нет на работе'" (я думаю понятно для кого и для чего так сделано), но он отображается в списке и пользователь видит такие права, кроме этого пользователь на правах Editor своей почтовой базы может запросто его удалить. Как можно сделать так, чтобы пользователь не видел что у кого-то ещё есть право читать его почту или даже если он видит такого "читателя", то не мог бы удалить его (только его, а остальных мог бы удалять/добавлять)? Версия notes и domino 8.0.1
Почему-то после подтверждения запроса на удаление почтового файла и всех его реплик со всех серверов, все проходит без ошибок и ругательств, но сам файл не удаляется и продолжает валяться на диске, это так и должно быть?
Возможно, в настройках места вызова путь указан путь к чужой почтовой базе.
Где включается вкладка Server Configuration -> Router/SMTP -> Restrictions and Control -> Rules Что нужно включить, чтобы она появилась?
могут быть всякие календарные события
Можно попытаться пересоздать реплику.
Или попытаться полечить текущую базу при погашеном сервере:
nfixup (имя базы)
ncompact (имя базы)
ncompact (имя базы) -c
nupdall (имя базы) -R
Международная консалтинговая компания для реализации проекта в банке (работа в центральном офисе, г. Киев) ищет команду Lotus разработчиков (до 5 человек):

Требования к квалификации (описала в рамках моего понимания в общих чертах, поэтому не помешает детализация)

Опыт внедрения или доработки IBM Lotus Notes Domino от 1 года
Проектирование и установка распределенного Domino домена.
Инсталяция, настройка и администрирование Domino домена.
Разработка приложений документооборота в Domino Designer, знание @-формул и LotusScript.
Условия работы:
- в офисе Заказчика
- задача включает внедрение нескольких отдельных проектов
- оплата в гривнах

Дополнительная информация по электронной почте: okrupskaya @ recruitmentint.com.ua
Необходимо аккумулировать всю исходящую за пределы Lotus Domino почту. Понимаю что надо для этого их переправлять/дублировать в какой-то базе, далее дать на эту базу доступ на просмотр человеку по безопасности и пусть там разбирается "кто, что и почему".

Какие-то есть средства, советы или уже может такое в этой ветке такое было ?
Буду благодарен за детальные советы (в работе с Лотус новичок ph34r.gif )
копирую документ

    Dim dat As New NotesDateTime(Now)
    Dim newDoc As NotesDocument
    Set newDoc=Doc_form.ParentDatabase.Createdocument
    Call Doc_form.CopyAllItems(newDoc)
    UNID = newDoc.UniversalID
    creatorName=CS_Session.UserName
    
    Set telDoc=PhoneDb_GetDocumentByLotusName(creatorName)
    If Not telDoc Is Nothing Then CreatorName=PhoneDb_GetRusName(telDoc)
    
    Call newDoc.ReplaceItemValue("CreatorName", CreatorName)
    Call newDoc.ReplaceItemValue("UNID", UNID)
    Call newDoc.ReplaceItemValue("Status", "1")
    Set URV_ws=New NotesUIWorkspace
    Set newUIDoc=URV_ws.EditDocument(True, newDoc)

    Call newUIDoc.Refresh


после копирования он замечательно открывается, но не предлагает сохранить при закрытии, как заставить его это делать ??
Интересные темы:
Список форумов:

Tips. Советы

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Darren Duke
Tags: email attachments
Idea:
This had never occured to me until we converted a client from Exchange. Outlook has the attachments at the top of the email. A user does not have to scroll to find them, they are in easy reach after opening the email.
 
We need this in Notes too. A simple functionality issue that will make conversions so much simpler.

Еще записи:
Интересные блоги специалистов:

Статьи и Документация

This white paper addresses the most important and most serious factors affecting IBM Lotus Notes and Domino application performance. It is intended for developers of Notes client applications, to help them maximize performance by identifying problem areas and by offering solutions.
With Lotus Notes and Domino 8.5, world-class business e-mail and collaboration take another exciting step forward, offering new approaches to enhance efficiency and creativity, while extending the value of current investments. This white paper guides you through the newly released, innovative, and open features of Notes and Domino 8.5. It is a must-read for any existing or potential user of Lotus Notes and Domino, from the casual user to the administrator or application developer to the line-of-business executive.
If many Certificate Authority (CA) certifiers are configured, registering users or servers with the CA Process may cause significant processing delays.
You create a repeating meeting invitation in Lotus Notes/Lotus Domino and send it to invitees who accept. In the Meetings view, you edit the first instance of the meeting and save/close it. You reopen the same entry, edit, and save again. When viewing your Calendar, there are now duplicate entries for each meeting in the repeat sequence.
Archive is initated by the client to the server. Is it possible to have documents archived when they meet a certain size criteria?
When replying to a message in Lotus Notes, your reply is not automatically saved while you work on it even though you have the "Autosave every X minutes" option enabled in File --> Preferences --> Basics panel. This option is enabled by default in the standard mail template.
Notes crashes when text copied from certain tables is pasted into a new memo. This issue has been reported to Quality Engineering as SPR# JADS78WLFV. As a workaround, you can attach the file instead of using copy and paste.
In Lotus Notes, the form property, "Formulas inherit values from selected document," does not work as expected.
The Free Time system consists of two Lotus Notes server tasks and a Notes database: Schedule Manager, Calendar Connector, and busytime.nsf. This document describes all scenarios in which free time works, such as multiple Domino servers in different Notes Named Networks (NNN)
In Lotus Notes, using LotusScript to import certain DXL (MXL) content causes Notes to hang. The code hangs when calling the Import method of the NotesDXLImporter class.
If Internet Explorer is selected as the default browser in Notes 8 when rendering html content, why doesn't the client use Internet Explorer to resolve proxy credentials instead of requiring local Personal Address Book stored credentials?
Также почитатай:
Найти документацию можно на сайтах:

В избранное