You should be able to use the XI version as a starting point. Go to the VB Editor and under Tools, References change to the Designer 5 library. The only code change should be to use .LoginAs instead of .LogonDialog. Give it a try.
The workflow says to create a blank universe first, but thatâs not necessary. The code will prompt you to open a universe, so you can certainly pick a ânon-blankâ existing universe if you like. As long as the classes / objects you are adding are not duplicates, it should work fine.
This tool works like a gem but it doesnât solve my problem 100%.
I want to import column comments from database to BO Object description.
I can create a txt/xls/csv file with table,column name and column comments
and somehow I need to import that to Class.Object description.
I have more than 140 tables in my mart and loading about 3000 definitions/descriptions would be great help.
I am sure I am not the first person who has this type of need,
if anyone has any solution for this situation, please let me know
Hi,
Can this tool be modified to function as follows:
It should look into a particular column of a specific table and if the column is null, then it should hide the related object in the universe and if it not null then it should add \ unhide the object in the universe.
Please let me know if this can be achieved or not. I am using BO XI R2. Also let me know to achieve this what are the required components that i need to have on my server like BO SDK etcâŚ
This tool gets its information from an Excel spreadsheet. It could certainly decide whether or not to hide an object based on one of the spreadsheet columns. If you are trying to get the information from an actual database table, that is possible (with ADO, for example), but beyond the scope of this utility.
As far as required software, nothing is needed on the server side. The Designer SDK is intended as client-side only.
In excel spread sheet i have all the information of universe, For example in one Tab has DB Connection information, 2nd tab has Tables Information, 3 Tab has Joins Information, 4 th Tab has classes and Objects information, 5th Tab has Context and Hierarchies information.
Use this Spread sheet Information can we generate a Universe using VB Macro. Do you have any code similarly like that. If you have please share it with me.
In my present situation this kind of VB Macro is very use full.
It is certainly possible, but Iâve never developed anything exactly like that. In my opinion, building a universe is not something that should be âblack boxedâ like that. It is way too important to understand the data model in detail, build in terms of user requirements, etc. My tools tend to focus on easing maintenance and documentation, but not creation, of universes.
Thanks for your reply. Thatâs right. I am migrating reports from Crystol to Business Objects. Here we need to build a universe also. My approach is I will take Sql Query from Crystol a report. I am planning to write a macro in Excel separate the SQL like select, where and From tables and using this Excel sheet information generate a Universe. Thatâs the Plan.
yes, some of the problems like traps those we need to do manually.
any one has code some thing like this please help me on this or guide me where we will get BO VB SDK Help.
thank you, itâs exactly what I need but I have a problem to run your macro (office 2007 / windows Vista).
On the line âSet DesignerApp = New Designer.Applicationâ I have this message (in french because Iâm french )
(translate in english => âError 430, The classe donât manage Automation or âŚâ)
âBusinessObjects 11.5 Object Libraryâ and âBusinessObjects Designer 11.5 Object Libraryâ are used.
How to resolve this error ?
Thank you
JBR
PS: sorry for my english, iâm a stupid french 8)
EDIT : I resolved my problem to install BO on windows XP
Iâm trying to use the Universe - Object Names & Descriptions.xls macros. I get the run time â430â error on my machine (Vista + Excel 2003 SP3) - but a colleague is able to get past that on his machine. When we run GetInfo, we get the following error:
The Universe belongs to another CMS. You cannot open it unless you are connected to the same CMS from which it was imported.
Hi Moiram,
This is the error thrown when you log in to a CMS and open a Universe that was not present in CMS. This error is thrown because when this tool tries to look into repository it is not able to get any information for this universe.
If you colleague is using same repository as you are then it might be Vista issue but i am not sure. I would like other BO gurus to comment on this.
Try opening the universe manually with Designer. If you get the same message (which I suspect you will), then it is not a problem with the utility / Vista / whatever.