MessagingException: Sequence already terminated (soft).

Hi,
I'm getting the following error after the execution of an IDoc>SQL interface.
The queue shows "XI Error ERROR_OBJECT.INTERNAL: Queue stopped" in FM SXMS_ASYNC_EXEC.
The message with error, in SXMB_MONI, says:
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException:
Sequence already terminated (soft).</SAP:AdditionalText>
Does anyone ever faced this error?
Tks.
Rafael.

Hi,
The Queue sequence has terminated in PI,
Login to Messaging System http://<host>:<port>/MessagingSystem/monitor/monitor.jsp
Check EOIO Sequence Monitor..
Change the Date range according to your message processed date, Queue name can be viewed with status "Terminated".
To resolve your issue, assign a exclusive queue name in sender communication cahnnel or if you already using a queue name, change it to different name.
Let me know if this resolved your issue.
PS: Actually i had the same issue, i am searching SDN  on "how to activate Terminated queues" , i saw your thread. This might fix the problem. But still i am searching on Activating termiated queues.
Thanks
Vijay Poreddy
Edited by: Vijayanand Poreddy on Feb 17, 2012 5:55 AM

Similar Messages

  • Error in call adapter: Sequence already terminated

    Hi sdn experts
    We get the com.sap.engine.interfaces.messaging.api.exception.MessagingException: Sequence already terminated error when sending data from PI to the JMS adapter. The error occurs in the step u201Ccall adapteru201D on the abap-stack.
    We have been through logs and found no more info than the ones above.
    The scenario is backend (proxy) -> PI -> JMS adapter.
    We use EOIO in the proxy call by lo_prxy_async_messaging->set_serialization_context. If we change this to another value by debugging the message goes through.
    I have checked sdn posts - but I could not find one that solved my problem.
    Any experience on this issue?

    Hi Aashish Sinha
    Thank you for your input
    1) Duplicate Message: Not the case (canelled all in both IS and AE, send again with same result)
    2) Invalid parameters: Can you be more specific?
    3) Payload or Message Format: It is correct - the samme message runs through when changing the serialization_context. That is.. when changing the eioi sequense id in debug. Same message and format is succesfull then.
    To my mind the EOIO id in the j2ee stack got mixed up. I do not know where to check this. I have checked for locks in the NWA. There are none.
    Kind Regards
    Martin

  • Message stuck in queue: Sequence already terminated

    Dear all,
    in my scenario I splitt a message and send it to two receivers.
    Sender RFC
    Receiver  (both) : JDBC
    The first message stuck with error message:
    <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: Sequence already terminated.</SAP:AdditionalText>
    I set parameter QRFC_RESTART_ALLOWED = 1 in sxmb_adm.
    But in SMQ2 I still see error: XI Error ERROR_OBJECT.INTERNAL: Queue stopped
    Trying to execute the LUW, I received following status error:
    Function module does not exist or EXCEPTION raised.
    But I could not see any error description that helps me dealing with this error.
    Any ideas why it stucks?
    Regards
    Chris
    Edited by: Christian Riekenberg on Sep 8, 2011 2:48 PM

    Hey, thanks for that! It is very intersting to see how that works. Looks like the outgoing mail queue can change "on demand", like when you left only one account active. This means that the ability to send emails from any of the accounts regardless of where it came in is just a programming step away...

  • Possible to redefine function keys via Ansi ESC sequences in terminal?

    If it is possible, I would be be very grateful if somebody could be so kind as to show me a couple of examples.
    BACKGROUND:
    I want to reconfigure my function keys in terminal,via ansi-escape-sequencenses from
    a script, before invoking the "screen" utility, to make it less cumbersome to use.
    It's really nifty, if you want to see som manpages, without ending up with a zillion of terminalwinwindows, and you can name the windows too, so you can easily see the difference between
    terminfo and bash for instance, - but the keypresses for invoking screen is quite cumbersome.
    I will try do it by ansi-sequences, but I haven't managed to do that yet.
    I want to store other keypresses, like [^A"] on functionkey F2 for instance.
    I have no intention to restore the keys, as i just close the window when I'm finished using screen.
    I have configured my function keys in terminal, and I think that writing new values for them in the defaults database, and be able to use the new configuration from within terminal is a little to much to expect.
    If anybody has a solution not including ansi sequences, I'm open for that as well.
    Sincerely
    mc Geek

    Thank you. That wasn't what I had in mind, but thats what I'll go for, as I can't seem to figure out how to send and ansi escape sequence that does it, and creating a new terminfo file with the new settings, exporting it, and and creating a new subshell is just too much work. "Screen" runs fine now, with some function-key bindings.
    sincerely

  • How do I change Our OI to rerun a sequence until terminated by operator?

    On one computer our OI began terminating all sequences after one run of the sequence.  What do I need to change to get it back to running until terminated by operator?
    Thanks

    If you haven't changed anything from the default TestStand shipping behavior they would need to press 'Test UUTs' instead of 'Single Pass' on the OI.
    Test Engineer - CTA

  • "Batch Already Exists" Soft Error

    Hello Everyone.
    We are using batch management as more of a Rev Management tool.  Our issue is that we will perform multiple production receipts that have the same Batch number.  Is there a way to turn off the "soft error" that comes up when we do a production confirmation that states that the "Batch Already Exists".  It is a minor detail but adds many key strokes to our operators day if they have to enter through the soft error.
    Thanks,
    Craig

    Hi,
    Tru turning off the messge in Txn OMCQ for messges 12 - 113 to 120 (whichever is applicable for ur case)
    Regards
    Dheeraj

  • TestStand Sequence Thread Termination

    I have created a Sequence which launches a VI to run in a parallel/background thread. This sequence gets called in my Main Sequence. In my Main Sequence, I'm trying to figure out how to terminate the background thread after the main sequence has completed all of its actions. The background thread has no pass/fail criteria, its is essentially a polling VI which is supposed to share a Queue which contains data telling the VI what to do.
    Before trying to implement this into Teststand, I successfully created an application which launches a background VI using VI server. Using Queues, I'm able to terminate and pass data to the VI running in the background from the Main VI. I'm essentially using the same approach in Teststand with no success in being able to terminate the parallel thread. Can parallel threads use the same Queue reference?
    Thanks
    Peter.

    Hi Buzz,
    Here's an example I was using awhile back to demonstate a problem. But it might help you in your solution.
    The example starts a dialog panel in a new execution. The MainSequence carries on and does something else.
    The user has the option to press the button on the dialog to close the new execution, or the mainsequence will come to an end then terminates the new execution.
    Hope it helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    StopNewExecution.seq ‏41 KB

  • "Writing Video" though Sequence already rendered

    Hello. This happens occassionally though not sure why... I'm editing to tape, an assemble edit to a digi...something that we've done many times...the sequence is fully rendered..but when I edit to tape, FCP starts "writing video" which currently is taking over an hour...the other downside is that EVERY time I edit to tape when this happens, I have to go through the "writing video" process...why is this happening and how do I get it to stop? Usually if the sequence is rendered, I don't have to write video, or it's very quick so I don't mind, but I can never tell when or why this happens. THanks!
    R

    Sorry, I was thinking "writing audio" when you were saying "writing video"
    I've had this happen occasionally as well and not sure why, but, a way around it is to export your sequence to a self contained QT movie using current settings and reimport that file for PTT.
    Takes some drive space, but I find it's also a more stable method for getting to tape than running a complex timeline using PPT. And it also serves as file copy of my final sequence.
    rh

  • Sequencing for terminal server

    Hi,
    Is there any prereq we should take into account when creating an app for terminal server (Windows 2008 R2)?
    The problem we are facing now is that App-v packages are working correctly for 1 user but others (on the same terminal server) don't see the shortcut. If we copy past the screenshot to their menu it works fine.
    Please advise.
    J.
    Jan Hoedt

    I suppose it's SP1 for SCCM 2012, as this adds App-V 5 support.
    Do you target machines or users in your deployment type? 
    Do you do any 'bad tricks' with the start menu (like redirecting it)?
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Next value of the sequence is lower than the already used value

    Hello All
    Recently we have done a test migration of a Database from 10.2.0.4 to 11.2.0.2.
    The source database was open during the test migration.
    We used Datapump utility for this, first we have created the dump files using the EXPDP and then imported to the target DB using IMPDP.
    Now we are facing issues with the SEQUENCE as under mentioned
    SELECT Max(RegNr) FROM W23AS.werkProstats;
    2058292SELECT W23AS.werkRegNr.NEXTVAL FROM Dual;
    2058285As you can see the next value of the sequence is lower than the already used value.
    Can anybody point out the reason for this.
    NOTE : This particular sequence is defined with NOCACHE option.
    CREATE SEQUENCE W23AS.werkRegNr START WITH 2000000 NOCACHE;
    Thanks InAdvance
    Cheers Tapas

    Hi Keith
    Please find the details as mentioned below
    i) You did not migrate the sequences
    We migrated the Sequences too.
    ii) you migrated the entire schema but these sequences already existed and therefore were not migrated. (ignore error when object exists ).
    These sequences were not existing before.

  • Leopard Terminal.app no longer supports ANSI print escape sequences?!!

    I print my email using pine's "attached-to-ansi" option, which used to work great in Tiger with Terminal.app. It no longer works in Leopard. It also breaks things like the "ansiprt" Unix command.
    This is a start/stop escape sequence that diverts text between the start/stop sequences to the printer. See http://www.termsys.demon.co.uk/vtansi.htm as a reference.
    Is there some Terminal.app setting I need to use to enable this? Some specific terminal type perhaps?
    Suggesting that I use enscript or other techniques don't work, as I use the Terminal to ssh into my mail server, then run pine on the mail server.
    Anyway, any idea how to get this very desirable feature back?
    Thanks,
    -John

    HI,
    I tried to set "Escape non-ASCII input" without any change. I didn't see an option to change "Escape non-ASCII output". I tried a few other things without success either using a different terminal type and so forth. I looked in the .term file and didn't see anything text related to ANSI or ASCII or escape.
    If I change a Terminal preference do I need to quit and restart Terminal to test the change, or does the change take place as soon as I change it in the menu? I tried quitting and restarting after checking "Escape non-ASCII input" and when I restart the box was unchecked. I couldn't find a "save preferences option either.
    In Tiger, my terminal type was xterm-color- same in Leopard. I had checked off "Escape non-ASCII characters" under Tiger.
    Here's exactly what I do, *which used to work in Leopard*.
    I run Terminal.app on my MacBook, and ssh to a mail server. On the mail server, I run the pine command to read my mail. Pine has an option to print email using ASCII escape sequences. Terminal.app sees these escape sequences and diverts the text to the default printer on my MacBook.
    Under Leopard, the Terminal doesn't catch the ANSI escape code, and just spews the text to the terminal window. Nothing has changed on the mail server side. I;m using the sane ssh command.
    Enscript won't work, as the printer connected to the mail server is often as not in a different state than my MacBook.
    Not all terminal emulators support the ANSI print escape sequences. Terminal didn't before Tiger, if I remember correctly. I used to use a very nice terminal emulator called Data Comet which did it.
    ANSI printing used to be a fairly common way to print to a local printer connected to via a parallel cable. Besides pine, the Unix command ansiprt http://kb.iu.edu/data/abye.html could be used to print remote files on the local printer. Some terminal emulator programs used the idea to hook the ANSI escape sequence to the printing system, extending the functionality to use any printer accessible by the local system.
    Thanks again for all your help. I hope I've clarified what I'm trying to do.
    -John

  • How can I include results of a subsequenc​e, which runs in a new thread, in the main sequence test report

    Hi!
    I', m working with TestStand Version 4.2.1. I have a main sequence, which calkls different subsequences. All these steps are properly reported. One of subsequences runs as "new thread". How can I include its results in common test report of the main sequence?
    I have markes variables of the subsequence as it is requred for test report (it works OK if it is not a new thread). If the the numerical test, which is executed in this subsequence is correct, I get no results at all. If the numeric test failed I get somewhere in the main sequence report a "red message", that test failed whithout any reference to the step or values of vaiables which were not correct.
    I tried an option "On the fly" in the Report Configuration , but haven' got any useful results. What shall I do?
    Best regards
    Solved!
    Go to Solution.

    Hi,
    I tried it but without success:
    1) I got a reference to the Thread as "Locals.Step1=RunState.Thread" for every of 2 steps which start a thread
    2) I put both "Waits" after steps with (and without) threads, at the same place, where they were before
    3) The sequence run OK, but when it came to Wait for Thread 1 it waited for ever, I had to terminate sequence
    Does it mean, that I got a false reference (suppose No - please, have a look at attached pic)?
    Or does it mean, that Waits are badly placed in the sequence (threads are already terminated)? Here is a pic of sequeces calls with Wait after them.
    Regards
    Attachments:
    Thread.JPG ‏34 KB
    SequenceCall.JPG ‏32 KB

  • Statement terminator problems when exporting data with SQL Developer 3.2

    I've ran across what appears to be a bug with SQL Developer 3.2.20.09. If someone can let me know if this is indeed a bug, or just something I need to configure differently, please let me know.
    The problem is related to exporting a database as a SQL script, and terminator characters at the end of "create" statements, especially when columns have comments, and problems that occur when using SQLPlus to run the export script to create the tables. With the old SQL Developer 1.5.4, with the "Terminator" and "Pretty Print" options checked, statements like the following are generated:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.';
    When I then run the script using SQLPlus, everything works fine. However, with SQL Developer 3.2.20.09, with the same options enabled, the same statements are generated like this:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.';
    Notice all of the extra slashes in there. If a slash is not used as a statement terminator, SQLPlus treats slashes as a command to repeat the last SQL statement, which causes many errors about tables or sequences already existing. So, I tried removing the "Terminator" flag from the export options. This lead to statements that looked a bit more promising:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.'
    The big problem, though, is in the statement for the table with a comment. Notice that there are two statements, but there is not a semicolon after either of them. This unfortunately causes the "COMMENT" statement to be appended to the "CREATE TABLE" statement before being executed, which causes the table to not be created (which causes even more errors later on when the script attempts to populate the table with data).
    So, it would appear that this is a bug, but I'm not sure. Is there a way I can configure the export options to make SQL Developer export these statements like it used to in older versions?
    Thanks,
    -Bill

    >
    So, it would appear that this is a bug, but I'm not sure.
    >
    That would be a bug. Thanks for reporting it and providing the detailed example.
    >
    Is there a way I can configure the export options to make SQL Developer export these statements like it used to in older versions?
    >
    No.
    Leave the thread open. One of the developers for sql developer should be monitoring the forum and can provide more information.

  • How to determine if Terminated?

    Is there a way to determine if the sequence was terminated?  I have a step that needs to be run in the event the sequence was terminated. It's in the cleanup portion already and isn't to run in all cases so I am looking for a precondition that examines if I'm in cleanup due to termination. Thanks.
    -G-
    -G-

    Hi,
    The one way would be return an reference from your sequence exection and use this as the reference for the Execution.GetStates.
    See attached example.
    I launch a sequence in a new execution and pass the reference back into Locals.refObj. I use this in the action step in the cleanup to get the state of the sequence.
    The value is used in the expression of the precondition of the Goto.
    Hope it helps
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    GetStates.seq ‏36 KB

  • How to stop while loop when a specified function is terminated?

    I want to make a program which has 2 thread, one of which is to control some devices, and the other is to measure outputs of the devices.
    To do that, I should make a 2 independent loops, but there comes a problem here.
    I want to terminate 2 loops at the same time, but it's difficult for me to do that, because when I try to notify upper sequence's termination to lower loop by some value change, they have some dependency.
    That's why I need your help. I want to know how to stop lower loop when the upper sequence's termination keeping their independency.
    Please let me know. Thank you.
    Attachments:
    help.JPG ‏200 KB

    Is the upper loop commanding the lower loop at all?  I would think you would have some type of communication between the loops.  Just use that communication to send a stop command.  Or the next best way is to just simply use a notifier.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Unable to scan to HP 8600 after Mavericks update

    I am unable to scan to my HP 8600 Officejet Pro since updating to Mavericks 10.9.4. It keeps telling me that it can't open a session. I have reset the printing system and downloaded and installed the printer drivers but still get the same response. I

  • Cannot open files while printing

    Does anyone know of a reason why when printing a large pdf (say around 100+ pages) i cannot open another file in the same program? The only way i have found around this is to: open one file to be printed in Reader then once the printing process has b

  • Balanced Scorecard and its corresponding BW Data Model?

    Hi... I am doing a Strategy Management scenario in SAP SEM and have developed measures.Next, when creating the BW data model i am facing problem in identifying the key figures that i should be using in the cube.I am providing the list of measures, pl

  • Acrobat 7 document goes blank after digital signature

    Secretary creates document on network drive. When a manager digitally signs the document it goes blank. Acrobat Pro 7.1.4. After multiple tries the document will work. Can automatic saving be disabled during the signing procedure so that the document

  • MAIN MENU

    YOU KNOW WHAT ARE THE IMAGE SUPPORT TRANSPARENCE  IN SAP OR HOW UPLOAD TO SAP IMAGEN WITHOUT BACKGROUND