Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Power failure during BDC

Former Member
0 Kudos

Hi friends,

I have a 100 records in my Session i have processed 50 records and power failure occurs...what would be the status of Database ??How should i proceed from here??

2 REPLIES 2

Former Member
0 Kudos

When you use

'Synchronous' and the power goes off the records will rollback. the records will not updated means the updation has to b fully completed or fully rollback.

In 'Asynchronous' if the records have been updated partially like out of 100 some records say 80 updated and power goes off then when you start next time it will start updation from 81st record

hope it will be usefull

Satish

0 Kudos

In BDC session method only 'Synchronous' mode is possible, isn't it????