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

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

  Все выпуски  

Enabling secure, remote access to IBM Lotus iNotes using IBM Lotus Mobile Connect


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

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

Tips. Советы

If you're getting ready to upgrade to ND 8.5.1, the Cookbook offers chapters on planning, deploying servers and clients, upgrading applications and more. This page offers more information, links, and instructions on using the Cookbook.

Read | Permalink
Jake Howlett has been trying to use the Domino 8.5.1 method of coding Java with limited success. He thinks he missed something, or the design is off-base, as he explains what he's run into.

Read | Permalink


EASY DOMINO ACCESS: REMOVE PASSWORDS, END LOGIN PROMPTS, REDUCE PASSWORD MANAGEMENT
PistolStar's Password Power provides browser-based single sign-on to Lotus Domino, Sametime and Quickr with the enhanced security of the Kerberos or NTLM authentication protocol.

  • Full support available for NTLM authentication protocol in non-Active Directory environments
  • Seamlessly integrate Microsoft Active Directory and the Kerberos authentication protocol
  • Leverage Active Directory password policies to unify Lotus applications


Download white paper to learn more: "Leverage Active Directory with Kerberos to Eliminate HTTP Password"

Paul Farris found that after upgrading his Sametime Server to 8.0.2, his clients, running Notes 6.5, were no longer able to connect to Sametime. He provides a link to the Technote explaining a fix.

Read | Permalink
Gregg Eldred discovered the Domino console no longer launched automatically after he upgraded the server to Domino 8.5.x. After some research, he found some Notes.ini settings that allow the function to work again.

Read | Permalink

There's little doubt that 8.5.1 is a huge leap forward in terms of coding. Writing LotusScript is now almost (but not quite) a pleasure.

As pleased as I've been with the LotusScript editor I'm a bit dismayed at the new way of coding Java, which I used for the first time just recently.

If you open a Java agent now you'll see something like this:

image

To actually edit the Java you need to open the JavaAgent.java file by double-clicking it. You then get to the code, like below:

image

Notice that I've modified the code and that (to denote this) there's an asterix next to the source code file and the main Agent tab, as ringed above.

The image below is of the same thing but after I've saved/compiled the source code by pressing Ctrl+S. Notice the asterix is now only next to the Agent itself.

image

What I've learnt is that saving the source code does not save the Agent. I learnt this the hard way, which was:

  1. Change the code
  2. Press Ctrl+S
  3. Alt-Tab back to browser
  4. Press F5
  5. Scratch head as nothing's changed
  6. Goto 1

I can't remember how many times I repeated the above before I started putting System.out.println("here") in the code and before I finally realised my "mistake".

I'm sure there's a good reason why saving your code doesn't save the Agent but, unless you know it won't, it's one of those maddening experiences that just wastes a whole chunk of your day.

Here's hoping that the first reply to this is somebody telling me I need to alter the preferences to build the agent when the source changes. I've got a Java-heavy spell coming up and this is going to drive me nuts.

Click here to post a response

By Joe Dolittle

DominoPower reader Chloe Breindel has an interesting question:

My pointy-hair is getting on my case because our Domino server keeps crashing. I know what the problem is, it's one, relatively small database that keeps corrupting. I'm not yet sure why it's corrupting, but I'm working on it.
Anyway, the thing is, once the server crashes, I make like a good girl and do a database reindex. Unfortunately, this usually takes about four hours and my boss is now threatening to fire me (!) if I keep taking the server down for so long in the middle of the work day.
I need this job (although I could honestly do without this guy as my boss). Anything you can suggest to help me rebuild this database faster?

Wow! I certainly feel for Chloe. Clearly, the right answer is to find out what's causing that one database to corrupt regularly. I can't help much, because she didn't provide us with much detail on that problem.

But I did notice a couple of key words that might help Chloe's time-for-rebuild problem. She mentioned "one, relatively small database" and also said the reindex takes "about four hours".

