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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 10 Jul 2007 08:02:56 -0700
Reply-To:   ssegall@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   ssegall@GMAIL.COM
Organization:   http://groups.google.com
Subject:   Strange SAS teradata message
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

All, Not really sure if that many people in here define Libraries in Teradata using SAS, but I'd figure I'd give it a shot. May be an error that shows up using other more popular databases.

I am using the following script that I have always used to define the libname statement.

libname XXXXX teradata server=XXXXXXX user=XXXXXX password=XXXXXXXX schema=XXXXX;

When I entered this I get the following error.

ERROR: Teradata connection: MTDP: EM_NOHOST(224): name not in HOSTS file or names database. . ERROR: Error in the LIBNAME statement.

I have no clue what this means.

I have run the same exact script on my laptop and was able to sucessfully connect. Unfortunately running SAS on my laptop isn't a good solution. Any ideas what the error means or how I might resolve it.

Thanks, -Steven Segall


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