cancel
Showing results for 
Search instead for 
Did you mean: 

How to find an object source - From Linked Universes

Former Member
0 Kudos

Hello All,

I have an universe where it has 10 other Universes linked to it. From this Master Universe, when I am trying to edit a particular object it is not allowing me to edit as the source of this object is not this master universe, it is one of those 10 linked universes. Now I would like to find the Source universe (from those 10 linked universes) for this object so that I can open that particular universe and edit this object.

Any ideas on how do we find this information??

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182521
Active Contributor
0 Kudos

Try this in Query builder to identify the core universe for each universe

SELECT SI_ID,SI_NAME,SI_COREUNIVERSE FROM CI_APPOBJECTS

WHERE SI_KIND='UNIVERSE'

Regards,

Mani

Former Member
0 Kudos

Hi Mani,

Thank you for your reply. So, it is not possible to find this information from the Master Universe?

former_member182521
Active Contributor
0 Kudos

To Make you more clear, This information is no where shared in CMS repository instead at the individula universe .unv file. I would suggest you to check with Universe documentor tool available here. http://www.forumtopics.com/busobj/viewtopic.php?t=59650&sid=0953e0fb21d43d48910bc0f409a0d588

Regards

Mani

Answers (0)