cancel
Showing results for 
Search instead for 
Did you mean: 

Missed data JDBD Sender->RFC Receiver Scenario

Former Member
0 Kudos

Hello,

I simulated a JDBC synchronous scenario by developed a JDBC Sender-RFC Receiver Scenario to retrieve data from an Oracle Database and inside the RFC , ECC executed a Proxy-JDBC scenario to mark the retrieved items in the Oracle Database.

Sometimes, in my productive system, some of the items retreived from de JDBC sender seems to be missed. In TA sxmb_moni i saw the message from the JDBC sender channel but the ECC don´t send the message from de proxy request inside the RFC, wich means that RFC doesn´t execute. And a time after without any kind of action, the complete scenario work fine.

We found this trace log in the NWA stack :

"Catching com.sap.aii.af.service.cpa.CPAException: Couldn't retrieve outbound binding for the given P/S/A values: "

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

naveen_chichili
Active Contributor
0 Kudos

Hi Mariluz,

Make a full CPACache refresh using the following url:

http://XIhost:port/CPACache/refresh?mode=delta

http://XIhost:port/CPACache/refresh?mode=full

note: use PIDIRUSER for refreshing CPA CACHE for the above uri's

Also Check the note #1057990 for more details

there might be other reason that below services might abruptly stop check this also:

- XPI Adapter: File

- XPI Adapter: JDBC

Regards,

Naveen

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for your response, but the problem persist.

I test a parallel JDBC->Proxy Inbound and when the RFC channel is stopped the XI channel received correctly the data.

¿What is wrong with the RFC Channel?

Thanks in advance.