Dear all,
I have one confusing question.
One only one server there is one copy of main db. now i have taken the .ntf of the main db with documents.
now i have one scheduled agent on main db. while i copied and make .ntf on same server, it also get copied.
what will happen if scheduled agent of .nsf and .ntf runs at a time?
or on .NTF Server the agent will not run.
please give me your suggestino if this happens.
Thanks
Devs Chauhan
Subject: Confusing Question.
both agents will run.
what will happen depends on how your agent was written. If it contains hardcoded references (or a parameter doc) to the main db, then that one will be updated. If the agent modifies the current database (in which it runs) then docs in the template will be updated.
I think you better disable the agent in the ntf to prevent errors from happening.
/stijn.
Subject: Confusing Question. - Tie breaker…
I just checked a template (ntf) file.
Agents are NOT disabled in the db properties.
Agents have not run.
Gotta go with Emily on this one.
Doug
Subject: Re: Confusing Question.
Scheduled agents won’t run in the ntf, so nothing will happen even if they are enabled in the ntf.
Emily