Error connecting to server

Hello! Please, help me! I have a problem.I have scheduled agent which must send mail to users, but it don’t do this. Server logs contains following error:

“Error connecting to server Notes/MainOffice/50: The server is not responding. The server may be down or you may be experiencing network problems. Contact your system administrator if this problem persists.”

But server is working!!!

If i reboot server it will become working for some time, but then it will down again :-((

Manually this agent works good, without errors.

Why it don’t work by schedule? What’s wrong?

Agent code:

a:=“http://192.12.146.99/auf.nsf/A/”;

b:=@LowerCase(UniqueName);

c:=“?OpenDocument”;

@MailSend(email; “”; “” ; “Bitte Status von:”+activity+" für “+ contract_id+ " eingeben:”;"Projekt “+contract+” , Teilschritt "+processnameid+@NewLine+SendMail+

@NewLine+a+b+c+@NewLine+“Auf den Link klicken!”);

Helena.

P.S. Don’t try to open link, it’s not working, invented

Subject: Error connecting to server

The fact that the agent works for a while on the server suggests that your code is not the problem (providing that UniqueName, activity, contract_id, contract, processnameid and the sendmail fields / variables are all available).

This looks like a network issue that you might like to ask the network manager to look into. Things to check are DNS / Host entries, NICS, cables, hubs etc.

Subject: Error connecting to server

Check Agent FAQ for some suggestions, this is not an agent problem, it is something to do with your configuration.

Subject: Error connecting to server

I’m having this same issue on 6.5.5FP2 on Windows2003 FP1. Have you found the fix this yet?thanks.

Subject: RE: Error connecting to server

I fixed this by backup notes.ini and clean out all everything except the first 4 lines and run setup again and that fixed the issue.