cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to logon in CMS using java SDK

Former Member
0 Kudos

Hi, I'm trying to use my credentials (that I can use for browsing infoview) into the CMS in order to access my webi reports (BO v3.1). However I'm stopped at the logon.

Here's the simple code:

ISessionMgr mySessionMgr = CrystalEnterprise.getSessionMgr();enterpriseSession = mySessionMgr.logon(user, pass, host, auth);<br>ILogonTokenMgr iLManager = enterpriseSession.getLogonTokenMgr();<br>

here's another try:

ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
enterpriseSessionenterpriseSession = sessionMgr.logon(user, pass, host, auth);<br>

And then the error I get:

com.crystaldecisions.sdk.exception.SDKServerException: Enterprise 
authentication could not log you on. Please make sure your logon 
information is correct. (FWB 00008)

cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
detail:Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)

The server supplied the following details: OCA_Abuse exception 10499 at [exceptionmapper.cpp : 67]  42040 {}
   ...Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)

If I remove the domani from my username (eg. Username instead of Domain\Username) I get the same error but failing in secpluginet.cpp instead of exceptionmapper.cpp

However no details on what I'm typing wrong. Username and password works via browser/infoview and the CMS url and port have been given by the admin group.

Accepted Solutions (0)

Answers (0)