Hello All
Is there any way to find schema and table names that are used by set of webi reports without opening each and every report ?
Thanks in Advance
nmadithya (BOB member since 2012-07-19)
Hello All
Is there any way to find schema and table names that are used by set of webi reports without opening each and every report ?
Thanks in Advance
nmadithya (BOB member since 2012-07-19)
Not that I know of but if you look in the BOBs Downloads section of the forum you’ll find this post:
This is the Repository Documenter and there’s a version up to 3.x in there which I’ve been using for a little while now. It’ll document all your reports and universes and tell you what reports are using which universes. What it won’t do is tell you which schemas you’re referencing.
I tried to do something similar myself recently but if you take the time to look through BO VB Object Library I think you’ll find that you can’t get to objects SQL.
I can’t speak for R4 users - I wrote some code that opened up all our Deski reports one by one and analysed which objects and universes they were using and documented it - but of course, that won’t work in R4 because Deski is finally where it needs to be - d.e.a.d!
SteveD (BOB member since 2009-11-02)