Pur_Ord_Notification_API.Refresh_Markdowns is a non existing procedure.
If I check the Pur_Ord_Notification_API I cannot find any reference even though this exists in the Batch Queue Configuration.
Pur_Ord_Notification_API.Refresh_Markdowns is a non existing procedure.
If I check the Pur_Ord_Notification_API I cannot find any reference even though this exists in the Batch Queue Configuration.
Which version of IFS, and have you upgraded recently?
This procedure does not exist in the standard deployment in IFS Apps 10. It may have existed in an earlier incarnation of that API.
If you don’t know anything more about it, you can probably disable the scheduled task that is generating these background jobs. Then see if anyone gets upset
Copying from a registered case in IFS Life Cycle Support:
This Background job is triggered by the Event ID ‘PURCHASE_ORDER_CHANGED’ which is a NotifyMe app related event.
This reported issues is a known issue and already reported to RnD with solution Id 283137.
Issue will be corrected and delivered in UPD 9 which is planned on end of August.
RnD has provided a workaround for this. Please try the below workaround and send us your feedback.
Workaround:
The issue can be solved by changing the Event Action call to:
BEGIN
Transaction_SYS.Deferred_Call('Pur_Ord_Notification_API.Update_Notifications', 'Purchase_Order_API.Get_By_Rowkey(''&NEW:ROWKEY'').order_no', 'Notify Me - Update Purchase Order notifications.');
END;
Thanks
John
Hi John,
You mean the workaround? I haven't tested it but I think this error was only recently introduced - probably with 10U8 - and will be fixed in 10U9, so the answer would be yes.
Best regards,
Toine
Hi John,
You mean the workaround? I haven't tested it but I think this error was only recently introduced - probably with 10U8 - and will be fixed in 10U9, so the answer would be yes.
Best regards,
Toine
Correct.
Cheers
Tommy
Hi All,
This case still happened in IFS10 UPD 16. Any concrete solution for this case? As it keeps running causing so many unresolved errors.
Cheers,
Sutoto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.