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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 72 от 2008-09-05


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

allex:
_http://www-01.ibm.com/support/docview.wss?rs=475&context=SSKTWP&dc=DB560&dc=DB520&uid=swg21250144&loc=en_US&cs=UTF-8&lang=en&rss=ct475lotus


Another method to refresh the embedded view is to use an "@Command([ViewRefreshFields])" while the document is in edit mode.
День добрый!

Имеется ноут с Windows 2003, памяти 2Gb, установлен сервер Lotus Domino 7.0.3FP1 (с версиями 7.0.2 и 7.0.3 было то же самое).
Имеется около 300 баз гигов на 15 в сумме. В общем никакой экзотики, всё стандартно.

Что имеем. Загружаем сервер Lotus Domino - всё загружается и всё отлично работает, проблем никаких нет. Но проходят сутки и начинаются "проблемы" с операционкой.
В частности, открытие различных Word'овых, Excel'евских и Access'овских файликов растягивается секунд так на 5-10*. При чём в эти 5-10 секунд винт не особо напрягается, но подвисает explorer.exe, в частности перестаёт перерисовываться панель задач виндовая (невозможно переключиться ни на одно приложение ткнув на него в панели задач, при чём по Alt+Tab'у всё переключается замечательно). Других проблем не замечено. А если сделать net stop/net start лотусовому сервису - всё опять начинает "летать", до следующего дня. Можно конечно этот net stop/net start в "крон" засунуть и забить, но как-то это всё равно неаккуратненько. Может быть кто-то сталкивался с подобным и нашёл как это побороть?
PS. В моменты тормозов * все остальные процессы продолжают работать, ничего намертво не виснет, процессор не нагружается. Памяти сожрано в среднем около 1,5 гигов, 768Мб на nserver.exe, остальное на namgr'ы с nupdate'ами.
Frusty:
Прошу меня не сильно не ругать, в лотусе разбираюсь вторую неделю
вопрос в следующем Хотелось бы отправить письмо к адрессату изходя из хелпа выполняю следующий код в Агенте

Код:
                 Dim dbMail As NotesDatabase
    Set dbMail = New NotesDatabase( "", "")
    Call dbMail.Open( "Lotussrv", "ZayavkaIT.nsf" )
    Dim MailDoc As NotesDocument
    Set MailDoc = New NotesDocument(dbMail)
    [u] MailDoc.Form = "NotifHardware"[/u]
     MailDoc.SendTo="xxxx@com.ru"
     MailDoc.Principal = "HelpDesk"
     MailDoc.ReplyTo = "HelpDesk"
     MailDoc.SMTPOriginator = "HelpDesk"
     MailDoc.Subject ="Алеша Привет"
     MailDoc.Body = "Добрый День!"
     Call  MailDoc.Send(True)


В отладке показывается что MailDoc создается но после исполнения 6 строчки генерится ошибка
Variant does not contain object
PS
Форма NotifHardware создана.
Пожалуйста будьте добры, помогите новичку, обьясните что я делаю не так и как мне послать письмо правильно
Как перелить полностью данные dbf в базу Lotus (nsf)
D!m@n:
Цитата(Frusty @ 3:09:2008 - 19:41)
Call dbMail.Open( "Lotussrv", "ZayavkaIT.nsf" )
Задайте здесь иерархическое имя сервера.
Т.е. Lotussrv/Оргюнит/Организация/Страна.

Цитата(Frusty @ 3:09:2008 - 19:41)
MailDoc.Body = "Добрый День!"
По-моему, это не сработает.
Надо сделать так:

Код:
Dim RTBody As NotesRichTextItem
Set RTBody=MailDoc.CreateRichTextItem("Body")
RTBody.AppendText("Превед!")

Как перелить полностью данные dbf в базу Lotus (nsf)
самому писать импорт используя Lotus Script. dbf - реляционка, а лотус документно-ориентированная.
Gor:
=) Невнимательность, действительно)

Цитата
Может лучше через document.getElementById()?


Да почему то честно говоря document.getElementById("Attach1").Value мне всегда выводит значение [OBJECT]
Да и document.replaceItemValue("Attach1",document.getElementByid("Fup1").Value) в такой конструкции не заработал)

Хотя в div ы я поле взял...
Поэтому и пошёл этим путём)
Кстати спасибо за терпение и за мои занудные вопросы)) Просто опыта JS у меня вообще нету... Институтский C++ и ещё пары языков,
а с LotusScripta перестроиться бывает сложновато))


http://www-01.ibm.com/software/lotus/produ...rity/index.html

Why IBM for preemptive protection and spam control
Highly effective antispam technologies with complete preemptive protection that combine multiple analysis and detection methodologies for optimum accuracy and analyze email content in many different languages, including double byte characters.
Morpheus:
Why IBM for preemptive protection and spam control

Highly effective antispam technologies with complete preemptive protection that combine multiple analysis and detection methodologies for optimum accuracy and analyze email content in many different languages, including double byte characters.



[attachment=1841:mailsecu..._530x200.gif]


_http://www-01.ibm.com/software/lotus/products/protector/mailsecurity/index.html
puks:
Старею ....

После 20 минут чтения наконец-то понял, что есть 2 варианта: железяка и под VMware. Но что там внутри и остальное - осталось загадкой

