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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 130 от 2009-01-19


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Пользователь в ACL почтовой базы Менеджер со всеми правами (эффективнымм) в ECL тоже всё может, работает себе потихоньку, но в один непрекрасный момент перестает открывать письма, отправлять и т.д. в своей почтовой базе(ВЫ НЕ ИМЕЕТЕ ПРАВА ВЫПОЛНЯТЬ ЭТУ ОПЕРАЦИЮ) доступ к другим базам (адресным книгам, справочникам и т.д. продолжается в соответствии и ихними ACL).

Из клиента вышли вошли - проблема исчезла... на некоторое время.

Делал локальную копию базы без ACL (скопировал структуру и документы) доступ одновременно прекращается на сервер и к локальной копии.
переустановил клиента, в ECL всем разрешил всё (юзеру,дефаулту и нот сигнеду) - не помогло
создал новую почтовую базу, скопировал в неё документы из старой, проблема осталась.............

а сегодня появились ещё 2 таких юзера
у кого какие мысли, в какую сторону копать ?

P.S. на лотусе живет McAfee GroupShield for Lotus Domino 5.3
всем спасибо
О... Все заработало после того как создал документ сервера с таким же именем как тот с которого выполняю move в АК домена того на который перемещаю БД и вставил туда публичный ключ того сервера, на который делаю move...
...
С линками по собственному опыту - шестерка работает нормально, точно, и ссылки могут быть относительными (типа - \\file-server\folder\) - проверенный факт... Еще моно в операционке диск подмапить... Но надо чтоб скорость доступа к ресурсу была...
:-)
как то коряво выразился :) сори - надеюсь все понятно оказалось...

Столкнулся со следующей проблемой: если сервак погасить как службу, он начинает периодически падать, т.е. после старта запускается чек баз сервак начинает виснуть и если есть обращения к нему со стороны пользователей падает, периодичность падение после старта от 2-х минут до получаса.
Сервер 7.0.3
Код:

############################################################
### FATAL THREAD 1/2 [nprocmon: 16e4: 05c4]
### FP=0x0012fc3c, PC=0x60176b81, SP=0x0012f4c8
### stkbase=00130000, total stksize=20480, used stksize=2872
### EAX=0x01140648, EBX=0x7c821c7b, ECX=0x00b00000, EDX=0x00b00000
### ESI=0x0012fc54, EDI=0x7c826b4d, CS=0x0000001b, SS=0x00000023
### DS=0x00000023, ES=0x00000023, FS=0x0000003b, GS=0x00000000 Flags=0x00010206
Exception code: c0000005 (ACCESS_VIOLATION)
############################################################
@[ 1] 0x60176b81 nnotes.Panic@4+417 (12fc54)
[ 2] 0x004010e5 nprocmon (400000)
[ 3] 0x0040112f nprocmon (2)
[ 4] 0x00401264 nprocmon (0)
[ 5] 0x00401156 nprocmon (2)
[ 6] 0x004014e5 nprocmon (0)
[ 7] 0x7c82f23b kernel32.ProcessIdToSessionId+521 (401379)

############################################################
### PASS 2 : FATAL THREAD with STACK FRAMES 1/2 [nprocmon: 16e4: 05c4]
### FP=0012fc3c, PC=60176b81, SP=0012f4c8
### stkbase=00130000, total stksize=20480, used stksize=2872
Exception code: c0000005 (ACCESS_VIOLATION)
############################################################

Disassembly of c. 10 instructions before and after faulting address 60176b81:

60176b5a 56 push esi
60176b5b 0506520400 add eax,0x45206
60176b60 680c48b060 push 0x60b0480c
60176b65 50 push eax
60176b66 e815dce9ff call 60014780
60176b6b 83c40c add esp,0xc
60176b6e e83d3d0000 call 6017a8b0
60176b73 a14c9fd460 mov eax,[60d49f4c] ds:60d49f4c=01140648
60176b78 8388b614000002 or dword ptr [eax+0x14b6],0x2 ds:01141afe=0000000a
60176b7f 6a01 push 0x1
FAULT ->60176b81 c605ffffffff00 mov byte ptr [ffffffff],0x0 ds:ffffffff=??
60176b88 ff154833b060 call dword ptr [60b03348] ds:60b03348=7c8268f1
60176b8e cc int 3
60176b8f cc int 3
60176b90 55 push ebp
60176b91 8bec mov ebp,esp
60176b93 8b4508 mov eax,[ebp+0x8] ss:0173abe2=0e844a63
60176b96 8b0d04f0df60 mov ecx,[60dff004] ds:60dff004=00b00000
60176b9c 6800010000 push 0x100
60176ba1 50 push eax
60176ba2 81c1a15a0400 add ecx,0x45aa1
60176ba8 51 push ecx
.........................................................

############################################################
### PASS 3 : FATAL THREAD with PARAMETER DATA 1/2 [nprocmon: 16e4: 05c4]
############################################################
@[ 1] 0x60176b81 nnotes.Panic@4+417 (12fc54)

