01 Sep 2015
This was asked already in another thread, and answered:
The DELETE task in the Update operator is an Application Phase operation only.
And thus, only the UV error table is needed.
On a regular import task, 2 error tables are needed (one for the Acquisition Phase and one for the Application phase).
--SteveF
Hi All,
I have a TPT script with only update operator and with declared two error tables(errortable1,errortable2) but only one errortable2 is getting generated while run. why first error table is not generated.
I am using same tpt script along with export operator which generates two error tables.
Please help me in understanding that why my TPT with only update operator is considering only one error table even if I define two error tables.
Thanks in advance