cancel
Showing results for 
Search instead for 
Did you mean: 

How to resend data if WS down? (file - PI - WS)

Former Member
0 Kudos

Hi all,

I have following scenario:

File -> PI -> Oracle Webservice

My doubt is how to control the error when the call to WS fails? (bc WS is down or whatever..)

Sender CC is setted up to delete file when process finishes. but what happens when data can't reach the target WS ?

How could I resend data again?

Thanks in advance,

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

JaySchwendemann
Active Contributor
0 Kudos

If sender CC deleted the file from source but could not reach target WS messages will be persisted in PI.

There is a an automatic retry parameter you might want to set.

HTH

Cheers

Jens

naveen_chichili
Active Contributor
0 Kudos

Hi,

You can either resend the messages in waiting or system error status from Runtime Workbench.

Also you can automise them by scheduling RSXMB_RESTART_MESSAGES.

Thanks,

Naveen

iaki_vila
Active Contributor
0 Kudos

Hi llie,

You only can resend it if the message is asynchronous http://scn.sap.com/people/community.user/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-aut...

Regards.