Dear All,
I have two servers installed one primary Domino server and other secondary Domino server
When I use @MailSend command on web (on secondary server) it gives following error
HTTP Web Server: Lotus Notes Exception - The remote server is not a known TCP/IP host
It works fine from client on same server.
It also works fine on primary Domino server both from client and web.
Can anyone help me what’s error means?
Thanks.
Subject: what server is specified
Without seeing more of your code, I would have to take a guess and say: The server specified for the @mailsend is the primary server. Therefore, any time the code runs on the primary server, it can access the primary server to run. When it runs in the client on the secondary server, well, your client know where the primary server is, and it uses that information. But, when it runs on the secondary server over the web, there is no connection to tell it how to reach the primary server.
The solution is twofold:
-
It is best to write the code in such a way that it uses the current server.
-
You might need to check out the connection documents between these two servers, to be sure the secondary server knows how to get to the primary.