Problem when handling multiple messages using sequential convoy

Hi Guys,
We receive two files from FTP server. One is Order file and other one is notes file which is optional one. If the note flag in order file is 1 then we should process notes file as well. Here we implemented sequential convoy and it was working fine when we
receive order file first and then notes file. it is throwing error when we receive notes file first as we set initialize correlation for Order file.  Please share your ideas what to do when we receive notes file first than order file?. Thanks!!

Hi,
i added debug points and ran it. i dropped one order file and one note file but it is initializing active instance for both order and note files. Here is the order of logs.
Initialized Order
Initialized Note
followed Note

Similar Messages

  • [svn] 3363: Fix performance problem when changing multiple DisplayObject-dependent properties .

    Revision: 3363
    Author: [email protected]
    Date: 2008-09-25 11:58:56 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Fix performance problem when changing multiple DisplayObject-dependent properties. The call to assignDisplayObjects() is now batched up into the next commitProperties() call.
    Bugs: SDK-17033
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17033
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

    hello sir,
    i want to your help
    i was installed fresh windows 7 via cd rom and then after installed all software.
    and now after 1 day customer complained me that cd rom not read any cd and i m also check when i insurt cd so its not read and when i am double click on cd rom icon its eject so what i do for that please reply on my email address.
    [text removed for privacy]
    VIMAL

  • Is it possible to handle multiple events using Jscript for a button in Apex

    Hi,
    I've application wherein in one of the pages for a button, I need to trigger 2 events as: 1. redirect to a new page upon 'click' of the button
    2. display a set of values on 'mouse over' that button.
    I'm able to handle both separately, but not in one button. I would like to know if there is any limitation in Apex that we cant handle multiple events? Currently I've put a text item near the button, and called the Jscript for mouse over event in that as a temporary workaround. Can someone let me know if this is feasible? If not any other alternative to handle this?
    Thanks in advance,
    gsachidh

    Hi Gsachidh,
    well interesting problem you're facinng. Indeed, it can't be specified using the 'Button Attributes' So we have to come up with an workaround.
    A quick en dirty solution would be to specify it with the 'Optional URL Redirect options'. In a normal button, with processing on same page, this would be 'no target'. but in case of additional things to be done this can be used, using an target URL. I used this many times, in example with popUp windows for refreshing the caller object when changes are made. In your case we have to add next to the href an onmouseover event. this can be done with;
    Target set to => URL
    URL - target => javascript:doSubmit('<button_name>');" onMouseOver="javascript:showTooltip('tooltip');"
    Here the " is the key, letting ApEx know the target (href) is doSubmit('<button_name>'), just like when no target would be specified and adding a new javascript event; onMouseOver.
    Although this is a dirty solution in my opinion, it is the best i could come up with. I have another idea in how to do this, that is by adding this event dynamically with javascript with an addEvent. But i don't have an example at the moment for this scenario.
    Simon
    Message was edited by:
    S1M0N

  • IOS 4 Error: "Unable to Move Messages" when Deleting Multiple Messages

    Using an iPhone 4 and IOS 4.x (all versions to date including 4.1) if I'm in the All Inboxes view and use Edit to select multiple messages from more than one Exchange account and then delete them I get the following error:
    Unable to Move Messages
    The messages could not be moved to the mailbox Trash.
    Deleting multiple messages from a single Exchange account is fine, but when selecting messages from more than one account the message pops up as many times as messages I'm trying to delete. I currently have three Exchange accounts on both 2003 and 2007 servers. This issue persists across multiple iPhone 4s as well as after a complete restore and manual setup of the Exchange accounts from scratch.

    Not sure if this will work for the first poster, but it might for you, Busta999.
    I have my email set up as an IMAP account and was getting the same "unable to move..." message for individual deletions. I suspected the problem for me had to do something with the trash bin on the phone and the trash bin on the server not communicating properly. I tried this and it worked for me, although from other posts, I see it doesn't work for everyone:
    1. Go to "Settings"
    2. Select "Mail, Contacts, Calendars"
    3. Select the mail account in question
    4. Select "Account Info"
    4. Select "Advanced"
    5. Select "Deleted Mailbox"
    6. Under "On My Server", Click the "Trash" folder (or whatever your trash folder is called on your server). This should put a check mark beside it.

  • Strange problem when opening new message.

    I have a rather annoying problem when I open a newly received SMS from a particular contact (lets call him Bill).
    When I open the new message from Bill, either by swiping to unlock or touching a banner message at the top of the screen. Instead to being shown the message itself, I will automatically be taken to the 'start new message' screen with none of our message history (i.e. as if I am starting to type an entirely new message to Bill)
    I can then cancel this and return to myself and Bill's normal message stream.
    Any ideas how to get around this annoyance? Thank you.

    I think you have 2 ways to go here. Figure out what html is from wherever weblogic gets it, meaning you have to delve into the docs, snoop
    around in directories and find what it must be sending (This is going to be unavoidable if you are going to change what weblogic is doing.
    Sooner or later you have to try to figure out where it gets this stuff from)
    or
    you can experimentally snoop on your url with a tool like wget or curl. These are fundamental web tools.
    The latter is always a useful thing to be able to do. (you need to formulate a query to get the content-type).
    Whoever managed to get weblogic to serve any files in the first place probably can figure this out.

  • Problem while sending the message using RWB

    Dear All,
    I am facing a problem while sending a message from RWB. I sent the message using Test Message in component monitoring, it says message sent but I am not able to see any message in sxi_monitor.
    When I send the same message using the http client it successfully processed by XI and I can see the success message in sxi_monitor.
    Please let me know if anyone has face similar kind of issue.
    Thanks,
    Alok
    Edited by: Alok Raoka on May 26, 2008 5:08 PM

    Dear All,
    I am facing a problem while sending a message from RWB. I sent the message using Test Message in component monitoring, it says message sent but I am not able to see any message in sxi_monitor.
    When I send the same message using the http client it successfully processed by XI and I can see the success message in sxi_monitor.
    Please let me know if anyone has face similar kind of issue.
    Thanks,
    Alok
    Edited by: Alok Raoka on May 26, 2008 5:08 PM

  • IMAPInputStream instead of Multipart when handling MIME message

    Hi all,
    I'm creating standalone java application, which read e-mails from exchange server using IMAP protocol.
    I have a problem with handling MIME Multipart messages. My message is type of "multipart/alternative", but content is IMAPInputStream instead of Multipart object and I don't know why.
    if (message.isMimeType("multipart/alternative")) {
      System.out.println(message.getContent().getClass()
    }and i get >>> class com.sun.mail.imap.IMAPInputStream
    I found only 1 advice - to have a mail.jar before activation.jar in classpath, but this didn't help. {I'm using latest jars}
    Thanks for any answer.
    Regards,
    djuri

    If it wasn't being loaded from the mail.jar file, something else is
    broken in your environment. You might want to look for the root
    cause and fix it before it causes other problems.
    Note that there are other configuration files that are read from
    mail.jar, and not all of them can be copied to your home directory.

  • Mail crashes when moving multiple messages

    I've had this same problem for a while now.
    I originally noticed the problem on my 3GS, did all the resets and restores as many have suggested, still the same problem. Upgraded to a 4 and started fresh again (did not restore old setting) and still the same problem. I have updated to every new version of iOS as they have been available in the past year or so and no updates seem to help either.
    It happens for me either when deleting or filing emails. I usually dont even notice it freezes until i look at my phone after some time, check mail, the app hangs for 10-15 seconds, it crashes, starts back up automatically and it shows some emails moved and some didn't (ex. I delete 10 emails, after the crash emails 1-7 deleted and emails 8-10 are still in my mailbox) It seems to happen more frequently when I try move multiple messages between folders quickly which leads me to believe its locking up as a result of the sync'ing.
    If it matters, I have two active sync acounts setup. I have noticed the problem though even if I remove one of the accounts.
    P.S. I posted similar information as above to a past in the iPad forum that sounds almost exactly like the problem I have been seeing. Just wanted to start this new thread in the iPhone forum to see if anyone has any new information or if others have a similar issue and have pin-pointed the problem.
    https://discussions.apple.com/thread/3125968

    Use the Search window, up and right from where you're reading this, to look for other threads and posts talking about the same thing. You may discover a solution that will work for you.

  • Processing of multiple messages Using BPM

    Hello everybody,
    I am pretty much a newbie to this XI technology. I am currently testing a File to File scenario Concerning BPM. The source file contains multiple messages in an XML structure. How can each of these XML messages be posted as individual files? I have reffered to this <a href="/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi on BPM as a guideline; but here the number of messages are restricted and I want to dynamically determine how many messages are contained in the XML file. Anybody has any idea how to achieve this?
    Thanks and Warm Regards,

    Hello,
    The blog you mentioned is for cutting one file into 2 files.
    I think you need to use the "<b>ParForEach</b>" step in the BPM. This step is used to loop on a multiple line message and create a single message in one branch. Then you can add a send step in this branch and end only one message.
    <u>See the Flight Demo :</u>
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/cede3fc6c6ec06e10000000a1550b0/frameset.htm
    <u>Object in IR :</u>
    BASIS -> http://sap.com/xi/XI/Demo/Agency -> BPM -> MultipleFlightBookingCoordination
    Regards,
    Chris

  • Service user XIISUSER  locked when resending multiple messages

    Hi All,
    Scenario: Idoc  to 2 file  receiver  (1 defined as a Business Service). We notice that occasionally when we send multiple idocs from R/3 or when we restart multiple messages from the same scenario, we will get a HTTP 401 error and will find our service user XIISUSER locked.
    i.Has anyone come across anything like this before?
    ii. In receiver determination, the "Terminate message processing with  Error(Restart Possible) radio button is chosen. Out of interest, what kind of error does this give if either 1 or the receivers cannot be found during runtime?

    Basically the error will be HTTP 401 Unauthorized and we will find XIISUSER locked. This usually happens when we send multiple idocs for the scenario or when we restart multiple messages that belongs to the scenario. By multiple i mean 5-10 messages and not a really big number.
    Once the XIISUSER is unlocked, I can just restart the message and it will be processed successfully. What I would like to know is what is causing the XIISUSER to be locked in the first place. can this be caused by the branching of the messages?

  • BIG problem when ordering multiples of  prints

    I shoot a lot of portraits, and when I get an order for prints (I have Apple fulfill print orders for 4x6's and I do the larger sizes), I order through Aperture. I select all of the images I'd like printed, then go to File>Order Prints. This is a all fine if you are just ordering 1-4x6 of each image, but what if the client wants 5 4x6's of a specific file, like DSC5678. Guess what? In the ordering interface, the file names are not listed...you just get thums of the prints to be ordered. That means that when I have an order for 150 4x6's and say, 20 of them need multiples prints, I have NO WAY of knowing which prints get multiple 4x6's...I started just writing down descriptions of each image that needed multiple prints, but that was ridiculously time consuming, so, I UPLOADED TO SHUTTERFLY. Apple gonna lose a ton of my printing business if this issue isn't addressed. I assume others must have this problem, too, unless there's some magical fix I am missing.

    This bugs me too.
    I've filed multiple feature requests around this UI and its inflexibility as a "sheet" -
    Please do the same -
    1. The version numbers aren't listed in the order pallette, this becomes a problem when you can't tell which version is 4x6 vs 5x7...
    2. The Version names get hashed during the upload, so the name printed on the back of the actual print is not the original version name...

  • I have a problem when I create message via t-code notif_create.

    when I create message via 'notif_create',I can't fill the blank 'Component'.How can I get the 'Component'?

    Hi Liu,
    the F4 option is available for the component blank and we can select from them generally.ALso check the following SAP Notes...which may prove useful..Note 813075 - DSWP: Create Support Desk message missing category field
    Note 857793 - Determine system context for messages
    Note 853597 - Sorted display of F4 helps in NOTIF_CREATE
    Hope it helps.
    Br
    Sri
    Award points for helpful answers

  • IPhone  4s sms/text message tone is double when receiving a message, using tri-tone?

    When I am reciving a text message (using the tri-tone for the text tone), it sounds like its doubled tone....

    I just discovered that it's related to iMessage. If you have the e-mail sound turned on in settings-sounds-new mail, it give you one tone for the iMessage and the second tone because you are receiving the iMessage at your e-mail address. This seems to me like it's a bug and that they should only give one tone for an iMessage and still allow us to receive tones for e-mails. Hopefully it'll be fixed in the next iOS release! :) As a workardoun until then, if you turn off the email sound, you'll only get one tone for a message, but you won't get any e-mail tones.

  • Problem in Sending Multiple Message by XMLSocket

    Hi, I am getting error while sending multiple XML Object by XMLSocket.
    When i send message in first time by XMLSocket then server reads fine. Otherwise from second time, server always read the first response. So where i am lagging for sending the message with different types.?

    Hi, I am getting error while sending multiple XML Object by XMLSocket.
    When i send message in first time by XMLSocket then server reads fine. Otherwise from second time, server always read the first response. So where i am lagging for sending the message with different types.?

  • Problem when recording the data using BDC for Tcode CJ02.

    Dear Experts,
    When i am trying to record the data for TCODE : CJ02 i need to enter the project  Definition and enter the WBS element it takes me to the screen then i should select the WBS element and attach a file for that selected WBS element . The option for me to attach the attachment of file  will be available on the application area(Services for the Object).
    Now the problem when i try to do recording in SHDB this option like create attachement is not visible in the recodring . Kindly suggest me what can i do such that i attach the file for the particular project def and WBS element.
    Either suggest any function module or other procedure .......
    Regards,
    Sana.

    Hi,
      in BDC each and every action is recording. If your press enter in same screen that also recorded once aging may be this is your case repeating field values will appear. we can solve the problem for repeat fields like below.
    suppose in your excel having repeated field X1 X2 X3 the X2 contains repeated field X3 means delete the X3 field.
    Now In your itab having X1 and X2 fields. While in the LOOP the ITAB pass the X2 field to repeated the fields.
    LOOP at ITAB to WA.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'BDC_CURSOR'.
    bdcdata_wa-fval = 'RM08M-EBELN'.
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." 1st time pass the X2 fields
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." pass the same value to repeated field
    APPEND bdcdata_wa TO bdcdata_tab.
    Endloop.
    Hope you can understand.
    Regards,
    Dhina..

Maybe you are looking for

  • Management Studio crashing on local SQL Server console

    Unable to start the SQL Server Management Studio on the SQL Server 2012 running on Windows Server 2012 and 2012 R2 We have a number of SQL Servers deployed and in the last month all instances of the SSMS have stopped working with the following error

  • SelectOneChoice problem with SessionFactory.detach

    Hello, I have this problem , i have mapped two table (A, B) with one to one mapping eg. The descriptor A maps the fields like Table A, id_a ----- direct mapping name --- direct mapping tableB ...one to one mapping The descriptor B maps the fields lik

  • Translations - Adobe Forms in SAP

    Dear All. Hope my message finds you well. So this is a Q that I have for all you experts. Has anyone coordinated the Transaltions effort with Forms in SAP. I am basically seeking help with the format that will be best suited to have forms transated i

  • Printer for G3 OS 10.1.4

    I have an old G3 with OS 10.1.4 which my son is using. What is a good black and white printer for this model? Where can I find it?

  • Flash not working with any browser after update

    After an update, flash videos will not stream in any browser (Chrome, Firefox, Safari). I did a clean install of flash and the browsers, but to no avail. Mac 10.10.2. Has anyone else experienced this?