uh_big_mike_boi
uh_big_mike_boi

Reputation: 3470

BusinessObjects 4.1 Upgrade Migration Content

I have a client needing to move from XI R2 to 4.1. I need to pick and choose basically 5 thousand reports, and change what folder they will be in. I will have to actually move the report from one folder to another. Then the content migration will be easy. We need to make new folders to account for new AD groups.

How do I get around having to do this manually? Can I just do it programmatically or in a batch process?

Upvotes: 0

Views: 285

Answers (1)

DocZerø
DocZerø

Reputation: 8557

You can create folders and move content using the SDK. In XI r2 you have the choice between the Java, .NET and COM (VB/VBA/VBScript) SDK to perform these actions.

You'll need the SAP BusinessObjects Enterprise Platform SDK for this. Here are a few links you might find helpful:

Where you can find additional information:

Creating folders and moving content around are quite basic actions, so most of the documentation you'll find (I can only speak for the Java SDK from experience) will largely apply to XI r2, even though it wasn't written for that specific version.

Upvotes: 2

Related Questions