How to send the agent status fo WQS agent to noteslog when it get executed?
I have a LSagent that has
print "output from wqsAgen1 " + status;
which apparently not writing anything to the log or server console.
How to send the agent status fo WQS agent to noteslog when it get executed?
I have a LSagent that has
print "output from wqsAgen1 " + status;
which apparently not writing anything to the log or server console.
Subject: WebQuerySave agent
Use a Msgbox instead. This will always go to the log.
Subject: RE: WebQuerySave agent
Thanks a lot, I tried that and it worked. Appreciate for the quick response.