|
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
|