Thanks for your response.
Code is standard one as following:
LLSession session = null;
LAPI_DOCUMENTS documents = null;
int status = 0;
LLValue entInfo = ( new LLValue() ).setAssocNotSet();
session = new LLSession( Url, Port, "", username, password );
documents = new LAPI_DOCUMENTS( session )...
I am new to Livelink, and try to link to Livelink by .Net to open Workspace. Url, port, username and password are tested successfully by TestConnect utility. But when I create a Session, and try to open workspace by AccessEnterpriseWS, I got error "Server did not accept open request", even I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.