Hi guys,
so I was playing around with CloverETL and I want to JOIN a data table with other data. Therefore I am using DBJoin operator. So I ran the graph and everything works fine, I get the green checkmarks and the values at the edges matches my outcome in MS SQL Server. I wanted to inspect the data included there, but Data Inspector tab says “No debug data found for the edge”.
I will incl. a screenshot of my results. Does anybody know why I can not inspect my results?
Best regrads,
Shun Long
Hi Shun Long,
Usually, this situation happens when the debug function is enabled right after a graph run.
Even though you can always see a number of records that passed through the edge, the edge itself doesn’t store the data. That’s what the debug does. Therefore you have to enable the debug first, then run the graph and after that, you should be able to inspect the data which the debug captured.
Also, there is an option to disable the debug mode for the whole graph. Prior to running the graph, please make sure it’s not the issue. You can do it as follows:
1. Click anywhere to the graph pane
2. In the details pane below the graph select “Properties” tab.
3. Make sure the attribute “Debug mode” (in Advanced section) is not set to “false”. It can be blank or set to “true” to ensure your debug data is stored properly.
Please let me know if it helped or if you have any follow-up questions.
Eva