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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 97 от 2008-11-03


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

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

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

comp.soft.prog.lotuscodesrore

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

Here is a quick little code that I added to the R8 Mail template to quickly purge the Recent Contacts in R8. It removes the documents from the local NAB & clears the Metadata from the local PC.
Еще примеры:
Больше кодов на сайтах:

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

Коллеги помогайте уже!
...
А вы пользователю internet password добавили? Или вы пытаетесь лотусовый пароль ввести?
Добрый день.

Попробуйте в свойствах базы на 4ой закладке указать язык по умолчанию русский, а сортировать по умолчанию - кирилицей.
Нужно лишь правильно настроить реплику на базе.
...
Коллеги помогайте уже!
...
А вы пользователю internet password добавили? Или вы пытаетесь лотусовый пароль ввести?
Добрый день.

Попробуйте в свойствах базы на 4ой закладке указать язык по умолчанию русский, а сортировать по умолчанию - кирилицей.
Нужно лишь правильно настроить реплику на базе.
...
Доброго,
При стыковке с 2003-м Exchange по SMTP вылезла проблема:
На Exchange поднят домен exchange.com, в domino создан документ Foreign SMTP Domain и коннекшен на Exchnage

Вопрос следующий, если прописываем в person документе forward адрес типа user@exchange.com или регистрируем нового юзера с Other или Other Internet, отправляем письмо на user@exchange.com вбивая интернет-адрес в поле кому, на Exchange абсолютно норм. лог на приеме:

Received: from s01.domino.com ([10.10.10.10]) by s01.exchange.com with Microsoft SMTPSVC(6.0.3790.3959);
Fri, 31 Oct 2008 15:45:03 +0300
To: user@exchange.com
Subject: =?KOI8-R?B?8NLP18XSy8E=?=
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006
Message-ID: <OF13F2FAB9.69C01C38-ONC32574F3.00462623-C32574F3.00463D27@exchange.com>
From: user@domino.com
Date: Fri, 31 Oct 2008 15:46:35 +0300
X-MIMETrack: Serialize by Router on S01/DOMINO/COM(Release 7.0.3FP1|February 24, 2008) at
31.10.2008 15:46:37,
Serialize complete at 31.10.2008 15:46:37
Content-Type: multipart/alternative; boundary="=_alternative 00463D1BC32574F3_="
Return-Path: user@domino.com
X-OriginalArrivalTime: 31 Oct 2008 12:45:03.0829 (UTC) FILETIME=[7EDB3050:01C93B56]
X-TM-AS-Product-Ver: SMEX-8.0.0.1285-5.500.1027-16250.006
X-TM-AS-Result: No--3.475000-0.000000-31
X-TM-AS-User-Approved-Sender: Yes
X-TM-AS-User-Blocked-Sender: No

Если соответственно выбираем notes имя из адресной книги и отправляем письмо, судя по логу происходит транскод в MIME но лог на Exchange cовсем другой:

Received: from s01.domino.com ([10.10.10.10]) by s01.exchange.com with Microsoft SMTPSVC(6.0.3790.3959);
Fri, 31 Oct 2008 15:42:29 +0300
Subject: =?windows-1251?B?z/Du4uXw6uA=?=
To: user@exchange.com
Cc:
X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006
From: user@domino.com
Date: 31-Oct-2008 15:44:01 ZE3
Message-ID:
X-MIMETrack: Serialize by Router on S01/DOMINO/COM(Release 7.0.3FP1|February 24, 2008) at
31.10.2008 15:44:02
MIME-Version: 1.0
Content-type: text/html; charset=windows-1251
Content-Disposition: inline
Content-transfer-encoding: base64
Return-Path: user@domino.com
X-OriginalArrivalTime: 31 Oct 2008 12:42:29.0238 (UTC) FILETIME=[22B67960:01C93B56]
X-TM-AS-Product-Ver: SMEX-8.0.0.1285-5.500.1027-16250.006
X-TM-AS-Result: No-4.000000-0.000000-31
X-TM-AS-User-Approved-Sender: Yes
X-TM-AS-User-Blocked-Sender: No

Судя по логу во втором случае не заканчивается сериалиазация, и по дальнейшим разборам Exchange не получает Message ID

Если есть мысли, подскажите куда копать
Подскажите пожалуйста как лучше остановить message в mail.box

Один из способов присвоить RoutingState DEAD or HOLD

как вы считаете что бы остановить сообщение какой статус лучше присвоить DEAD or HOLD
Создал спец. вьюху для поиска, хочу при выходе отключать поисковую панельку: на queryClose вешаю:
@Command([ViewShowSearchBar]; "0")


