Please assist…
I am looping through a directory full (hundreds…) of mail journal databases that are all based on the same template. For speed purposes, I’ve got a custom view for the query and my LotusScript just grabs that view, throws it into a view collection, and then copies the docs out to another db.
All works smoothly, except a couple of databases cause my client to crash as soon as the script attempts to create the view collection. If I program my script to skip it, all goes well until it finds another one 5 or 6 down the line.
-
I have refreshed the design on these problem db’s
-
I have compacted
-
I have opened the view manager in Admin and purged
-
I have run fixup on the db’s
I’m stumped. It happens so fast I can’t even get OnError to post me a msg.
I could run a search instead of using views to do the query, but holy cow that is so much slower. Maybe use the view navigator and step through each document that way?
Any ideas?