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

bdc system crashes

0 Likes
408

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

Former Member
0 Likes
375

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.

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

Former Member
0 Likes
376

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.