Does anyone know if there is a non-manual (i.e., programmatic) method for mapping Report columns to Universe Objects to Relational Tables / Columns. As the user puts it:
“we are trying to create a map from a column heading displayed on a report back to its source database column without losing details about its field and aliases defined in the BOBJ Universe”
I thought this may be possible through querying the Repository, but nothing looks obvious. Any insight appreciated.
but don’t have ManagerO. I’ve been looking around in the repository, but haven’t found the right table(s) yet. Does anyone know which tables contain this metadata? Thanks.
Hi Charlie,
I also have a similar requirement. I have used successfully the tip Nick Suciu submitted for using the tables OBJ_M_DOCUMENTS and OBJ_M_DOCATVAR to report universe to report to data provider. However, I am unable to move from report to object or data provider to object. I am using the MANAGERO universe. Can anyone help?
By the way, I began by searching on MANAGERO and have tried metadata and did not find the answer!!!
Thanks in advance,
Sue
There’s nothing in the repository that shows you the report objects in use. You can get data provider to document, but that’s about it. In order to do the type of analysis that you are both asking for requires that you open each report and scan through it object by object, mapping back to the universe meta-data that is contained in the repository.
There are some code samples (VBA) in BOB’s Downloads are that you can take a look at. Also any number of topics in the SDK forum discussing various approaches.
Charlie and Sue – and, if you still want to find the ManagerO (for Oracle) universe, it’s not part of the repository by default. It is on the installation CD – I think it was in the freeware subdirectory.
Dave and Anita,
Thanks for the quick and detailed responses. Two of the six references should address our remaining needs; all were very informative. We have been using Managero for Oracle for the last couple weeks to support the deployment of database change process and universe management including quality assurance. Some parts of the Managero universe are very easy to use; others are very poor. The report output has been very helpful; the additions provided through referenced material should provide a solid framework for universe management!!!
Thanks, Sue