
Hi Guys,
Suppose i am getting 1st backup (on db 1) of production on date : 9th Aug,2016.
I started multi-site , readiness,live preprocessing over db 1, and this all process is going to take at-least 2 days.
But in those 2 days there are other transactions(SO,PO, GL, ITEM .....and so on) created in ax which should also reflect in upgraded environment.
So how to retrieve only data created only in those 2 days. and get it in my db 1 environment. So that I could perform delta processing over it.
*This post is locked for comments
I have the same question (0)If you do the data upgrade correctly, delta preprocessing scripts will detect new data automatically.
One option is doing the whole thing in the live environment (after testing data upgrade elsewhere, of course).
If you want to avoid doing all the processing in the live environment, you can use a separate environment with live data restored from a backup and then use the preprocessing upgrade state transfer tool. Nevertheless don't forget to carefully plan your data upgrade process before starting.