Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mghsu
  • Order by date
  1. mghsu

    Livelink connection problem

    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 )...
  2. mghsu

    Livelink connection problem

    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...

Part and Inventory Search

Back
Top