Previous Page | Next Page

OpenVMS Error Messages

OpenVMS: TCP/IP Access Method


SAS/CONNECT and SAS/SHARE Error Messages under OpenVMS

If SAS/CONNECT or SAS/SHARE is unable to connect to the TCP/IP port, the following system message appears:

connection refused

The connection might fail at sign-on for the following reasons:


SAS/SHARE Error Messages under OpenVMS

Failure to enter a server's name, a port, and an alias in the SERVICES file results in an error when you try to access the server.

The following partial SAS log shows the error message that the user receives if the server service is omitted from the SERVICES file.

36   options comamid=tcp fullstimer; 
37   %let tcpsec=_prompt_; 
38   libname sasdata 'edc.prog2.sasdata'
             server=sdcmvs.sharsrvx; 
You cannot connect to server SDCMVS.SHARSRVX because 
ERROR:  No TCP service 'sharsrvx' on this host. 
ERROR:  Error in the LIBNAME or FILENAME statement.

No TCP service <server-id> on this host.

The service that is specified in the SERVERID= option is not one of the SAS/SHARE TCP/IP service names that are defined in the TCP services file.

Cannot locate TCP host <node>

The TCP/IP software is probably not running on the server's node.

Cannot bind TCP socket. System message is 'address already in use'

Another server that has the same name is already running on this node, or another TCP/IP application is using the predefined port numbers that the TCP/IP access method is trying to use. If another server that has the same name is running, choose one of the other defined server names. If there is no other server running that has the same name, there might be a conflict with another software application. Contact your system administrator.

Previous Page | Next Page | Top of Page