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

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

  Все выпуски  

iCal repeating Meeting with EndBy date is missing last day


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Добрый день.
переносили неделю назад сервер с Lotus 5 на Lotus 6. Сейчас возникает проблема сильной нагрузки на сервер, вплоть до потери его видимости из сети. Как мне кажется это происходит из-за разрастания базы dbdirman.nsf . База разрастается до нескольких гигабайт. Хотя на другом сервере с Lotus 6 такой проблемы нет и там эта база весит пару метров. После остановку Лотуса и удаления этой базы Лотус стартуется нормально, сам создает эту базу и несколько часов все работает нормально. Но в какой-то момент опять база разрастается.

Из-за чего это происходит и как можно решить эту проблему?

Заранее спасибо.

п.с. с Лотусом работаю совсем недавно и плохо разбираюсь, поэтому прошу ответить поподробнее.
Всем привет!
И снова вопрос... у меня уже просто паника.
Нужно отловить ошибки ADO.
Вот есть такая строчка templDoc.Form = Record.Fields.Item( "fgdfhk" ).Value
Понятное дело поля с таким именем fgdfhk нет.
Возникает ошибка... к сожалению в lotusscript нет отдельной ошибки на отсутствие поля, но есть в ADO.
припопытке перебрать коллекцию ошибок ADO ничего не получается. Коллекция пуста sad.gif
перебираю так
    Forall oError In ADOConnection.Errors
        
        'Set oError = ErrsColl.Item( i )
        
        strTmp = strTmp & " ADO Error # " & oError.Number
        strTmp = strTmp & " Description:" & oError.Description
        strTmp = strTmp & " Source: " & oError.Source
        
    End Forall

|#^#]>Читаю тут|#^#]>
Ошибка возникала на разных клиентах...
Перезагрузили сервер - пока полет нормальный.
Ошибка возникала на разных клиентах...
Перезагрузили сервер - пока полет нормальный.
Интересные темы:
Список форумов:

Tips. Советы

Keith Brooks prefers using the Sidebar to either Bookmarks or Launcher. Actually, he claims he's just lazy. But he's taken the time to write down the 8 steps to put an application on the Sidebar in Notes 8.

Read | Permalink


MARK YOUR CALENDAR FOR IN-DEPTH LOTUS TRAINING, MAY 12-14, 2010, BOSTON
Register by December 31, 2009 to save $350.

David Leedy has posted his Episode 7 video on YouTube taking 8.16 minutes to explain the TypeAhead feature of Notes 8.5.1.

Read | Permalink
Brian M O'Curran wants you to know a selection of Web 2.0 portlets are available for download. He provides a URL and a short video showing how you might use some of these new portlets.

Read | Permalink
Mike McGarel has an old application that lets him export a view to Excel via a browser. He hasn't tested it with large numbers of rows or columns, but if you're interested, he's posted code and instructions.

Read | Permalink

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

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

Author: Adrian Randall
Tags: resource reservation resources
Idea:
We'd like the ability to collect rooms and resources utilisation matrix. We use this information to justify hardware purchases to management by showing utilisation levels. Ideally this would be based as a percentage of the availability indicated on the room/resource itself.

Author: Jade Quek
Tags: Domino designer
Idea:
Sometimes a designer needs to provide a lot of information within a view and that equates to many columns. I have had people approach me to see if this can be done in Domino just like it is in Excel. The key column would be frozen in place and will not scroll off the screen as you scroll and view data to the right.

Author: Peter Presnell
Tags: xpage refresh
Idea:
When building an Xpage application there are often times when I need to refresh more than one element but I don't wish to refresh the entire page.  The ability to select more than one element for a Partial Update would be a welcome addition to Xpages.

Author: Steve Treible
Tags: Object Model Diagrams
Idea:
I think it would be extremely helpful if IBM produced full-color object model diagrams / maps for Release 8.0 and 8.5 given that the diagrams were last updated in R6.5 and were available in PDF format.  Having a visual represenation of the objects that are available is really useful when it comes to developing applications rather than having to hunt through the help file.

