cancel
Showing results for 
Search instead for 
Did you mean: 

Restarting the interface process

senthil_kumar29
Participant
0 Kudos

Hi,

I am transferring data through XI using a file into SAP R/3.

If my message is failed, how to restart the process again.

Do I have to take out the file from the directory and put it again.

Cheers

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

it depends on the failure reason, if possible try to handle it in your prog. at R\3 otherwise you have to resend failed message, you can schedule for resend failed messages or you can resend the file of failed messages but the second option is very time consuming.

senthil_kumar29
Participant
0 Kudos

Hi,

The process is initiated from XI.

XI pool the directory every 15 minutes to check for files.

I think removing the file and put it back in the directory will restart the process.

Cheers

Senthil

Former Member
0 Kudos

Dear Senthil,

It is always the case that,in File sender adapter XI is the initiater and it pool the directory location by defined time. (Basics )

but my thought is find the root cause of failure of message and try to eliminate it first, then restart of message is the second option.

senthil_kumar29
Participant
0 Kudos

Hi,

Thanks for the reply.

I will check the RFC connection and get back to you.

Cheers

Senthil

Former Member
0 Kudos

Hi

Check this for auto restart of failed msgs

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Regards

Vishnu

Answers (2)

Answers (2)

senthil_kumar29
Participant
0 Kudos

Solved.

former_member206760
Active Contributor
0 Kudos

Hi,

Step 1. if the file goes in error in SXMB_moni try to restart it from there

step 2 . if it gets error in adapter engine RWB ..try to restart it from there

step 3 . there might be a possibilty that both steps 1 and 2 are not possible i.e some errors are not restartable then you have to do re-processing of the same file for that always

Use your sender file communication channle in ARCHIVE mode so that if the file goes in error in MONI and you can not restart that .. you can always take the file from archive and reprcoess

Giving points is another way to say thanks