LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 6 Jan 1999 19:57:13 +0100
Reply-To:     Anders & Susanne Hellsten <aoshsten@ALGONET.SE>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Anders & Susanne Hellsten <aoshsten@ALGONET.SE>
Organization: Telenordia
Subject:      Re: SAS/Connect Problem

Have you put any dns entry in your hosts.sam file in the windows dir. Other wise there is no way your sas session will know how chubby is

This is what the hosts.sam file looks like.

# Copyright (c) 1998 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP stack for Windows98 # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

Here you shall put the IP number off chubby!!!

S.Seitz skrev i meddelandet <3691E707.7ED9E630@mailhost.col.ameritech.net>... >I'm running PC SAS 6.12 on a Windows98 machine. I'm connected to my >company's network through a dial in modem connection (26.4Kbps). We >have a UNIX server named 'chubby' (I know, but I didn't name the >servers). When I run the tcpunix script, I get the following error >(from log): > >5 options comamid=tcp remote=chubby nocenter errors=0; >6 filename rlink '!sasroot\connect\saslink\tcpunix.scr'; >7 signon; >NOTE: Remote signon to CHUBBY commencing (SAS Release 6.12.0020P103196). >ERROR: Cannot locate TCP host 'CHUBBY'. >ERROR: Remote signon to CHUBBY cancelled. >8 >9 run; > >Any suggestions or thoughts on what I'm missing or doing wrong would be >appreciated. > >Scott


Back to: Top of message | Previous page | Main SAS-L page