BusinessObjects Board

BO R3.1 and R2 reports listing

Hi all,

i have a question to ask.
i’m planning to move the contents (webi, deski reports) from a BO R2 server to a BO R3.1 server. Before migrating those reports, i have to check both side existing reports and have a list of it.

is there any way to list out the BO server’s reports?

Thanks for advise! :smiley:


BOXI0 (BOB member since 2009-02-17)

you can use the excel provided here

However you will need to change the reference library to point to XI 3.x when extracting the reports from that environment.

HRS


Sushir Patel :uk: (BOB member since 2006-04-19)

Thanks for your reply!

Between, my client server don’t have Microsoft Excel installed…
is there any way else to do it?

Thanks :smiley:


BOXI0 (BOB member since 2009-02-17)

Check this post
Change the SQL in the VBA code to this

Select  SI_NAME From CI_INFOOBJECTS Where SI_PROGID='Webi' And SI_INSTANCE=0 

For full client DeskI reports replace webI with FullClient

You can also use query builder(from admin launchpad for XIr2 and start-programs-BOBJ-query builder for XI 3.1) and try above query

.


haider :es: (BOB member since 2005-07-18)