Hi to All,
We wanted to implement a Minimized Downtime for our live R/3 when BW comes along. As we all know, INITs take a long long time to process specially if you have 1 year worth of data to load to BW and we cannot afford downtime even for a day. Thats where the PDF Document "How to Minimize Downtime for DELTA Init" comes to life.
For info of others on how this thing works. These are the basic steps.
1.) Make the BW User as DEBUGGING User under RSADMIN
2.) Send an INIT Request via Info Package to R/3 Live
3.) Perform Flash Copy of the Server
4.) Connect BW Prod to Flash Copy
5.) Trigger the request IDOC from Flash Copy (BD87) and proceed with extraction...
Now the problem is if an error occured during the extraction process in Flash Copy to BW Prod (say table space issues). How could we resend a new request whose Request Number is still the OLD Request Number so that it is still in SYNC with R/3 Live...As we all know, any discrepancy with the REQUEST NUMBER will cause ABAP Runtime Error "Message TYPE X".
--Jkyle
Add a comment