INACTIIVE STATUS FLAG IN SMQS/SMQR

Dear Guys
I am seeing Status as Inactive in SMQS and SMQR Between CRM server and R/3 Server
but for the same if i do test connection it shows no problem.
can anyone explain whether INACTIVE status in SMQS/SMQR having any relevance.
rgds
BJ

Hi Shalini/Jagan,
I'm facing the same status in tcode SMQS. Could you please explain on this scheduler status.

Similar Messages

  • How to check the value of "The Interrupt Status Flag"?

    Hi, thank you for reading this post!
    Invoking Thread.interrupt() sets the value of the Interrupt Status Flag.
    Just wondering if there is a Java method to check the value of this flag? Or is using isInterrupted() or interrupted() the only way to check?
    http://download.oracle.com/javase/tutorial/essential/concurrency/interrupt.html
    Thank you in advance for your help!
    Eric

    Below is the full code. As soon as the Thread.sleep() is taken out in main(), the interrupt is detected in the child thread. But if the sleep() stays, then the child thread goes into an infinite loop. It's not detected the interrupt.
    //ParentInterruptChildThreadCatchedDemo.java
    //Program function: This program demonstrates the parent thread (main()) interrupting a child thread (thread1).
    //Threaded class
    class TryThread extends Thread {
         //fields
         private String threadname;
         private long aWhile;
         //Constructor
         public TryThread(String tname, long delay) {
              threadname = tname;
              aWhile = delay;
         //run() method
         public void run() {
              while(!Thread.interrupted()) {
                   //Do work
              try {
                   System.out.println(Thread.currentThread().getName() + " was just interrupted!");
                   throw new InterruptedException();
              } catch(InterruptedException e) {
                   //System.exit(1);
                   return;
    public class ParentInterruptChildThreadCatchedDemo {
         public static void main(String[] args) {
              Thread thread1 = new TryThread("thread1", 2000L);
              thread1.start();
              try {
                   System.out.println("main() goes to sleep for 10 second.");
                   Thread.sleep(10000);
                   System.out.println("Statement after main() sleep().");
              } catch(InterruptedException e) {
                    e.printStackTrace();
                 //Interrupt thread1
                  int interruptFlag = 5;
                  for(int i=0; i<11; i++) {
                       if(i == interruptFlag) {
                            System.out.println("Condition met, going to interrupt thread1 ...");
                            thread1.interrupt();
                            System.out.println("Thread1 interrupted!");
                  System.out.println("Ending main()");
    /*Output:
    main() goes to sleep for 10 second.
    Statement after main() sleep().
    Condition met, going to interrupt thread1 ...
    Thread1 interrupted!
    Ending main()
    INFINITION LOOP
    */

  • Physical Inventory Status Flag Not Reset after Year End Inventory Procedure

    Hi,
    We are just done with the Year End Inventory Procedures, and to my surprise, a lot of Storage Bins are having their Physical Inventory status flag as ACTIVE, which they should not have.
    An example bin has incorrect status-u201Ccountedu201D in the associated inventory record number . LINV status is L-cleared. LINK status is Z-counted, LINP status is Z-counted and physical inventory flag is ON in table LAGP, but status must be L-cleared and physical inventory flag should be OFF (or blank) in table LAGP.
    Our users did not use LI20 to clear the empty bins or bins had no difference to post (meaning book qty & count qty are the same).
    I already tried the Program RLREOLPQ and OSS Note 824904, but no its of no use in our Case.
    Any guess/hint for the problem?

    I solved this with thehelp of a Zprogram writeen wrt the OSS note mentioned above in the question.

  • Status flag green for asyncronous scenarios

    Hi  all,
          In my practice system, I have changed the date( before 2 weeks). then all asynchronous scenarios have not been working. If i checked status flag it was showing in SXMB_MONI as green flag.
      Please help me from this problem.
    Regards
    Deviprasad.

    Green is Shceduled for Procesing.
    There are message stuck in the Queue.
    Go to the Queie Id of the message in MONi, click on it and navigate to the last entry and delete the message that is holding the queue.
    Now, deactivate / delete the queue and activate it again and restart these messages.
    Regards
    Bhavesh

  • Status flags in TOC not setting

    Hi,
    I just recently created a project with a table of contents. There are a number of click boxes and 'continue' buttons that pause the project. Sometimes, even though the project has moved on from the slide, the status flag is not set in the TOC. Sometimes it does work though. This is encountered by all users with this project.
    Suggestions?

    Hi there
    I think you may be encountering the following situation.
    If you have a Click Box or Button object that is left at the default action of "Continue", the playhead continues to advance and it reaches the slide end. Once it reaches the slide end, the flag is set to indicate the slide has completed.
    If you change the default action from Continue to "Go to the next slide" or perhaps "Jump to slide", the playhead never really reaches the end of the slide. So Captivate doesn't consider the slide to have been "visited".
    Thoughts here are to possibly stage the Buttons or Click boxes so they pause at the actual end of the slide? Then Captivate may consider the slide to have been viewed and set the flag accordingly. Perhaps try that.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Polling on status flag using Informatica

    Hi Informatica guru's
    how can Informatica workflow do polling (10 attempts MAX) on the status flag of a particular table at a fixed time interval of every 5 minutes.
    On the 10th Attempt ,if the status is still not yet changed ,then the Informatica workflow to be marked as failed.
    later an email to be sent about the workflow failure.
    how do I develop the above logic?
    please help me ASAP.
    Thanks & warm regards,
    Kam

    did you ever figure out how to do this? I need to do the same thing.
    Thanks,
    Angie

  • Clearing Table of Content status flags on file launch??

    I have a trainin course with the Table of Contents feature (Captivate 4), which displays what screens the user has viewed by displaying green status flags. Our customer may have a workstation set up as a “training station”. It appears as though the status flags in the TOC is cumulative. In other words, of one student comes in, completes the training, and then another student comes in behind him to use the training, all the status flags from the previous training session are still visible. So, my question is…Is there any way to control the status flags without each user having to manually clear them using the clear button? Possibly with a variable of some sort? Any suggestions would be greatly appreciated!

    Hi there
    Have you tried clicking Project > Table of Contents > Settings... and ensuring the Status Flag option is cleared?
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Status Flag not appearing if branching

    I have a CP project with branching after a question slide (slide 14).  If the user gets the question wrong, they follow an alternate path to slide 15 to review the correct answer.  Then they hit slide 16.  If they get the question right, they skip slide 15 and hit slide 16.  The user who gets the question right will never see slide 15, thus making the TOC think they didn't see all the slides.  The TOC will not mark the module as complete with a status flag.  Help?

    Hello,
    TOC can help users by marking slides as seen. But you have to be aware that only slides that are completely viewed will get the status flag. It is also great for self paced learning, for navigation. From your question I understand that you want it to take over the role of a LMS: completion of a course is normally reported by the LMS. Even there a branching in a course will cause problems if you want to have a Completed status reported. For a LMS you could indicate which % of slides have to be watched.
    What do you really want to achieve with the TOC? Perhaps it could be realized with some variables and advanced actions.
    Lilybiri

  • Error :  Business partner has status "Flagged for Archiving"

    Hi All,
    I have error in order: Business partner (Sold to Party) .has status "Flagged for Archiving"
    I removed the Click "Archiving Flag" from BP and I changed the order.
    But still error is not going.
    Can somebody suggest what to do for removing this error?
    Regards
    Jay

    Hi Jay,
    Follow these steps :
    1. Go to Transaction BUPA_PRE_DA.
    2. In the relevant fields, enter the BP number, mark the radio button for 'To be archived' , check the 'Reset Flag' check box.
    3. Uncheck the 'test run' check box.
    4. Execute.
    This will reset the archiving flag.
    Hope this solves your problem.
    Cheers,
    Rishu.

  • Captivate TOC edit status flags

    With Captivate 8, the status of a question that is not answered is still marked as viewed. I would need to know if there is a way to edit how those status flags work. If not, can I create my own TOC to set status flag as I prefer?
    I would like to have a TOC to flag all slides not viewed with a red flag and then remove the flag after they viewed or answered the question. If that's not possible at least to show which questions were answered with a checkmark, not viewed.

    Hi Again,
    I just looked at your link and don't think that will help.
    The course is actually a 110 random question course. It requires free navigation to go forward and backward and should show which questions were not answered.  It's not based on chapters.
    Thanks again!
    Laura

  • Include the Content Released status flag in default WC data control

    Hi,
    We have integrated custom webcenter portal application with UCM for documents integration. The integration was done using default data control.When we change the document which is getting displayed in the portal from UCM and check it into the system, wokflow gets triggered properly and the content status shows review status. But when we access the document in the portal, at that point of time new document is visible even though the content is still not released from the system.
    Can anyone of you let me know how to include the released status of the content in the default data control so that we can avoid this situation
    Regards,
    Boopathy

    First of all, I think this is more a question to WebCenter Portal, because it is how WebCenter Portal components are written.
    Another thing is, that this is probably 'works as designed' and there might be good reasons for that. Since PS3, WebCenter (Portal) exposes some of UCM's functionality, among them ability to approve items in a workflow. This is the reason why it makes a good sense that items are available. Of course, they should be available only to approvers; also unapproved items should not appear if an item is displayed via Content Presenter (compare to a document published on a website via WCM). If you found such a behaviour, please, report it to MetaLink as it might be a bug.

  • Reg status flag

    I have the following requirement
    I have 2 tables person and percarrear
    i have the common feild per_id in both tables i want to check the records based on 2 things 1 is per_id(only per_id) and other is org_id(per_id,org_d).I want the out put as follows.
    My requirement as follows..
    If per_id,org_id exists in both table status as 0
    If per_id,Org_id exists in either table as status as 1
    If both are doest exists status as 2
    The sample output as follows
    Per_id     org_id     status
    100     null     1
    200     156     0
    null     null     2
    give me the complete query ASAP

    You can use CASE
    with t_data as
    select 100 as col1,null as col2 from dual union all
    select 200, 266 from dual union all
    select null,null from dual
    SELECT
         col1,
         col2,
         CASE
              WHEN col1 IS NULL
              AND col2  IS NULL
              THEN 2
              WHEN
                        col1    IS NOT NULL
                   AND col2 IS NULL
              OR
                        col1    IS NOT NULL
                   AND col2 IS NULL
              THEN 1
              ELSE 0
         END as col_status
    FROM
         t_data;
          COL1       COL2 COL_STATUS
           100                     1
           200        266          0
                                   2
    user11384749 wrote:give me the complete query ASAPTry to avoid using such statements in public forum. People might get irritated.

  • Status Flag -can someone please help

    Hi
    My report results shows me logon_status. I would like the values for this status displayed as following.
    If value is WRONG PW - I would like report to display this value in Red.
    If the value is OK then in Green. Can this be done in htmldb??
    many thanks for your help

    Hi Vinat,
    <P>
    If your report is based on a SQL query, you can embed HTML tags. For example:
    <P>
    select     a_column,<BR>
    CASE WHEN logon_status = 'WRONG PW'<BR>
    THEN '&lt;FONT COLOR=RED&gt;' || logon_status || '&lt;/FONT&gt;'<BR>
    WHEN logon_status = 'OK'<BR>
    THEN '&lt;FONT COLOR=GREEN&gt;' || logon_status || '&lt;/FONT&gt;'<BR>
    ELSE logon_status END as colored_logon_status<BR>
    from     your_table
    <P>
    The font color can be given as either a name of a color (e.g. RED, GREEN, BLUE, etc) or you can specify a custom color using hex values for R, G, B - see songweaver.com/html/colorchart.html.
    <P>
    Cheers<BR>
    Jeff

  • Does "pause trigger" have a status flag?

    Hi,
    I am using a BNC2110 with PCI6133 multifunction DAQ card. I am reading random analog voltage pulses on one channel for now, and using the "Pause Trigger" properties (on trigger property node) so that the read task only takes in samples from the pulses, and not samples of the baseline noise between pulses.  This works ok. But is there a way of signalling when the pause trigger has actually started and stopped (at the rising and falling edges of a pulse, respectively)? I want to use these signals to index the collected data so that I know where in the data any one pulse starts and ends, and so keep all pulse data separate, but in one array.
    Many thanks,
    Oliver.

    Hi Oliver
    One thing you could do it to look for a timeout error to flag when a pause occurs. The time-out error code is -200284. If you set the timeout value to the minimum (1) you can keep checking for the timeout and set a boolean to true when a timeout occurs. So if the boolean is true you know you have a pause, if the boolean is false you know you are reading in the signal.
    I have adapted the vi that you posted to do this and attached it below.
    I hope this helps
    Thanks
    Beejal S
    NI UK & Ireland
    Attachments:
    ai_with_analog_pause_trigger_flag.vi ‏44 KB

  • IDOC to IDOC queue blockek status shows green flag

    Hi i' m doin an iDOcto idoc scenario.. in sxmb_moni the status flag is green...queue is blocked..  i tried activating the queue
    it still shows sysfail...
    this is the trace message... any problem with my design or the message passed.. or is it a queue problem if so how to handle
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="B" name="IDX_INBOUND_XMB" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">User: PI_RM_USER</Trace>
      <Trace level="1" type="T">Language: E</Trace>
      <Trace level="1" type="T">ALE-AUDIT-IDoc-Inbound Handling</Trace>
      <Trace level="1" type="T">IDoc-Inbound-Handling</Trace>
      <Trace level="1" type="T">Syntax-Check-Flag</Trace>
      <Trace level="1" type="T">IDoc-Tunnel-Flag</Trace>
      <Trace level="1" type="T">Queueid</Trace>
    - <Trace level="1" type="B" name="IDX_IDOC_TO_XML">
      <Trace level="1" type="T">Get the Metadata for port SAPDEC</Trace>
      <Trace level="1" type="T">Convert Segment-Definitions to Types</Trace>
      </Trace>
      <Trace level="1" type="T">Set Receiver Routing-object</Trace>
      <Trace level="1" type="T">Exit Function IDX_INBOUND_XMB</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS">
      <Trace level="1" type="T">CL_XMS_MAIN->DETERMINE_EXT_PID: CENTRAL</Trace>
      <Trace level="1" type="T">CL_XMS_MAIN->DETERMINE_INT_PID: SAP_CENTRAL</Trace>
      <Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV" />
      <Trace level="1" type="T">system-ID = DIN</Trace>
      <Trace level="1" type="T">client = 100</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = PI_RM_USER</Trace>
      <Trace level="1" type="Timestamp">2009-08-07T09:08:38Z CST</Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Message-GUID = 80144FDD6C661DEEA0E63CA33DA20911</Trace>
      <Trace level="1" type="T">PLNAME = CENTRAL</Trace>
      <Trace level="1" type="T">QOS = EO</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC">
      <Trace level="1" type="T">Queue name : XBTI0008</Trace>
      <Trace level="1" type="T">Generated prefixed queue name =</Trace>
      <Trace level="1" type="T">Schedule message in qRFC environment</Trace>
      <Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>
      <Trace level="1" type="T">-----------------------------------------------------</Trace>
      <Trace level="1" type="T">Going to persist message</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">-----------------------------------------------------</Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface COELEM.COELEM01</Trace>
      <Trace level="1" type="T">select interface namespace urn:sap-com:document:sap:idoc:messages</Trace>
      </SAP:Trace>
    Edited by: Indudhar P.G on Aug 7, 2009 11:22 AM
    Edited by: Indudhar P.G on Aug 7, 2009 11:22 AM
    Edited by: Indudhar P.G on Aug 7, 2009 11:22 AM
    Edited by: Indudhar P.G on Aug 7, 2009 11:23 AM
    Edited by: Indudhar P.G on Aug 7, 2009 11:24 AM

    HI,
          Correctly said by Abhishek, click on Queue Id and then further selct the Queue and Click on details to see all the messages in that Queue. Select the First Message in SYS FAIL and try to restat that. If that again Fails. Don't delete the whole Queue but delete the  selected message from Queue in Error. Then go Back and Unlock the Queue and refresh. All messages behind this message will re-process automatically.
    SMQ1 and SMQ2 are tcodes foe Queues.
    REgards,
    Anurag

Maybe you are looking for