This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Issue using Remote Connection in Synchronization Editor

Hi All,

While using connection test(using SNC Logon) ,we are getting below errror

[System.Exception]

LOCATION   

CPIC (TCP/IP) on local host with Unicode

ERROR      

SncPDLInit()==SNCERR_INIT

           

Unable to load GSS-API DLL

           

named "D:\Quest\SNC_LIB\sapcrypto64.dll"

 

RELEASE    

 721

COMPONENT   SNC (Secure Network Communication)

VERSION    

6

RC          -1

MODULE      sncxxdl.c

LINE        462

DETAIL     

LoadLibrary("D:\Quest\SNC_LIB\sapcrypto64.dll")

             

Error 126 = "The specified module could not be found."

SYSTEM CALL LoadLibrary

COUNTER     3

 Note: we are not getting error without SNC LOgon

Can anyone please suggest what can be the issue ?

 

Thank You!

Somee

Parents
  • The error message comes from the Windows call LoadLibrary. That one only takes one parameter, so there's not a lot that a calling application could do wrong. I'd probably try if the error with that call can be reproduced in a small test program, and/or a system calls trace around that call.
Reply
  • The error message comes from the Windows call LoadLibrary. That one only takes one parameter, so there's not a lot that a calling application could do wrong. I'd probably try if the error with that call can be reproduced in a small test program, and/or a system calls trace around that call.
Children
No Data