cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous restart

Former Member
0 Kudos

Hi,

we have an asynchronous interface from ECC to PI and then, through a BPM, synchronous messages are sent from PI to External system.

The problem we have is that if PI is closed, we gather many messages in ECC and when PI is restarted ,

many messages are sent to PI and then to the external site at once.

Question : how can you configure the retry of messages in ECC when PI is closed ?

Question : how can I reduce the flow of messages so that less messages are sent at once to the external site ?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Question : how can you configure the retry of messages in ECC when PI is closed ?

There must be a scheduling mechanism at your sender to send message to PI periodically. When PI is down, ECC RFC destination call to PI would fail. You may use a report RFC_VERIFY_DESTINATION to identify if the destination is reachable. If it not, then you may increase the time duration of the next run of the schedule.

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use smqr and smqs configuration to restrict the number of processes that can handle the BPM.

Also, there are jobs to automatically restart failed queues.