cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug a RULE ( Routine ) in Transformation ?

Former Member
0 Kudos
412

Experts,

I have written a RULE(Routine) for one of the field in my transformation. How do i debug that code ?

So far, i have found that you can run DTP in Debug maode and select Bearkpoints. I have tried selecting breakpints for Transformation. ( Before Transformation/ After Start Routine / Before End Routine / After Transformation ) but i am not getting my code in debug mode.

where do i find.?

thanks

View Entire Topic
Former Member
0 Kudos

First go to Transformations Generated program (from Menu --> extras --> display generated program).Here in the generated program find your routine(ctrl F) and set up break point.Then go to DTP in debug mode like you did and you would be able to stop at the required routine where you have setup breakpoint.

Regards,

JB

Edited by: JB on Oct 25, 2011 10:27 PM