cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy to JDBC synchronous Scenario

Former Member
0 Kudos

I'm using Proxy--PI---JDBC synchronous shcenario, when i execute the proxy from R/3 it is giving me error "RCVR_DETERMINATION.NO_RECEIVER_CASE_BE" in configuration i have used one inbound receiver determination for request, my question is do i need to have one more reciever determination for response.

Thanks for help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes, you should. Although above idea is okay, but better to have another RD.

Former Member
0 Kudos

No, you do not have to add additional receiver determination

Usually in sync scenario, make sure you have one receiver determination, no arbitration.

If you have condition for receiver detemination, make sure the condition only return one true.

Liang

Former Member
0 Kudos

Hi All,

Thanks for your help, tried creating another receiver determination for response back from Legacy system to r/3 proxy but still getting the same error No receiver could be determined"RCVR_DETERMINATION.NO_RECEIVER_CASE_BE"

Former Member
0 Kudos

You can edit and reactivate the RD and agreements. Then perform a full CPACache refresh with PIRWBUSER ( http://Host:JavaPort/CPACache/refresh?mode=full )

Former Member
0 Kudos

Try delete all configuration objects and re-create them again.

Liang