Author: Erik Brooks
Tags: formula xpages @Dblookup @DBcolumn
Idea:
XPages are here, they're big and bad and scalable. They integrate with @Formulas, which is extremely powerful. For things like repeat controls, type-ahead, etc. there are times when you use @DbLookup or @DbColumn.
 
But these functions are limited in returning 64K, like the days of old.
 
Two new @Formulas, @DbColumnBig and @DbLookupBig should be created to be able to return large amounts of data.
 
Presumably to incorporate this capability into the legacy design elements (<computed text>, fields, etc.) this would be a large amount of effort because of all the other 16/32/64K limits on those elements.  To ease the engineering effort on IBM's side the new @Formulas could be made available only within the context of XPages, similar to how @Unique has a completely different implementation on XPages than it does with legacy Domino design elements.
 

Author: Peter Presnell
Tags: shared fields comments
Idea:
While it is possible to add comments to many design elements, Shared fields is not one of them.  Being able to see comments when design elements are listed can often be a big help (if the developer documents his/her code this way).  For the sake of consistency (and improved documentation) I would loike to see comments standards for all design elements, including shared fields.

Author: Dag Kvello
Tags: Backup VSS Domino
Idea:
I think this is long overdue now. Please IBM, give us VSS for Domino ?
 
I'm so tired of always having to create Freeze/Thaw scripts stop/start the Domino-service before a backup. Pretty much every serious application on Windows supports it (DB2, Oracle, SQL, Exchange, etc....) and has done so the last 5 years.
 
In these virtualized days it's needed to get consistent off-site replica's of Virtual Machines. We don't do backup in-host anymore, it's all being done with VCB/vStorage API's
 
 

Author: Patrick Kwinten
Tags: filter view
Idea:
Maybe , when a flat Notes view could have an auto filter function just like in spreadsheet programs than it would be less necessary to create export functions for Notes Views.
 
@setviewinfo just filters the first column.

Author: Gernot Leithner
Tags: quickr webdav database teamroom
Idea:
 WebDAV is currently only supported for design documents. Why not be able to use WebDAV as a protocol to create, edit and delete Notes documents? We could enrich our mashed up user experience with a cool Notes database integration in the Explorer.
 
Why does Lotus Domino suffer from incomplete WebDAV support? Maybe somebody might argue that if Domino is fully WebDAV enabled, Lotus Quickr would not sell terribly well? 
What do we need Quickr for then? All functionality is already there, in Lotus Domino.

IBM has contributed today eight core Lotus Notes/Domino templates. These templates are the 8.5.1 templates made available under the Apache license (ALv2). The main purpose is to allow the Notes/Domino application development community to extend these ...
We've released the first version of the discussion template next generation project. You can download the template from here. This template bases on the Lotus Notes/Domino 8.5.1 discussion8.ntf template. Furthermore this first release comes with an ...
Еще записи:
Интересные блоги специалистов:

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

Exchange creates an bad iCal Meeting invitation when you select an EndBy date
Domino server crashes with "PANIC: semaphore invalid or not allocated"
Running the Server decommission analysis tool on a Lotus Domino server with a large amount of databases (for example 20,000) crashes the Domino Administrator client .
Your server crashes on the adminp process while creating new mail files for newly registered users using the "create in background" option.
A Notes document contains a corrupt section and may cause an abnormal status in the HTTP task including crash or hang with CPU spike.
Semaphore deadlock between two calls to DbCacheCloseFiles. This appears to be a locking issue in the NSF layer.
Duplicate e-mails are received from the internet for a user if the mail is addressed to the user in the "To" field and a group's internet address is in the "cc" field, where the user is a member of the group.
Domino LDAP servers mishandle search requests for users with special characters in their names when receiving searches for LDAP clients using v2.
Your Lotus Domino server hangs intermittenly at a rate of about once every 2-3 days after seeing the following error on the Domino Server console: "Unable to create Server task: Insufficient memory - server executive pool is full"
This document describes how to download IBM Lotus Notes 8.5.1 using the Passport Advantage Web site.
Также почитатай:
Найти документацию можно на сайтах:

В избранное