Has anyone ever experienced this customer order failure in background jobs:
The Customer Order redeploys a Serial tracked Part from Inventory to a Customer. The Serial Part itself was produced in IFS 2004/Apps7.5 and gets returned, serviced, and put back in stock multiple times over its life.
PROCEDURE............: Customer_Order_Flow_API.Process_From_Report_Picking__
ARGUMENTS............: START_EVENT¬85^ORDER_NO¬22509337^PICK_LIST_NO¬2527471^LOCATION_NO¬^
ERROR_TEXT...........:
ORA-01086: savepoint 'EVENT_PROCESSED' never established in this session or is invalid
ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 2905
ORA-20111: Site.NOTEXIST: The Site "*" does not exist.
ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 2905
ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 2924
ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 2337
ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 2342
ORA-06512: at line 1
ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 1452
ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 690
ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 1237
The Customer Order Flow processes all Business Steps without stops after Manual Reservation.
When this occurs the Order, Order Line, Reservation, and Delivery rows are corrupted. Typically the Order Status reverts to Released, and Inventory Transaction History row is created, and Inventory Part in Stock is reduced.
The “The Site "*" does not exist
” of course does not apply to the Customer Order. My poking around indicates it may have something to do with Part Serial Object.
IFS R&D and IFS Support have been of no assistance for way too long, It was IFS Support’s suggestion that I post this topic.