SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-SIGNON-C053
ERROR: Cannot locate TCP host 'xxx' using UNIX spawner with -NOSCRIPT


When using the TCP/IP access method to connect to a UNIX or PC spawner program, you may encounter the following error:

       ERROR:  Cannot locate TCP host 'xxx'.

    where xxx is the actual service name of the spawner program.

This problem has only been seen when the -NOSCRIPT option is specified on the UNIX spawner program and a two level name is used on the SIGNON command.

       example:  SIGNON foo.service

To circumvent the problem, assign a macro variable to the two level name

       example:  %LET MYNODE=foo.service;

Then enter the following from the SAS command line:

         SIGNON MYNODE


Products: CONNECT
Component: SIGNON
Priority: HIGH
Status: Outstanding Problem
Date: Mon, 15 Apr 1996

System Release Reported Release Fixed
Intel ABI 6.11 TS040  
Silicon Graphics Unix 6.11 TS040  
Compaq Tru64 Unix 6.11 TS040 6.12 TS040  
Windows 95 6.11 TS040 6.12 TS045  
Windows NT 6.11 TS040 6.12 TS045  
Windows 3.11 6.11 TS040 6.12 TS045  
IBM OS/2 6.12 TS020 6.12 TS045  
AIX/6000 6.12 TS020 6.12 TS045  
HP-UX Operating Systems 6.12 TS020 6.12 TS045  
Solaris 6.12 TS020 6.12 TS045  
OpenVMS Alpha 6.12 TS020 6.12 TS045  

No Fixes Available