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
Error Message Entry for ORCL could not be found in the config file
Goldman_Opentext_KC_Generic_#1_(GOLSAC02User1_(Del
Hi,I am having problems getting a connection. I am using Java. When the code "documents.AccessEnterpriseWS(value) == 0" is run, the status message says: "Entry for ORCL could not be found in the cofig file"I have set the wantLAPI=TRUE and bounced the server. Could you please advise?Thanks very much,ChristineHere's the code:LLSession session;LAPI_DOCUMENTS documents;LLValue value = (new LLValue()).setAssocNotSet();session = new LLSession(hostname, 2099, "ORCL", username, password);documents = new LAPI_DOCUMENTS(session);System.out.println("access ent val: " + documents.AccessEnterpriseWS(value));if (documents.AccessEnterpriseWS(value) == 0) {//etc...
Find more posts tagged with
Comments
There are no comments yet