Hi!
I am trying to extract SAP Metadata using SAS Management Console but I am encountering the errors below.
I already added the RFC libraries on the system path and I even included the directory of the library path on the Path environment variables.
LIBNAME saplib SASIOSR3 sysnr=00 ashost="10.88.192.147" language=EN Client=520 trace=0 BatchMode=1
2 ! destgroup="SAS1" USER="SAS-TEST-SERVER\sasdemo" PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;
ERROR: Image SASSAP found but not loadable.
ERROR: Operating system error 126 occurred.
ERROR: Error in the LIBNAME statement.
Seeking for your help.
Thank you!
Hi jei,
Is this Windows or UNIX ?
Does the user executing the SAS job have read access to the RFC libraries on OS level ?
Have the instructions in this doc been followed ?
http://support.sas.com/documentation/installcenter/en/ikr3cg/66652/PDF/default/config.pdf
Can you open Base SAS on the server and run the libname there ? By cutting down the layers you might get a better idea of the error.
...and the version of SAS is compatible with SAP and the RFC libraries ?
Did you see https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-connect-SAP-RFC-from-SAS/td-p...?
And https://communities.bentley.com/products/programming/microstation_programming/f/19569/t/74620 might give some hints how to find dependencides further down the dll chain.
Hi Jei,
Enter the hostname instead of IP address in "ashost" parameter. And what is the authentication domain?
LIBNAME SAPLib SASIOSR3 sysnr=XX ashost=Enter host name trace=0 BatchMode=1 Client=900 language=EN AUTHDOMAIN="????" ;
For SAS compatibility to SAP, see the below doc:
http://support.sas.com/documentation/installcenter/en/ikfdtnwx6sr/66390/PDF/default/sreq.pdf
It doesn't seem like R3 is supported under 9.4 M4
I recall something like R3 is old and support would drop at some point.....but don't quote me.
Are you connecting to SAP R3 ?
What version of SAS and M are you running ?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
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.