During the data upgrade from AX2012 to D365FO 10.0.42 version I faced an issue in step 3 (Post Sync\ExecuteScripts). The status was in "In Progress" for more than 12 hours.
But when I checked the process, there were no pending post-sync scripts to run, and all post-sync script were completed.
I decided to change the status of the «ExecuteScripts» step to complete it manually, since there were no pending post-sync scripts to run:
UPDATE DBUPGRADE.SERVICINGSTEP SET STATUS=2 WHERE PATH = '/DataUpgrade/PostSync/ExecuteScripts';
Then I closed the cmd window and re-ran step 3 but I got an error:
I closed the datupgradebatch.exe process using the task manager, re-ran step 3 and the data upgrade process was resumed and completed successfully.
No comments:
Post a Comment