cancel
Showing results for 
Search instead for 
Did you mean: 

errors when calling SAPProxy RFC

Former Member
0 Kudos

Hello *,

I've got a problem with a small programm i wrote in C#

I implemented it like the SAPPropxyImpl.

A Host Program which registers itself as an Windows Service

Then it starts some ProxyImpl-Processes which are wating for calls from SAP e.g 3 processes.

If SAP calls 3 times all will be fine, my processes are acting well and logging is also OK.

But if the next calls are coming in short time after the 3rd my ProxyImpl logg nothing - maybe the call hasn't reached - and the Server returns immediatly an empty result to SAP which results in an undefined SAP error for the next 2 calls.

If I raise the ProxyImpl count from 3 to 10, 10 calls will be good and the next 2 will fail.

Can anybody help me ?

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Unfortunately I don't know an answer. But generally I recommend to turn on RFC trace to see what's ongoing on the wire. You can e.g. do so by setting the environment variable RFC_TRACE=1.

Answers (0)