If the remote server is defined in the interfaces file, but no response was received from the connect request, the following messages are displayed:
Driver call to connect two endpoints failed
11206 Unable to connect to server server_name.
Verify that your environment is set up correctly.
To test this, try to connect directly to the remote server using isql or a similar tool:
Log in to the machine where Component Integration Services is running.
Set the SYBASE environment variable to the same location that was used when Component Integration Services was started. Component Integration Services uses the interfaces file in the directory specified by the SYBASE environment variable, unless it is overridden in the runserver file by the -i argument.
These first two steps are important to ensure that the test environment is the same environment that Component Integration Services was using when you could not connect to the remote server.
Use isql or a similar tool to connect directly to the remote server.
If the environment is set up correctly and the connection fails, continue through this list. If the connection is made, there is a problem with the environment being used by Component Integration Services.
Verify that the remote server is up and running.
Log in to the machine where the remote server is located to verify that the server is running. If the server is running, continue through this list. If the server is not running, restart the server and try your query again.
Verify that the entry for the remote server in the interfaces file is correct:
Verify that the machine name is the correct name for the machine the software is loaded on.
Verify that if the interfaces file is a text file, the query and master lines start with a tab and not spaces.
Verify that the port number is available. Check the services file in the /etc directory to ensure that the port number is not reserved for another process.