cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Universe Connection of a Web Intelligence Report using Java SDK

Former Member
0 Kudos

Friends,

I'm trying to write a java code to refresh a Web Intelligence Report. I have a requirement to dynamically change the Universe Connection while refreshing based on a selection by User. Is this possible?

I'm using Business Objects XI 3.1 .

Thanks in Advance,

Bharath

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bharath,

Since you are on Business Objects XI 3.1, this can be easily achieved using REBEAN SDK's "keeping in mind the guidelines suggested by Dell".

Please have a look at the below link:

http://scn.sap.com/community/bi-platform/java-sdk/blog/2013/03/08/remapping-universes-for-webi-repor...

Hope this helps.

Regards,

Rajarsh

DellSC
Active Contributor
0 Kudos

I'm not absolutely certain, but I think you can do this using the ReportEngine SDK in 3.1.  If you were on BO 4.1, this can be done fairly easily using the RESTful Web Services SDK.  One of the things to be aware of, the universes that you're using MUST have EXACTLY the same objects in the same classes in order to be able to do the switch.  If there's anything in the report that doesn't map to an object in the destination universe, then you'll have problems.

-Dell