Что отвечает за чувствительность к регистру поиска??? Например в Domino Directory по фамилии (ФИО по русски) в один прекрасный день (вчера) начало искать только при указании первой заглавной буквы. Сервер Domino не перезапускался.
За OS (SUSE) отвечают другие люди, возможно было установлено какое-то обновление etc. Раньше когда OS сервера устанавливали мы - всё было нормально. Причем на другом сервере в домене икать будет и с маленькой буквы.
Версия сервера domino в данном случае не играет роли, т.к. наблюдается на разных версиях начиная с 7.x
Пример: посылаю письмо в группу. От тех, кто в отпуске, приходит ответ "out of office". А можно сделать так, чтобы ОоО не отсылался, если письмо адресовано группе, а не лично пользователю?
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.
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.
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.
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.
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.
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.
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.
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 ...
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.
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
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.