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 and 9.7
Alison_Bilton_(habis_-_(deleted))
Has anyone hit a problem connecting to a 9.7 environment via NTLM authentication? When we run the following code we get a standard Windows error message when it attempts to call AccessPersonalWS:Dim objLLValue As LLValue = (New LLValue).setAssoc()objLLValue.add("HTTPS", LLValue.LL_FALSE)objLLValue.add("EnableNTLM", LLValue.LL_TRUE)objLLValue.add("LivelinkCGI", "/share/livelink.exe")objLLValue.add("HTTPUserName", "")objLLValue.add("HTTPPassword", "")Dim session As LLSession = New LLSession("JHSHARWEBDEV", 80, "", "", "", objLLValue)'Dim session As LLSession = New LLSession("JHSHARWEBDEV", 7099, "", "usrname", "password", Nothing) - this line works OKDim doc As LAPI_DOCUMENTS = New LAPI_DOCUMENTS(session)Dim pwsInfo As LLValue = (New LLValue).setAssocNotSetIf doc.AccessPersonalWS(pwsInfo) = 0 Then Messagebox.Show("OK")End IfCreating a session in the standard way works.
Find more posts tagged with
Comments
There are no comments yet