I'm currently setting up a new Crystal Reports Server 2008 box and trying to get our in-house standalone Java client to work with it using the new SDK libraries found in "C:\Program Files (x86)\Business Objects\common\4.0\lib\".
Crystal Reports Server version is: 12.1.0.882
OS is: Windows Server 2008 R2 Standard 64-bit
I'm currently having problems logging into the server through our Java client. the ISessionMgr login function throws the exception: The plugin secEnterprise does not exist
com.crystaldecisions.sdk.exception.SDKException$PluginNotFound: The plugin secEnterprise does not exist
at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(Unknown Source)
at com.crystaldecisions.sdk.occa.security.internal.o.a(Unknown Source)
at com.crystaldecisions.sdk.occa.security.internal.t.a(Unknown Source)
at com.crystaldecisions.sdk.occa.security.internal.t.userLogon(Unknown Source)
at com.crystaldecisions.sdk.occa.security.internal.l.userLogon(Unknown Source)
at com.crystaldecisions.sdk.framework.internal.d.logon(Unknown Source)
at com.<SNIP>.crystal.EnterpriseConnection.logon(EnterpriseConnection.java:103)
<SNIP>
This looks like a similar problem: Plugin secEnteprise not found (FWM 02016)
But I tried calling getInstalledAuthIDs and it returned an empty array.
I have all the BO SDK lib jars in the classpath already.
Could anyone please help me get this going.
Thanks,
Elliot.
Edited by: Elliot Smith on Jan 5, 2011 2:43 AM