cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute QUEUE_NAME is initial

Former Member
0 Kudos

Hi Expert!

I have this asynchronous scenery, with two PI´s.

*R/3* (1) proxy--------------> *PI* (A)--------soap receiver------> web Service *PI* (B) -------- xi receiver ------->proxy *R/3* (2)

That i need is to maintain the order in which R/3(1) send until to R/3 (2) .

What I´m do is in both PI´s in to the interface determination use Maintain Order at Runtime

and add at the end of the url of the communication channel soap receiver this:

URL =http://hostname:8000/sap/xi/engine.............. *&QualityOfService=ExactlyOnceInOrder*

But I saw this error when I monitoring the communication channel in the RWB

-   Message processing started
        -   request entering
        -   call completed
        -   error in response
        -   Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response   
            message contains an error XIServer/UNKNOWN/INTERNAL.ATTRIBUTE_INITIAL - Attribute QUEUE_NAME is initial

In sxmb_moni I saw this

QoS=EOIO
       Queue Sequence= 55555
       Queue ID = XBQO5___55555

Where can I define the name? or what is the problem?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
&QualityOfService=ExactlyOnceInOrder&QueueId=<Queue_Name>

Check with above setting in the URL.