Parameter 1:
0012fc54 53657276 65722050 726F6365 73732074 | Serv er P roce ss t |
0012fc64 65726D69 6E617465 64206162 6E6F726D | ermi nate d ab norm |
0012fc74 616C6C79 20283132 38290001 00E0FD7F | ally (12 8).. .... |
0012fc84 98FD1200 A6031D60 00004000 01000000 | .... ...` ..@. .... |

[ 2] 0x004010e5 nprocmon (400000)
...................................................................
<@@ ------ System Data -> Network Information -> IP Statistics (Time 19:01:49) ------ @@>

IP forwarding enabled or disabled: 1
default time-to-live: 128
datagrams received: 19279889
received header errors: 169
received address errors: 74633
datagrams forwarded: 62925
datagrams with unknown protocol: 0
received datagrams discarded: 0
received datagrams delivered: 19142162
sent datagrams discarded: 0
datagrams for which no route exists: 7
datagrams for which all frags did not arrive: 60
datagrams requiring reassembly: 0
successful reassemblies: 0
failed reassemblies: 0
successful fragmentations: 0
failed fragmentations: 0
datagrams fragmented: 0
number of interfaces on computer: 4
number of IP addresses on computer: 2
number of routes in routing table: 228


Проблемы начались еще на версии 6.5.4. Сразу же по всем правилам обновил до 7.0.3FP1, какое-то время работало, а потом опять началось: сервак подвисает, не отвечает на запросы пользователей, но по консоли видно что продолжает жить, т.е. резкого падения не происходит, бывают моменты когда из зависания выходит самостоятельно. Подозревал что зависает из-за чека баз, который запускается после старта сервера и в какой то момент ложит сервер. Пришлось жестко удалять сервак, инсталить заново(7.0.3) и подсовывать ему папку DATA, и вроде как вернулась стабильность, но после того как решил его погасить как службу и поднять заново он упал опять через какое то время, пришлось стартовать заново, сейчас работает, но как все необъяснимое это меня пугает...
-можно ли как-нибудь отключить чек баз после падения сервера?
-если поднять транзакшен логин это как то может изменить ситуацию с нагрузкой сервера при старте после падения?
-такое количество ошибок ip протокола это нормально?
received header errors: 169
received address errors: 74633
падает дже с фикспаком
PROCESS_MONITOR_DISABLED=1 уже выставил, просто хотелось бы понять вообще в чем может быть причина...

Такое произошло на двух серверах...Использую Lotus Domino Enterprise server 7.02 под Win 2003...В консоли ничего подозрительного не пишется, в домлог тоже...переустанавливать сервер не очень хочется...Как можно вылечить?
Доброго времени!
...
Доброго времени!
...
Интересные темы:
Список форумов:

Tips. Советы

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

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

Author: Nathan Chandler
Tags: add multiple server favourites admin client
Idea:
Currently if you want to add servers to the server favourites in the Admin client, you can only do it on at a time. It also closes the left panel so each time you want to add multiple servers it is quite click-intesive.

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

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

8.5 Interim Fix 85SHF26 for the Mac OSX resolves 2 DBCS issues of translation: Dropdown list and popup hint on the infobox display garbage Desktop Search configuration dialog will display garbage This interim fix is for the Standard MAC Client only at this time. Please contact Support if you are running the Basic MAC Client and need this fix.
You would like an automated way to merge the archive database and the mail database. You have a need to move all the archived documents back into the original mail database so you can delete the archive database from the server. Is this possible?
You have several mail databases listed under the "Pending Administrator Approval" section in Admin4.nsf. You notice you can only reject the mail file deletion if you open each document in edit mode.
Deployment is an important process within the overall software life cycle. In this article, learn about requirements for automatic software deployment, and about a cross platform auto-deployment framework based on STAF. Explore how the framework is implemented on a Lotus Notes platform. The framework can also be applied in your enterprise's software test environment.
<script src="https://greenhouse.lotus.com/mum/contenthandler?uri=widget:js&url=/mum/widget-catalog/freeFormLayout.xml&pid=092106829F6393F09DB7109B915094002354&h=620&w=1020&sb=y
"Error importing WebSphere LTPA keys. Check file path and password" is displayed when importing WebSphere LTPA key into SSO Configuration document. Debug is available to provide additional information when importing WebSphere Application Server token fails.
The @Environment function removes extra spaces when returning values from the notes.ini. If an environment variable is written to the notes.ini that contains extra spaces, it is successfully recorded. Such as: "$MyVariable=this has extra spaces". However, when you retrieve this value using @Environment the extra spaces are removed. The value that is returned is now "this has extra spaces".
When viewing a folder in a mail file in Notes 8, the Show Action will show nothing or is missing items.
You receive the error "Unable to locate the viewer configuration file" when trying to view an attachment after upgrade to Notes 8.0.2 Standard Configuration.
You have moved a user to a new mail server, but the preferred server field in the replication settings of the local mail file replica is not updated with the new server name. Why does this occur?
This document describes how to download IBM Lotus Domino 8.0.1 using the Passport Advantage Online Web site.
A URL -> directory mapping document has been configured. However, whenever a user tries to access a document in a mapped directory, error 404 "File not found" appears on the browser.
Hello.
Также почитатай:
Найти документацию можно на сайтах:

В избранное