Hi ,
We are having an application called SDE which publish documents in Livelink. This is a VB application.
We are facing issue while authenticating the SSO user in Livelink instance using LAPI (9.7) over Https (port 443).
The LAPI call used in the application for authentication is "LL_SeesionAllocEx".
Check the following information for more clarification:
Session type: HTTPS
Server : ServerName
Username : []
Password : []
Port : 443
CGI path : [/xyz/livelink.exe]
Certs path : [C:\Program Files\Open Text\Livelink Secure Connect\certs]
VerifyServer: [TRUE]
With the same configuration we are able to connect through TestConnect Tool downloaded from opentext.
But from LAPI function "LL_SeesionAllocEx" we are not able to authenticate the user.
Can anyone suggest what is causing the problem in the in LAPI