cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring the alert configuration for receiver JDBC synchoronous

Former Member
0 Kudos

Hi

i am doing the synchronous proxy to jdbc integration, where i am sending some details to jdbc to update and get back the update flag. irrespective of the updation fails or success i am sending the status to proxy. Consider a case if the updation fails i need to give the alert mail. Tell how can be perform the same with out the use of the BPM.

thanks

Prem

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered. we can use the diff interface dtermination by creating the seperate comm channel for the mail adapter and checking the condition form the stored procedure for the failure.

Former Member
0 Kudos

Hi Prem

This can be easily done without BPM using following ways

1. You can trigger alert from Proxy while sending the status flag.

2. You can use Fault message type

http://help.sap.com/saphelp_nw70/helpdata/EN/dd/b7623c6369f454e10000000a114084/content.htm

Thanks

Gaurav

Former Member
0 Kudos

Hi, Prem:

In your case, you can have a message mapping program in response side, then based on the passed value from JDBC adapter (fail or success), if it is fail, then call an UDF, in your UDF, you can write your java code to trigger alert.

Regards.

Liang

Former Member
0 Kudos

Hi Liang,

There is any other option to trigger mail from the XI with put using the java code.

thanks

Prem

Former Member
0 Kudos

Hi, Prem:

There is a option that you can avoid Java Coding:

In your sending system where you generate your ABAP proxy, you will have ABAP program to call Proxy send out request message. Same program you can modify to check the response from receiver side.

If some conditions are met, then you can call exception class to generate application error, eventually the application error will trigger the

Regards.

Liang

Edited by: Liang Ji on Oct 7, 2008 6:31 PM

Edited by: Liang Ji on Oct 7, 2008 6:32 PM

Edited by: Liang Ji on Oct 7, 2008 6:36 PM