Hello,
I got an error message below during the ELS setting. I tried to follow the installation guide however I cant get any idea where I need to fix.
System.Web.Services.Protocols.SoapException
Actor:
Code: ELService.Operation.InternalError
Lang:
Node:
Role:
Detail: <detail>
<ns3:ELServiceFault xmlns:ns3="urn:elib.services.ecm.opentext.com" xmlns:ns2="urn:config.elib.services.ecm.opentext.com">
<faultCode>ELService.Operation.InternalError</faultCode>
<message>Internal error occurred!</message>
<parameters>
<entry>
<key>EVENT_ID</key>
<value>Tue May 20 19:25:18 KST 2014</value>
</entry>
<entry>
<key>CAUSE_MESSAGES</key>
<value>Could not find the HasAdminPermission operation on the EnterpriseLibrary service|</value>
</entry>
</parameters>
</ns3:ELServiceFault>
</detail>
Here are some more capture from ot_elib.log also.
2014-05-20 19:25:18,263 ERROR [http-bio-8080-exec-4] com.opentext.ecm.services.entlib.version.VersionChecker -- checkCS: No version found for Content Server, but required version is 10.5.0
2014-05-20 19:25:18,263 WARN [http-bio-8080-exec-4] com.opentext.ecm.services.entlib.version.VersionChecker -- checkCS: Found Content Server Update null, but minimum required update is 2014-03
2014-05-20 19:25:18,263 INFO [http-bio-8080-exec-4] com.opentext.ecm.services.entlib.impl.LesService -- performVersionsCheck: CS/EL versions not recognized as compatible. This check will be performed again until the recognized versions are OK.
2014-05-20 19:25:18,263 ERROR [http-bio-8080-exec-4] com.opentext.ecm.appsrv.webservices.APIException -- log(IECMException):Caught ELServiceException
com.opentext.ecm.services.entlib.ELServiceException: Internal error occurred!<Tue May 20 19:25:18 KST 2014> [{error_namespace=ELService, error_code=InternalError, error_category=Operation}] (com.opentext.livelink.service.core.ServiceNotFoundException: Could not find the HasAdminPermission operation on the EnterpriseLibrary service)
Could you advice where I need to check?