Hi All, I am facing problem while replicating db from local to server through schedule agent(Lotusscript). Actually problem is it’s unable to open the database locally before replicating.while agent signer id have all access for do the job.Actually i am using
Set chsdb = session.GetDatabase(“”,unProcDoc.Reppath(0) ) If Not chsdb Is Nothing Then
If chsdb.IsOpen Then
Call chsdb.Replicate( unProcDoc.srvnm(0) )
here i am trying to open the db from local through schedule agent. and my agent is running on local itself.after that i am replicating it to server.
so at time of opening it giving the error
(“servername” : “dbpath” could not be opened)
It’s not happening on all db’s. some db’s it is giving problem.so if you have any idea then please help me.Waiting for your reply.
Thanks and regards
Haresh