Mapping Report Columns to Universe Obj to Relational Source

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.

Thanks in advance,
Steve


sg1 (BOB member since 2003-05-19)

Hi Steve and Welcome to Bob :mrgreen: .

Try a search on managero. It is a repository universe you can use for report documentation.


Cindy Clayton :us: (BOB member since 2002-06-11)

Also, given that you likely not interested in Oracle, you certainly could convert that universe to Teradata.


Steve Krandel :us: (BOB member since 2002-06-25)

I’ve got a similar requirement:

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.


charlie :us: (BOB member since 2002-08-20)

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 :lol:


SCOURSEY (BOB member since 2003-06-12)

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.

Also in the Supervisor forum:

Happy reading! 8)


Dave Rathbun :us: (BOB member since 2002-06-06)

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.

(We’re on Sybase, so we don’t use it…)


Anita Craig :us: (BOB member since 2002-06-17)

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 :smiley:


SCOURSEY (BOB member since 2003-06-12)

Thanks - my excellent BO Systems Administrator gave me access to managerO - it’s really cool! I can get at what I need for now.


charlie :us: (BOB member since 2002-08-20)