http://www-01.ibm.com/software/lotus/produ...quirements.html

puks:
Выложено на ftp.myaddress.ca (Lotus, Lotus)
puks:
Выложено на ftp.myaddress.ca (Lotus, Lotus)
Такая ерунда случается, если перед удалением правила, оно не выключается. Хранится правило в профайле почтовой базы, увидеть это можно утилитой NotesPeek. Как выход, создать такое же правило, пересохранить, выключить его, сохранить, опять зайти и удалить.
Интересные темы:
Список форумов:

Tips. Советы

The subject of searching multiple Domino websites came up yesterday when Martin Scott's "Super Search" was mentioned. While it's a useful resource it's very outdated (and annoying if you don't realise it's going to spawn a whole load of new windows). Times have moved on and there are more elegant ways of searching multiple (related) websites at once.

One such way is to use a service like Rollyo.com, which lets you list the domains for which you want results returned. Here's a page which lets you search a small subset of the Domino sites out there:

http://rollyo.com/jakehowl/domino_sites/

There's a link on that page that will let you add the search engine to your browser's search field, which you can also do for codestore using the instruction on the search form.

Or you can do a search from this form, which you could embed on your own site:


Rollyo uses Yahoo search (I think). Like everybody else (or so it seems) I'd rather use Google to do the searching. Unsurprisingly they offer their own way of restriciting search results to certain domains, called Google Coop.

There's already a Google custom search for Lotus Domino:

http://www.google.com/coop/cse?cx=008231444553199791783:dql4bnwwnf8

You can test it using the form below. Oddly there's no way to add it to your browser's search feature. It could be hacked but I'll only do that if one of you ask me to.

So, there you have it. There are at least two ways you can easily search just Domino sites. That way can do a search safe in the knowledge you won't be following dead ends to results from sites like Expert Exchange and the like.

Click here to post a response

Our annual survey shows that a large majority of our Lotus Notes Domino readers are using BlackBerry mobile devices. Refer to this compilation of frequently asked questions and expert answers when seting up BlackBerry devices in your Notes/Domino environments. Whether synchronizing your Notes Personal Address Book, transferring data between devices or blocking spam, we've got the answers you need.

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

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

Author: Ben Poole
Tags: ft full-text index documentation
Idea: A recently re-surfaced older link on Alan's site has reminded me of a long-standing issue with Notes (& Domino Designer): there is no set of definitive documentation re full-text indices, i.e. how to build an FT query.

There are various gotchas with regards testing different types of field values, and how to express these queries, whether that's in the Notes client, or when invoking the relevant NotesDatabase method.

Comprehensive documentation for this area is well overdue!

Alan's link re null values in FT indices:

{ Link }

Author: Ben Poole
Tags: ft full-text index documentation
Idea: A recently re-surfaced older link on Alan's site has reminded me of a long-standing issue with Notes (& Domino Designer): there is no set of definitive documentation re full-text indices, i.e. how to build an FT query.

There are various gotchas with regards testing different types of field values, and how to express these queries, whether that's in the Notes client, or when invoking the relevant NotesDatabase method.

Comprehensive documentation for this area is well overdue!

Alan's link re null values in FT indices:

{ <a href="{ Link } rel="nofollow" target="_blank">Link</a> }

Author: Ninke Westra
Tags: replication settings lotusscript c-api
Idea:
At the moment it is not possible to enable a database for scheduled replication or to control the 'Receive documents from server' and 'Send documents to server' flags on the basics tab of the replication settings dialog, using either Lotusscript or even C-API (at least none that I know of).
 
One way that might work (I'll find out today) would be manipulating the hidden $sitemaplist field found in the location documents of the personal address book (names.nsf) but that's not documented/supported and I prefer a cleaner way to manipulate these settings.
 

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

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

This document contains the detailed system requirements for the 8.0.2 release of the Lotus Notes® client, Lotus® Domino Designer® client, and Lotus® Domino® Administrator client.
Set up and use the IBM Lotus Server.Load workload generation tool, which includes new IBM Lotus Sametime instant messaging workloads, ST70IM and ST75IM, and the Sametime Initialization workload. We show you how to use these workloads to optimize your Lotus Sametime deployment performance.
Pakistan is re-introducing Daylight Saving Time (DST) effective 1 June 2008. The DST period for 2008 was originally to be from 1 June 2008 through 30 August 2008, but in late August 2008 was revised to be in effect from 1 June 2008 through 31 October 2008. Any calendar entry that falls within the Daylight Saving Time (DST) period created before the application of the extended DST rules will appear incorrect after the rules are applied. For example, entries that fall from 1 June 2008 through 30 August 200
Errors occur when upgrading Lotus Notes to the 8.0.2 release from 8.0.1 with CCH1 (Cumulative Client Hotfix) installed and the resulting client will not run. How do you handle this situation?
In earlier releases of Notes, the options "Do not display To Do entries in the Calendar" and "Allow Notes to update To Do status and dates for incomplete entries" were found under Preferences > Calendar & To Do > To Do. The preference "Allow Notes to update To Do status and dates for incomplete entries" enables/disables the Update Tasks agent.
Также почитатай:
Найти документацию можно на сайтах:

В избранное