grant300. Thanks for the try. However, the interfaces file is in TLI format. I have discovered the answer to my question. In the following example 1388 hex is the port, 0a hex is the first part of IP address, 14 hex is second part of IP address, 1e hex is third part of IP address, and 28 hex is fourth part of IP address. So the IP address of the host is 10.20.30.40 and the port number is 5000.
SERVERNAME
master tli tcp /dev/tcp \x000213880a141e2800000000
query tli tcp /dev/tcp \x000213880a141e2800000000
Main Topics
Browse All Topics





by: grant300Posted on 2008-09-13 at 11:55:13ID: 22468726
The interfaces file on the server machine will have a format like...
ServerName
master ether hostname port#
query ether hostname port#
The hostname may be substituted with the IP address, e.g. 192.168.0.53
Also, the interfaces file may have multiple entries. You want the one that matches the Sybase dataserver name.
Regards,
Bill