Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to setup SDK for Hyperion 11.1.2.2 remotely

HypAdmin2012Jul 31 2012 — edited Jun 26 2013
Hello Everybody,

I have recently installed Hyperion 11.1.2.2(Foundation Services and Interactive Reporting) in our environment.
The installation and configuration are successful. Also when I ran a sample BQY it works fine.

If I try to run the sample programs on the Hyperion server in their actual location, they work fine.
I am having problem setting up the SDK remotely and run the sample program.
I am getting the following error when trying to run the sample Login.java provided in /EPMSystem11R1/products/biplus/SDK/samples/java/

<error in console>
Jul 31 12:55:16.628
GsmNotFound
com.brio.one.services.globalservicemanager.GSMException: GsmNotFound
at com.brio.one.services.globalservicemanager.GSMFactory.getGSM(Unknown Source)
at com.brio.one.client.ClientFactory.<init>(Unknown Source)
at com.brio.one.client.ClientFactory.<init>(Unknown Source)
at com.brio.one.client.ClientFactory$ClientFactoryInitializer.connect(Unknown Source)
at com.brio.one.client.ClientFactory.getClientFactoryConnect(Unknown Source)
at com.brio.one.client.ClientFactory.connect(Unknown Source)
at com.sqribe.rm.AASessionImpl.createService(Unknown Source)
at com.sqribe.rm.AASessionImpl.open(Unknown Source)
at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
at Login.<init>(Login.java:40)
at Login.main(Login.java:70)
com.sqribe.rm.ReportMartException: GsmNotFound
at com.sqribe.rm.AASessionImpl.createService(Unknown Source)
at com.sqribe.rm.AASessionImpl.open(Unknown Source)
at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
at Login.<init>(Login.java:40)
at Login.main(Login.java:70)

Jul 31, 2012 12:55:16 PM com.sqribe.rm.SessionImpl convertError:?
WARNING: GsmNotFound
Jul 31, 2012 12:55:16 PM com.sqribe.rm.AASessionImpl internalInit:?
WARNING: ReportMartException
com.sqribe.rm.ReportMartException: GsmNotFound
at com.sqribe.rm.SessionImpl.convertError(Unknown Source)
at com.sqribe.rm.AASessionImpl.open(Unknown Source)
at com.sqribe.rm.AASessionImpl.internalInit(Unknown Source)
at com.sqribe.rm.AASessionImpl.<init>(Unknown Source)
at com.sqribe.rm.SessionFactory.getInstance(Unknown Source)
at Login.<init>(Login.java:40)
at Login.main(Login.java:70)

</error in console>

Edited by: 934832 on Jul 31, 2012 2:04 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2013
Added on Jul 31 2012
12 comments
2,108 views