Revision of graphing TM1 data flow from Thu, 2007-03-08 12:03
Attached is a little parser in perl (free) that will create a text file for graphviz (free too) out of your .pro and .rux files.
Then graphviz generates a graph of the data flow in your TM1 server:

(the image has been cropped and scaled down for display, the original image is actually readable)
Legend:
ellipses = cubes
trapezes = processes
diamond = file/ODBC source
in red cellget
in blue cellput
in green inter-cube rule
1. install perl and graphviz
2. in a shell window execute:
perl genflow.pl \path\to\TM1Folder > flow.dot
dot -Tgif flow.dot > flow.gif
This is still quite experimental but this could become useful to view at a glance all the interactions between your cubes.
| Attachment | Size |
|---|---|
| genflow.pl | 3.76 KB |
| genflow1.1.pl | 4.26 KB |








