Document on the queues

Hi
we have recently installed the SAP 7.0.. just been wondering like if any one document on how to set up the queues and what are main points we need to be considered while configuring the queues..
SV

1)  clear the queues in SMQ2,first try to activate them,if that doesn't work them delete them
2)You may need to re-register your queues.
Follow SXMB_ADM -> Manage Queues -> Deregister Queues
Afterwards, re-register the queues and activate from the same screen
3)Only use SMQ1 (outbound queues) and SMQ2 (inbound queues) if re-registering doesn't fix it. You will need to give the queues sometime to get activated so be patient.
4)From SXMB_MONI go to Queue ID of the message, a click here shall take you to qRFC monitor.
if the messages are stuck, you should see an entry indicating number of messages stuck in the queue.
a double click on the entry shall take you to detailed list.
if the messages are stuck because of any error (other than queue not registered etc for e.g. a message failure) then the first message shall show you that.
if indeed you find a message stuck in the queue then the way is to delete the stuck message (DONT DO THIS IN PRODUCTION SERVER without being sure of what does this mean for that particular process !!) and unlock the queue from previous screen.
5)Go to smq2 and execute F8. Then it should come as Nothing was Selected.
If any queues are present then open a queue.if the status is SYS ERROR check the entries,right click on the status text and give save LUW.This brings queue to READY. .
GoTo-> Qin Scheduler: check for the scheduler status to be inactive->Edit-> Activate Scheduler: status frm inactive to starting to wait.Now the queue will be RUNNING.U can see the entries in the queue moving.
Now go to SMQ3, right click on the queue and give Restore LUW.
6)this basically means tht message is waiting in the queue.
in sxmb_moni go to queue Id column and double click on the entry .It will take u to SMQ2.Check the status of the queue
If its SYSFAIL or STOP then double click on it and try to correct the error.After correcting the error send the message again.Also check whether the Queeu is Registred in transaction SMQR.
7)Select your queue form the sxmb_moni, you will reacht he QRFC monitor.
Here you will see some lock figures on the , Select on the 'Unlock Queues'. Activate your queues once again.
This is if your data is correct and queue is stuck. You should only delete the queue if it has errored out due to incorrect data and you need to urgenetly process the rest of the data in the queue.
If you drill down one step more than selct the error message and on the menu select edit-->Save LUW.

