In a message dated 99-03-09 10:40:20 EST, you write:
Has anyone figured out the relationship between Documents and Universes;
I am looking at the BO meta-model (I reverse-engineered the physical shema
with ERwin)
I figured out many relationships but of course I am missing a lot too.
Unfortunately, there isn’t one. Seriously.
When you store a document in the repository, it is stored as chunks of binary
data. Nothing in the repository is designed to show a link between a document
and a universe! In fact, this would be more difficult than a straight join,
since a single document can have one or more universes involved. Also, a
universe can be used one or more times! (Meaning that a document could have 4
data providers, made up of 2 universes, one of which is used in 3 different
data providers and the other used only once.)
Just curious: what are you trying to find out by looking for this link?
There may be a way to do what you are looking for via the scripting language.
Something along the lines of:
find a document
loop
find a data provider
loop
find source for data provider, log to file
find next data provider
until no more data providers in this document
find next document
until no more documents
Regards,
Dave Rathbun
Integra Solutions
www.islink.com
Listserv Archives (BOB member since 2002-06-25)