Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting eclipse ADT to a ERP abap system with SSO

Sigurdur
Participant
0 Kudos

I'm trying to create an SSO connection to our ERP system but the last step of eclipse connection config gives the following error.

Logon to system IPV failed (SNC Library not found; file set in environment variable "SNC_LIB" not found: "gsskrb5.dll")

I have checked and the envirorment variable

SNC_LIB=gsskrb5.dll     

is set and the file is in folder

C:\Windows\SysWOW64\gsskrb5.dll

and the folder

C:\windows\SysWOW64\ is included the PATH enviorment variable ?

Has anyone solved this ?

5 REPLIES 5

sratz
Advisor
Advisor

Hi Sigurður,

the environment variables SNC_LIB and SNC_LIB_64 must contain the full path to the libraries, not just the file name.

The following should work:

SNC_LIB=C:\Windows\SysWOW64\gsskrb5.dll
SNC_LIB_64=C:\Windows\System32\gx64krb5.dll

Best regards,
Sebastian

Sigurdur
Participant
0 Kudos

I'm not sure what finally solved this for me but i did not need to add the full path.

I t probably had to do with a jave JRE update ?

former_member343091
Discoverer

Thank you, the above changes resolved my issue.

So why not mark it as correct answer?

0 Kudos

bc she's not the OP