Any thoughts on why our MRP task gets stuck in the PENDING state? Other tasks will run just fine. It cann’t be concurrent tasks because there is nothing else running. We have not changed anything on the MRP parameters other than date.
Here is an error from the Server trace log, that I think is associated with our problem.
#TriggerProvider# msg=No specific trigger fround for Ice.Triggers.IntQueOut.DeleteTrigger. Using default trigger implementation
Is the task still running on the server? Or is it just it failed and didn’t update the status?
I sometimes get this if a system agent is restarted while a report is runing. to fix I have to update the system monitor tables.
If you have tried restarting the Task Agent and Reporting Services, then as a last resort, I have removed it using the PID from the tables Ice.SysTask and Ice.SysTaskKill.
PID may have been the wrong term.
I was referring to the field called SysTaskNum within the Ice.SysTask table.
aidacra
(Nathan your friendly neighborhood Support Engineer)
7
Is the AppServer URL field populated on your System Agent record? If so, blank it out, save your changes, restart the taskagent configuration for this database, and resubmit MRP.
Actually, just got off the phone with you and Warren. So for the benefit of everyone else here, the problem turned out to be a custom database trigger that was created on the ice.SysTask table. There was an error in the the trigger that was preventing the MRP task from writing anything to the ice.systask table. In turn, the MRP process would simply stay in PENDING. Once we disabled the trigger, new MRP processes were able to start normally.
So, thank you again guys for helping out with this and teach us some other things like the AppServer URL and DNS Endpoint fields should be blank.