BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Ram7
Calcite | Level 5

Hi Team,

 

client is not able to run the code in SAS EG and please could help below issue.

 

proc sql;
2487       connect to ODBC as con1
2488       (READBUFF=5000  INSERTBUFF=5000  UTILCONN_TRANSIENT=YES DEFER=YES  CONNECTION=GLOBAL  CURSOR_TYPE=FORWARD_ONLY
2489       DATAsrc=AGL_NDM_PRD1_DS_NDMFEED authdomain=AGL_NDM_PRD1_DS_RW);
NOTE:  Credential obtained from SAS metadata server.
2490       execute (delete from DBO.DS_SCORE_CARES_COLL where ScoreDate<getdate()-30)
2491       by con1;
ERROR: CLI error trying to establish connection: [unixODBC][Easysoft][SQL Server Driver][SQL Server]Communication link failure: 
       read failed : [unixODBC][Easysoft][SQL Server Driver][SQL Server]Client unable to establish connection: socket read failed

 Thanks & Regards,

Rama

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

PS since you are obviously able to connect to a SAS workspace server and run code (otherwise you wouldn't get a log), I changed your subject line and moved this to Administration and Deployment.

You have no issue logging in with Enterprise Guide.

View solution in original post

2 REPLIES 2
Kurt_Bremser
Super User

Your SQL Server client is not able to connect to the database; this needs to be solved outside SAS first. Get help from your database administrators.

Kurt_Bremser
Super User

PS since you are obviously able to connect to a SAS workspace server and run code (otherwise you wouldn't get a log), I changed your subject line and moved this to Administration and Deployment.

You have no issue logging in with Enterprise Guide.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 378 views
  • 0 likes
  • 2 in conversation