cancel
Showing results for 
Search instead for 
Did you mean: 

SAP.Connector.Rfc INVALID_QUEUE_NAME

Former Member
0 Kudos

I have an application that is using the .Net Connector 2.0 to access some standard and custom BAPIs in SAP.

Occasionally when calling the BAPI_CUSTOMER_CHANGEFROMDATA1 BAPI from the application the .Net Connector throws an exception.  The Source of Exception is SAP.Connector.Rfc.  The Message is INVALID_QUEUE_NAME.

I haven’t been able to find any information on this error message in the SDN archives or in the Connector documentation and would be grateful for any insight that anyone can offer.

Helga (for James Green)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Rainer,

I think the answer is that we don’t really know what kind of exception it is, I’m sorry.  The only way to find out would be to trap that in code, and our 3rd party product provider will do that, but that won’t be before next week.

At the moment all I have is the source and message of the exception.

Hope you or someone can still help.

Helga

reiner_hille-doering
Active Contributor
0 Kudos

Maybe the code uses QRFC and passes a wrong QueueName. But anyway, the vendor of the software has to care to make it running.

reiner_hille-doering
Active Contributor
0 Kudos

What kind of Exception is it (RfcException, BapiException or some other)?