A question about transport orders simultaneous

Hi, we are having a problem in a long time ago. Sometimes when two users import a order each, the transport system hangs (we solve this hang deleting orders and killing tp processes).
We need to know:
1.- Why this occurs some times (and not in all times)?  Or what can the reason be?
2.- We can do anything to avoid those situations?
Greetings.

Dear John,
try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
Regards,
Peter

Similar Messages

  • Question about the order to creating Account, Contact, Contact Role

    Hi, my friends,
    I have some questions about the order of creating Account, Contact, Contact Role, etc in Web Service 1.0. I could create them in the following case:
    1. Insert Contact object and get contactId (now new contact exists in CRMOD)
    2. Insert Account object with Contact Role child associated with contactId
    My questions are:
    1. Do we have the following order? Insert new Account with new Contact child and Contact Role child (Contact is new and does not exist in CRMOD).
    2. Looks like system need accountId, contactId, etc to make the objects relationship. Is there other field having the same function?
    Thanks
    Ray

    Hi Ray,
    In response to your questions:
    1. Do we have the following order? Insert new Account with new Contact child and Contact Role child (Contact is new and does not exist in CRMOD).No. Both the Account and Contact must already exist. The Role value is an attribute on the Account Contact relationship, this relationship must exist in order to assign a role value to it. This is consistent with the behaviour of the UI, when you press the New button on the Contact child applet, you are taken to the Contact New page where you can create a Contact record. Once you save, the relationship is created but you cannot assign a role value unless you click the Edit Roles link next to the new Contact.
    2. Looks like system need accountId, contactId, etc to make the objects relationship. Is there other field having the same function?Correct, the system needs to know which Account/Contact pair is being assigned a role value. To do this the Account and Contact values must be uniquely identified using the Id values for each.
    I hope this helps.
    Thanks,
    Sean
    Edited by: Sean Duffy on Jan 25, 2010 10:11 AM

  • Question about transport layer

    Hi folks,
    I would to know if anyone has some information about transport layer between two tenants, eg: Test Tenant and Productive Tenant.
    I suspect that deployment on Productive Tenant requires manual deploy with HANA Studio (or eclipse + hana cloud platform plugin).
    Thanks in advance!
    Kind regards

    No, there is no such transport system in HCP. Actually, you've probably noticed that we don't bind you to a particular DI (development infrastructure) - e.g. it's up to you to choose what version control system suits you best - be it Git, CVS, SVN, Perforce...
    For Java apps - hope I already answered your question above.
    For XS apps - AFAIK, you have to import your sources into a HANA repository package and activate them.
    HTH!
    --Vlado

  • Question about locking order during merge statement

    Dear all.
    I have a merge query with a decedent hint to prevent deadlock with another queries.
    Another queries use select ~for update with same hint.
    My question is that the locking order will follow the hint in this query?
    Or I might use the select ~ for update before this merege.
    Please give any advice about select ~for update and locking order in the query.
    Thanks.
    MERGE INTO  A
    USING
         (SELECT /*+ index_desc(C index_key) */ *
         FROM
             C
          WHERE key > :start and key < :end
        ) B
         ON  ( A.KEY = B.KEY )
    WHEN MATCHED THEN
         UPDATE
         SET A.v1 = B.v1

    What you are doing is not going to prevent a deadlock in your, as yet, unknown version of Oracle. Reading an index does not cause deadlocks. Trying to alter an uncommitted row does.
    I would suggest you code this correctly by doing a SELECT FOR UPDATE WAIT <seconds> in all transactions.
    http://www.morganslibrary.org/reference/deadlocks.html#dlfu

  • Questions About Pre-Ordering/Reserving the iPhone 4?

    I know on June 15th you can pre-order/reserving an iPhone 4. I am a bit unfamiliar with the pre-ordering process.
    If you can pre-order and pick it up in the stores, does that only mean it guarantees you one on launch day? Also on launch date will there be a separate lines for pre-orders and non-preorders? (So pre-orders go in the store first?)
    And if you reserve the iPhone 4 in store pick-up, do you have to pay the whole thing, or just put a certain amount down?
    I doubt if anyone knows this question.
    What time do Apple Stores open when the new iPhone 4 comes out? I bought my iPhone 3GS last year at launch at AT&T and they opened at around 7 I think, which I read is the same this year.
    I'd rather deal with Apple. Do they open around 7 A.M to too?

    rather not deal with the crazies and people, id order online and get it shipped to my front door. check with your local Apple store for business hours. i remember att opening a little earlier on launch day for the 3GS, idk about Apple though? id asume both will run it alot smoother for everyone.

  • I have a question about my order status, help?

    I ordered my iPhone 6 Plus on Friday and in my orders it says that I don't have any orders, but where it says upgrade my device, it says I have one waiting to be activated. I just need to make sure I actually got the phone.

        Ordering a new phone is certainly exciting and we can understand wanting to make sure everything is processing smoothly zthester44. What we can do is have you check here http://vz.to/1qVglop to see if it shows anything is being processed for you. You can also reach out to the internet orders team at 866-338-7390 to check the status as well. Please keep us posted if you have any other questions.
    CandiceH_VZW
    Follow us on Twitter at @VZWSupport

  • Question about transport

    Hi all
    What is the aproach to transport XI desing , configuration and mapping objects.
    If we develop a scenario for a customer in our own XI server and we want to implement it in the customer Xi server after it is finished , then what objects do we have to transport and how we can do it.
    what about the tech. and business systems , do we have to create them in the customer machine or just transport them.
    thanks.

    Hi,
    After completing the development you can transport the object by 2 way.
    1. File Transport method
    2. CMS Method
    In Integration Repository object:
    Right click on the Namespace which you want to send to Quality system and select the export option and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxi
    epository_serverexportsample.tpz
    Above file will be copied and pasted in following path
    usrsap<SID>SYSglobalxi
    epository_serverimportsample.tpz
    Similar procedure for directory
    Right click on the configuration scenarion in development which you want to send to Quality select the export optin and export it....this will create a .tpz file on the server following path
    usrsap<SID>SYSglobalxidirectory_serverexportsample.tpz
    then login to the IR of the quality select the Tools ---> Import option you will get this tpz file and import it and activate.
    How to transport SLD objects.
    Exporting and Importing Technical Systems and Business Systems
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    Go through these blogs also.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    HOW TO transport usning CMS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109 
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Regards,
    Sarvesh

  • Questions about playlist order

    Hi,
    This is my first post to this forum and I hope that someone will be able to help me. I have just started using ITunes version 10 and have done pretty well until I got ready to burn my first CD. I have several questions:
    1. I have put the songs in my playlists in a particular order but when I burn them they come out in a different order. I find from reading this forum that having the shuffle set to "on" can cause this problem. Well, I am not sure if it is on or off. When I click "Shuffle" the next window looks like this:
    Turn on shuffle
    X By Song
    By Albums
    By Groupings
    If I click on "Turn on shuffle" the window turns to "Turn off shuffle". This confuses the new guy. Is my configuration set to shuffle or not? What do I need to do to get the songs to burn in the desired order?
    2. When looking at the playlist the first column has a marker pointing down in the far left position. Below the marker is listed the song numbers. If you left click the down marker it changes the song order. What is this feature for?
    3. I have searched high and low and I can't find instructions for the use of Itunes. Are they available via the internet? If so, where can I find them?
    For your information I am using a newer HP machine running Windows 7.
    I know most of these questions are pretty basic for most of you but since I am new, I have a learning curve I must overcome.
    Your help and patience will be appreciated.

    If the button with crossed arrows at the lower left of iTunes is blue, Shuffle is on.
    Turn Shuffle off to burn a playlist.
    The arrow in the column header is for sorting. It's triangle and if the point is at top, it sorts ascending order (first to last). If the point is down, it sorts in descending order (last to first).
    iTunes tutorials are here -> http://www.apple.com/itunes/how-to/

  • Hi,a question about transportation of translation of selection screen?

    Hi Experts,
    I am working on an ALV and there is a selection screen for it, and I have translate the texts in the selection screen and can they be transported while the program is transported to another system? if not how can I transport the translations, thank you much.
    Kind regards
    Dawson

    Hello ,
    Please follow the below steps for transalation ..
    - Complete your development and release the same .
    - Always have the Translations which u can do wtih SE63 tocde and have them within a specific transport request (Recomended Transport of Copies) .
    Now u release the TR of translation then everything wil work fine .
    Ensure always Translations TR is younger than Development TR withrespect to their creation and Releases ....
    Regards,

  • A question about transport of the change to InfoSet

    Hello Expert,
    I made a change to the infoSet MMIV03 by Transaction SQ02 and add MKPF-USNAM into the field group INVENTORY MANAGEMENT. Then I clicked Save button, but there is no pop up window to ask me to save into transport. I clicked "Generate" button, and there is no popup window,too. I create a new infoset and the system aslo doesn't ask me to save into transport.
    I need to transport the change to testing system, can any expert tell me how to include the change into transport?
    Thanks in advance,
    Regards, Johnny

    Dear John,
    try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
    Regards,
    Peter

  • Question about transport system configure

    I have two system dev & prd,  the prd is domain controller, the router is from dev to prd.
    I want to delete all transport configure and reconfigure it.   Now I login to prd 000, and delete dev from transport system, and use se06 to initial the stms,  then I go to stms, the configure has been initialized.
    But when I login dev000,  the two systems configuration and the transport router is still exist in stms and I can not use se06 to inital it.   I am sure that in prd 000, the configuration has been deleted succussfully.
    the configuration is still exists in dev000, and I can not do any operation from dev000 which is not domain controller, and the real control prd000 has been delete by me.
    I try to use se06 , but after reinstall cts,  I can still see the configuration in stms.
    Could you give some solutions , Is there any problem with my operation?      
    thanks a lot.
    Edited by: victor on Jan 11, 2009 9:17 AM
    Edited by: victor on Jan 11, 2009 11:07 AM

    Hello Victor,
    you said PRD is the domain controller and successfully you
    deleted previous configuration in PRD ,now login into DEV and
    in the same delete the cofiguration in DEV too.when everything
    is cleared you start from the first and start adding DEV to the
    domain PRD.hope this helps.
    regards,
    Manjula.

  • Question:about internal order of RD project

    a internal order of the RD project can count cost according to two different RD phrase?
    one part will be count  into gains and losses,the other will be count into immaterial assets
    who can tell me how to do in sap ?

    Do you mean "count" is allocated ?
    If it is the case, you can split in settlement rule, the first receiver is GL account and second receiver is fixed asset. You can split by %.
    Otherway is use Project with 2 WBS element that settle to GL Account and Asset.
    Rewarded if can help.

  • LinkedHashMap - Question about the ordering

    Hi all,
    I have the following objects in my code:
    LinkedHashMap<Integer, String[]> mainContainer = new LinkedHashMap<Integer, String[]>();
    String[] stringContainer = new String[37];
    int key; // this value increments up to 37
    mainContainer.put(key, stringContainer);Now when I add objects (in incrementing order from 0 to 37) to the main container when looking at the list I expected to see 37 items with the key being inserted into the list in order. What I found when inspecting the variables in my IDE was that when I got to element 16 the key was set to 17 and looking at the 17th item I realised that key was 16...Later on in this list there were other inconsistencies where the order was not as expected e.g. element 30 had a key of 20,
    Please could someone suggest what might be going on here - I may have misunderstood the ordering of this type of object?
    Thanks,
    Edited by: notforgoogle on Nov 22, 2008 10:24 AM

    One thing to remember is that you should not reuse an array for the values of multiple keys like the the previous example.
    Map<Integer, String[]> mainContainer = new LinkedHashMap<Integer, String[]>();
    for (int key = 0; key < 37; key++)
        mainContainer.put(key, new String[37]);
    System.out.println(mainContainer.keySet());prints
    [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]

  • A question about the execution order of java code

    I have a question about the order of the execution of java code.
    class myclass
    String str1 = new String("str1");
    static String str2 = new String("str2");
    static
    String str3 = new String("str3");
    myclass( )
    String str4 = new String("str4");
    static myfuntion()
    String str5 = new String("str5");
    When I new a myclass object, what is the order of execution about str1,str2.str3 ,str4?
    When I run myclass::myfunction( ) instead of new a myclass object what is the execution order about str1, str2, str3, str4, str5?
    Thanks

    hello,
    I think there may be one thing can't use println to make sure.
    class myclass
    static {  System.out.println("str1");   };
    myclass() { System.out.println("str2"); }
    then str1 appear before str2
    class myclass
    static {  String str1 = new String("str1"); };
    myclass() { String str2 = new String("str2"); }
    then
    str1 initilized before str2,
    str1 get the value str1----->after<----- str2.
    Am I right or wrong?

  • Information about DSO: Order Items (0SD_O01)

    Hello Experts!
    I have a little question about DSO Order Items (0SD_O01)
    and Info cube  Service Level: Order Items (0SD_C12).
    The DSO is provided from 2LIS_11_VAITM (Customer order)  and 2LIS_11_V_SSL (Delivery).
    My question now, how will the delivery data and the customer order data joined?
    Maybe someone can explain me the data flow up to info cube 0SD_C12.
    Thanks for your help!
    Best regards
    Florian

    For Deliveries in DSO 0SD_O01 a lot of Objects are not filled (like Material Customer...), that is ok because in data source deliveries are not such detailed information as in customer orders.
    But if I have a look in the Cube 0SD_C12 I all Info Objects are filled.
    So my Question, will the data joined together in the basis of Document number?
    Maybe you can explain a little bit.
    Thank you for your help!
    Best regards
    Florian
    Edited by: Florian Trütschel on May 20, 2009 6:13 PM

Maybe you are looking for

  • Crystal Report to PDF

    I am trying to send the data from a single record to a Crstal Report that I created and then create a PDF from that report that I can Print.  This is the error message that i get  Exception Details: CrystalDecisions.CrystalReports.Engine.DataSourceEx

  • [HELP] How to backup and erase from computer

    Hi, my blackberry's keyboard don't work anymore. I have to return it to the shop.  But before, I have to backup, and moreover, erase personnal data from my blackberry. But, even if I try that from my computer, I have to type my password on the phone,

  • My plan.Is it possible?External drive for a network!

    I have an eMac.I just purchased a Western Digital 250 Gig firewire external hard drive.I haven't formatted it yet.I have some questions.I want to store my iTunes folder,iPhoto folder,my iMovie folder,and back up my internal eMac hard drive on it.How

  • Fetching ename who are all having max(sal) in each of job from emp table

    hi all, i need a query to fetch all the ename who are all having maximum salary in each job category from emp table thankx in advance regrds, punith

  • Ken Burns is driving me crazy

    Well not so much Ken himself as his effect. It seems to be the default mode for all iPhoto slideshows. Even if I go to all the trouble to turn it off when I create a slideshow, when I try and access the same slideshow via the remote, it becomes Burns