Hi,
What do we want to do?
Can we add checking at Error Handler before send out notification?
----We tried below----------
I had print out the ${ERROR.MESSAGE} value:
aupdate order_release set equipment_group_gid=(select first_equipment_group_gid from shipment where shipment_gid=?), ship_with_group=GLOG_UTIL.REMOVE_DOMAIN(?) where order_release_gid in (select order_release_gid from view_shipment_order_release where shipment_gid=?); [IDN/TMG.01315, IDN/TMG.01315, IDN/TMG.01315]
java.sql.SQLSyntaxErrorException: ORA-00900: invalid SQL statement
I've tried using IF ACTION with Expression to check the String "INVALID" as shown below:
INVALID IN ${ERROR.MESSAGE}, but it not works.
Thanks,
Albert
What do we want to do?
Can we add checking at Error Handler before send out notification?
----We tried below----------
I had print out the ${ERROR.MESSAGE} value:
aupdate order_release set equipment_group_gid=(select first_equipment_group_gid from shipment where shipment_gid=?), ship_with_group=GLOG_UTIL.REMOVE_DOMAIN(?) where order_release_gid in (select order_release_gid from view_shipment_order_release where shipment_gid=?); [IDN/TMG.01315, IDN/TMG.01315, IDN/TMG.01315]
java.sql.SQLSyntaxErrorException: ORA-00900: invalid SQL statement
I've tried using IF ACTION with Expression to check the String "INVALID" as shown below:
INVALID IN ${ERROR.MESSAGE}, but it not works.
Thanks,
Albert