Why the queue is locked in SMQ2?

Sometimes,I find the queue would be locked in SMQ2 ,so i have to release the locked queue so that it can keep on working normally.
I'd like to know what reason can cause the queue locked ?Once the queue is locked,how to get the notificaion?
thanks in advance.
Regards,
brand

Hi
queues are locked when the load to the processor is hight..and the second task is in queue while first one is processing at that time..secodn process will be locked after some time..extent
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

  • I have only recently got my iphone, and the screen won't rotate in Safari or messaging. It works fine in games (eg Doodle Jump). The screen portrait lock is off, and i have tried turning it on and off and updating it. Why wont it rotate?

    I have only recently got my iphone, and the screen won't rotate in Safari, the ipod, photos or messaging. It works fine in games (eg Doodle Jump). The screen portrait lock is off, and i have tried turning it on and off and updating it. Why wont it rotate?

    Next step is to Restore it in iTunes from your backup. If that does not work they try Restoring it as a new phone. If still no go it is a hardware failure and you will need to get it serviced.
    And you are not showing the hardware lock icon on the top right of the home screen?

  • I have an iphone 5 ana i buy it unlocked and when i update the ios to 7.1 the iphone is locked .why?

    i have an iphone 5 ana i buy it unlocked and when i update the ios to 7.1 the iphone is locked .why?

    Probably because the previous owner had the phone hacked to unlock it, and when you updated it locked back to the original carrier.
    Only the carrier that the phone is locked to is authorized to unlock it.
    If the previous owner had the carrier unlock it, you wouldn't have any issues.

  • How to find lock and more information why the conc prg taking to much time

    Oracle Apps R12- Orader Management
    Hi All
    I am new to Oracle Apps,We i run my concurrent Program
    its take too much time to complete.How to find that there is any lock occur in table while the concurrent program is running, any other way to find why the concurrent program takes too much of time to execute and how can we speed up the process.
    Yesterday day we makes some change to speed up the process with our DBA to speed up the concurrent program
    The first concurrent program takes 2.30 hours and after these changes its take 1.45 hours.Please suggest it is correct
    Logged with System Administrator Responsibility.
    Manager – Define – Standard Manager.
    Set the PROCESSES value as 15 (changed from 10).
    Set the SLEEP SECONDS value as 10 (Changed from 30).
    Manager – Define – Standard Manager2.
    Set the PROCESSES value as 15 (changed from 10).
    Set the SLEEP SECONDS value as 10 (Changed from 60).
    Any suggestion on how find why it takes too much of time.
    Any help is highly appricatable
    Thanks & Regards
    Srikkanth.M

    Hi;
    Please check below notes:
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    FAQ - How to Use Debug Tools and Scripts for the APS Suite [ID 245974.1]
    Turning Debug Mode On [ID 148140.1]
    How to Obtain Debug Log in R12 [ID 787727.1]
    How to enable and retrieve debug log messages [ID 433199.1]
    Running a Trace on a Form [ID 148143.1]
    Running a Trace on a Process [ID 148145.1]
    Regard
    Helios

  • Why do the queue names appear to include jms-module name  (+!) ?

    We upgraded our domain from weblogic 8.1 to 10.3.2.
    To get the clustered environment to work, I had to delete the jms-module and recreate (including the FileStore, the Jms-server...).
    After doing all this, When examining the Jms-server Active Destinations,
    (In Settings - Monitoring - Active Destination)
    I see the queue names such as:
    jms-moduleName!queueName
    I can't help but think this is related to this error message in the logs;
    No servers found having jms destination queueName.
    In our single server environment. I did not have to delete and recreate the autogenerated Jms-module and in Active Destinations, the Name shows up as I would expect. In this environment, I do not have the same error as above.
    Is there anyway to stop the prefix, 'jms-moduleName!" from being added to the queue name in Active Destinations?
    How and why is this being added?
    Any comments would be greatly appreciated. THANKS.

    Hi,
    Almost all applications use a destination's JNDI name to look it up (see the JNDI name field for each destination). The "jms-moduleName!queueName" syntax your referenced is generated based on the configured name of the destination, not the JNDI name.
    Some side advice since your setting up a new configuration:
    * If your using distributed destination, I advise taking the opportunity to change your configuration to use the simpler"uniform distributed destination" option. 8.1 and older supported only the older "weighted distributed destination" behavior which requires that each member destination be configured individually -- this is unwieldy, and will (hopefully) be deprecated soon.
    * See [ JMS Configuration Best Practices | http://download.oracle.com/docs/cd/E14571_01/web.1111/e13738/best_practice.htm#CACJCGHG ] and [ JMS Performance and Tuning Check List | http://download.oracle.com/docs/cd/E14571_01/web.1111/e13814/jmstuning.htm#PERFM294 ].
    * Always configure quotas and paging, and ensure they are tuned to prevent JVM out-of-memory (as per the JMS Perf and Tuning check list referenced above).
    Hope this helps,
    Tom
    Edited by: TomB on Jun 20, 2010 7:00 PM

  • Why can't I 'lock' the network settings?

    why can't I 'lock' the network settings?

    We are here but to serve
    See, just posting here solved the problem!!!

  • Why did the thread get locked or deleted?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    Occasionally you may see a thread get locked or deleted, or the possibility of a user having been banned. This tip is a viewpoint of an end user of how the Terms of Use apply to deletions, locks, or bans. Moderators may at their discretion choose these actions as the Terms of Use allow them to, even when none of these points below matter.
    When you signed up on this board, a Terms of Use page was agreed to in order for you to enter. That Terms of Use page is also on the link "Help & Terms of Use" on the right hand side. Posts themselves may get deleted that weren't the source of the thread being locked or deleted. So if you didn't disobey the Terms of use, someone else might have.
    Do not take either as a sign of censorship, a sign of personal chastisement, or anything negative per say. This is after all a community open to the public.
    When one of the terms of use is violated, it is either because it does not offer constructive points of view for fixing a technical issue from end user to end user, or it is overly digressive from doing such actions. Terms of use suggest to avoid:
    1. Prognosticating.
    2. Guessing Apple's policy.
    3. Offer advice on something which may be against copyright laws.
    4. Offer advice on something which would violate a license agreement.
    5. Posting in a thread with "me toos". Try to solve the problem at hand. It makes it very hard for those of us trying to help the original poster when additional people chime in, saying they too have the same problem, or have a problem almost identical. Those trying to help
    the original poster, may not know if the solution applies to all the people having the problem, or just some. It ends up requiring people coming to help to directly address a person to avoid confusing who should follow various advice.
    A Post New Topic is available at all Forum levels, but at the Category level of Discussions. For more on this discussion, see the tip here:
    http://discussions.apple.com/ann.jspa?annID=650
    6. Other things which may be illegal in the State of California or in the United States of America
    should not be suggested or inferred by what you post.
    7. Rants or complaints about people and companies.
    They are unhelpful, and really don't solve technical issues.
    Approach complaints with tact when posting in a public forum that is moderated such as this one.
    It is one thing to say, I hate this feature being missing, is there any way to get this feature added, or are there any ways of getting it from another source?
    It is another thing to blame Apple for a feature that is missing, and drop the ball at that waiting for a response. These type of posts are more likely to be frowned upon.
    Complaining of a service not rendered is also often frowned upon. There are points of contact later in this tip to address such service issues. This is a forum for addressing technical inquiries about how things work or if things can be made to work on your system.
    8. Polls asking for a feature to be added/removed are generally frowned upon, as well as polls about various apparent defects and their propensity. You are only addressing less than 1% of the Apple using population here.
    Such polls would not be very scientific even if they are carried out for long periods of time. Long threads may appear to act as polls, and may violate terms of use. If you see such a thread and wonder why it hasn't been locked or deleted, you are welcome to ask that in Discussions Feedback, or click on "Report This Post" at the bottom right corner if available.
    As the Terms of Use state, in the end essentially it is up to the moderator to decide if a thread is worthy being deleted or locked. Don't take it personally if it is. Also Level 2 through Level 5 users, while we can ask the moderators look at a thread, we are not Apple Employees. You may also ask a moderator look at a thread or an individual on the Discussion Feedback forum or by clicking Report this post at the bottom right hand corner of a specific post.
    If the purpose of your thread is to provide feedback to Apple for a product, see these pages:
    http://www.apple.com/contact/
    http://www.apple.com/feedback/
    http://www.apple.com/contact/feedback.html
    If you have isolated a bug with a procedure worthy of a software developer, sign up for a free developer account on http://developer.apple.com/ and report the bug here:
    http://bugreporter.apple.com/
    As this is a user to user forum answers may not come right away. Have patience, and usually someone eventually can come up with an answer. Some forums may not fit the subject line of your topic, and you are welcome to ask if you are unsure where to post a topic.
    This is the 2nd version of this tip. It was submitted on September 28, 2010 by a brody.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    Occasionally you may see a thread get locked or deleted, or the possibility of a user having been banned. This tip is a viewpoint of an end user of how the Terms of Use apply to deletions, locks, or bans. Moderators may at their discretion choose these actions as the Terms of Use allow them to, even when none of these points below matter.
    When you signed up on this board, a Terms of Use page was agreed to in order for you to enter. That Terms of Use page is also on the link "Help & Terms of Use" on the right hand side. Posts themselves may get deleted that weren't the source of the thread being locked or deleted. So if you didn't disobey the Terms of use, someone else might have.
    Do not take either as a sign of censorship, a sign of personal chastisement, or anything negative per say. This is after all a community open to the public.
    When one of the terms of use is violated, it is either because it does not offer constructive points of view for fixing a technical issue from end user to end user, or it is overly digressive from doing such actions. Terms of use suggest to avoid:
    1. Prognosticating.
    2. Guessing Apple's policy.
    3. Offer advice on something which may be against copyright laws.
    4. Offer advice on something which would violate a license agreement.
    5. Posting in a thread with "me toos". Try to solve the problem at hand. It makes it very hard for those of us trying to help the original poster when additional people chime in, saying they too have the same problem, or have a problem almost identical. Those trying to help
    the original poster, may not know if the solution applies to all the people having the problem, or just some. It ends up requiring people coming to help to directly address a person to avoid confusing who should follow various advice.
    A Post New Topic is available at all Forum levels, but at the Category level of Discussions. For more on this discussion, see the tip here:
    http://discussions.apple.com/ann.jspa?annID=650
    6. Other things which may be illegal in the State of California or in the United States of America
    should not be suggested or inferred by what you post.
    7. Rants or complaints about people and companies.
    They are unhelpful, and really don't solve technical issues.
    Approach complaints with tact when posting in a public forum that is moderated such as this one.
    It is one thing to say, I hate this feature being missing, is there any way to get this feature added, or are there any ways of getting it from another source?
    It is another thing to blame Apple for a feature that is missing, and drop the ball at that waiting for a response. These type of posts are more likely to be frowned upon.
    Complaining of a service not rendered is also often frowned upon. There are points of contact later in this tip to address such service issues. This is a forum for addressing technical inquiries about how things work or if things can be made to work on your system.
    8. Polls asking for a feature to be added/removed are generally frowned upon, as well as polls about various apparent defects and their propensity. You are only addressing less than 1% of the Apple using population here.
    Such polls would not be very scientific even if they are carried out for long periods of time. Long threads may appear to act as polls, and may violate terms of use. If you see such a thread and wonder why it hasn't been locked or deleted, you are welcome to ask that in Discussions Feedback, or click on "Report This Post" at the bottom right corner if available.
    As the Terms of Use state, in the end essentially it is up to the moderator to decide if a thread is worthy being deleted or locked. Don't take it personally if it is. Also Level 2 through Level 5 users, while we can ask the moderators look at a thread, we are not Apple Employees. You may also ask a moderator look at a thread or an individual on the Discussion Feedback forum or by clicking Report this post at the bottom right hand corner of a specific post.
    If the purpose of your thread is to provide feedback to Apple for a product, see these pages:
    http://www.apple.com/contact/
    http://www.apple.com/feedback/
    http://www.apple.com/contact/feedback.html
    If you have isolated a bug with a procedure worthy of a software developer, sign up for a free developer account on http://developer.apple.com/ and report the bug here:
    http://bugreporter.apple.com/
    As this is a user to user forum answers may not come right away. Have patience, and usually someone eventually can come up with an answer. Some forums may not fit the subject line of your topic, and you are welcome to ask if you are unsure where to post a topic.
    This is the 2nd version of this tip. It was submitted on September 28, 2010 by a brody.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

  • Hi my name is Al-Ameen, Am from Nigeria,actually my brother from the united kingdom sent me an iphone5, So when i insert my Sim card i discovered the iPhone is locked. So the reason why am sending this mail is to ask for the procedure of how to unlock an

    Hi
    my name is Al-Ameen, Am from Nigeria,actually my brother from the united kingdom sent me an iphone5, So when i insert my Sim card i discovered the iPhone is locked.
    So the reason why am sending this mail is to ask for the procedure of how to unlock an iPhone from another country the amount paid and all the other information about unlocking an iPhone.
    Hope to hear back from you guys.
    Many Thanks
    Al-Ameen.

    You need to contact the carrier to see if they offer unlocking and if you qualify. You may need to talk to your brother about this.

  • Why can't I lock the screen in landscape?

    When watching a movie I can't get the screen to lock in landscape position. Why not?

    Use the screen rotation lock (the switch next to the volume control). See the iPad manual at http://manuals.info.apple.com/en_US/ipad_2_user_guide.pdf for details.

  • Why does Do Not Disturb only work when the iPhone is locked?

    I've been wanting for awhile now a way to easily turn off all notification alerts and incoming calls while keeping cellular data and wi-fi on so I can use my phone in peace without gimping my wireless connections, and even though iOS 6 as a whole seems awesome to me, I'm disappointed Do Not Disturb only works when the iPhone is locked.

    Was just wondering if other people felt the same way I do and start a discussion about it so maybe that with more people talking about it, Apple would pay attention to it more. People complaining about how calls and alerts were lighting up their screen at night seems to be some inspiration to why Apple added Do Not Disturb in the first place. Didn't know I was doing anything in violation of the Terms of Use so sorry about that.

  • WHY IS THERE A Lock at the bottom of my itunes and i cant play music.....

    WHY IS THERE A Lock at the bottom of my itunes and i cant play music from my on my ipod video from my itunes...... but my computer read the ipod and i see the list of songs on my ipod video in itunes???? i cant play it ..... what does the lock means by the ipod info. at the bottom???????????????????
    -thanks

    It means taht you're using auto transfer for the iPod. Anything on the iPod is also in iTunes, do you can play it from there.

  • Why the use side switch to mute but my rotation still in lock.

    Why the iPad use side switch to mute but my rotation still in lock mode?

    You are most welcome

  • I just went to the new Lion OS from Leopard OS, and when I'm on the internet, it locks up after about 5 or 10 minutes. WhY?

    I just went to the new Lion OS from Leopard OS, and when I'm on the internet, it locks up after about 5 or 10 minutes. WhY?

    From Leopard or Snow Leopard? If the former then I suggest you erase the drive and reinstall Lion:
    Install or Reinstall Lion from Scratch
    If possible backup your files to an external drive or second internal drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Erase button and wait until the process has completed.
    Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Install button.
    Note: You can also re-download the Lion installer by opening the App Store application. Hold down the OPTION key and click on the Purchases icon in the toolbar. You should now see an active Install button to the right of your Lion purchase entry. There are situations in which this will not work. For example, if you are already booted into the Lion you originally purchased with your Apple ID or if an instance of the Lion installer is located anywhere on your computer.
    Be sure to run Software Update for any additional updates.

  • Why is the decline button for phone calls not available when the phone is locked? I need that button and it shows only when the phone is not locked on iOS 7

    Why is the decline button for phone calls not available when the phone is locked? I need that button and it shows only when the phone is not locked on iOS 7

    Yep. You need to touch the sleep/power button once to silence the ring, and twice in order for the call to go directly to Voicemail.
    Personally, I dont understand why Apple eliminated this. If you wish to give Apple feedback, do it here:
    www.apple.com/feedback

  • Why the lock icon unlocked automatically in startup disk

    why the lock icon unlocked automatically in startup disk.

    You have to know the old password in order to change to the new one if you select the user anyway, so no.

Maybe you are looking for

  • Debugging RFC function module from ECC to CRM

    Hi All, My requirement is to debug an RFC function module present in CRM(7.0) system from ECC(6.0) system. A report program in ECC will call CRM custom FM. I found many posts in SDN with the same issue and tried to implement suggestions provided ther

  • Ora-01453

    hi, my development team mailed me that they are getting an error while uploading a template. i am not understandng the exact reason why they are receiving this error.the error is listed below ORA-01453: SET TRANSACTION must be first statement of tran

  • SAP standard datasource for IDEX stream in SAP BI

    HI       We are implementing SAP ISU retail project.Is there any Sap Standard datasource or Data Extractor for IDEX ? THanks DLK

  • Error when manually selecting ship-to in sales orders

    For my project, I've a scenario like this way: 1. enter transaction code VA01 2. enter order type ZPEA 3. press enter 4. enter sold-to number "1234" 5. press enter 6. deleted the defaulted ship-to number "1234" 7. enter ship-to number "5678" 8. press

  • IPad, mac and iCloud

    hello folks! is there any way to transfer PDF files from MAC to iPad via iCloud? i am able to do that with .doc files and .ppt files but PDF. please help me out! many thanks!