Получаю сообщения "Cannot execute the specified command". Самое смешное, что:
@Prompt([Ok]; "Информационное сообщение"; "Поиск завершен!");
@Command([ViewShowSearchBar];"0")

работает как часы.
Чем можнл заменить @Prompt ? пробовал @SetTargetFrame - та же беда.

P.S. Lotus 6.5.4
Тестировалось под Windows XP, Windows 2003
Под версии Lotus Notes/Domino 6.5.5, 7.0.2

Извините, из-за размера базы около 2,5 м.б. не получилось присоединить пример, поэтому дается ссылка на сообщение на форуме InterTrust
|#^#]>http://194.87.13.59/site/itforum.nsf/f1eb2...33;OpenDocument|#^#]>
Интересные темы:
Список форумов:

Tips. Советы

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

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

Author: marco foellmer
Tags: Smartupgrade provisioning
Idea: Why not having a Domino Server based Upgrade Task to:

- Download all Maintenance Release and FP from notes.net
- Create Smartupgrade documents automatically for Server and for Notes Clients
- Administrators has to approve which server or notes client should update by smartupgrade schedule plan.
Author: Luca Tozzi
Tags: Traveler mobile client
Idea:
Using the Notes Traveler Application, it can be possibile to sync data (and front-end) of all Notes/Domino Application.
 
So Traveler became a Mobile Lotus Notes that can can be develo by IBM and third-party with many application like iPhone just do It.

Author: marco foellmer
Tags: Lotus Notes Installation
Idea: Why not having a lotus notes client enterprise activation like we have with blackberry enterprise server.

1. having a webbased enterprise activation portal
2. type in the user and password
3. client will be installed and provisioned on windows, mac and linux or only inotes
4. license will be tracked in domino directory
5. kill notes client will delete the software and user information


{ Link }
Author: Patrick Kwinten
Tags: body richtext editor
Idea:

The option to show an editable text-editor toolbar for a rich text field in the Notes client would not only make the UI a bit more professional. It would also make it possible to move action buttons that I nowadays have to locate in the normal action bar into such a toolbar.

For example to resize selected text in a rich text field I use an action button with code like:

@Command( [TextNormal] );
Command([TextSetFontFace]; "Arial");
Command([TextSetFontColor]; [Black]);
Command([TextSetFontSize]; "14");

But such action buttons make the action bar messy (in the action bar I would only like to have buttons like save/edit/close...).


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

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

Using a Lotus Notes desktop policy, are you able to specify the browser and its path when selecting the Internet browser choice "Other"?
In Lotus Notes®, you notice that your calendar entries are appearing an hour later than expected. The issue occurs after you adjust the window pane for the Day-At-A-Glance view, but may start to occur after you switch to other windows in your mail file. For example, it has been observed when you open a Group Calendar view and then close it. You only notice the issue when using the One Week view.
Using Lotus Notes, you set your mail file so that mail from certain people will be set to a particular color. The feature works as expected in most cases where the mail is sent from a Notes user, but not when sent SMTP.
When launching the Lotus Notes client, the window is minimized to the task bar. Notes should launch in a maximized state.
You compose a message and include a recipient in the bcc field but you remove the bcc recipient before the message is sent. The removed recipient can still be seen in the bcc field when the message is opened in your mail file after the message is sent.
You use a 30-inch monitor, with either Mac OS and Microsoft Windows. When you view a message in Lotus Notes client, sometimes the full text is not visible on the screen. There is no scroll bar to move the display over to see the remaining text.
This article describes how Atom-enabled clients can communicate with IBM Lotus Connections via its standard-based Atom API, with a focus on many of the Activities component features that are new in release 2.0.
Lotus Notes Diagnostic
A tool called Lotus Notes Diagnostic is available from an IBM FTP server. This tool can be used to analyze NSD and other files resulting from a Lotus Domino server crash, hang, or performance issues.
Domino server crashes on HTTP task. The crash stack indicates two threads simultaneously accessing user cache data.
A desktop policy only pushes down one widget category.
Explanation: The default SMTP connection time out is 3 minutes. The default value for SMTPTimeoutMultiplier is 1. Increasing SMTPTimeoutMultiplier to 3 will cause connections to remain open for 9 min
Words are not saved properly in Domino Web Access on iSeries when clicking the "edit dictionary" button when the spell checker is running and observing that the custom words are not listed.
When trying to add an RSS feed to the feed reader in Lotus Notes 8, the action seems to complete without error. However, the feed is not added successfully.
This document describes step-by-step how to set up SSL using a third-party Certificate Authority (CA).
Также почитатай:
Найти документацию можно на сайтах:

В избранное