cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find the universe path located on the root folder

Former Member
0 Kudos

Hello,

I have created a universe and published in BO server root folder i.e., not under any particular folder. I have a SDK code which will fetch the universe path and the result will be like this.

<Server Name>:6410/Application Folder/Root Folder 95/Universes/

Also i'm having a macro code which will try to save this universe as PDF. But i'm unable to open the universe with the above path. My macro code looks like below.

E_UniverseName = "sampleBO"

E_UniversePath = "<ServerName>:6410/Application Folder/Root Folder 95/Universes/"

Set Univ = DesApp.Universes.OpenFromEnterprise(CStr(E_UniversePath), CStr(E_UniverseName))

Univ.SaveAs (GetExportPath + "\" + UnivName + ".pdf")

Can someone help me on getting the exact location of the universe located in root folder ?

Thanks,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello all,

I got the answer for my above question on exploring some links in google.

We can use Universe Folder CUID instead of Universe folder path and it's working fine for me.

Thought to share the same with others.

http://www.forumtopics.com/busobj/viewtopic.php?t=103331

Thanks,

Ramesh