Application Development and Automation 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: 
Read only

Power failure during BDC

Former Member
0 Likes
546

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??

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
Read only

Former Member
0 Likes
477

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

Read only

0 Likes
477

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