.unv universes are SAP’s legacy universe format. They are deprecated and no longer receive new features; modern Web Intelligence builds on the .unx semantic-layer format. Sooner or later every BO estate has to move its reports off .unv and onto .unx.
Doing this by hand — opening every Webi document in Information Design Tool or the Web Intelligence client, switching its data source, remapping any objects whose paths shifted — does not scale. Even a modest estate can have hundreds of reports.
Webi Master’s Change Unv Data Source tool does this in bulk. You convert your universes once in IDT, run the tool against every selected document, and it rebuilds the mapping (UNV universe → UNX universe in the same folder) and updates every query in a single click. Documents whose mapping is unambiguous flip cleanly; documents that need attention are flagged in the log so you can fix them by hand.
The tool is unforgiving about a few preconditions, though, so the process below matters. Skipping it is the difference between a clean one-click migration and a thicket of failed documents.
The tool walks every selected document, looks at each data provider, and:
.unv data source (already on .unx? leave it alone)..unx universe with the same name in the same folder as the .unv data source. That pair becomes the source → target mapping.The mapping strategy is “same path, same name”. It works when the IDT conversion keeps the folder structure intact (the next section).
Follow these four steps in order. Each one sets up the conditions the next one depends on.
For every .unv universe in scope, use IDT’s standard “Convert UNV” action to produce a .unx next to it. Don’t rename it and don’t move it to a different folder. The tool maps by <folder>/<name> — if Sales/Customers.unv becomes Sales/Customers (new).unx or moves to Sales/UNX/Customers.unx, the auto-mapping won’t find it and you’ll have to map manually.
Also: convert all of them before running Webi Master, not one at a time. Documents that use multiple universes need all of their universes to have a UNX twin available; otherwise the document fails the all-or-nothing check.
In Webi Master, select the documents you want to migrate and run Change Unv Data Source with the Test mode checkbox enabled (the default). Test mode goes through the entire mapping process but doesn’t write anything back to the CMS — you get the full log of what would happen.
Two other checkboxes are available:
The log shows per-document status. The cases to look at:
.unx next to the source .unv. Convert it (or move it).For every failed document, fix the cause in IDT or the universe and re-run Test mode. Iterate until the log shows no failures you can’t accept.
Once Test mode is clean, uncheck Test mode and run the tool again. This time the document specifications are written back to the CMS — every successful mapping commits.
The tool processes documents one at a time in a single transaction each, so a failure mid-run doesn’t corrupt anything. Documents that fail are left at their previous UNV state and can be retried after fixing the underlying cause.
Nothing — the tool only updates the document’s data-provider definition. Already-scheduled refreshes, saved data inside the documents, and historical instances are untouched. The next time a converted document refreshes, it pulls from the UNX universe.
A freshly converted UNX universe is a structural mirror of its UNV original — same folders, same object names, same kinds — just a different file extension. You don’t need to change anything in the UNX for the tool to work.
The only case where auto-mapping breaks is when the UNX has already been modified before the report migration ran: objects renamed, folders restructured, kinds or types changed. The tool then can’t resolve object references by path, and those documents fail.
The right sequence is convert → migrate reports → refactor the universe, in that order. If the UNX has already drifted from the UNV before reports were moved, you have two recovery options: