Hi DOJO,
I’m currently troubleshooting a Visio, and in the Cube logs I can see the Visio file being loaded. I can also see that each page is being loaded, however, the pages appear to be identified by ID in the logging. Example:
Event Cube.Event.Visio.Loaded (VisioLoaded). Dimensions: Name=Telia Company AB; Id=-1; FileName=MyVisioFile.vsdx; Source=Cache
Metric Cube.Metric.VisualOverview.Load.Duration (VisualOverviewLoadDuration). Values: VisualOverviewLoadDuration = 4218.3274 ms. Dimensions: Id=-1; Page=79; Title=Timed out
Metric Cube.Metric.VisualOverview.Load.Duration (VisualOverviewLoadDuration). Values: VisualOverviewLoadDuration = 3776.691 ms. Dimensions: Id=-1; Page=100; Title=Timed
When inspecting the Visio file itself, I’m not able to find a clear mapping between the page IDs shown in the logs and the actual page names.
How does the page ID in the logs correspond to the Visio page name, and where can this mapping be found?
Kind regards,
Hi Catarina,
Most probably there is another way, but a quick workaround is to extract the content of the VSDX file. You can change the extension of the file from .vsdx to .zip and extract the content.
Once the content is extracted, you should be able to find the file pages\pages.xml . The file contains the page IDs together with the page name.
Hope it helps.
Thank you, Miguel.
This was exactly what I was looking for.