Hi All ,
I am getting one urgent issue while running schedule agent on domino server.
-- My agent sends email to internal department about reminder of various events. This is scheduled everyday.
When I looked into console, I get error message saying:-
Amgr : Agent < 'Agent Name'> Error Message: Notes Error: Server not responding.
When I manually run agent, it can generate automatically and above error only comes when I run automatically.
I am quite confused and any guideline would be really appreciated.
Please note that I have recently copied my server to new server. There is no other problem and even notes.ini has correct mail server setting.
Please advice
Software/Hardware used:
Domino 5.0
ASKED:
October 5, 2009 6:53 AM
UPDATED:
October 7, 2009 3:03 AM
If you open the agent in the Designer client and bring up the properties box for the agent, on the first tab there is a button labelled “Schedule…” Click it and check the server name in the entry for “Run on” HTH
I have already checked this that it is pointing to correct server. Any other suggestions or ideas?
type
Trace <servername>
on the console and see if it can resolve itself.
From your suggestion, when I did
TRACE <servername>
it gave me following result
Determining path to server <servername>
Enabled Ports: TCPIP
checking normal priority connection documents only…
Allowing wild card connection documents…
Enabling name service requests and probles…
Address found in local TCPIP names table for <servernmae>
Connecting to <servername> over TCPIP
Using address ‘XX.XX.Com.au’ for <servername> on TCPIP
Requesting IP Address for xx.xx.com.au from DNS
DNS returned address <IPAddress> for xx.xx.com.au
Unable to connect to <servername> on TCPIP <Server not responding>
The last line represents the error I guess..
Please advice.