Db.ftsearch giving a "File does not exist..." error for a handful of users

Hello,

This application does a db.ftSearch on another database on the same server. But only for a handful of users, this gives a “File does not exist…(with the search string printed out)” error. I checked the access of these users to the database. All of them have reader access. They are able to open the database and its documents separately. So their access is not an issue.

This problem has really got me foxed !!! Please help !!!

Thanks

Subject: db.ftsearch giving a “File does not exist…” error for a handful of users

how do you receive the path and server name of database where you make ftsearch?probably you receive them from configuration document which has own access.

can you expand your question? put here the line where error was and maybe something more


dmytro pastovenskyi

Subject: RE: db.ftsearch giving a “File does not exist…” error for a handful of users

The path and server name of the database is got from the configuration document which can be read by all users with Reader access and above. Not all users under the same group are having this problem. Its only a handful…

This is the code that does the search.

Set dc = db.ftsearch(searchstr,0)

Don’t know what more I can add here…