cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

com.crystaldecisions.sdk.exception.SDKServerException: Internal error.

Former Member
0 Likes
977

Dear Experts,

I installed crystal report server, and all the service have startup successed,also i can logon the CMS by the userName Adminiistrator with Enterprise Authentication.

Then i try connect the crystal report server with java program,my java code as follow

ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
IEnterpriseSession enterpriseSession = sessionMgr.logon("Administrator", "password", "hostname:6400", "secEnterprise");

when run the program execute `sessionMgr.logon`, it throw exception,the message as follow

com.crystaldecisions.sdk.exception.SDKServerException: Internal error.
cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
detail:Internal error.
The server supplied the following details: OCA_Abuse exception 22273 at [channelmgr.cpp : 128]  42254 {}
...setPeerPublicKeyFromBlob failed  (keyagree.cpp,76)
at com.crystaldecisions.sdk.exception.SDKServerException.map(SDKServerException.java:99)
at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:124)
at com.crystaldecisions.sdk.occa.security.internal.ConfidentialChannelService.createConfidentialChannel(ConfidentialChannelService.java:150)
at com.crystaldecisions.sdk.occa.security.internal.CCMap.locateCCItem(CCMap.java:63)
at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:845)
at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:805)
at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:210)
at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:166)
at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody0(SessionMgr.java:454)
at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody1$advice(SessionMgr.java:512)
at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon(SessionMgr.java:1)

Accepted Solutions (0)

Answers (0)