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.

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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