Hi All,
I am using CRM 4.0 on premise version.
To improve performance, i have scheduled a job in peak hours to perform a cleanup of the AsyncOperationBase table as per following article:
http://support.microsoft.com/kb/968520
What i observed is, here as per article, we are cleaning up data with status is either "Completed" or "Cancelled".
I found near hundred thousand records which have status either “Waiting” or “Failed”.
I have checked Error Code and Error Message on my System Jobs Advance find and i will do required steps by updating required plugins/workflows to not fail in future.
But what i want to confirm is, if i clear these data (which have status either "Waiting" or "Failed" till now), will it impact anywhere? Can i clear these data and update the job by adding these two status to clear these data also?