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

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

  Все выпуски  

LO48702: SERVER CRASHED ON NBES TASK WHICH MATCHED WITH SPR# JPIU7QHQ3M.


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Интересные темы:
Список форумов:

Tips. Советы

Tim Tripcony says the Medusa 0.7 XPages debugger has been released. He provides a list of new features and a link to the download on OpenNTF.

Read | Permalink
Long, long ago, in the Dark Ages, when PCs were new - like in 1983 - computer manuals were different. They were actually printed on paper, generally using the Courier typeface, and included strange sections on "irrelevant" subjects but... you can read this for yourself.

Read | Permalink

Jeff Tujetsch has posted some LotusScript code, with instructions, to help you locate documents that may have been tagged with a "soft deletion".

Read | Permalink
Okay, we've all known people with BIG files. Ted Hardenburgh has one of the more interesting BIG file stories. He even explains how it got that way.

Read | Permalink
By Mick Moignard

From the Sametime and Web 2.0 products perspective, like the Notes one, 2010 is to a greater or lesser extent a year of reflection, given that both Sametime and Connections have recently had major releases delivered.

Sametime
Sametime 8.5, has the instant meetings and Unified Communications features seen last year. Futures in Sametime include more in-house and cloud convergence. More mobile capability was promised, with Nokia and Blackberry being mentioned specifically. Sametime functionality is also expected to be embedded within other Lotus products -- and partner products -- to enrich the collaborative opportunities.

Of particular interest was the hint about real time translation --not only of Sametime chats but potentially even phone calls handled by Sametime!

We should see some of this in late 2010.

Connections
Connections 2.5 pushed forward in 2009 with the 2.5 release, and work now, for a release expected towards the end of 2010. Lotus is concentrating on making the social analytics we've already mentioned a reality, to help manage information overload and provide recommendations of what's of most interest.

Tap here for the rest of the story.

As I go about learning to develop with ASP.NET I can't help thinking what I think about every time I start learning a new programming language or skill -- does my head have the space for all the new information?!

While I'm sure the amount of knowledge currently stored in my head doesn't even come close to pushing the limits of the human brain I do sometimes feel a bit over-whelmed when I consider how much knowledge I need to retain in order to do my daily job.

It all makes me think of the age-old saying:

Jack of all trades, master of none.

Does adding yet another skill to my tool belt mean I'll be just a little less able at one of those I already use?

Or, just as worrying, does learning something new mean something else is forgotten. Gotten rid of to make space. I remember reading that Einstein used to try and forget the phone numbers of people he no longer called, so that space was freed-up for something else.

Perhaps we each have our own amount of RAM that can be used. Perhaps this decreases with age. Perhaps I should consider stopping trying to learn more than I really need to and concentrate on getting better at the ones I do know.

Anybody ever think like this or, as I expect, am I just weird?

Click here to post a response

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

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

Author: Luca Perico
Tags: routing active mail mail.box mail features mail rule mail management policy
Idea:
What Happen when you send a Mail with notes client?
1) your mail will be saved on your mail database.
2) another copy of your mail will be copied in the mail.box
this will use the twice network band to send a mail.
Similiar thing happen when you use a local replica, only this happen when you replicate.
 
I suggest to save the sent mail only in the Mail database and put a sorta of mail send request in another DB ( I.E. mailreq.box ) .
This DB will be processed from a task (i.e. mailreq, not the router) who copy it in the mail.box is some condition are respected.
The mailreq can check somet thing before pick the mail from the DB and put it  in the mail.box, this will allow some other very requested feature:
1) set a max mail size policy per DB
2) allow user to select alternative sender address, the mailreq will check if the address are valid.
3) add an outbox folder so user can see if the server have accepted his mail.
4) allow an user/db to send only to certain address.
5) do not send the full message if the message are rejected but only a reply with an error message.
6) retarded delivey , the request have to be processed only after a certain date/time
7) policy routing if a message have certain caracteristic will be postponed o blocked or routed through another server
i.e. if  #recpient * Size > 50MB the message will pass in low prioroty if > 500MB will be rejected.
8) archive sent mail, run agent before a mail was sent ......
<other ideas here>
 
