system
February 16, 2010, 8:12am
#1
Hi,
My task is to list down the number of instances per the each report in the Repository.
Can I do this using admin access to the CMC?
Since My ID has only limited access to the info view, I cant view all the reports and their instances.
Is that compulsory to have the admin access to the info view, for this task?
kivi (BOB member since 2007-12-26)
system
February 16, 2010, 9:55am
#2
Hi,
For your task, you must have either access to all the reports or admin rights.
You can the get the instance count of each report from the Infoview.
Raj_admin (BOB member since 2008-12-04)
system
February 16, 2010, 1:47pm
#3
That is a big job without the right tools. There is not necessarily a simple way to get that without help from a 3rd party tool where you can get the list of reports, the total number of instances, size, etc.
Eric Vallo (BOB member since 2002-08-15)
system
February 16, 2010, 1:59pm
#4
There is not necessarily a simple way to get that without help from a 3rd party tool where you can get the list of reports, the total number of instances, size, etc.
Not really. If you know how to get this information from the BO system database then you can use either Query Builder or a BO report with a VBA-based data provider.
Marek Chladny (BOB member since 2003-11-27)
system
February 16, 2010, 2:10pm
#5
For the sake of being clear, the question was about using the CMC to drive out that information, thus my response.
While I don’t disagree with you, the Query Builder can’t aggregate the results as requested and the developer has to have SDK knowledge as suggested.
My two cents…
Eric Vallo (BOB member since 2002-08-15)
system
February 16, 2010, 3:03pm
#6
And my reaction was that you actually do not need a 3rd party tool. BO offers all what is needed - Query Builder and/or a data provider based on a VBA
Of course, some knowledge of SDK is needed
Marek Chladny (BOB member since 2003-11-27)
system
February 16, 2010, 3:06pm
#7
You got me. Point taken
Eric Vallo (BOB member since 2002-08-15)
Check out this topic in BOB Downloads: https://bobj-board.org/t/118177 . You may need to modify it a little to get what you want, but it should give you a start.