[resolved] the AFTER global variable for tMSSQLOutput returning NULL
Hi,
I have a job where I am inserting rows from a csv to a SQL table.
Although rows have been inserted in the table, the NB_LINE_INSERTED is returning NULL.
Am I doing something wrong?
This variable can be only available in the next subjob, for example:
.......main--tMssqlOutput
|
onsubjobok
|
tJava
on tJava:
int inserted_line=((Integer)globalMap.get("tMSSqlOutput_1_NB_LINE_INSERTED"));
System.out.println(inserted_line);
Best regards
Shong
This variable can be only available in the next subjob, for example:
.......main--tMssqlOutput
|
onsubjobok
|
tJava
on tJava:
int inserted_line=((Integer)globalMap.get("tMSSqlOutput_1_NB_LINE_INSERTED"));
System.out.println(inserted_line);
Best regards
Shong
This variable can be only available in the next subjob, for example:
.......main--tMssqlOutput
|
onsubjobok
|
tJava
on tJava:
int inserted_line=((Integer)globalMap.get("tMSSqlOutput_1_NB_LINE_INSERTED"));
System.out.println(inserted_line);
Best regards
Shong