P.S. 1 : i have suggested a specific task mailreq so the routing process will not be affected from possible trouble like attempt to open damaged database or other thing
P.S. 2: a similiar thing can be done with the SMTP task who can receive the mail put them in a smtp.box and put a mailreq in the mailreq.box so mailreq can do other thing
9)  Virus check , antispam
 

Author: Luca Perico
Tags: routing active mail mail.box mail features mail rule mail management policy
Idea:
I suggest to save the sent mail only in the Mail database and put a sorta of mail send request in another DB ( I.E. mailreq.box ) .
This DB will be processed from a task (i.e. mailreq, not the router) who copy it in the mail.box is some condition are respected.
The mailreq can check somet thing before pick the mail from the DB and put it  in the mail.box, this will allow some other very requested feature:
1) set a max mail size policy per DB
2) allow user to select alternative sender address, the mailreq will check if the address are valid.
3) add an outbox folder so user can see if the server have accepted his mail.
4) allow an user/db to send only to certain address.
5) do not send the full message if the message are rejected but only a reply with an error message.
6) retarded delivey , the request have to be processed only after a certain date/time
7) policy routing if a message have certain caracteristic will be postponed o blocked or routed through another server
i.e. if  #recpient * Size > 50MB the message will pass in low prioroty if > 500MB will be rejected.
8) archive sent mail, run agent before a mail was sent ......
<other ideas here>
 
P.S. 1 : i have suggested a specific task mailreq so the routing process will not be affected from possible trouble like attempt to open damaged database or other thing
P.S. 2: a similiar thing can be done with the SMTP task who can receive the mail put them in a smtp.box and put a mailreq in the mailreq.box so mailreq can do other thing
9)  Virus check , antispam
 

Hiroyuki Okamoto has contributed a 3d history viewer for IBM Lotus Notes. You can download this plugin from here. You can start 3D History Thumbnail Viewer by pressing History toolbar button or by selecting menu Tools - History. Left key: move ...
Еще записи:
Интересные блоги специалистов:

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

Server crashed on Nbes task.
Intermittently, runs of various test cases in DFVT (DXL Fidelity Verification
Server hangs on namgr task for a long time. Please find Semdebug and NSD log.
The Lotus Notes client crashes when trying to open a document with hundreds of
In the world of e-forms, IBM® Lotus® Forms and PDF forms are the most two popular products. A Lotus Forms project can be categorized as two distinct tasks: migrating from existing e-forms and creating e-forms from scratch. We have found in our experience with IBM Software Services for Lotus that most forms projects involve migrating from PDF forms to Lotus Forms.
This document explains how memory is managed for java applications based on the the type of call.
Using EZ-Setup to install Domino 8.5.1 is not supported.
You sent a meeting invitation to an invitee that has Autoprocessing enabled in their calendar preferences. The meeting gets added to the invitee's calendar, but you never receive an accept/deline notice. On the Domino console you see the following error: Autoresponse to invite fails with error "Router: Error autoprocessing message ABCD1234 to John Doe/Org: No schedule list entry is available for this object".
After upgrading users' Lotus Notes mail file design using the mail7.nft application template, you notice an extreme number of transactions during the initial database open event when that newly upgraded mail file is opened by the user.
In Notes 8.5.1, Navigator design elements containing a hotspot with @Command([ToolsRunMacro]) produce the error "Entry not found in index". SPR# DPOL7XRGK8.
While installing Lotus Notes 8.5, "You must install a Windows service pack that contains a newer version of the Windows Installer service" error is displayed
By default the Domino Certificate Authority creates RSA MD5 certificates. Is it possible to generate RSA SHA1 certificates as well?
Using a mouse wheel to scroll through a view quickly while the Notes preview pane is open intermittently results in the following errors: "'Opening preview' has encountered a problem"; "CLFNM0257E: An error occurred trying to get a previewer from COR. Please contact your administrator"';"CLFNM0257E: An error occurred trying to get a previewer from Widget is disposed".
After upgrading your Notes client you notice the replication schedule was changed from the default 24-hour interval (8:00 AM - 7:59 AM) to a one-minute interval (7:59 AM to 8:00 AM).Although it appears that you can correct the issue by manually changing the values, the next time you restart Notes the schedule reverts back to 7:59 AM to 8:00 AM.
Также почитатай:
Найти документацию можно на сайтах:

В избранное