Similar Messages

  • Office Jet 5510 All in One - Why Can't I delete a document from the queue?

    Hi,
    In what is becoming an infuriatingly more frequent problem, my printer is jamming up when feeding the paper. When I clear the paper, the document in the printer queue (, or however you spell that) is stuck there, it won't delete, even after rebooting the computer, and it won't finish printing. I'm getting sick of deleting the printer from my computer and re-installing it, there must be something else I can do when this happens. If anyone can tell me what that is, I'll be eternally grateful.
    Thanks,
    Chris
    This question was solved.
    View Solution.

    HP is continually updating and adding additional features to the Print Diagnostic Utility. 
    The latest release can always be found here: HP Print Diagnostic Utility
    If you use the PDU, please consider giving HP your feedback so the HP Engineering team can continue adding features to improve the utility. You'll find a link to the feedback survey in the utility itself.
    Thanks, Kent G.
    I work for Hewlett-Packard

  • Why can't I clear the queue on my laptop.

    I have a Photosmart  C6380 all in one printer on a net work and one of the computers has a document in the queue that will not cancel .  The laptop is a HP    pavilion dv6000 running windows 7.  I have tried to cancel the document with no success, it says it is deleting but never does. I have tried restarting several times but that doesn't help.
    This question was solved.
    View Solution.

    Try the Print Diagnostic Utility I linked below to clear the print queue on the DV6000.
    Printing Problems? Try the HP Print Diagnostic Utility
    Let us know if it worked.
    Binary_Zen (worked at HP )
    Click the white Kudos star to say thanks
    Please mark Accept As Solution if it solves your problem

  • My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    My setup: iMac hardline to Canon i960 printer. Issue: endless printing of the same document. The printer window states that the pinter is in use and there is nothing listed in the Print Queue.  How can I stop printing the document?

    Soution: Delete the printer and add the same printer back in, therefore creating a new print queue.

  • Short dump in queue while transfering billing document to the ECC.

    Hi,
    While transferring billing document to ECC we got the error SYSFAIL and The running application consciously caused an abort.
    please find the attached ST22 dump and do the needful. Please give th mail id i will send dump.
    Information on where terminated                                                                   
        Termination occurred in the ABAP program "SAPLCOINT_TP" - in                                  
         "COINT_TPOST_IT_INSERT".                                                                     
        The main program was "SAPMSSY1 ".                                                                               
    In the source code you have the termination point in line 92                                  
        of the (Include) program "LCOINT_TPU03".  
    62     EXPORTING                                                                               
    63       T006_MSEHI = I_MEINH                                                                  
       64     EXCEPTIONS                                                                               
    65       NOT_FOUND  = 1.                                                                       
       66   IF SY-SUBRC = 0.                                                                          
       67     LS_COINT_TPOST_IT-MEHT  = I_MEINH.                                                      
       68   ENDIF.                                                                               
    69   LS_COINT_TPOST_IT-BETRG    = I_BETRAG.                                                    
       70   LS_COINT_TPOST_IT-CURRENCY = I_CURRENCY.                                                  
       71 * Additional data                                                                               
    72   LS_COINT_TPOST_IT-MANDT = SY-MANDT.                                                       
       73   IF NOT I_DATE IS INITIAL.                                                                 
       74     LS_COINT_TPOST_IT-BDATE  = I_DATE.                                                      
       75   ENDIF.                                                                               
    76   LS_COINT_TPOST_IT-REVERSE  = I_REVERSE.                                                   
       77   LS_COINT_TPOST_IT-VORGNG   = COINT_BILLING.                                               
       78 * Derive BUZEI                                                                               
    79   SELECT MAX( BUZEI ) FROM COINT_TPOST_IT INTO LD_BUZEI                                     
       80                                           WHERE GUID = I_GUID.                              
       81 * begin insert note 1003536                                                                 
       82   SELECT SINGLE * FROM COINT_TPOST_IT INTO LS_COINT_TPOST_IT_OLD                            
       83                   WHERE GUID  =  I_GUID                                                     
       84                   AND   BUZEI =  LD_BUZEI.                                                  
       85                                                                               
    86   CLEAR LS_COINT_TPOST_IT_OLD-BUZEI.                                                        
       87   CLEAR LS_COINT_TPOST_IT_OLD-TIMESTMP.                                                     
       88   CLEAR LS_COINT_TPOST_IT_OLD-PROCESSED.                                                    
       89   CLEAR LS_COINT_TPOST_IT_OLD-CHANGED.                                                      
       90                                                                               
    91   IF LS_COINT_TPOST_IT = LS_COINT_TPOST_IT_OLD.                                             
    >>>>>     MESSAGE TEXT-X01 TYPE 'X'.                                                              
       93   ENDIF.                                                                               
    94 * end insert note 1003536                                                                   
       95                                                                               
    96   ADD 1 TO LD_BUZEI.                                                                        
       97   LS_COINT_TPOST_IT-BUZEI = LD_BUZEI.                                                       
       98 * Get TIMESTMP                                                                               
    99   PERFORM GET_TIME_STAMP CHANGING LD_TIMESTAMP.                                             
      100   LS_COINT_TPOST_IT-TIMESTMP = LD_TIMESTAMP.                                                
      101 * Update COINT_TPOST_HD                                                                     
      102   IF NOT LD_INSERT_HD IS INITIAL.                                                           
      103     CALL FUNCTION 'COINT_TPOST_HD_INSERT'                                                   
      104       EXPORTING                                                                               
    105         I_GUID  = I_GUID                                                                    
      106         I_OBJNR = LD_OBJNR                                                                  
      107         I_KOKRS = LD_KOKRS                                                                  
      108         I_DATE  = LS_COINT_TPOST_HD-BDATE                                                   
      109       EXCEPTIONS                                                                               
    110         OTHERS  = 3.                                                                        
      111   ENDIF.                          
    Best Regards,
    Prakesh

    Hi,
    Can you plz help in my issue .
    Dear Gurus,
    Find the below scenario followed by us.
    1.Created the service order with the ZSR3 procurement item category.
    2.PR created for the service order 35035201 in ECC with no 0070088937.
    3.One queue is struck with the below details.
    4.If we re process the queue it will process with out any error and then only our document flow of the CRM service order line item.
    Plz check the queue name R3AD_CRM_SRV_0035025201 in CRM system from
    Tcode SMQ2 which is in SYSFAIL status. The corresponding BDOC in SMW01
    tcode has validation error message " Module CRM_SRV_EXT_VAL, BDoc type
    CRM_SRV_XTN. Message no. SMW3018 " . Plz advise.
    As per my understanding and debugging i think it might be a issue
    As a standard CRM any change/update in ECC document 0070088937 should
    send back the information to the source CRM document with header GUID
    4E6527B4D3070C10E10080000A8C6828 . But system is referring to a
    different GUID where there is no document exist in CRM.
    Pls find the root cause to trigger different GUID when information is
    passed from ECC to CRM system.
    Best Regards,
    Prakesh

  • How do I delete a document in he queue, the status is deleting but it will not delete it

    I can not delete a document in the queue

    Go to www.hp.com/go/support and download the Print Diagnostic Utility and save and run it. It will diagnose your printer until it reaches the PRINT QUEUE test and will ask you if you want to clear it. Click FIX to clear or delete it.
    Feel free to provide Kudos if I have helped you!

  • My deskjet 4260 has a document hung up in the queue

    How do I delete a document hung up in the queue?  It says it is deleting but nothing happens.
    Thanks

    Hi Cookie1144,
    Here is a link that should help resolve your issue:
    Can't Print? Print Jobs are Stuck in the Print Queue
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02205477&cc=us&dlc=en&lc=en&product=2510771
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • HP 7520 Printer; I cannot delete a word document in the print queue

    HP Envy laptop and Microsoft Windows 8 OS.  I send a word document to the HP 7520 Photosmart printer and it did not print.  It was in the print queue but would not print.  I attempted to delete it but it would not delete.  Other documents cannot be printed.

    Hi,
    From the Desktop, hold down the Windows key and press R.  Into the Run window, type s

  • How to cancel printing jobs that are in the queue? Model is : HP Laserjet 3055

    I wanted to print a 200 page book from my laptop, so I pluged in the printer to the laptop and pressed print on laptop. Then immediately decided not to print it, so I pressed cancel on printer. But the job has not been canceled at all. Every time I try to print something the it always starts with the job I wanted to cancel in the beginning. And on the laptop the message block asks if I wish to add to printing queue. 
    I would like to cancel the job that is sitting in the queue on the printer for good, if anyone can advise please help me, very desperate!!!
    Thank you 
    Robertha
    This question was solved.
    View Solution.

    Hi Robertha,
    Open the printers folder, and then double click on the printer. Click printer, and then cancel all documents.
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Unable to index documents in the folder

    Hi,
       Index server is unable to index the documents inside the folder.
      I had created a WebDav folder(MyDocuement) and mapped it  to my personal drive. When I created datasource has this folder. I am able to index  the folder but not the content inside the folder.
    When I checked the
    System Administration > System configuration - KM configuration> Index Administration
    Index Administration is in green color.
    When I check Index Monitor. It indexed the folder  and got error to index the documents in the folder.
    what should be the rights to index the documents I had given everyong rights to the folder in the KM contents for this folder.
    When I check the Display queue. It has given the Unknown hostname.
    please Let me know what should I do to index the documents inside the folder.
    thanks
    Venkata Bandi

    Hi Venkata,
    As Robert has mentioned, check the parameters "Host" and "Alternative Host" in the URL Generator Service parameters. They should point to the exact portal address...
    Also check last part of the document where it specifies about ..
    <b><i>" This can slightly improve performance and you avoid problems with some WebDAV clients due to URLs that are too long. "</i></b>
    Replace the prefix accordingly and check...
    Hope this helps..
    Regards,
    venkat.
    [Reward points for useful answers]

  • Document in print queue wont delete

    i was printing of a document when my F2290 all in one printer ran out of ink since i replaced with new cartridges the last document in the print queue wont resume printing and it wont delete either and its not letting me print of any other documents. ive turned it off and removed all cables from pc but still no luck its really doing my head in and need help

    Hi Ranch_hand,
    I am sorry to hear that you are having problem getting print jobs to print. I will do my best to help you get printing again. Follow the steps in this document for Can't Print?. Just choose the Windows Vista link to get to the steps.
    I hope this helps. Let me know.
    Thank you,
    I worked on behalf of HP.

  • Officejet 6500 and word 2007 ctrl-p never prints just sits in the queue

    just set up an officejet on a windows XP machine...and oddly, word 2007 won't print if i select file->print OR ctrl-P.
    clciking the tiny printer icon to prit without a dialog box works fine.
    but if i want just page one i can't do that from that click.
    other applications seem to print fine.
    when ctrl-P is plressed and ok selected on the following dialog box a print job appears in the printer queue and reads "spooling" but never comes out of the printer.
    i altered the print queue to not spool and instead the job reads "printing" and never appears.
    if i quit word with a job in the queue word gives me a warning that quitting word will cancel the printing jobs. and quitting word does just that, the jobs are removed from the queue.
    ...and just to be clear i can print fine if i click on the one click printing icon in the icon bar directly above the document and below the menu bar.
    what's the fix for this?
    thanks!

    Well...the 'solution' I received from HP Support was to add a new printer (Deskjet 990C) and make it the default printer. Once I did that, all printing issues went away. The tech person did say there were some compatability issues between the Officejet 6500 printer and Vista, but would not elaborate.

  • Lenovo 3000 - Documents in printer queue

    I have 2 documents " stuck" in the printer queue from a print job of  pages....One of 4 has been deleted but 3 still remain in that job. I have followed the printer troubleshooting guide and it still  remains "deleting"....I left both the printer and laptop on all night, woke up this morning and it is still indicates deleting. I have tried everything even over and over again, however I cannot get these documents out of the queue so I can't print anything. Please help.
    Al
    Solved!
    Go to Solution.

    Al, please have a look at my post in this thread to see if it helps your situation.
    If not, please post which OS and which printer you have.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Print command does not place document in print queue

    VISTA OS;   HP Photosmart 7510
    A cntl-P or File/Print command will momentarily prompt a printer icon at the lower right of the screen.   However that "printer" holds no documents.   The printer icon soon disappears.   The Printer window shows the correct printer, checked (indicating default printer) and with an icon in the lower left indicating connected to a network.   Printer connected to the same network.    Can't get a document to stay in the queue long enough for it to reach the printer over the network!
    Help / Suggestions Welcome.
    This question was solved.
    View Solution.

    Hi Ranch_hand,
    I am sorry to hear that you are having problem getting print jobs to print. I will do my best to help you get printing again. Follow the steps in this document for Can't Print?. Just choose the Windows Vista link to get to the steps.
    I hope this helps. Let me know.
    Thank you,
    I worked on behalf of HP.

  • TA20637 I have a print job that I can not delete from the queue.

    When I try it says "job is completed and can not be deleted from queue" but it seems to be stuck (and keeps reprinting rather than letting me print other documents). What do I do?  I tried clearling the printer queue by turning the printer on and off but that is not dumping the cache.

    So, you can't select it in the queue and Delete it the usual way...
    If nothing else works, you may need to remove printer from the list in System Preferences Print & [Scan/Fax] pane.  Then add it back.
    And if NOTHING else works, you can also Reset printing system.  This removes ALL printers from the list and resets the overall printing system.  The command is in the same System Preferences pane.  Right (Control) click on the list of printers and select Reset printing system.  This time, you'll need to add all of your printers back.

Maybe you are looking for