Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
NTLM connection
Pascal_Robin
Hi allMy customer tried to connect in VB and Lapi using NTLM authentication.His piece of code is :ErrStatus = LL_ValueAlloc(NTLMConfig) ErrStatus = LL_ValueSetAssocInArgs(NTLMConfig) ErrStatus = LL_AssocSetInteger(NTLMConfig, "HTTPS", LL_FALSE) ErrStatus = LL_AssocSetString(NTLMConfig, "LivelinkCGI", "/livelink-uk/livelink.exe") ErrStatus = LL_AssocSetString(NTLMConfig, "HTTPUserName", "") ErrStatus = LL_AssocSetString(NTLMConfig, "HTTPPassword", "") ErrStatus = LL_AssocSetString(NTLMConfig, "VerifyServer", LL_FALSE) ErrStatus = LL_AssocSetString(NTLMConfig, "DomainName", "Glaverbel_Group")ErrStatus = LL_SessionAllocEx(LLSession, LLServer, LLPort, "LLConnectionName", "", "", NTLMConfig)But he gets a response "Invalid Response from the HTTP server"Has someone an idea what's wrong ?CheersPascal RobinGS consultant
Find more posts tagged with
Comments
Ann_Minton
What is your value for LLPort? When tunneling, this value must be the HTTP port (e.g., 80) and not the Livelink port (e.g., 2099).