10
Failed to connect to remote server %s %s %s %s %s for site %s. Trying the next query entry of this server, if any.
Communication between an Adaptive Server and another server requires a site handler to manage connections between the servers. When you log on to Server A, and issue a command that necessitates communication with Server B (such as Backup Server for dumps and loads), Server A uses a site handler to open a connection to Server B, sending the query and receiving results from Server B.
Error 7234 is raised when Adaptive Server is unable to open
a connection to another server. The remote server
information
in the message text refers to the:
Server name
Network type
Network name
Machine name
Port number
Processing continues after the error is raised, and the server retries the connection using the next entry, if any, in the interfaces file.
Error 7234 is an informational message. However, if all attempts
to open a connection using the available interfaces entries
fail, Adaptive Server raises Error 7235 ("No other
query entry found for the remote server %s - site %s.
Aborting this site handler, as no remote server responded. Please
make sure the remote server is accepting connections."
).
Verify that the remote server is up and running. If you see the error after issuing a dump command, for example, check that Backup Server is running.
Verify the remote server’s network name in sysservers:
1> select srvname, srvnetname from master..sysservers 2> go
The remote server’s srvnetname entry must match the name appearing in the interfaces file.
All versions