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

Former Member
0 Likes
479

HI

Can any tell what happens when the system crashes in he middle of a BDC batch session?

-


James

5 REPLIES 5
Read only

Former Member
0 Likes
455

HI,

How come the system crash, it is not possible .....company will take lot of security's....

If the system failes, then the BDC will stop and once the system regerates, then you can start the BDC ..

Regards

Sudheer

Read only

RaymondGiuseppi
Active Contributor
0 Likes
455

The transaction currently active in the BDC will be rollback-ed at the restart of the system, you will have to go to SM35 to execute the end of the BDC (the erroneous transaction and the non-yet called ones)

Regards

<i>(Who pressed on this button?)</i>

Read only

Former Member
0 Likes
455

Hi Aravind,

As BDC batch session always is a synchronous process, So as the system is down , You need to reprocess the session once system is up using SM35.

Thanks,

Vinay

Read only

0 Likes
455

Hi but how many records updated in database how u know?

Read only

Former Member
0 Likes
455

hi arvind,

ya,it is really not possible in Real time.

if then alsothe system crashes in the middle,than depending on the process the system will start

means,if it is BDC-session method, is a synchronous process,, You need to reprocess the session from starting since data is not updated in database table unless Session is processed

if it is Call transaction,as asynchronous process,it will take from the middle,where it left