BookmarkSubscribeRSS Feed
SCasey_Anthem
Calcite | Level 5

I'm trying to run a program where the initial step connects to Teradata; however, I'm getting an error with the authdomain statement.

 

proc sql exec feedback stimer;

connect to teradata (authdomain=teradataauth TDPID=DWPROD2 MODE=TERADATA CONNECTION=GLOBAL); *10-26-2016;

create table dat.cancer_&client as

select * from connection to teradata (

select distinct.....

 

This is the start of the statement and the error is twofold:

 

1.  Warning: No login information was available for authdomain teradatauth...

2. ERROR:  Teradata connection: MTDP: EM_NEWCONN(207): Error in doing a network connect...

 

I'm using identical code that a colleague uses yet they have no issues.  Could it be something in my EG environment setup?

2 REPLIES 2
JBailey
Barite | Level 11

Hi @SCasey_Anthem,

 

That error usually means that a Teradata client cannot connect to the server. This could be a network problem or a Teradata Tools and Utilities configuration issue. One way to troubleshoot it is to connect using the Teradata BTEQ utility (from the machine where SAS is running). 

This message is pretty old. Hopefully, this was sorted-out a long time ago.

 

Best wishes,

Jeff

lisixue
Calcite | Level 5

Hi@SCasey_Anthem, I know you might not need this answer anymore since it was an old thread. but I just want to help folks who search the same topic. I work for Anthem too.  

Step1:  Open Enterprise Guide and select Enterprise Guide Explorer from Tools menu.

Step 2: Click on file menu from Enterprise Guide explorer window and select “Manage login” from available options.

Step3: Click on Add button from Login Manager Window and provide details about the US domain ID and password.

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 2917 views
  • 0 likes
  • 3 in conversation