How to keep messages in sequence of different interfaces (using queues?)

Dear experts,
I'm running a scenario in which a job in one system creates and deletes orders in another system via XI (using idocs). I'm sending 100 times more creations than deletions.
These are two different interfaces. Therefore they use different queues.
My problem now is that sometimes a deletion enters the target system before the the creation of this order has taken place. Because the queue is much shorter for deletion, these are processed earlier.
How can I make sure that message from two different interfaces enter and then exit xi in the same sequence? Is it possible to assign them to the same outbound queue?
Please advice.
Thanks in advance.

hai
check the below link
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0401ea9-0be5-2910-b389-ce9675ab8af9
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0111fef-d311-2a10-c0b9-f33a49c1f2e5
note:reward points if solution found helpfull.....
regards
chandrakanth.k

Similar Messages

  • How to find out which sequence a certain column used?

    you konw column C in table T is created by a sequence.
    How to find out which sequence column C is using?

    In the meantime I think it ought to becompulsory to
    only assign sequence values in triggers.
    Why? I can see no good reason for this. I think it's a good idea to have stuff like this
    coded in only one placeI don't like your argument for compulsory using triggers for sequences for exactly the same reason as you, ie that I like to keep my code in one place. If I'm reading some pl/sql code which uses a sequence I like to see the fact that the sequence is used in the pl/sql code, rather than to check to see if theres a trigger on the table and then see which sequence that uses.
    "naming conventions can work, provided they're enforced. Alas, like other standards, they can only be enforced by active policing".
    Thats what code reviews are.
    " there is also the special case of one sequence populating more than one table...."
    This is My Pet hate. I don't think there's ever a case where this is absolutely necessary. Again code reviews
    Unfortunately I have to live with a system which does this.
    and I appreciate we can't all have code reviews, etc.

  • How to avoid default selection screen in HR interfaces(using pnp ldbs)

    How to avoid default selection screen in HR interfaces(using pnp ldbs)

    Dear Rakesh,
    The report category is used to change the selection screen of programs that use the 'PNP' logical database.
    See links bellow:
    http://www.sapdevelopment.co.uk/hr/hr_repcat.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/15/229357553611d3967f00a0c9306433/frameset.htm
    Report categories for selection screen in HR programming
    Also visit the following blog:
    /people/alvaro.tejadagalindo/blog/2006/02/19/how-to-deal-with-hr-payroll-reports
    Regards,
    Naveen.

  • How to send message to MDB from different clients.

    Hi,
    I want to know how to send message to a Message Driven Bean residing in EJB container from
    1. Web Component
    2. Application Client
    3. Another Entity Bean
    4. Non J2EE client.
    If you provide me any tutorial link on this it would be really helpful.
    Thanks for the time.

    Hi,
    refer to http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/MDB.html#74108
    Seetesh

  • How to keep same database with two different names in SharePoint 2013 for two different applications

    Hi All,
    I have very strange situation.
    I had SP2010 production database(wss_content_contoso) migrated to SP13 few months back to migrate one site collection only while I have 15 site collections stored in this database and created a site contoso.com
    Now, I want to migrate same(wss_content_contoso) SP2010 database to SP13 and want to create contoso2.com.
    I changed database name from wss_content_contoso to wss_content_contoso2 and assigned newID during mount process.
    After this exercise, I don't see any site for contoso2.com and issue seems to be the same database. 
    My question is!!!!
    How I can keep both databases(actually same database with different names) and run both application simultaneously?
    Any help appreciated!!
    Thank you,
    AM
    AM Senior SharePoint Consultant

    You need to run Backup-SPSite/Restore-SPSite on each Site Collection you want to 'duplicate'. You cannot restore the same Content Database to the same farm as the Site Collections have the same GUID, which is stored globally for the farm.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Comenting code - style - how to keep coments where you want them - without using sequences

    Silly question maybe about style of commenting.
    Basically i like to use sequence boxes to keep comments on my diagram beside the bits of code that they refere to - otherwise when you use diagram cleanup (which i'm afraid i use all the time) they go anywhere.  This is good - except that i found especially when doing FPGA programming the sequence boxes reduce the amount of parralelism that can go on - since the 'box' needs to finish before any of the outputs can be used.  Is there some other method i should be using instead of sequence boxes to keep text beside elements - without enforcing that a set of elements are fixed in one place?
    Solved!
    Go to Solution.

    I usually use labels of structures (loops, cases, etc) and labels of diagram constants, etc. for comments. In newer versions, we also have wire labels.
    (see also)
    What is your LabVIEW version? Also the LabVIEW 2011 cleanup does a better job keeping diagram comments together with the related code compared to earlier version.
    LabVIEW Champion . Do more with less code and in less time .

  • Not renewing my .Mac, How to keep messages?

    Hello Apple (and readers who might have suggestions),
    As a first hour .Mac subscriber, I'm thinking of not renewing my .Mac account because it costs me 100 dollars a year for (only) the fancy @mac.com e-mail address i use...
    Can i, and how can I keep or transfer the discussions of me to a new apple-id account?

    Well, i tried several things and as it turns out on MyInfo you can't change your Apple-ID. It says: "Note: .Mac customers click here to change your Apple ID."... which leads to www.mac.com There you login, click on account, personal info is the only thing you can change... it looks like it's impossible to change an Apple-ID of a .Mac account.
    Probably you could change it over the online-store (looks like you could there) but then they want credit-card information or you can't change your account name / AppleID !!! They really make you jump thru hoops.
    I ended up making a new AppleID...
    thanks for the help so far.

  • How to keep the original sequence of a map

    I want the equivalent of a Hashtable or Map class (I need keys and corresponding objects) which, once fully populated, will guarantee to get the key/object pairs back out using the order in which they were added, rather than by sort order of the keys.
    ( The bigger objective is to compare two such collections, A and B, to see which key/object pairs exist in A but not B, and which exist in B but not A. However, for presentation purposes, I need to keep the original order in which everything was read.)
    What's the most efficient way to do this ? I'm sure I've missed something really simplistic but, hey, it's Monday......

    There is no way to retrieve objects from any map in the order they were incerted unless you add some logic to the way you are incering it.
    Here is an example of such logic, where I want to retrieve "states" in the same order as I put them:
         public static void main(String[] args){
              HashMap map = new HashMap();
              map.put("1" + "PA", "Pensylvania");
              map.put("2" + "NJ", "New Jersey");
              map.put("3" + "CA", "California");
              map.put("4" + "TX", "Texas");
              LinkedList ls = new LinkedList(map.keySet());
              Collections.sort(ls);
              Iterator iter = ls.iterator();
             String stAbbrv = null;
              while (iter.hasNext()){
                   stAbbrv = (String)iter.next();
                   System.out.println(stAbbrv.substring(1) + " - " + map.get(stAbbrv));
         }the output is:
    PA - Pensylvania
    NJ - New Jersey
    CA - California
    TX - TexasHope it helps
    Alex
    [email protected]

  • How to keep A3 library stored in different locations in sync.

    Hello,
    I use referenced files, however, even having relatively small previews stored within A3, one of my libraries is over  34GB.
    Main library is stored on MP. However, to do images selection, sorting, key-wording, etc. whenever I have free time and no access to MP, I copy the A3 libraries to my MBP. To copy latest versions from one computer to another takes time as I copy entire libraries.
    The question: is there are any way to copy only parts of a library that are modified or newly added?
    Hopefully there are more A3 users that need the same functionality and there is an easy way implemented to A3 already.

    I did some research about information merging to A3 libraries.
    Firstly, I copied A3 library from one computer to another and did some changes in one of libraries. Then I tried to import entire library from one computer to another selecting "merge" option. It failed right from the beginning bringing the "The library could not be imported because it is a duplicate of the library currently running" message.
    Then on MBP I created an empty library and imported entire library from MP, did some meta data changes in one of libraries and tried to import entire library to unchanged one. My fault was that I played with my original relatively big library therefore it took some time. After an import process I realized that no changes were applied. I tried it another time selecting another library to resolve conflicts - same result.
    I did more experiments, however the only way to get changes merged into a library was to export modified project and merge it to another library. Then, because the project is duplicated I had to remove an original one and  relocate to correct place the one I just imported.
    During these experiments I found that:
    - if during an "Export a project as New Library…" to leave "Include previews in exported library" unchecked, visiting newly imported library for the first time it takes a few moments to regenerate thumbnails (smaller versions of preview) and some thumbnails are distorted. And it is a bug of generating thumbnails from the previews. If a thumbnail is generated but distorted, to fix it one can open a preview, wait until "Loading…" at the top of a image disappears and close the preview or by right mouse click, holding Opt/Alt and choosing "Generate previews" from menu. However, this works fine if the thumbnails of the images are already generated and if not, this "Generate previews" is useless. Which means it is necessary to go to "Photos" and wait until all the thumbnails are generated and then use this "Generate previews" option to heal broken thumbs.
    I discovered this after I activated "Photos", but did not scrolled down to force A3 to generate thumbnails, hit Ctrl + A (select all) and "Generate previews". Previews regeneration took about 10 hours on my 24GB RAM 3.33GHz Mac Pro. When it is done, scrolling through images I found that thumbs are not created and some of ones that are appearing/generating during my scroll are distorted. The results of this quite long test were disappointing.
    I have one more question: I found an option to export metatags from an A3 project, however, I did not find the way to import/apply the exported metadata to the pictures it belong to but located in another library.

  • How to keep messages on the server?

    I have Mail 4.3 and cannot locate in preference where I can  check to leave messages on the server? The computer is OS 10.7 so cant syncing with other devices so need to retrieve messages from those  other devices. thank you

    I am so sorry for poor syntax/grammar.
    I have Mail 4.3 and cannot locate in preferences where I can check to leave messages on the server. The computer is OS 10.7 so I can't sync with other devices; I need to retrieve messages from those  other devices. Thank you

  • How can text messaging stop from 2 different Iphones and change from the blue to the green and not go thru?

    while in the middle of texting with a friend the bubble turned from blue to green and wouldnt go thru since I dont have regular texting on my phone...all my other Iphone friends and family still are working. Just this one person has been locked out. Who or what do I do?HELP!

    There have been iMessage problems for about 2 days that are not impacting everyone.   I'm pretty sure it's not your phone, but the service issue that is impacting you.
    Try again soon and it should start working again.   There are lots of complaints about it again today.

  • How to keep the screen in sleep mode while using the Apple Remote?

    i use the imac to play soft music for me to fell at sleep, but sometime i just want to turn the volume down/mute/stop. but the screen keep come back on and brighten up my room.
    would this be possible? is there any program that could adjust this option?
    any cmd that i could run to fix this?
    thanks

    I appreciate the help A Brody, but this does not solve what I am asking. I like being able to focus on something like a YouTube video without having to worry about losing my "spot" if I want to move the cursor to pause the movie. I want to do this on demand and not have to worry about clicking a bunch of different stuff or opening a screenshot in Preview.
    If my iMac can do it, then how can my MacBook do it?

  • How can I send mail mail as different address using iCloud?

    I have setup Mail in OSX Lion to use my iCloud account ([email protected]) succesfully. When I compose a new message I would like to be able to send from an email address other than [email protected] (eg. [email protected] which is an email account I have set to forward to [email protected])
    In Mail > Preferences > iCloud (IMAP) > Email Address I have entered: '[email protected], [email protected]'
    which enables the "From" drop list. When I select  [email protected] and hit send, the message is not sent and Mail informs me that I have entered the wrong username and password. If I select [email protected] the message is sent without a problem.
    Why is this happening? What's the point of allowing me to select a different email address without being able to actually send email with that email address?
    Please help.

    Try looking at the following post...
    http://forum.java.sun.com/thread.jspa?threadID=329816

  • How to read messages from IBM MQ's by using MDB

    Hi All,
    Can anybody help me,My requirement is like MDB will listen to a MQ and then inserting this message in to the data base table.This MDB projet has to deploy in weblogic server.Plz rovide any documents or else sample code.
    Thanks
    Mani

    Mani wrote:
    Thx PhHein,
    For ur quick reply,there is no such information for meeting my requirement. Then I guess you should be looking for another solution. I'm pretty sure you just need to perform better research though. Try different search terms, spend more time reading and comprehending search results, etc.

  • How to prevent running a sequence two times by using "Test UUTs or F5"?

    How can prevent that a user can press "F5 or Test UUTs" more than one time???
    Greets
    Matthias

    Hi Matthias,
    If you haven't made any changes to your SequentialModel.seq then before you start make a copy of the SequentialModel.seq found in C:\TestStand\Components\NI\Models\TestStandModels and copy this to C:\TestStand\Components\USER\Models\TestStandModel​s.
    Now launch the SeqEditor.
    If you open the SequentialModel.seq file found in the C:\TestStand\Components\USER\Models\TestStandModel​s folder. With the
    Test UUTs sequence active. Select the Menu Item Edit | Sequence Properties.
    You should have the Test UUTs Properties dialog visible. Select the Model Tab. Enable the Hide Entry Point Execution control. Ok the changes and save the SequentialModel.seq file.
    Now when you run your Sequence you will only beable to run one execution.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

Maybe you are looking for

  • Can see the wifi network but can't connect to the internet

    Hi all! I've begun using a new ISP a few days ago, and while my desktop pc works just fine (ethernet), I seemed not to be able to connect to internet with my mac (either ethernet or wifi) even if I could see the wireless network. I thought it was an

  • HTMLDB_ITEM.DATE_POPUP API

    hi!! I have a report (sql query type Region) and one of the columns is generated dynamically through HTMLDB_ITEM.DATE_POPUP API. One of the parameters of this function is the ROW, so I had to pass to this function as the row parameter the ROWNUM, lik

  • FI Reporting

    Hi guys, Please any one tell me about reporting in FI module. i.e queries, variables hierarchies etc.

  • MB1A requires Serial number with some movement types

    Hello: I am using MB1A for goods movement. The client has a movement type (X82) which when I use it does not require serial number for goods movement. There are other movement types which when I use them in MB1A do require serial number. Now, I copie

  • Sticky Local Storage box

    Most of the time when Adobe Flash Player runs, there is a popup box that says:  "x.ytimg.com (or another name) is requesting permission to store information on your computer."  There is a folder, an Allow button, and a Deny button.  I usually select