Hello All,
In one of my application i’m trying to access the another database where i need to update a document.
i’m setting the target database to update the target doc.
I’m facing the following error while accessing the target db.
“Password or other security other violation for database xxx!!xxx.nsf”
In error handling i found that error generating in the below at below line of code.
set upDb = Session.getdatabase(server,dbname, false) where server and dbname i’m taking from the current doc.
Any help will be appreciated…
thanks,
Kiran