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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 175 от 2009-05-06


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

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

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

comp.soft.prog.lotuscodesrore

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

Simple code, but I end up using it often - this will save me retyping and might help someone else too dt := @Now; day := @Right("0"+@Text(@Day(dt));2); month := @Select(@Month(dt);"Jan":"Feb":"Mar":"Apr":"May":"Jun";"Jul":"Aug":"Sep":"Oct":"Nov":"Dec"); day + " " + month + " " + @Text(@Year(dt))
This formula computes a link using a standard format; it assumes one attachment per document. attName:="MS Word document":"MS PowerPoint presentation":"Acrobat (pdf) document":"MS Excel spreadsheet"; attType:=".doc":".ppt":".pdf":".xls"; "<a class=\"download-link\" href=\""+cpAttURL+"\">"+cpAttachmentLabel+"</a> <span class=\"gray-dark\"><small>("+@Text(@Round(@AttachmentLengths/1000))+"KB, "+
@If(@Member(@Right(@AttachmentNames;4);attType)=0;"document"; attName[@Member(@Right(@AttachmentNames;4);attType)])+
", "+@Do(
dt := @AttachmentModifiedTimes; day := @Right("0"+@Text(@Day(dt));2); month := @Select(@Month(dt);"Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"); day + " " + month + " " + @Text(@Year(dt))
)+")</small></span>"
If you want to redirect users depending on where they come from, country where they are connected, you can use the free tools at http://iplocationtools.com I will use a modified version of this Java-agent as the default page for every user not specifying which country-site they want. The user's IP address is normally found in the variable REMOTE_ADDR, in our case it is in X_HTTP_FORWARDED_FOR as the Domino server is behind a proxy/load balancer. This agent perform a 301 redirect (good for SEO) to the URL you choose. Please also explore the other info you can get from the http://iplocationtools.com service. I'm just using country but you will also get city, state and position in lat/long. /Mats
Еще примеры:
Больше кодов на сайтах:

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

Добрый день!


Подскажите как запустить агент (LotusScript) через MS FoxPro 8.0 ??

строка
Call nAgent.RunOnServer


не дает результата или ошибки
Вот такая ситуация.
Опытный пользователь включает Debug LotusScript
И меняет значение Continue на 1, т.е. на True, соответственно входит в редактирование, после отработки скрипта в Querymodechange

tmp1=Evaluate({@if(@IsMember("[Admin]";@UserRoles);"1";"0")})
If tmp1(0)="1" Then
Continue=True
Else
Continue=False
End If
Заблокировался аккаунт админа, как его разблокировать? Подскажите пожалуйсто
Народ, подскажите, как и возможно ли в принципе создание кластера почтовых серверов на базе Lotus Domino для внешних клиентов? Т.е. в том же смартфоне настроить POP3 (IMAP) и SMTP сервера на какое-то кластерное имя. Уж очень хочется иметь сервис 24х7....
Добрый день!!!


Необходимо знать, а заходил ли пользователь хоть раз в свою почту (т.е. создана новая учетная запись, но не понятно заходил ли пользователь в БД).
как это можно узнать?

Сервер: Lotus Domino 6.5.4
Шаблон почтовой БД: StdR6Mail/ru

