Registration Database and Server 6

Hi All. I am using the Notes Registration database that was provided in the Sandbox.http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/e86bc032f04a90b8852567fd005ef957?OpenDocument

And will I realize that this is an old database, it works great on Domino 5. I then upgraded the server to 6, and everything still works with the exception of this one problem.

On 5, the user was able to great an sign in, and then use it almost immediately. In 6, the user has to wait anywhere from 2-10 minutes. Anyone that has used this database, knows that there is a script library, that forces the view to update so that the user can access the db right away. Why would this change in 6? Does anyone have any solutions or suggestions?

TIA,

Clint

Subject: Registration Database and Server 6

We recently upgraded to 6 and I am noticing the same problem. I have searched the forum and did not see any responses to this issue. Have you been able to solve the problem?

I had a similar problem when we upgraded to 5 and I added the following code to the Request Utilities script library to refresh the $LDAPCN view:

Set v = pab1.GetView("($LDAPCN)")

v.Refresh

Many thanks!