cancel
Showing results for 
Search instead for 
Did you mean: 

Plugin secEnteprise does not exist

Former Member
0 Kudos

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:

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

Accepted Solutions (1)

Accepted Solutions (1)

aasavaribhave
Advisor
Advisor
0 Kudos

Hi,

Along with the required jar files found in : program files\business objects\common\4.0\java\lib are you including:

the following jar files found in program files\business objects\common\4.0\java\lib\external in your program's classpth?

backport-util-concurrent-2.2.jar

commons-logging.jar

derby.jar

log4j.jar

The Files you need are:

biarengine.jar

biplugins.jar

cecore.jar

celib.jar

ceplugins_client.jar

ceplugins_core.jar

ceplugins_cr.jar

cereports.jar

cesession.jar

ceutils.jar

corbaidl.jar

ebus405.jar

flash.jar

SL_plugins.jar

logging.jar

pluginhelper.jar

xcelsius.jar

along with the 4 external listed above.

Former Member
0 Kudos

Thanks, it's working now.

It must have been the extra files in the "external" sub-directory that I missed.

Elliot.

Answers (0)