заранее благодарю
Здравствуйте!
Подскажите, пожалуйста, какие на сервере файлы бд лотуса необходимо архивировать каждый день?
Посредствам самого лотуса архивация не нужа. Написал скрипт, который бы архивировал данные каждый день и каждую неделю. Недельный архив - понятно, что все архивируется, а вот ежедневный, пока не знаю, что надо для восстановления (отката) в случае, если сервер лотуса перестал работать.
Коллеги, подскажите детально, какие именно файлы нужны!?
Спасибо!
Как из внешнего приложения используя OLE развернуть/свернуть окно Lotus`а, передать ему фокус,
...
Проверили: mail system в карточке пользователя стоит POP or IMAP. Ввели пароль на почту интернета и протестировали заново. Результат тот же. Если один пользователь забирает почту с сервера с ящика MailBox1, у другого появляется окошко авторизации до тех...
Lotus Domino 8.0.2 FP1 (32 bit) os Windows 2003

Код
RmFlush: Failed locking DbWriteSem for 'dbname' [span = 27038K recLSN = 9C00000057D51FF71C000-52F0002BD4C5C3A447375746F] : Server error: Invalid ID table - unexpected opcode
Lock(Mode=S    LockID(DB DB=dbname)) countNonIntentLocks = 1 countIntentLocks = 0, queuLength = 0
   Req(Status=Granted Mode=S Class=Manual Nest=0 Cnt=1
       Tran=0 Func=N/A  [135C:016C-0980])
Поставил второй сервер (SRV2), на (SRV1) прописал коннекшн ко второму и создал документ сервера. Кроме этого внес второй сервер в группу локальных серверов. Запускаю SRV2 он ругается на недоступность одного шаблона:
Цитата
04/29/2009 01:20:13 PM ATTEMPT TO ACCESS DATABASE mtstore.ntf by SRV1/DOM/ORG was denied
04/29/2009 01:20:13 PM ATTEMPT TO ACCESS DATABASE mtstore.ntf by SRV1/DOM/ORG was denied

на первом вообще куча ошибок:
Цитата
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG busytime.ntf to not allow replication from busytime.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG activity.ntf to not allow replication from activity.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG dominoblog.ntf to not allow replication from dominoblog.ntf
29.04.2009 13:20:10 Unable to replicate mailbox.ntf: You are not authorized to replicate or copy data from this database.
29.04.2009 13:20:10 Unable to replicate SRV2/DOM/ORG mailbox.ntf: You are not authorized to replicate or copy data from this database.
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG certlog.ntf to not allow replication from certlog.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG dba4.ntf to not allow replication from dba4.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG pubnames.ntf to not allow replication from pubnames.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG pernames.ntf to not allow replication from pernames.ntf
29.04.2009 13:20:10 Access control is set in SRV2/DOM/ORG pernames.ntf to not allow replication from pernamesrus8.ntf


в закладке Security документа сервера SRV2 и SRV1:
Цитата
Create databases & templates: LocalDomainAdmins
LocalDomainServers
Create new replicas: LocalDomainAdmins
LocalDomainServers
Create master templates: LocalDomainAdmins
LocalDomainServers

где прав не хватает?
P.S. При попытке вручную создать новый коннекшн от SRV2 к SRV1 (админский id используется) - ругается что я не имею достаточно прав на выполнение этой операции blink.gif
Здрасте всем!!!
Проблема в следующем: стояла задача завети на сервер всех пользователей. Зарегистрировал всех, стандартный пароль у всех пользователей одинаковый, начал устанавливать пользователям и выяснилось что у некоторых пользователей пароль по умолчанию не тот какой я вбивал (толи букву пропустил то ли не правильно ввел) одним словом первоначальный пароль не знаю, пользователей примерно 200 человек у которых такой косяк, народ подсткажите как можно решить проблему, может на сервер гдето можно его увидеть или ну кароче помогите!!!
Заранее спасибо!!!
У кого есть дистрибутив ЛотусНотес для мобильника? Или скажите как он называется, я на ПА поищу.
Всем доброго времени суток.
С лотусом начал работать недавно, а потому возник такой вопрос:
существует ли возможность отправки сообщений с сервера Domino (например из агента) определенному клиенту и получения от него ответа? Если да, то как ее можно реализовать средствами Java.

На всякий случай, краткое описание прикладной задачи:

Аген на сервере должен вывести на клиенте форму для запроса данных, после чего получить и обработать ответ пользователя. Желательно все сделать на Java. В крайнем случае Lotus Script.

Спасибо всем, кто откликнется
Можно ли сказать серверу, чтобы он хранил архивы на отдельном сервере в отдельной партиции, которая не лежит в Дата? Например выделить отдельную директорию - /var/arch. В политиках архивации указано только имя директории, и она формируется в ../Data/
Ситуация:

Домино 8.0.2. Внутренний пользователь отправил письмо с вложением. В получателях несколько внешних адресатов, в копии несколько внутренних. Стоит галка уведомления о прочтении.
Суть глюка следующая - при прочтении письма внутренним получателем, уведомление о прочтении не отправляется. Вместо этого по всему списку адресатов пересылается
исходное письмо с вырезанным вложением. Флаг ReturnReceipt сбрасывается в 0 после этого.

Есть ли какие-нибудь идеи, почему это может происходить? Случай пока единичный, но крайне напрягает.
В Lotus Domino Web Access не выделяются папки в которые пришли письма. Нашел на сайте IBM вот |#^#]>эту статью|#^#]>, как сделать чтобы папки выделяли жирным шрифтом и в скобках показывалось количество писем. Но в клиенте это работает и там видно пиьсма и прочее, но в браузере такого нету, когда пришло письмо - папка не выделается.
Что нужно сделать чтобы это работало в Web Access, т.е. в браузере...???
В Lotus Domino Web Access не выделяются папки в которые пришли письма. Нашел на сайте IBM вот эту статью, как сделать чтобы папки выделялись жирным шрифтом и в скобках показывалось количество писем. В клиенте это работает и там видно письма и прочее, но в браузере такого нету, когда пришло письмо - папка не выделается.
Как сделать, чтобы это работало в браузере...???
Доброе утро всем!. У меня возник такой же вопрос.
...
Доброе утро всем!. У меня возник такой же вопрос.
...
В Lotus Domino Web Access не выделяются папки в которые пришли письма.
...
Шаблон одинаковый я думаю, что конкретно там менять? там значений и формул целая куча, без литра не разберешся.
Шаблон одинаковый я думаю, что конкретно там менять? там значений и формул целая куча, без литра не разберешся.
В Lotus Domino Web Access не выделяются папки в которые пришли письма.
...
7.0.3 web
Постараюсь максимально понятно...
Есть агент, регистрирующий юзеров для web. После подтверждения регистрации по емайл - работает моментальный автологин через ребилд
Set view = dbreg.GetView("($LDAPCN)")
Call view.Refresh()
Set view = dbreg.GetView("($ServerAccess)")
Call view.Refresh()
тут расписывать не буду, потому как с основной names.nsf проблем нет.

Решил подключить доп книгу для юзеров. тут начались траблы sad.gif
Основной - пользователь логинится (автором по группе), но не получает права на редактирование доков. (вылезает требование логина)
Перекопал кучу материала. Вот тут |#^#]>http://www.11tmr.com/11tmr.nsf/D6Plinks/MWHE-6X2H3J|#^#]>
и вот тут |#^#]>http://extranet.unctad.org/QuickPlace/help...4d?OpenDocument|#^#]>
по делу, но не помогает...
Замечено следующее. Вырезаем ручками юзера из names - вставляем в другую книгу - все работает. Наоборот - вырезаем юзера из доп. книги и вставляем в names - также все работает.
Что за тараканы? Может не отрефрешил вьюху какую?

ps. доп книга подключалась по букварю через da.nsf. В ней установлены все yes и трастед. Для пущей уверенности прописана также в ini NAMES=names.nsf, shop\webnames.nsf результат нулевой...
еще в логах есть такое
02.05.2009 22:04:08 Opened session for Evgeny As/Home (Release 7.0.3)
02.05.2009 22:11:37 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Adminp)')
02.05.2009 22:11:37 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Certifiers)')
02.05.2009 22:11:38 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Clusters)')
02.05.2009 22:11:38 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Connections)')
02.05.2009 22:11:38 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($CrossCertByName)')
02.05.2009 22:11:38 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($CrossCertByRoot)')
02.05.2009 22:11:38 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Holidays)')
02.05.2009 22:11:39 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Locations)')
02.05.2009 22:11:39 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($MailGroups)')
02.05.2009 22:11:39 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Networks)')
02.05.2009 22:11:39 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($PeopleGroupsFlat)')
02.05.2009 22:11:39 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Profiles)')
02.05.2009 22:11:40 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Programs)')
02.05.2009 22:11:40 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($Servers)')
02.05.2009 22:11:40 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($ServersLookup)')
02.05.2009 22:11:40 Informational, rebuilding view - no container or index (reading C:\Lotus\Domino\data\shop\webnames.nsf view note Title:'($vwServersByMajVer) $vwServers')
Доброе утро всем!. У меня возник такой же вопрос.
...
ПРоблема решена, не был настроен прокси, всем спасибо, тему можно удалить !
А TCP-IP timeout меняли и на сервере и на клиенте одновременно?
И по каким протоколам (отдельно по каждому пункту протестировать для POP и IMAP)
Давайте систематизируем информацию:
...
Покопай ICM (Internet Claster Manager)
Здравствуйте, наша компания решила переходить с Exchange 2003 на Lotus, пользователи использовали Exchange для пересылки почты в нутри органирации, внешняя почта была настроена через отдельную учетную запись в Outlook'e. Пересылки через Exchange не...
Копал. Поддерживает только HTTP. Пробовал настраивать и указывать в почтовом клиенте имя кластера, не срабатывает, половина писем не уходит.
ПРоблема решена, не был настроен прокси, всем спасибо, тему можно удалить !
А TCP-IP timeout меняли и на сервере и на клиенте одновременно?
И по каким протоколам (отдельно по каждому пункту протестировать для POP и IMAP)
Давайте систематизируем информацию:
...
Покопай ICM (Internet Claster Manager)
Здравствуйте, наша компания решила переходить с Exchange 2003 на Lotus, пользователи использовали Exchange для пересылки почты в нутри органирации, внешняя почта была настроена через отдельную учетную запись в Outlook'e. Пересылки через Exchange не...
Копал. Поддерживает только HTTP. Пробовал настраивать и указывать в почтовом клиенте имя кластера, не срабатывает, половина писем не уходит.
Добрый день!

Вот такая эпидерсия:
Есть агент. Работает на клиенте. Его задача - взять из RichTextItem'а аттач, выгрузить на диск и распознать с помощью MODI.
Вот фрагмент кода, использующих распознавалку:
'...

Set objModiDoc = CreateObject("MODI.Document")
Call objModiDoc.Create(sFile)
Call objModiDoc.OCR(9, bAutoRotate, bAutoStraighten)
    
Set objModiImage = objModiDoc.Images(0)
sText = objModiImage.Layout.Text

' ...

Call objModiDoc.Close(False)

Агент нормально проходит 100-150 документов, а потом... Lotus падает.

Вот фрагмент NSD'шки:
############################################################
### FATAL THREAD 15/20 [ NLNOTES:  05d4:  0484]
### FP=0x0706e1cc, PC=0x07196924, SP=0x0706ddd0
### stkbase=07070000, total stksize=262144, used stksize=8752
### EAX=0x09936fd8, EBX=0x00000002, ECX=0x0706e1e8, EDX=0xd3ff0000
### ESI=0x09924008, EDI=0x09937000, CS=0x0000001b, SS=0x00000023
### DS=0x00000023, ES=0x00000023, FS=0x0000003b, GS=0x00000000 Flags=0x00010246
Exception code: c0000005 (ACCESS_VIOLATION)
############################################################
[ 1] 0x07196924 MSPCORE.IsFileOfSupportedType@8+234454 (9924008,706e1e8)
[ 2] 0x46c2fdb6 XPAGE3C (706e314,706e258)
[ 3] 0x46f12d38 XOCR3 (7834c58,706e314)
[ 4] 0x46c331f0 XPAGE3C (706e430,1)
[ 5] 0x46c56b6e XPAGE3C.XP_ParseXDoc+126 (96,706e430)
[ 6] 0x0719a663 MSPCORE.IsFileOfSupportedType@8+250133 (ffffffff,90f0020)
[ 7] 0x0719a84f MSPCORE.IsFileOfSupportedType@8+250625 (90f0020,b6f63676)
[ 8] 0x0719adbf MSPCORE.IsFileOfSupportedType@8+252017 (9924010,9a84508)
[ 9] 0x071972c5 MSPCORE.IsFileOfSupportedType@8+236919 (9924010,9a84508)
[10] 0x070c16f6 MDIVWCTL.DllUnregisterServer+171571 (9a84508,0)
[11] 0x070bf6e4 MDIVWCTL.DllUnregisterServer+163361 (9a84508,9)
[12] 0x77125d81 OLEAUT32.DispCallFunc+195 (78d9de0,3c)
[13] 0x77126390 OLEAUT32.DispCallFunc+1746 (19a234,78d9de0)
[14] 0x07083620 MDIVWCTL (78d9de0,a)
@[15] 0x00f585d9 nnotes.LSsThread::OleInvokeI+281 (2,78d9de0)
@[16] 0x00f58865 nnotes.LSsThread::OleInvoke+181 (6911908,1)
@[17] 0x00531dd3 nnotes.LSsThread::NRun+5811 (6911528,0)
@[18] 0x005324d6 nnotes.LSsThread::Run+182 (6911528,706ecb0)
@[19] 0x005b637d nnotes.LSsInstance::Resume+29 (66eb330,6c93614)
@[20] 0x00f40946 nnotes.LSIThread::Run+86 (6c93614,0)
@[21] 0x00f405f8 nnotes.LSIThread::RunInternal+72 (7060002,0)
@[22] 0x00f4086c nnotes.LSIThread::RunToCompletion+332 (6c93614,0)
@[23] 0x00f3c69f nnotes.CLSIDocument::RunScript+639 (6c93594,d5)
@[24] 0x00ac365a nnotes.CRawActionLotusScript::Run+554 (29ff,6811d14)
@[25] 0x00abfbfa nnotes.CRawAction::Run+58 (0,6811c14)
@[26] 0x00ac07ad nnotes.CRawAction::Execute+221 (24c0e94,2a0b)
@[27] 0x00ab8c36 nnotes.CAssistant::RunAlone+22 (681f014,6811c14)
@[28] 0x00abdbdb nnotes.CAssistant::Run+3595 (681f014,706fee4)
@[29] 0x61aad6c2 nnotesws.RunAssistantEx@28+482 (0,6811aa0,0,1,0,0,0)
@[30] 0x61fe4b84 nnotesws.CThreadAssistTwi::WorkItem+308 (3,6811a14,0,412,0,0,0)
@[31] 0x618109c8 nnotesws.CTwi::TwiThread+392 (0,706ffb4,613160,6811a14,0,0,0)
@[32] 0x6180ea0e nnotesws.TwiThreadProc+14 (6811a14,0,0,0,0,0,0)
@[33] 0x00613160 nnotes.ThreadWrapper@4+208 (0)
[34] 0x7c80b699 kernel32.GetModuleFileNameA+442 (613090)


В целом я не склонен винить MODI как таковой.
Подобную картину я наблюдал в агенте, работавшем на сервере и использовавшем объекты Windows Scripting для работы с файлами и папками.
Целый день работал нормально - потом сервер падал.
Пришлось переписать все с использованием родных LS-функций, после чего агент перестал валить сервер.

Бывало у кого-нибудь такое?..

Заранее спасибо за ответы!
Добрый день!

Вот такая эпидерсия:
Есть агент. Работает на клиенте. Его задача - взять из RichTextItem'а аттач, выгрузить на диск и распознать с помощью MODI.
Вот фрагмент кода, использующих распознавалку:
'...

Set objModiDoc = CreateObject("MODI.Document")
Call objModiDoc.Create(sFile)
Call objModiDoc.OCR(9, bAutoRotate, bAutoStraighten)
    
Set objModiImage = objModiDoc.Images(0)
sText = objModiImage.Layout.Text

' ...

Call objModiDoc.Close(False)

Агент нормально проходит 100-150 документов, а потом... Lotus падает.

Вот фрагмент NSD'шки:
############################################################
### FATAL THREAD 15/20 [ NLNOTES:  05d4:  0484]
### FP=0x0706e1cc, PC=0x07196924, SP=0x0706ddd0
### stkbase=07070000, total stksize=262144, used stksize=8752
### EAX=0x09936fd8, EBX=0x00000002, ECX=0x0706e1e8, EDX=0xd3ff0000
### ESI=0x09924008, EDI=0x09937000, CS=0x0000001b, SS=0x00000023
### DS=0x00000023, ES=0x00000023, FS=0x0000003b, GS=0x00000000 Flags=0x00010246
Exception code: c0000005 (ACCESS_VIOLATION)
############################################################
[ 1] 0x07196924 MSPCORE.IsFileOfSupportedType@8+234454 (9924008,706e1e8)
[ 2] 0x46c2fdb6 XPAGE3C (706e314,706e258)
[ 3] 0x46f12d38 XOCR3 (7834c58,706e314)
[ 4] 0x46c331f0 XPAGE3C (706e430,1)
[ 5] 0x46c56b6e XPAGE3C.XP_ParseXDoc+126 (96,706e430)
[ 6] 0x0719a663 MSPCORE.IsFileOfSupportedType@8+250133 (ffffffff,90f0020)
[ 7] 0x0719a84f MSPCORE.IsFileOfSupportedType@8+250625 (90f0020,b6f63676)
[ 8] 0x0719adbf MSPCORE.IsFileOfSupportedType@8+252017 (9924010,9a84508)
[ 9] 0x071972c5 MSPCORE.IsFileOfSupportedType@8+236919 (9924010,9a84508)
[10] 0x070c16f6 MDIVWCTL.DllUnregisterServer+171571 (9a84508,0)
[11] 0x070bf6e4 MDIVWCTL.DllUnregisterServer+163361 (9a84508,9)
[12] 0x77125d81 OLEAUT32.DispCallFunc+195 (78d9de0,3c)
[13] 0x77126390 OLEAUT32.DispCallFunc+1746 (19a234,78d9de0)
[14] 0x07083620 MDIVWCTL (78d9de0,a)
@[15] 0x00f585d9 nnotes.LSsThread::OleInvokeI+281 (2,78d9de0)
@[16] 0x00f58865 nnotes.LSsThread::OleInvoke+181 (6911908,1)
@[17] 0x00531dd3 nnotes.LSsThread::NRun+5811 (6911528,0)
@[18] 0x005324d6 nnotes.LSsThread::Run+182 (6911528,706ecb0)
@[19] 0x005b637d nnotes.LSsInstance::Resume+29 (66eb330,6c93614)
@[20] 0x00f40946 nnotes.LSIThread::Run+86 (6c93614,0)
@[21] 0x00f405f8 nnotes.LSIThread::RunInternal+72 (7060002,0)
@[22] 0x00f4086c nnotes.LSIThread::RunToCompletion+332 (6c93614,0)
@[23] 0x00f3c69f nnotes.CLSIDocument::RunScript+639 (6c93594,d5)
@[24] 0x00ac365a nnotes.CRawActionLotusScript::Run+554 (29ff,6811d14)
@[25] 0x00abfbfa nnotes.CRawAction::Run+58 (0,6811c14)
@[26] 0x00ac07ad nnotes.CRawAction::Execute+221 (24c0e94,2a0b)
@[27] 0x00ab8c36 nnotes.CAssistant::RunAlone+22 (681f014,6811c14)
@[28] 0x00abdbdb nnotes.CAssistant::Run+3595 (681f014,706fee4)
@[29] 0x61aad6c2 nnotesws.RunAssistantEx@28+482 (0,6811aa0,0,1,0,0,0)
@[30] 0x61fe4b84 nnotesws.CThreadAssistTwi::WorkItem+308 (3,6811a14,0,412,0,0,0)
@[31] 0x618109c8 nnotesws.CTwi::TwiThread+392 (0,706ffb4,613160,6811a14,0,0,0)
@[32] 0x6180ea0e nnotesws.TwiThreadProc+14 (6811a14,0,0,0,0,0,0)
@[33] 0x00613160 nnotes.ThreadWrapper@4+208 (0)
[34] 0x7c80b699 kernel32.GetModuleFileNameA+442 (613090)


В целом я не склонен винить MODI как таковой.
Подобную картину я наблюдал в агенте, работавшем на сервере и использовавшем объекты Windows Scripting для работы с файлами и папками.
Целый день работал нормально - потом сервер падал.
Пришлось переписать все с использованием родных LS-функций, после чего агент перестал валить сервер.

Бывало у кого-нибудь такое?..

Заранее спасибо за ответы!
Покопай ICM (Internet Claster Manager)
Покопай ICM (Internet Claster Manager)
Здравствуйте, наша компания решила переходить с Exchange 2003 на Lotus, пользователи использовали Exchange для пересылки почты в нутри органирации, внешняя почта была настроена через отдельную учетную запись в Outlook'e. Пересылки через Exchange не...
Здравствуйте, наша компания решила переходить с Exchange 2003 на Lotus, пользователи использовали Exchange для пересылки почты в нутри органирации, внешняя почта была настроена через отдельную учетную запись в Outlook'e. Пересылки через Exchange не...
Давайте систематизируем информацию:
...
Давайте систематизируем информацию:
...
И по каким протоколам (отдельно по каждому пункту протестировать для POP и IMAP)
И по каким протоколам (отдельно по каждому пункту протестировать для POP и IMAP)
А TCP-IP timeout меняли и на сервере и на клиенте одновременно?
А TCP-IP timeout меняли и на сервере и на клиенте одновременно?
Копал. Поддерживает только HTTP. Пробовал настраивать и указывать в почтовом клиенте имя кластера, не срабатывает, половина писем не уходит.
Копал. Поддерживает только HTTP. Пробовал настраивать и указывать в почтовом клиенте имя кластера, не срабатывает, половина писем не уходит.
ПРоблема решена, не был настроен прокси, всем спасибо, тему можно удалить !
ПРоблема решена, не был настроен прокси, всем спасибо, тему можно удалить !
В 8.5 появилась система управления версиями. Кто то пробовал прикрутить SVN к дизайнеру? Если да, то как ?
В 8.5 появилась система управления версиями. Кто то пробовал прикрутить SVN к дизайнеру? Если да, то как ?
Ну это понятно. Я имел ввиду настройку почтового клиента на мобильном устройстве, почту хочу забирать по POP3 или IMAP (с использованием SSL). Так вот в настройках серверов IMAP и SMTP я хочу указать имя кластера, чтобы вручную не перенастраивать клиента...
Что-то я не совсем понял.
...
Ну это понятно. Я имел ввиду настройку почтового клиента на мобильном устройстве, почту хочу забирать по POP3 или IMAP (с использованием SSL). Так вот в настройках серверов IMAP и SMTP я хочу указать имя кластера, чтобы вручную не перенастраивать клиента...
Знатоки, помогите пожта с кодом,
...
Интересные темы:
Список форумов:

Tips. Советы

Using the workspace.OpenFileDialog method lets you filter file types before attaching them to a Notes field form. You can modify this method further by limiting the size of attachments. Get the steps and LotusScript you need here.


While many administrators are hesitant to virtualize Domino servers, the servers can still benefit from virtualization. In this tutorial from contributor Eric Seibert, learn about some main points to consider when virtualizing your Domino servers, benefits you can expect and some best practices.


Using the content-type attribute in Lotus Notes forms offers developers some benefits. In this tip, you'll learn how to edit a Lotus Notes document online in Microsoft Word -- without having to write a single line of code.


Many companies are trying to save money where ever possible. Because of this, having a fully functioning and optimally performing Lotus Domino 8.5 server is not always an option. In this tutorial from contributor Chuck Connell, you'll get step-by-step instructions on how to build a Lotus Domino 8.5 server on the cheap -- using Ubuntu Linux 8.04 LTS.


Hi guys, As you may have noticed, a few weeks ago Dwight & I turned commenting on for the blog, so now you can comment on our posts! So far, it's been pretty quiet on the comment front, but we
I use Activities a lot to help me manage all my tasks and projects. Most of the time, when I have a task, there's some sort of information I need to reference to complete that task, and a lot of times
A recent post on the Notes 8.5 Discussion Forum got me to thinking. Somebody was using a local archive to remove older messages from their mail file and was running into a problem that many people ev
Marie L Scott says some of her users, recently upgraded to Notes 8.5, were seeing CPU spikes on their workstations when documents contained graphics. After trying the usual fixes, she found some Notes.ini settings that solved the problem.

Read | Permalink


POWER TOOLS 4.0 - GET THE MOST OUT OF NOTES AND DOMINO
Tap here to learn more about this set of 73 administrative utilities for Lotus Notes & Domino.

Bruce Currier offers his experience with setting some explicit policies as a warning to others. Maybe there was a check box he missed before launching this?

Read | Permalink
This is a newly published wiki covering basics for novices and more interesting stuff for the seasoned Admin.

Read | Permalink
Mitch Cohen has posted a list of fixes, that link to the downloads, for this error in Lotus Connections but he still likes the recommendation he found in Technote 1272181.

Read | Permalink

The Learning Continuum Company (TLCC) has released updated versions of the Notes 8 and 8.5 user demo courses. The TLCC electronic Quick Reference can be added right into the Notes 8 and 8.5 sidebar.

Read | Permalink
Luis Benitez has updated his wiki entry on adding Lotus Connections person cards to Confluence wikis. On this page he provides several links to instructions on getting person cards to work with different wikis.

Read | Permalink


NEW WEBSITE, NEW CONTENT, CHECK IT OUT!
We are pleased to announce the launch of the new Teamstudio website--complete with a library of resources to help you implement good practices throughout your Notes application lifecycle. Drop by the site for free utilities, industry white papers, policy guides for Notes development and deployment, and more.

Tap here to stop by and see what's new!

If you know someone who installed IE 8 as soon as it was available, it kills word wrap in the Notes Client Plugin for Sametime Instant Messaging. There is a workaround from IBM.

Read | Permalink
By default, Lotus Notes only allows you to create links in the first column of views for users to open documents. Discover how you can write some HTML and JavaScript to embed links within Lotus Notes view columns and rows on the Web.


By default, Lotus Notes only allows you to create links in the first column of views for users to open documents. Discover how you can write some HTML and JavaScript to embed links within Lotus Notes view columns and rows on the Web.


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

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

Author: Stuart McIntyre
Tags: notes client switch users
Idea:
Whenever a user changes to a new location in Notes that includes a different Notes ID, the client throws up this dialog
 
"This Notes Client supports multiple users.  To use your own private data, log into the operating system using your personal logon and relaunch Notes.  Do you wish to continue with 'Switch ID'?   No/Yes'
 
I see this message at least 5 times a day as I switch between IDs to support my customers and for test environments.
 
Given that the majority of users that are likely to wish to Switch IDs are advanced users or consultants, I would imagine that they know that there are alternative ways to achieve this functionality.  Therefore, please could we have a means to suppress this dialog - either via the Notes client preferences or using a checkbox on the dialog (Do not show this message again?).
 

Author: Paul Davies
Tags: server title
Idea:
You can show server names on icons, but typically these days, server names are pretty unreadable and confusing to end users.
 
It would be more beneficial to display the server title instead e.g. John Smith on London UK Server 1 rather than John Smith on LONLDMAIL01
 
This should also apply anywhere that an end user may need to view server names, e.g. Database Open dialog etc.
 
The users are perfecly used to Database titles rather than their filenames. Why not for servers.

Author: Garrett Wolthuis
Tags: search google search connections
Idea:
When searching for a term in Connections it would be nice if the search term was highlighted in the resulting documents, dogears, communities, and profiles. Much the way a Google search works.  This would help with finding the correct instance and context of the search term.

Author: Jerh O'Connor
Tags: import population profiles
Idea:
I'd have a lot more info. and save a lot of time if there were a set of import tools to suck data from external sites like linkedIn and Naymz and pre-populate my profile. Give me a preview option before I publish just in case and voila - a much more complete profile, a much happier user, and a much more useful resource as a whole

Author: Richard Moy
Tags: Clouding Computing Notes Client
Idea:
If you every try accessing a Domino application from your Notes client through the Web you will find that the access is much slower then accessing the application from within your office where the server is located  regardless of how fast your boardband is.  The fact is that the NRPCs required for communication between the Domino server and the Notes client needs to hop between routers and there is latency that grows exponentially causing the experience to be very unpleasant.  IBM should provide the option for the Notes client to switch to the HTTPS protocol to communicate with the Domino server.  This would reduce the packet traffic and improve the response.  With the world and IBM looking at Cloud Computing, this would greatly improve the experience.

Author: Chad Alshouse
Tags: User Details
Idea:
Database Activity User Detail default sort order is by Date/Time column
 
1) If you click the column header to sort via the User column, the results have no secondary sort order.  It would be great if we could select a secondary sort, or if Date/Time would default as the secondary sort order.
 
2) The User Detail - Copy to the clipboard button seems to be limited by the Windows clipboard memory buffer, so not all of the 64kb worth of data is copied.  Could we get more of the data that is displayed in the dialog, if we had an option to Export the data, like to a .CSV
 
ref IBM technote 1214163
 

Author: Henry Ferlauto
Tags: Home Page Welcome Page personal views
Idea:
The Home Page in Notes 8.x (called the "Welcome Page" in previous versions allows one to create frame that can contain one's mail, calendar, To Do and among other things views from any Notes database.
 
There is one limitation:  One cannot select a "personal view" to be displayed in a frame.
 
Many applications that assign work to people have views that are user specific.  Being able to put that information front and center when someone starts Notes would help with productivity and get more out of the applications in question.
 
 

Author: Henry Ferlauto
Tags: Home Page Welcome Page personal views
Idea:
The Home Page in Notes 8.x (called the "Welcome Page" in previous versions allows one to create frame that can contain one's mail, calendar, To Do and among other things views from any Notes database.
 
There is one limitation:  One cannot select a "personal view" to be displayed in a frame.
 
Many applications that assign work to people have views that are user specific.  Being able to put that information front and center when someone starts Notes would help with productivity and get more out of the applications in question.
 
 

Author: Ben Jenkins
Tags: marketing strategy lotus products lotus brands
Idea:
IBM's ability to market Lotus products has been a hot topic in the community for years now. Obviously the community does not feel IBM has done a good enough job in this area. How about the community help out by submitting their ideas for how IBM can do better.

Author: Ben Jenkins
Tags: marketing strategy lotus products lotus brands
Idea:
IBM's ability to market Lotus products has been a hot topic in the community for years now. Obviously the community does not feel IBM has done a good enough job in this area. How about the community help out by submitting their ideas for how IBM can do better.

Author: Patrick Kwinten
Tags: proxy settings location
Idea:
this idea is actually coming from firefox where you can install an add-on to enable / disable the usage of a proxy.
 
nowadays I have to switch between location documents to use / not use a proxy.
 
a button/icon in the right-bottom would be more user friendly.

Author: Patrick Kwinten
Tags: proxy settings location
Idea:
this idea is actually coming from firefox where you can install an add-on to enable / disable the usage of a proxy.
 
nowadays I have to switch between location documents to use / not use a proxy.
 
a button/icon in the right-bottom would be more user friendly.

Author: Mark Harbrow
Tags: timezone calendar
Idea:

In Notes 8 you can now display another timezone in your calendar so that you can see the your local time and that of your colleagues. However you can only add one additional timezone.

It would be nice if you could have a couple as we have 3 major hub sites globally as well as colleagues in other regions.

Also it would be great if you could configure it on the fly from within the calendar via a drop down button or something so you did not have to go back to the preferences to change it.


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

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

With the debut of My developerWorks, two little characters ("My") make a big difference: They take developerWorks from "just" the place where you find award-winning how-to content for developers and IT professionals to the place where you and your peers congregate to connect, share, and collaborate. Great content is just the beginning, and now it's time for you to take the next step: Create your professional profile and your custom home page on My developerWorks. Then find and connect with like-minded peers, start tagging and bookmarking, and invite your peers into your My developerWorks network to share expertise and build groups for further interaction and collaboration.
Learn about the “skinnable” table (STable) control widget, in which the color and font of the table, table body, and header match the style of an application, if the application is using a custom theme. It is one of the core components of IBM Lotus Notes 8 Java views. This article is for developers who want to understand what an STable can do and how they can build applications using STable widgets.
There are multiple router mailboxes (Mail1.box, Mail2.box, and so on) in use on your Lotus Domino server. When you do an Open Mail.box action via File > Database > Open > Mail.box, which mailbox actually opens?
In Lotus Domino, HTTPDisableServerHeader=1 does not suppress the Internet Cluster Manager headers returned.
A Domino Delivery Failure is changed to "ERRORE SI CONSEGNA" instead of "Errore Di Consegna" when installing Italian Language pack.
When you upgrade your Domino server, you receive an error on the after startup: "Configuration Error: Server record not found. The Server Name in ID file [server/org], does not match any Server found in the Domino Directory in the ($Locations) view. Check that the Server name field in the Server record is a hierarchical name".
Lotus Notes Diagnostic is a new tool add-on for your IBM Support Assistant workbench. See below for more information.
This document provides links to .zip files containing re-signed Java applets for Domino 6.5x, 7.0.x, 8.0.x, and 8.5.
This document provides links to .zip files containing re-signed Java applets for Domino 6.5x, 7.0.x, 8.0.x, and 8.5.
介绍如果你已经确定在你的Domino服务器上有性能问题,你现在应该做些什么呢?性能问题的一个主要障碍是问题的实质总是难以捉摸的。系统某个区域的问题的解决有可能取决于一个完全不相关的区域。因此,在这种情况下,问题真的被解决了吗?即使问题解决了,问题的实质依然很难确定。所以,可能你仅仅是暂时减轻了症状而已。由于计算机系统的复杂性,性能的改善或者恶化可能会以一种平稳的方式进行,也可能是突变式。一个渐
You want to move your Lotus Domino Administration server and execute the change but the new administration server does not inherit the roles of the previous administration server.
You want to move your Lotus Domino Administration server and execute the change but the new administration server does not inherit the roles of the previous administration server.
Scheduled reports do not run even though manual reports with the same criteria run without a problem. Report results are not saved or mailed to the administrator.
Scheduled reports do not run even though manual reports with the same criteria run without a problem. Report results are not saved or mailed to the administrator.
This article reports on the performance of the IBM® components of the Alloy™ by IBM and SAP 1.0 software. Alloy by IBM and SAP 1.0 software simplifies your interaction with people, processes, and information by providing intuitive access to SAP software and information through the familiar IBM Lotus Notes®.
Tired of having to force fit IBM® Lotus® Domino® into your infrastructure? With the latest release of 64-bit Lotus Domino on Linux® and virtualization, you now can implement large-scale enterprise environments with Lotus Domino on Linux in a single footprint. This article documents the benchmarks that have been done and the results of early adopters of this solution, showing you how your infrastructure can fit and grow with Lotus Domino.
IBM® Lotus® iNotes® 8.5 includes many new features. This second article in the series covers two distinct topics: new Lotus Domino® administration policy capabilities and improvements available in lite mode.
IBM® Lotus® iNotes™ 8.5 full mode offers new features to bring more consistency between the iNotes browser-based experience and the Lotus Notes® 8.5 installed client experience. It also begins to add the same integration to external data services. In this article, the first in a multipart series, we cover the new features in Lotus iNotes 8.5 full mode and examine the Web 2.0 related features in particular depth.
This article reports on the performance of the IBM® components of the Alloy™ by IBM and SAP 1.0 software. Alloy by IBM and SAP 1.0 software simplifies your interaction with people, processes, and information by providing intuitive access to SAP software and information through the familiar IBM Lotus Notes®.
IBM® Lotus® iNotes® 8.5 includes many new features. This second article in the series covers two distinct topics: new Lotus Domino® administration policy capabilities and improvements available in lite mode.
IBM® Lotus® iNotes™ 8.5 full mode offers new features to bring more consistency between the iNotes browser-based experience and the Lotus Notes® 8.5 installed client experience. It also begins to add the same integration to external data services. In this article, the first in a multipart series, we cover the new features in Lotus iNotes 8.5 full mode and examine the Web 2.0 related features in particular depth.
This article reports on the performance of the IBM® components of the Alloy™ by IBM and SAP 1.0 software. Alloy by IBM and SAP 1.0 software simplifies your interaction with people, processes, and information by providing intuitive access to SAP software and information through the familiar IBM Lotus Notes®.
Tired of having to force fit IBM® Lotus® Domino® into your infrastructure? With the latest release of 64-bit Lotus Domino on Linux® and virtualization, you now can implement large-scale enterprise environments with Lotus Domino on Linux in a single footprint. This article documents the benchmarks that have been done and the results of early adopters of this solution, showing you how your infrastructure can fit and grow with Lotus Domino.
With NSF_DBCACHE_MAXENTRIES=5000 in notes.ini file, the server stats show that the database max entries are higher than 5000.
With NSF_DBCACHE_MAXENTRIES=5000 in notes.ini file, the server stats show that the database max entries are higher than 5000.
Также почитатай:
Найти документацию можно на сайтах:

В избранное