Async Operation failed and I want to get the reason.
Run this SQL and read the message
USE ORG_MSCRM
SELECT createdon,message,PrimaryEntityType,Name,Depth FROM AsyncoperationBase
WHERE statecode = 3 AND statuscode = 31 AND Deletionstatecode = 0
ORDER BY createdon DESC
VIEW THE ERROR IN message.
THANKS,
Rami Heleg