NotesViewin script giving me a red box of death

This is a repost of from last week, but I’ve got more info and my origian post is way down the list now.

I’ve got two versions of the same database, one on an R6 server and the other on R5. I’ve got code that works great on the R6 server, but causes a RBOD on the R5 server with a Null Handle lookup error.

All I’m doing is doing a NotesView.AllEntries when it dies. The really wierd thing is that if I stop it in debugger just before the AllEntres and click on the view to exand it and look at it’s properties, THAT caused it to crash as well. I’ve also found that if I make a local COPY, and then antoher copy on the R5 server it works great. If I make a local REPLICA, then a new replica on the server it still dies. It also still dies if I make a copy directly from the server to a different directory on the same server.

Subject: NotesViewin script giving me a red box of death

This is a known issue. See the Technotes:

http://www-1.ibm.com/support/docview.wss?rs=0&q1=lotus+notes+Allentries&uid=swg21116483&loc=en_US&cs=utf-8&cc=us&lang=en

Subject: RE: NotesViewin script giving me a red box of death

Thanks - don’t know why I couldnt find the one from yesterday.

If it’s the allentries that’s causing the problem, why does it die if I stop it in debugger BEFORE the all entries and try to examine the view properites?