Now, relatively small is a relative term, but I'm going to assume that she's got a few relatively big databases and this relatively small one. I'm also going to guess that when she does a database reindex, she's not just reindexing the small one, but all the databases, which could take time.

Most Notes administrators know about the updall task, and many who use it call it this way:

Load updall -r

This will reindex all the databases. But there is a way to tell updall to only reindex one database, as in the following:

Load updall [database-name] -r

Just replace the optional [database-name] with the name of your database.

Chloe, my guess is that if you tell updall to only reindex the one database you know is corrupted, you'll save a lot of time and probably keep your job.

Just one question: are you sure it's only one database? You should definitely get to fixing what's causing the problem right away.

Joe is a ZATZ associate editor. Prior to this job, he was customer support manager for the FileFlex database engine.

Weekdays between two dates

-- Delivered by Feed43 service

Using Lists In Formulas

-- Delivered by Feed43 service

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

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

Author: Odd Ã…ge Skogheim
Tags: mime keyboard shortcuts
Idea:
In 8.5.1 the inbound attachments are put in a section in top of the mail. This in itself is OK, but it seems impossible to reach these by use of keyboard shortcuts. Specially in preview mode.
Some of my users uses keyboard extensively and using the mouse is avoided as much as possible.
I would suggest that some sort of keyboard shortcut to easily reach these.
 

Author: John Smart
Tags: webcal ical ics calendar calendars subscribe subscriptions url uri
Idea:
Use Case: Samantha Daryn is a speaker for a conference.  There are several calendar events as a speaker such as deadlines for submitting the presentation files and a special presenters-only meet and greet at the conference.  The conference site has a link where we can subscribe to these events.  When she clicks on it, her Lotus Notes client launches presents her with the "Add a Calendar" dialog box.  Samantha accepts the defaults and just clicks "Ok".  The events are automatically added to her calendar, and are automatically updated if they change.
 
Implementation: There is already a "webcal://" URI protocol in use on the web.  Lotus Notes just needs to register itself as a recipient, which should open the user's calendar and bring up the dialog box to add a calendar with the URL correctly filled in.

Author: Patrick Kwinten
Tags: designer workspace synopsis database icon
Idea:
For the designer client I frequently use the design synopsis, for example to get the name of the server or the location of the database (incl filepath) so I can do a copy and paste action of the text.
 
Unfortunately for the design synopsis I have to go in the application menu, file \ application \ design menu
 
It would be much easier to have it available in the right mouse option when selecting a database from the workspace.

Author: Patrick Kwinten
Tags: free ideajam
Idea:
Who doesn't like free?
 
Will give IdeaJam definetly a boost these coming months.... =)

Author: Peter Presnell
Tags: xpage designer help documentation controls
Idea:
I would like to see the on-line help for Xpage controls expanded significantly and perhaps modelled on the way LotusScript classes are documented.
 
  1. Desciption of control including details of when you would use it in preference to similar controls
  2. Detail the XP tag
  3. List all the properties that are associated with the control
  4. Document each property including the allowed values and an example of how it can be used
 

Author: Rob Goudvis
Tags: events embedded view
Idea:
It would be very usefull when you could program events that occur when a document in an embedded view is clicked.
 
And I would like to see that NotesDatabase.UnprocessedDocuments would show the selected documents in an embedded view.

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

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

Learn how the IBM® Lotus® Mobile Connect clientless option can be used in conjunction with IBM Lotus iNotes™ to gain secure, remote access to enterprise iNotes servers from devices (handhelds, laptops, workstations) requiring access outside the bounds of their corporate intranet.
Domino 8.5.1 may enter a semaphore deadlock at startup when extension managers are loaded.
This document contains a copy of the Support Content Highlights mailing sent to subscribers on November 20, 2009.
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! ==U== Updaters Update_Disable_Fulltext UPDATE_FULLTEXT_THREAD UPDATE_IDLE_TIME & ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное