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