Re-post: Problem with NotesDatabase.OpenURLDB

I have a script that checks to see if the Web Retriever database is available and if so, retrieves information from a web page. However, when one user clicks the button to retrieve information, he gets the error “Notes Error: File Does Not Exist.”

We tracked the error to the following line of code:

dim webdbopen as Integer

dim webdb as NotesDatabase

set webdb = New NotesDatabase(“”, “”)

If Not webdb.OpenURLDB Then

msgbox(“Error: configuration for web navigator is incorrect”) <----This is where the error occurs

webdbopen = False

Else

webdbopen = True

End If

I had this user check his location settings for the web retriever and his settings were incorrect (pointing to a non-existent database). So I had him create a perweb.nsf database off the Personal Web Navigator template. I then had him close and restart Notes and re-try the button executing the above script. He still is getting the same error.

–update–

I also had this user check for any replication/save conflicts for his location settings. There was a conflict so I had him delete it. Then I had him exit Notes and clear out his cache. This has still not resolved the problem.

Any light anyone can shed on this would be greatly appreciated.

Any ideas on what’s going on, and why he’s the only one getting this error (out of about 150 people)?

Subject: re-post: Problem with NotesDatabase.OpenURLDB

Just wondering…can the individual access the db using a URL with server, database, ?opendatabase? Just to make sure the user has access.