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

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

  Все выпуски  

Notes client crash with certain emails in 8.5.1 FP1


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

дистрибутив - CentOS
скачать домину - в гугл, он знает (например - Pаssport Advantage)
версий 7.3, как и 7.2 - не было, есть 7.0.4 (к примеру)
Что отвечает за чувствительность к регистру поиска??? help.gif
Например в Domino Directory по фамилии (ФИО по русски) в один прекрасный день (вчера) начало искать только при указании первой заглавной буквы. Сервер Domino не перезапускался.

За OS (SUSE) отвечают другие люди, возможно было установлено какое-то обновление etc.
Раньше когда OS сервера устанавливали мы - всё было нормально. Причем на другом сервере в домене икать будет и с маленькой буквы.

Версия сервера domino в данном случае не играет роли, т.к. наблюдается на разных версиях начиная с 7.x
дистрибутив - CentOS
скачать домину - в гугл, он знает (например - Pаssport Advantage)
версий 7.3, как и 7.2 - не было, есть 7.0.4 (к примеру)
Пример: посылаю письмо в группу. От тех, кто в отпуске, приходит ответ "out of office". А можно сделать так, чтобы ОоО не отсылался, если письмо адресовано группе, а не лично пользователю?
Интересные темы:
Список форумов:

Tips. Советы

Andre Guirard has been writing SPRs about LotusScript crashes and has three simple hints to help you avoid crashes.

Read | Permalink
Keith Brooks admits to having forgotten something when setting up a TLS environment. He even placed a call to a colleague before he remembered...

Read | Permalink

Andrew Pollack was happy to learn the CKEditor will be integrated into a future release of Domino. He explains some of the benefits of using CKEditor.

Read | Permalink
Sean Cull has noticed a ghost in his XPage applications. In tracking it down he found a fairly reliable way to create a new ghost. He includes a 1.5-minute video.

Read | Permalink
Handly Cameron has noticed that configuration has gotten more challenging with the addition of new servers under Sametime as has searching for the help document. Handly has posted a link to the document you need to get everything running.

Read | Permalink
John James has been working with IBM Technical Support to resolve a problem with a dual-language date issue. He details the problem, in case you've run into the same thing.

Read | Permalink


NEW! LEARN NOTES AND DOMINO 8 AT YOUR PLACE AND PACE!
Try a free course at www.tlcc.com/dompower8

Chris Toohey has posted some information on using Quick Highlighter, a language-specific HTML and CSS markup generator, with Domino. Chris has provided some CSS markup you can add to your Stylesheets.

Read | Permalink

Last week I had an urgent support call to attend to as an e-commerce site I'd developed for a customer had stopped taking payments. You can imagine I jumped on to it pretty sharpish.

The problem soon became apparent - the payment-processing terminal wasn't running. The server had been re-booted and, although Domino re-started as a Service, as expected, the payment terminal didn't. This is because I (stupidly) had put a shortcut to the program in the "All Users" Startup Folder and assumed it would load if ever the machine re-started for any reason.

It turns out programs in the Startup folder only launch if a user logs in. In this case nobody did and so they never launched. Seems so obvious. What was I thinking!

As a quick fix I had them log in to Windows. I then went about finding a way to have the terminal launch without them needing to log in.

Launching Programs When Windows Boots

It turns out it's not as easy as you might imagine to run a program when Windows starts but before a user logs in. The only solution I found was to create your very own Service.

The process of creating your own service to run a batch file is documented in this Microsoft Knowledge Base article.

However, it only allows you to run one BAT file and it has to be called AutoExNT.bat. Whereas, in my case I wanted to run two different BAT files. One for each payment terminal (one live and one for testing). It turns out you can do this by calling the two (or more I guess) batch files directly from inside the AutoExNT.bat file.

Here's what my AutoExNT.bat file looks like:

start C:\path\to\batch\1\launch.bat
C:\path\to\batch\2\launch.bat

The first line tells the existing command prompt to launch a new instance and load the first batch file in it. The second line then goes on to run the other batch file. The result being two command prompts running the code in the relevant batch file. Et voila.

Don't forget to install the Service with the /interactive flag set to On if you want to see the prompts yourself when you log in. Oh, and to check the Service is set to Automatic.

Click here to post a response

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

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

Author: Vlad Sh
Tags: dialogs modal Styles css
Idea:
I would like to set the CSS-styles, or be able to create / change the Theme for PickList, DialogBox, and so on.
At a minimum, establish:
  • the background color of dialogs;
  • the background color of buttons (OK, Cancel, and so on);
  • color labels of these buttons.
