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: 

bdc system crashes

0 Kudos

What will happen in both the cases ie Call transaction and Batch Input,if system crashes or power failure occurs after 70% of the data uploaded.

Is it needed to reupload the data from the beginning or any procedure is there for uploading data from where it was stopped.

clarify it for both the methods

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In this case 70% of your data will be updated in the database. You can check out the session log to see upto which record the update was successful. Then you can create another session for the subsequent records & execute.

1 REPLY 1

Former Member
0 Kudos

Hi,

In this case 70% of your data will be updated in the database. You can check out the session log to see upto which record the update was successful. Then you can create another session for the subsequent records & execute.