Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Automation of Create report utility of catalog manager

I want a report on analysis and dashboard which shows me what object is placed at which path, which dashboard has what dashboard pages and analysis associated with it. We can do this using create report option in catalog manager. Can we automate that option to run on weekly basis?
Answers
-
You could do this using the catalog manager command line interface (CLI)
Run the below for some details of the runcat report CLI:
runcat.sh -cmd report -help (unix)
runcat.cmd -cmd report -help (windows)
You'll just need to write a script that generates the report and then schedule the script on your server.
0 -
Hi -
You may want to consider using data lineage.
What is your version/configuration?
Regards,
Charles
0 -
OBIEE Version : 11.1.1.9.5
0 -
Thanks ... you using ODI?
0 -
Look at what Joel posted: if you can do it in catalog manager then you just need to call catalog managed by command line and generate the same report like that. Schedule that command and done.
0 -
Charles M wrote:Hi -You may want to consider using data lineage.
What do you call "data lineage" ?
Isn't that just an OBIA thing?
Because the thing getting the close to data lineage in OBIEE itself is a bunch of scripts provided in OBIEE Sample App, or there is also a super expensive tool which does the same (but it's really expensive).
0 -
Hi Gianni,
The approach suggested by Joel seems to be the best fit for what was asked.
I was just adding some supplementary information to the discussion. I had seen that OBIEE (non-OBIA) had the ability to configure data lineage.
Here is where I had seen the reference (look towards the bottom of the note for the OBIEE mention ...): Where is the Documentation to Configure OBIA Data Lineage (Doc ID 2277013.1)
Here is the link to the product documentation: https://docs.oracle.com/middleware/11119/odi/develop-connectivity-km/biee_lineage.htm#ODIKM1496
Regards,
Charles
0 -
Ah, that thing.
I guess it always end up being related to OBIA things, so not sure if there would be any extra licensing or not. But still something to check if it works for real or not
0