‎2005 Aug 08 5:37 AM
Hi all,
I am having Query about BDC Error Session. If I see the log of Error Session, then few Transactions are processed and few are in incorrect status.
Those transaction, which are processed, Does it mean that it has updates the database successfully or Error Session will never update the Database?
Thanks in advance.
‎2005 Aug 08 5:47 AM
Hi Vipin,
It means that transactions which are processed have commited changes to database. When you process the session again it will only process those transactions which are in error. Commit to database is at transaction level, not session level.
Cheers,
Sanjeev
‎2005 Aug 08 5:47 AM
Hi Vipin,
It means that transactions which are processed have commited changes to database. When you process the session again it will only process those transactions which are in error. Commit to database is at transaction level, not session level.
Cheers,
Sanjeev
‎2005 Aug 08 5:50 AM
Thanks for your reply
Message was edited by: Vipin Nagpal
Message was edited by: Vipin Nagpal