cancel
Showing results for 
Search instead for 
Did you mean: 

Sync. Scenario JDBC -> XI -> RFC

Former Member
0 Kudos

Hi everybody,

we are polling a JDBC-table MYTABLE. The result of the JDBC-poll is mapped into a RFC. The RFC itself gives a response. The RFC-response is now mapped to a JDBC-Update statement on table MYTABLE.

We don not want to use BPM.

How do we have to configure the objects the RFC-response to the JDBC-Update in directory?

Is this possibe?

Thanks

regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

The only way to avoid BPM is the use of adapter modules at JDBC sender - RequestResponseBean and ResponseOneWayBean.

Regards,

Prateek

Former Member
0 Kudos

Hi,

we folled the instructions of your thread and encounter a null pointer exception during execution of module

reponseonewaybean in audit log

(we entered receiver service and receiver channel in module configuration)

FYI: We are on PI 7.1

any suggestions?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In such case you need to develop one more async interface RFC-XI-JDBC, which will update the JDBC table. This interface you can trigger from within your first interface receiver RFC.

Also note in case of sender JDBC you have upate statement in CC, which can be used for temporary updation of table ( to indicate the data is picked ) and final updation done through this second interface ( to indicate success or failure ).

Regards,

Siddhesh S.Tawate

former_member181962
Active Contributor
0 Kudos

You just need to follow similar to what has been described in this wiki.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(Without+BPM)

Just that your communication channels will be JDBC instead of FIle adapter

Regards,

Ravi