Regarding Queue

If "Maintain Order At Runtime" was checked in Interface determination, then are all the messages with same process Id will go to the same Queue always?
Please clarify me here.
Thanks,
Regards,
Naresh

Hi,
> Do we need to check Manintain Order At Runtime when Qos is EOIO?
Just go through this sap link, you will get all the answers.
http://help.sap.com/saphelp_nw70/helpdata/EN/42/ea20e737f33ee9e10000000a1553f7/content.htm
Regards,
Sarvesh

Similar Messages

  • Problem in XI regarding Queue

    Hi,
    I have got problem in XI regarding Queue.
    When i am sending Message to XI if there is some exceptions raised like Invalid Date etc it's status in Q is SYSFAIL n message is in Scheduled mode.
    But the message coming next in to XI is also going to schedule mode N showing Queue entry same as that of previous message.
    And it's not getting processed. If we r deleting the Queue entry manually n reprocessing the message it's successfully processing.
    Can we do something to make that the messages without any exception should process even though there are entries in queue.
    And also can nybdy send me some links relating to this Queue maintenance concepts in XI.
    Appriciate ur help
    Kishore

    Hey,
    chk out this thread
    "Scheduled for Outbound processing" message
    regards
    jithesh

  • Problem regarding queues..............XBQO*

    file ->BPM->File scenario................
    when i run this scenario......i see two rows in the SXMB_MONI....
    First: message from sender business service to BPM and
    Second: message from BPM to Receiver business service.....
    but for these rows in the MONI i see queue XBQO* for the first one and
    XBTO* for the second one.....
    but i have learnt that......when message comes from the business service to the integration server it should use an inbound queue (like XBTI, XBT1, XBT9* in case of EO and XBQI, XBQ1, XBQ9*) of the integration server.....
    can u expalin this contradiction????????????????

    hi
    check the below links
    Eo/EOIO?BE - Queue - ? - /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i
    Please go through these links
    /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i
    For queues in message mapping
    /people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping
    Here are the Queues for Asynchronous Message Processing
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694
    regards
    Chilla

  • Query regarding Queue block

    Hi Experts,
    The BASIS team has configured the CCMS alert for XBTI* and XBTO* queues in development system.
    Hence we need to test the same.
    Possibilities tried:
    1. Huge payload
    2. Stop and start of BPE this blocks the XBQ which is not needed as of now
    3. Deregistering the specific queues. The queus is set to ready state until we register the same. Once registered the queue block is cleared. Hence this option is not helpful.
    Kindly let us know the various ways to block the queues in PI.
    Thanks
    Suganya.

    Hi,
    If you have any interfaces using EOIO queues then try failing the same at mapping level and check...
    Another option is try failing the interface at mapping level by sending some invalid data for normal interfaces (EO) only and check...but in this case runtime may not block the queues all the times only few times and few circumstances it will block the queues...
    HTH
    Rajesh

  • How to UNLOCK  queues when data is migrated from legacy system to SAP syste

    Hi  All,
    I need some help regarding queues (SMQ2). XI is been used to migrate data from legacy system to SAP system. Sometimes the queue is getting locked. Once the queue is unlocked then the message is processed correctly. So, the incoming queues must be "unlocked" routinely so that they can process through the system. There is a standard report RSQIWKEX available that can be scheduled in SAP system to automatically unlock the queues. Before using the standard report RSDIWKEX, we made sure that we have added parameter MONITOR QRFC_RESTART_ALLOWED set to "1" in Integration Engine specific configuration (TCODE SXMB_ADM).We are unable to analyze the reason for locking of queues and how to avoid it. If the locking of the queues can not be avoided, is there any way to unlock the queues? We tried executing this report but were not successful in unlocking the queues. Please guide us in solving this issue. It would be really helpful if you can give us a direction in solving this problem.
    Thanks in Advance,
    Shwetha.

    Hi,
    Just check if the Queues are registered in Transaction SMQR.
    If its not, then register the Queue by pressing 'Register' Button
    Sharif.

  • Queue processing in receiver idoc adapter

    hi all
    i am doing file to idoc scenario and i want to use queue proceesing option can anybody tell me the entire process regarding queue processing.

    Hi KUNAAL MASIH  ,
    U can use a Prioritized queue for urgent messages that must be processed immediately
    These r the details Queues Prioritization:
    Queues for Prioritized Message Processing
    http://help.sap.com/saphelp_nw04/helpdata/en/04/827440c36ed562e10000000a155106/content.htm
    Queue prioritization for XI processing queues uses a built in feature of qRFC. By specifying the maximum processing time for a queue, u can define how much processing time a specific queue will get(this works like a time-scheduling procedure, time slicing). U can use this feature to add queues for high-priority and low-priority messages(for inbound and outbound processing). These queues are then named, for example XBT1* or XBT9* for inbound EO processing and XBTA, XBTZ for outbound EO processing.
    This function uses the message filter concept and can be configured in transaction SXMB_ADM. U can define message filters for specific message attributes such as sender/reciever service, interface and so on. A filter can also be dependent on the message size.
    This function can also be useful in situations where a queue backlog needs to be processed, due to a system error or an error on the reciever side, for example. In this case, u can use a Prioritized queue for urgent messages that must be processed immediately, without having to process the whole back-log first.
    How to prioritize XI messages on the integration server
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    The parameter QualityOfService specifies how the Integration Engine should process a message. The following values are permitted:
    1)BE(Best Effort: synchronous processing). If QualityOfService is BE, the client is sent the final status for the processing.
    2)EO(Exactly Once: asynchronous processing with guaranteed execution exactly once). If QualityOfService is EO,processing occurs asynchronously and the client only recieves a confirmation of reciept with HTTP status '200'.
    3)EOIO(Exactly Once in Order: asynchronous processing using queues, that is, guaranteed execution exactly once and maintaining the sequence of successive messages). If QualityOfService is EOIO,processing occurs asynchronously and the client only recieves a confirmation of reciept with HTTP status '200'.
    Since u had choosen EOIO ,You must also define a queue name for EOIO:
    XI.QueueId=<QueueName>
    This queue name is used in the Integration Engine to process messages in the same sequence that they arrived in.
    This QueueName can consist of a maximum of 16 characters. If the first 8 characters contain 'SAP_ALE_', these r removed since this value is reserved by SAP and used internally.
    If a value is not specified for QualityOfService , the default value 'BE' is used.
    These r following websites which u wil find helpful:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm
    http://documentation.softwareag.com/crossvision/xie311/admin/config.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • [Project Server 2010] Maximum Number of Job processor Threads in the queue settings

    Hello,
    I have a farm with SharePoint 2010 and Project Server 2010 installed. The farm contains:
    2 web front end servers
    3 application servers
    Each servers has 4 processors
    The SQL databases are installed on our database servers.
    The Microsoft Project Server Queue Service 2010 is started on the 2 web front end servers and on 1 applicative server.
    We have two instances of PWA are installed on this farm.
    I have calculated that the number of availabe processors we could have on this farm is : 4 processors X 3 application servers (the ones where the project queue is started) = 12. Is that correct? I'm not sure of the definition of the applicaton
    server that is used in
    this article )
    If I set the Maximum Number of Job Processor Threads (in the queue setting) to 2 per queue and per instance. We could have 2 Job processor X 3 application servers X 2 pwa instance = 12 threads to operate at the same time, is it correct?
    If yes, do you think this is a too high number of threads?
    Thanks for your help
    Aline

    Hi Aline,
    These settings are for fine tuning the servers, and are only one of many performance parameters.  If you notice the response from the server is slow, regarding Queues, then I would think about amending these upwards, but also with a careful eye on processor
    utilisation.  If you up the thread count and the system isn't any more performant, then I would look elsewhere for perf improvements.  Before you do anything of course, baseline the performance of the system.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

  • Middleware - SMQ2 -queue status is 'READY'

    Hi Expert,
    What is missing regarding queue settings, if we have the following phenomenon:
    After having any transactions e.g. business partner change or replication in CRM, queue is created with READY status. It is processed if I manually activate.
    Thanks in advance.
    Rgds,
    Anett

    Hi Raj,
    Thanks for the hints.
    One point is not clear yet, what blocks the queue permanently?
    It is done via program, but not clear why.
    (If I start manually everything is right.)
    A

  • Queues

    I have read couple of posts regarding queues. Now I have questions
    I read this article regarding queues.
    /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i which lists the various queues for inbound processing, outbound processing Sender Queue and Receiver queue.
    I have also read for queues we need to use transaction SMQ1 and SMQ2 for Inbound , Outbound Queue. What about the other queues Receievr queue and Sender queue, acknowledgement queues. How do we go about monitoring those.

    &#9679;      Central Integration Server (XI/PI)
    The Integration Engine has inbound and outbound queues.
    &#9679;      Local Integration Engine without integration logic(Proxy)
    The Integration Engine has sender and receiver queues.
    So in XI u need to monitor only inbound and outbound queues.
    More Info
    http://help.sap.com/saphelp_nw70/helpdata/EN/7b/94553b4d53273de10000000a114084/frameset.htm
    Goto the SMQR of XI and the proxy servers and see the difference
    rgds
    Arun

  • How many(number) queues XI can have?

    Hi,
    I have a basic question regarding queues as mentioned in subject line.
    1. Max. no. of queues(in number) on INBOUND side of Integration Server?
    2. Max. no. of queues(in number) on OUTBOUND side of Integration Server?
    Plz dont give me  links as I already read all the links available in the forum.
    Just give me the max. no. of queues on both inbound  & outbound side of Integration Server.
    Advanced Thanks,
    Avis

    Hi,
    Go to the T-code : SXMB_ADM -
    > Doublr click on Manage Queues, here you have some options Register Queue, UnRegister Queue and Activate Queues.
       In the Register Queue we can register the queues, select some below mentioned inbound and outbound queues and register.
      In un Register Queue we can unregister the selected queues
    In Activate Queues we can active the registered Queues.

  • Queued RFC and Exceptions?

    Hi,
    I have a question regarding queued RFC calls:
    How can I react on / see an exception which is raised by a function which was called as queued RFC? I'm not talking about the system exceptions which are raised when technical problems occur, but about custom made ones which I would normally raise via RAISING.
    Is there any possibility to do this? Are those exceptions logged somewhere (on the destination or the source system)?
    Unfortunately the only system logs I found so far, are the transactions SMQ1 or SMQ1 which both only show technical problems while calling the RFC.
    Thanks a lot in advance...
    - Marcus

    Hi Marcus,
    Did you check SM58?
    Srinivas

  • Printing problems in Lion - Broken pipe

    I am having problems with printing from Lion, particularly to some HP printers in my office network.  I have tried removing and then adding the printers, have tried printing with JetDirect, as an IP, and just letting Lion decide.  The jobs seem to be sent, but never make it there.  Below I've posted a screen capture of the most recent error I receive.  One other interesting problem with one of these printers is that despite the fact that it is a duplexing printer, I cannot select the two-sided option in any of the dialog boxes that come up from any application I've tried so far (the selection is grayed out).  That includes Acrobat Pro, Preview, Word, Illustrator, and a host of others.
    Advice welcomed...

    Thanks for your quick response.
    Regarding queue name, in my case I think is correctly configured, because I can read it in the IPP request (Something like this - //ip_address:631/printers/PRINTERNAME) on log file, but I didn't paste all entries in this post due to its size.
    I already suspected in backend ipp binary, because I found more people reporting similar issues with it and mostly because in Windows is working without any problem and in my cups error log I had this two entries that seems to me some kind a bug:
    Backend returned status 7 (unknown)
    printer-state-message="/usr/libexec/cups/backend/ipp failed"
    Seems that ipp is returning an unknown value for some reason.
    I have tried to downgrade ipp binary, but I didn't find a previous version that works correctly in my environment.
    unfortunately, my router only supports ipp, In past I have tried with success LPR but with other router and other a HP printer through parallel port.
    Best regards,

  • IPP printing problems in lion

    Hi,
    I'm having problems printing through IPP to my HP LaserJet 1010 connected to a print server router linux based. If I connect the HP printer directly to my Mac, no problems printing, if I configure it using IPP to print in my print server router, I have the following errors in cups error_log:
    D [21/Dec/2011:00:23:08 +0000] [Job 94] cupsRowFeed:      0d
    D [21/Dec/2011:00:23:08 +0000] [Job 94] cupsRowStep:      0d
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Clipping to: top=0.125000, left=0.125000, bottom=6815.875000, right=4760.875000
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Paddint to: top=0.000000, left=0.000000, bottom=0.000000, right=0.000000
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Print-Job: server-error-service-unavailable (Unknown)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] The printer is busy.
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Set job-printer-state-message to "The printer is busy.", current level=INFO
    D [21/Dec/2011:00:23:08 +0000] [Job 94] idle
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Set job-printer-state-message to "idle", current level=INFO
    D [21/Dec/2011:00:23:08 +0000] [Job 94] update_reasons(attr=1(none), s="(null)")
    D [21/Dec/2011:00:23:08 +0000] [Job 94] op=' ', new_reasons=0, state_reasons=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Get-Printer-Attributes: successful-ok (successful-ok)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Printing page 1, 0% complete...
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Set job-printer-state-message to "Printing page 1, 0% complete...", current level=INFO
    D [21/Dec/2011:00:23:08 +0000] [Job 94] ATTR: job-media-progress=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] cgpdftoraster: bytes written for sheet 1 = 32450976
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Intercepted signal: 20ld for PID: 1516
    D [21/Dec/2011:00:23:08 +0000] [Job 94] PID: 1516 exited w/ no errors.
    D [21/Dec/2011:00:23:08 +0000] [Job 94] idle
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Set job-printer-state-message to "idle", current level=INFO
    D [21/Dec/2011:00:23:08 +0000] [Job 94] update_reasons(attr=1(none), s="(null)")
    D [21/Dec/2011:00:23:08 +0000] [Job 94] op=' ', new_reasons=0, state_reasons=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Get-Printer-Attributes: successful-ok (successful-ok)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] idle
    D [21/Dec/2011:00:23:08 +0000] [Job 94] update_reasons(attr=1(none), s="(null)")
    D [21/Dec/2011:00:23:08 +0000] [Job 94] op=' ', new_reasons=0, state_reasons=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Get-Printer-Attributes: successful-ok (successful-ok)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] idle
    D [21/Dec/2011:00:23:08 +0000] [Job 94] update_reasons(attr=1(none), s="(null)")
    D [21/Dec/2011:00:23:08 +0000] [Job 94] op=' ', new_reasons=0, state_reasons=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Get-Printer-Attributes: successful-ok (successful-ok)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] idle
    D [21/Dec/2011:00:23:08 +0000] [Job 94] update_reasons(attr=1(none), s="(null)")
    D [21/Dec/2011:00:23:08 +0000] [Job 94] op=' ', new_reasons=0, state_reasons=0
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Get-Printer-Attributes: successful-ok (successful-ok)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.0-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.42-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.5-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - other-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: + com.hp.e.2-error
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: + other-error
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.0-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.42-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - com.hp.s.5-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] STATE: - other-report
    D [21/Dec/2011:00:23:08 +0000] [Job 94] PID: 1512 terminated on signal 0!
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Backend returned status 7 (unknown)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] Retrying job on same printer.
    D [21/Dec/2011:00:23:08 +0000] [Job 94] End of messages
    D [21/Dec/2011:00:23:08 +0000] [Job 94] printer-state=3(idle)
    D [21/Dec/2011:00:23:08 +0000] [Job 94] printer-state-message="/usr/libexec/cups/backend/ipp failed"
    D [21/Dec/2011:00:23:08 +0000] [Job 94] printer-state-reasons=com.hp.e.2-error,other-error
    It seems that it can get some printer attrs, but it isn't able to print the file.
    It's important to point out that I configured a Windows Vista box to troubleshoot and printed a file without any problems.
    I googled and searched in this community, for similar problems and I didn't find any success case. I've also tried out many workarrounds without success.
    Best regards,

    Thanks for your quick response.
    Regarding queue name, in my case I think is correctly configured, because I can read it in the IPP request (Something like this - //ip_address:631/printers/PRINTERNAME) on log file, but I didn't paste all entries in this post due to its size.
    I already suspected in backend ipp binary, because I found more people reporting similar issues with it and mostly because in Windows is working without any problem and in my cups error log I had this two entries that seems to me some kind a bug:
    Backend returned status 7 (unknown)
    printer-state-message="/usr/libexec/cups/backend/ipp failed"
    Seems that ipp is returning an unknown value for some reason.
    I have tried to downgrade ipp binary, but I didn't find a previous version that works correctly in my environment.
    unfortunately, my router only supports ipp, In past I have tried with success LPR but with other router and other a HP printer through parallel port.
    Best regards,

  • Regarding JMS-Queue/Topic in Proxy and Business service in OSB

    Hi
    I have one query regarding to the JMS-Queue/Topic.
    I am published the message to the JMS-Queue/Topic.
    ----My Business-service configuration is---
    General----Any xml
    Tranport--jms://localhost:7001/MyConnectionFactory/RequestQueue
    Response--None
    I call this Business-service in proxy-service of Routing message was published successfully to thee Queue.
    I try to dequeue the message from that queue for this
    --- I take another proxy with---
    General----Any xml
    Tranport--jms://localhost:7001/MyConnectionFactory/RequestQueue
    In meassage flow
    Routing--second busines-service)
    --- Second business-service configuration is---
    General----Any xml
    Tranport-File (C://temp)
    Issue is when I publish the message to Queue,the message is also found in the file  i.e C:temp. I don't now why  this come to the file.*
    Any suggestions
    Thanks
    Mani

    Either I did not get an idea, but in your JMS proxy you are routing to File :)
    If you don't want file, why route to 2nd BS ?

  • Regarding The Function Module SXMS_ASYNC_EXEC strucking In Queue

    Dear All,
    I have Written an Enhancement for standard Program MB52,  I have written an Outbound Proxy and scheduled the job in background the Job is running successfully but default the the Function module SXMS_ASYNC_EXEC is also scheduled and is it  showing an Error SYS-Fail.
    Queue Block : Action OPEN_PSA_DATAPACKAGE/2 IS NOT SUPPORTED Iam Trying to Apply the Note Pls help me in this Regards
    Regards
    Naresh

    Hi Amit,
    if you are working with abap proxies there is an error in the proxy code that you have implemented.
    Use the tcode SPROXY -> Proxy -> Test Interface (F8)
    Best Regards,
    Francesco

Maybe you are looking for

  • Print 4 -40 name columns in AW DR program

    I have 4 columns of names(40 each) that I want to print in the drawing portion of AW. I'm using the DR part because I can get all 4 columns across a 11" page by rotateing each column 90 deg. Everything works just fine except the 1st column only print

  • How many e-mails can i send through Bex Broadcaster?

    Dear Experts I would like to know to how many e-mail address i can send a query through "broadcast e-mail" function with BEx Broadcaster. In other words, what's the maximum number allowed of recipients? I'm using BI version 7.0. Thank you in advance

  • How to see what "as shot" camera wb was for jpgs?

    How do you see in Lightroom (2.7) exactly what the in camera white balance setting was for images shot as jpgs? For example, I shot some jpgs using the camera's "Flourescent" setting, and some other jpgs using a numerical Kelvin value.  All the jpgs

  • Organizing presets in in 2.0 also applies them

    If you drag a preset from one group to another the preset always gets applied, so you can't organize the presets without affecting the current image. From a programming perspective, it appears that the preset is now being applied on the mouse-down ev

  • Convert part of pdf document to word

    I need to convert part of a document to word not the whole document as is way to big and  i do neot need the other parts. can I do that and how?