Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
select max(recdate) AS max_recdate from vws
context.maxDate=input_row.max_recdate;
Exception in component tFilterRow_1
java.lang.NullPointerException
at vws_update_j.vws_update_0_1.VWS_Update.tFileInputDelimited_2Process(VWS_Update.java:6323)
at vws_update_j.vws_update_0_1.VWS_Update.runJobInTOS(VWS_Update.java:8494)
at vws_update_j.vws_update_0_1.VWS_Update.main(VWS_Update.java:8389)
if ((row1.recdate > context.maxDate))
{