‎2008 Jan 31 10:12 AM
Hi All,
when a session is in process,if the system suddenly crashes in between.Then what we have to do.Again we need to process the same session or we have to check if any records are updated or not? How to proceed further?
Can anybody explain me what are the difficult situation we may come across in bdc both in call transaction and session methods.
Thanks,
Rakesh.
‎2008 Jan 31 1:04 PM
You can reprocess the same session without any problem. The session knows what transactions are posted and will only handle the incorrect ones or the ones that were not yet picked up.
In a call transaction, you will have to find out manually what was done and what was not yet done. Build a new file, rerun your program.
‎2008 Jan 31 1:04 PM
You can reprocess the same session without any problem. The session knows what transactions are posted and will only handle the incorrect ones or the ones that were not yet picked up.
In a call transaction, you will have to find out manually what was done and what was not yet done. Build a new file, rerun your program.