cancel
Showing results for 
Search instead for 
Did you mean: 

how to check R/3 is down or not in from XI

Former Member
0 Kudos

Hello ,

In my JDBC to RFC scenario.How could I check ,if my R/3 system is down or not...While making a async RFc call at the target side.I would like to get some message or communication in this case to Xi.Is it possible.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

As suggested you can use BPM and check whether the system is up or nt (using the Connection FM STFC_CONNECTION ) and based on response you can send the message...else generate an alert.

thanks

farooq

Edited by: Farooq Farooqui on Aug 26, 2008 2:24 PM

former_member181955
Contributor
0 Kudos

Hi

In my previous project we have the same requirement , where we need to check the R/3 is down or up.

There is a function module STFC_CONNECTION with this you just develop one dummy scenario just to know whether R/3 is up or down.

Accordingly you can run your original scenario.

Hope it can be useful.

Thanks

Prasad Nemalikanti

Former Member
0 Kudos

Fault is App Fault (Exception) .. not System Error..

System down is Best to trigger Alert

Former Member
0 Kudos

Hey

If R/3 system is down then you will find error in message monitoring in RWB.

The receiver adapter will try to deliver the message but will fail.Configure alerts in ALRTCATDEF and set it to trigger alerts from Adapter engine.

Thanx

Aamir

Former Member
0 Kudos

Apart from this could you suggest me any thing ..can I use fault messages or anything like this...