Skip to Content
0
Jul 15, 2008 at 01:22 PM

Standalone application through BOE SDK

52 Views

Hi,

I am new to SDK development so trying out different things with the SDK. The first experiement that I did was trying to build a standlone application through BOE SDK. The main purpsoe of this application is to connect the enterprise and get some details about an info object. But while building out this application I have noticed few issues:

1. The getInstalledAuthIDs method of the ISessionMgr class is not returing any available authentication types.

2. While trying to login using the logon method of the ISessionMgr using the secEnterprise as Enterprise, it's throwing the following exception:

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.bo.boesdk.tutorials.Login.createEnterpriseSession(Login.java:41)

at com.bo.boesdk.tutorials.Login.main(Login.java:55)

I have noticed that all tutorials associated with SDK are all using eithe JSP/ASP to demonstrate features of SDK. There is none exists on using the standalone application. Is it we can't build any standalone application using the BOE SDK?