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

Hello 

 

I am trying to connect the CAS server with the swat python package on jupyter notebook,

But every time run the code I am getting an error msg.

 

Code i am using 

conn = swat.CAS(hostname = "",port = 8777,username = "",password = "")

 

i have also added the environment variable 

 

Now the error msg that is coming as 
SWATError: Unable to connect to any URL in the list: ""

 

I had also tried connecting directly to the SASViya and when I had tried uploading a file I am getting the following error: - 

A SAS software component required for managing tables could not be loaded.
A SAS software component required for managing tables could not be loaded. The action stopped due to errors. code: 2-3-2710013 property: TKCASTAB_INSTLOAD_FAILED uri: /casManagement/servers/cas-shared-default/caslibs/Public/tables

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
anishkapoor
Calcite | Level 5

Hello Joe

 

Yes, i was using the single quotes, i was getting issues with the certificates, It has been resolved now.

Thank you so much for the help 

 

Regards 

Anish kapoor

View solution in original post

2 REPLIES 2
joeFurbee
Community Manager

Hi @anishkapoor ,

Did you add the hostname, username, and password from your SAS Viya server inside the quotes in your command? Something like:

conn = swat.CAS('https://my-cas-host.com:443/cas-shared-default-http/', username='user1', password='abc123') as described in the Python SWAT documentation


Join us for SAS Community Trivia
SAS Bowl XL, SAS Innovate 2024 Recap
Wednesday, May 15, 2024, at 10 a.m. ET | #SASBowl

anishkapoor
Calcite | Level 5

Hello Joe

 

Yes, i was using the single quotes, i was getting issues with the certificates, It has been resolved now.

Thank you so much for the help 

 

Regards 

Anish kapoor

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1463 views
  • 0 likes
  • 2 in conversation