BookmarkSubscribeRSS Feed
raxit143
Calcite | Level 5

Hi All,

 

Greetings!

 

We are getting below error while assigning Postgres library in SAS EG. We have SAS ACCESS to PostGres in license.

 

24        

25         GOPTIONS ACCESSIBLE;

ERROR: Could not load /sas/SASHome/SASFoundation/9.4/sasexe/sasptg (94 images loaded)

ERROR: psqlodbcw.so: cannot open shared object file: No such file or directory

26         libname postgre postgres database=sharedservice user=dbmsowner password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;

ERROR: The SAS/ACCESS Interface to POSTGRES cannot be loaded.  The SASPTG   code appendage could not be loaded.

ERROR: Error in the LIBNAME statement.

27        

 

 

 

 

What can be the resolution?

 

Thanks & Regards,

Rak**bleep** Shah

 

 

1 REPLY 1
Reeza
Super User
Verify your license and installation first.

*checks what is installed;
proc product_status;run;

*check what is licensed;
proc setinit;run;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1022 views
  • 0 likes
  • 2 in conversation