Page 1 of 1

How to see the C code generated after Transform is compiled

Posted: Tue Feb 23, 2010 1:54 am
by syed123
When ever there is a problem with the transformer compilation it shows the C code that is created from the transformer stage but if i want to see the code when the transformer compiles sucessfully then how am i supposed to do?

Thanks

Posted: Tue Feb 23, 2010 4:24 am
by ray.wurlod
Determine the job number from the DS_JOBS table then look in subdirectory RT_SCnnn (where nnn is the job number) in your project directory on the server.

Posted: Tue Feb 23, 2010 4:27 am
by ArndW
The generated transform C code is stored in the RT_SC subdirectory with the job number. The easiest way to find the code is to attach to the project directory and then do a "find . -name *{TransformStageName}*.trx".