I would like to dialog boxes do not stand out from the general style of your application.

Author: Vlad Sh
Tags: ACL roles delete
Idea:
It is not enough support to select multiple roles to delete by holding down Ctrl. It would be nice if to select the roles supported by the Shift key + mouse left-click and Ctrl+A.
If selecting multiple roles, then do inaccessible button Rename.  
 
Updated: This idea arose because when you remove the role of the cursor goes away, have to return to the list of roles, select the role and push the button Remove. When you remove the role of the cursor must automatically be installed on the role that becomes the place of the remote role.

Author: Vlad Sh
Tags: ACL roles delete
Idea:
It is not enough support to select multiple roles to delete by holding down Ctrl. It would be nice if to select the roles supported by the Shift key + mouse left-click and Ctrl+A.
If selecting multiple roles, then do inaccessible button Rename.  
 
Updated: This idea arose because when you remove the role of the cursor goes away, have to return to the list of roles, select the role and push the button Remove. When you remove the role of the cursor must automatically be placed on the role that becomes the place of the remote role.

Author: Michael Tassati
Tags: NotesDocument LotusScript
Idea:
Add an equivalent methode to NotesDocument class in LotusScript to add values to an already existing item.

notesDocument.AppendItemValue has the problem to add new items with an other sequence number. In general, ReplaceItemValue is favored over AppendItemValue. If an item of the same name already exists in a document, AppendItemValue creates a second item of the same name, and the duplicate items are not accessible except through a work-around. If you are creating a new document, AppendItemValue is safe.

Author: Michael Tassati
Tags: NotesDocument LotusScript
Idea:
Add a NEW equivalent methode to NotesDocument class in LotusScript to add values to an already existing item. notesDocument.AppendItemValue has the problem to add new items with an other sequence number. In general, ReplaceItemValue is favored over AppendItemValue. If an item of the same name already exists in a document, AppendItemValue creates a second item of the same name, and the duplicate items are not accessible except through a work-around. If you are creating a new document, AppendItemValue is safe.

Author: Stephen McCulloch
Tags: full-text index lotusscript object method properties
Idea:
The only FTI properties of notesDatabase exposed to LotusScript are .FTIndexFrequency, .IsFTIndexed, .IsMultiDbSearch and  .LastFTIndexed.
The methods, CreateFTIndex(), RemoveFTIndex() and UpdateFTIndex() also exist.
 
Yet the Notes Client UI shows Count unindexed documents, Size, and the FTI settings for Case sensitivity, index breaks, index attachments and index encrypted fields.
 
Why are there not properties of notesDatabase called .FTISettings and methods .getFTISize() and getFTIunindexedCount(). There must be a programmable hook into these data for the IBM developers to have put these on the Notes property popup, so why not expose them to LotusScript developers? 

Three weeks ago (2/24) more than 1000 releases were downloaded on a single day. These are more downloads than we've seen for one day since we started to track these numbers in 2004. On 3/2 we had for the first time more than 18.000 page visits per ...
Author: Stephen McCulloch
Tags: css
Idea:
Every other IDE that is used for designing web pages has a built in CSS editor/validator why doesn't Domino Designer? 

Author: Karen Keeter
Tags: status
Idea:
In the list of ideas (All ideas view or any other view with list) , I can see Idea name, IdeaSpace, tags, author, date created and number of comments and beginning of description - which is great. The only thing I can't see 'at a glance' is the status for an idea. I could just press the different View buttons, but that is different than being able to scan the list ideas in a particular status.

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

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

A Domino administrator is unable to compact or delete a database. The error message: "Database is currently in use by you or another user" is reported
When creating a first Domino Server on an iSeries machine after loading the Domino code, the administrator is seeing the message "CPF22E3 received from API QSYGETPH."
In Lotus Domino 8.5.1, when one SMTP outbound message is rejected with a permanent error, such as "user not known", subsequent messages queued for the same destination are also rejected.
This technote explains how to use the Recent Contacts feature effectively and clarifies some frequently misunderstood aspects of the feature. Also provided are a list of enhancement requests submitted for Recent Contacts as well as links to additional resources
For the field "Replicate when the user shuts down the client", in desktop
Build: 8.5FP1 SHF85 (32-bit client) OS: Windows/XP 5.1 (32-bit) (Build 2600), PlatID=2, Service Pack
When you Print or Print Preview a Group document, the output only shows the first three member names in the members field
Confusion is caused by partial results errors that display during the provisioning operation of a Notes 8.5.1 or 8.0.2.x install but do not seem to affect the outcome of either the provisioning or the install.
Также почитатай:
Найти документацию можно на сайтах:

В избранное