Hi,
As I've had a problem with this variables, I've tried to print it with tJavaRow (cf. TEST_T_JOURNAUX job).
In this job, an error occurs:
the printed value of tFilter_3.NB_LINE_OK is null ("*** null ***" on tFilterRow_globals screenshot)
However, in the final job T_JOURNAUX, the same variables work well.
I'm confused, but I don't understand.
Best regards
msomso
P.S.
The export of T_TEST_JOURNAUX and T_JOURNAUX is sended to jour mail box
Hi,
As I've had a problem with this variables, I've tried to print it with tJavaRow (cf. TEST_T_JOURNAUX job).
In this job, an error occurs:
the printed value of tFilter_3.NB_LINE_OK is null ("*** null ***" on tFilterRow_globals screenshot)
However, in the final job T_JOURNAUX, the same variable works well.
I'm confused, but I don't understand.
Best regards
msomso
P.S.
Shong, the export of T_TEST_JOURNAUX and T_JOURNAUX is sended to jour mail box. As you can see in the export file, the value of tFilterRow_3_NB_LINE_OK is read in tJavaRow before the put done in tFilterRow_3 component . Why does it happen ?
he variable is available AFTER component excution, not in ROW mode....
You can see it if you print it after a onComponentOK or onSubjobOK component....