STMS - Transport Routes - Multiple Clients and Systems

Hi Guys
We are setting up a ERP Landscape based in four systems
AED - Gold Development (Most Development starts from here)
AEC - Customer Development (101,102,103...)
AEQ - Customer QA (401,402,403,...)
AEP - QA Production  (701,702,703,...)
Our main goal is to release transports from AED 100 to all clients in AEC (101,102,103...)
CTC was already set up to 1, and all system share a same Trans Dir
For this purpose I have created a transport Group /SOD_DEV/ and added AEC 101, 102 and new clients would be added
Only customizing request should be replicated on each client, and workbench only for one client.
Then, I need also all the transports from AEC go their respective client transport queue in AEQ and AEP
Example:
AEC 101 --> AEQ 401 --> AEP 701
AEC 102 --> AEQ 402 --> AEP 702
And in the future it should be able to expand to
AEC 103 --> AEQ 403 --> AEP 703 and go on.
My questions are:
Should I create a Transport Group for Customizing and Transport Layer for Workbench? O can I use a single Tranport Layer for both Workbench/Customizing?
How can i create a route from AEC so transports who got imported in 101 are automatically delivered to 401 and then 701?
Thanks
Martin

Hi Yuksel, thanks for your input.
We agree with a tranport Group between AED and AEC. Transport layer is ZAED.
All developments made in AED, are distributed to Transport Group /SOD/ to all AEC clients (100,101,102...)
Now comes the tricky part
for example, all requests that were imported in AEC 101 should be delivered to AEQ 401 and then delivered to AEP 701 only
That why I didn't put a transport group between AEC and AEQ, since it should be a dependency.
Any transport that was imported on AEC should follow their respective route
Workbench: AEC 100 --> AEQ 400 --> AEP 700 (Sytem-Wide Workbench requests)
Client 1: AEC 101 --> AEQ 401 --> AEP 701 (Client-Dependent Customizing)
Client 2 :AEC 102 --> AEQ 402 --> AEP 702  (Client-Dependent Customizing)
And it wiil follow with
Client 3 AEC 103 --> AEQ 403 --> AEP 703 (Client-Dependent Customizing)
It created these delivery routes; as example for Client1:  AED101-AEQ401 and AEQ401-AEP701. Is that correct?
See attached the screenshot for better reference, you are welcome to further suggestions
Best
Martin

Similar Messages

  • STMS Transport Route Administration - Import Targets not modifiable.

    Hello.  I'm trying to configure cCTS for use with CHARM.  I have created my system clusters and defined a consolidation and delivery route for the clusters.  Now when I double click on my clusters in edit mode and navigate to the Import Targets tab, I am not able to modify this tab.  I have been following the cCTS for CHARM and QGM Configuration guide. 

    Thanks Jessica
    I'm also working with OSS SAP Support now to try and resolve my issue.
    In short I can some up the problem and testing completed so far.
    <b>To Start:</b>
    The Server group removed old QA server from our SAP Landscape, therefore STMS Transport Route required rebuilding.
    <b>Systems:</b>
    We have a very complex system setup with SAP R3, CRM and BW systems. Each system has it's own server (Dev = R3D, CRD & BWD, QA Testing is now = R3T, CRT & BWT, Production = R3P, CRP & BWP) The Original QA servers are now being removed (R3Q, CRQ & BWQ)
    CRD is the Transport Domain Controller, with transport bins located on CRD for R3D & BWD, CRT for R3T & BWT and CRP for R3P & BWP. (Firewalls and Server locations are the root cause for the different Trans Directories)
    <b>Transport route:</b>
    Transport route for SAP R3 was: R3D -> R3Q -> R3T & R3P (in a delivery group). The new Transport Route needs to be R3D -> R3T -> R3P.
    <b>Main Problem now:</b> With the Transport Route configured like R3D -> R3T -> R3P, any new transport requests created in R3D moves to the R3T Import Queue automatically when the transport is released. Once the transport is successfully imported into R3T, it should automatically be added to the R3P Import Queue, but does not.
    <b>Present work around:</b> I've reconfigured the Transport route to R3D -> R3T & R3P. Any tranport request once released, is successfully added to both the R3T & R3P Import Queues.
    I have checked all SAPService<sid> OS users and passwords, ensured that the TMSADM user was recreated and working on each of the systems,  used telnet to log onto each of the servers from each of the other servers at the OS level (to ensure it's not a landscape firewall security issue), I've also checked all RFC connections in the same manner (to ensure each system can reach the others), recreated the route from R3T to R3P as both a Consolidation and a Delivery type of route,
    I will post any resolution found later.
    Thanks for the help anyway

  • With the new Time Capsule does the beam forming occur with multiple clients, and do these clients have to be 802.11ac compatible?

    With the new Time Capsule 5th Gen does the beam forming occur with multiple clients, and do these clients have to be 802.11ac compatible?

    does the beam forming occur with multiple clients
    Yes, but Apple is unclear about how many cients can be connected simultaneously with this feature.
    do these clients have to be 802.11ac compatible?
    Yes

  • Multiple clients and multiple databases on one system

    Does SAP support having a single system ( Let's call it PEQ for the sake of argument ) having multiple clients ( again, for the sake of argument, call them 200, 250, 260, and 300) allow for each client to have it's own physical database ?
    For example, here is what I would like to have set up:
    PEQ 200 - database 1
    PEQ 250 - database 2
    PEQ 260 - database 3
    PEQ 300 - database 1
    So PEQ 200 and 300 access database 1, PEQ 250 accesses database 2, and PEQ 260 accesses database 3.
    I only want to know if this is possible and if so how would you set it up.  I do not want to get into any discussion on whether this is the best way to go or not.  Any pointers to OSS notes on the subject are more than welcome.
    Thanks;
    Bruce

    > So PEQ 200 and 300 access database 1, PEQ 250 accesses database 2, and PEQ 260 accesses database 3.
    >
    > I only want to know if this is possible and if so how would you set it up.  I do not want to get into any discussion on whether this is the best way to go or not.  Any pointers to OSS notes on the subject are more than welcome.
    Simple answer: No.
    Long answer:
    - Workprocesses don't know anything about "clients". A client is nothing more than an additional field in a table with the client number. So it's not possible to configure them to connect to a certain database using a "client number".
    - A client alone has nothing but application data. It has no dictionary (tables, views) and it has no repository (source code) that can be executed
    - A SAP system (ABAP) has cross client customizing that would need to be shared somehow, technically not possible since also here the workprocess (which is the lowest unit) does not know whether a table is client dependent or not.
    Maybe there is a way to come out of this dilemma - if you tell us, what you (business) requirement is.
    Markus

  • STMS TRANSPORT ROUTES VIEW

    Hi,
    Can somebody know how we can save transport routes view in stms to file (visio for exemple) ? thanks in advance.
    Regards
    Sidi

    Hi,
    I have access to sevral landscapes and same problem and regarding your propositions:
    1/ System>List........>local file  not available on yhis view
    2/custo of local setting   no results
    3/print screen will not print all the view and even will no allow to modify the out put
    For visio was juste example if i can have it on world also will solve the problem.
    Regards
    Sidi

  • STMS-Transport Routes creattion

    Hi Friends,
    Please clarify my question regarding transport routes. We had total 4 systems in our landscpae like ECC-dev,Qas,Trn and PRD.
    as usually the old transport connections are existed beteen "dev-qas" then "qas to trn" and "prd".Now we want to create new
    transport route between dev to TRN directly due to new functional developement. I don't want to touch eixted connections
    because these new transport route is temporary only. If I create this transport path between dev and trn, is there any impact to
    existed connections? How can I create this path, Please advice on this .
    Thanks.

    Hi,
    I don't think you can add same system twice in transport routes.
    And if you want to change existing one, check below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a2a27acc11d1899e0000e829fbbd/frameset.htm
    Thanks
    Sunny

  • Client and System ID in XI

    Hi,
    When I call a Proxy in SAP from XI, I want to pass the XI system client (like SY-MANDT in R/3) and system id (like SY-SYSID in R/3). How can I do this.
    Thanks
    Kumar

    Hi,
    Go thru this for more-
    Re: accessing properties file
    Re: JCO connection parameters in sld??
    As this is accessed from Java stack , we need to go on this way.
    Regards,
    Moorthy

  • Oracle 9i Client and System.Data.OracleClient Problems

    I have an application server that has an ASP.NET webpage that queries an Oracle database on another machine through ODP.NET.
    The app server's machine's OS is Microsoft Windows XP SP2 with IIS and .NET 2.0 Framework installed and configured correctly.
    The following Oracle software is installed (from OUI inventory listing)
    Oracle Services For Microsoft Transaction Server 9.2.0.7.0
    Oracle ODBC Driver 9.2.0.7.0
    Oracle Provider for OLE DB 9.2.0.7.0
    Oracle Objects for OLE 9.2.0.7.0
    Oracle Data Provider for .NET 9.2.0.7.0
    Oracle 9i Client 9.2.0.1.0
    Sun JDK 1.3.1.0.1a
    When the ASP.NET page attempts to connect to the Oracle instance on the remote machine via the Data provider I get the following message...
    System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Exception: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    <<snipped>>
    I know the connectivity between the client on the app server (SQL*Plus: Release 9.2.0.1.0)
    and the remote database (Oracle Database 10g Enterprise Edition Release 10.2.0.3.0)
    is working since sqlplus sessions connect and the NET Manager tests through Local Service Naming succceed.
    I've tried the "ORACLE_HOME permission changes" solution for Autenticated users as articulated here ....
    http://jasondotnet.spaces.live.com/blog/cns!BD40DBF53845E64F!122.entry
    but the error persists.
    In the list of oracle installed products above, I installed the first 5 (ODP.NET) before the last 2 (Oracle 9i client). Would this matter ? At first I thought perhaps the ODP.NET component didn't "know" about the client since it was installed before there was one on that app server.
    Feeback much appreciated.

    Well I figured it out. I guess...
    1) Uninstalled all Oracle Software Products
    2) Rebooted the machine.
    3) Manually removed C:\oracle\ora92\.
    4) Installed and configured the following
    * Oracle 9i Client 9.2.0.1.0
    5) Installed and configured the following
    * Oracle Services for Microsoft Transaction Server 9.2.0.7.0
    * Oracle ODBC Driver 9.2.0.7.0
    * Oracle Provider for OLE DB 9.2.0.7.0
    * Oracle Objects for OLE 9.2.0.7.0
    * Oracle Data Provider for .NET 9.2.0.7.0
    6) Gave the following accounts Full Control over the ORACLE_HOME directory
    * ASP.NET Machine Account
    * Internet Guest Account
    * Launch IIAS Process Account
    6) iisreset
    Conclusion....
    The order in which Oracle components are installed does matter.

  • Open Transport with Dial-up and System 8.5

    Hello,
    I'm looking for definitive information on Open Transport. I have a CD service manual but their information is vague.
    I'm trying to configure a 6214CD Performa with OS 8.5 and dial-up. I've had the machine on dial-up with Config PPP for a long time with 7.5.3, however, after a clean, full install of 8.5, I can't get conntected.
    Config PPP "appears" to connect, but I don't believe it really is connected. From all my reading it appears that one MUST use Open Transport after 7.5.3, but I have never been able to find enough detailed information to do so.
    Am I correct in that there is no actual OPEN TRANSPORT Control Panel? With the new 8.5, I no longer see Network Software Selector.
    The CD service manual says the Mac OS "hides the Classis appletalk files (Network and MacTCP) by making them invisible.
    I do have TCP/IP. I've used Macs for 15 years and have tried and tried but never could find good info to work within OPEN TRANSPORT. I'm willing to read and read if someone can direct me to good data,
    thanks
    Lowell

    Lowell,
    I use apple + shift + 4 because it allows me to crop for just the two windows that I want. Having caps lock down will give you a bullet instead of cross hairs and captures just the window that you click on. Because TCP and Remote Access are two windows, screen capture w/ caps lock does not do the trick and a full screen capture is more than I need.
    When I tutor seniors, I always wonder what their configuration was before their machine quit on them. I have to work from scratch. By taking the screen shot after configuring their computer, I can help them over the phone becuase they have a picture of what settings need to be. It saves me a lot of time explaining!
    As for a small, simple program, I am afraid to say that Filemaker Plus from 1985 has served me so well over the years that I have not explored every new gadget software that has come out since. I bought one such gadget program from New Zealand more than a decade ago and was disappointed when it did less than Filemaker with more trouble, not less.
    Filemaker 2.1 has 98% of the features I ever use. If you take a screen shot, paste it into a Filemaker layout and then draw text fields over the top, you get WYSIWYG capabilities. You can select the picture and designate it as a non-printing item so that you see the form on the screen but do not print a screen form onto an actual preprinted form.
    There are a few OCR programs that let you scan a form and then create text fields over the top for converting forms into a database. The form is essentially the same as a screen shot at that point. Those programs are good for quick formatting while scanning into text but Filemaker is still faster for me because I was fortunate enough to start using it 21 years ago.
    Jim

  • Multiple "login" and "System" keychains

    My menu bar lock icon shows two entries for keychain "login". There are also 2 entries for "login" in Keychain access. This is also true for my "System" keychain. They can be both locked, both unlocked or one of each. If I delete the extra one, they both get deleted. There are still two "login" keychains in the list, but the lock icon is gone and an empty square is shown instead (for both of them). There is only one login.keychain in my ~/Library/Keychains and only one System.keychain in /Library/Keychains. This all applies to my Power Book. On my iMAC, keychain access shows 2 "System" keychains but only one "login". What are these extra keychains and how do I get rid of them. It's not really a problem (everything works like I think it's supposed to), it's more of a nuisance and a puzzle that I really want to solve.

    Hi Zaheer,
    Thanq for reply,
    SM04 we can find no.sessions and terminals , but i am looking for mutiple logons login and logout timings.
    Thanks,
    sksk.

  • Installing multiple Instance and System Copy

    Hello All,
    In our customer landscape,we have a DEV Server and PRD server. Now the customer wants to install one more instance for Quality in the same DEV Server and then perform a system copy of PRD Server.(to make it 3 system landscape)
    How to perform this and what all the things to be considered before performing the same...?
    Kindly suggest.
    Thank You,
    Regards,
    Hasan

    It will install separate instance and same support pack level will come.
    You can see this video
    [System Copy and Migration]
    How to Perform a System Copy Export
    How to Perform a System Copy Import

  • ChaRM transport route, one development, 2 QA, 2 PRD system landscape

    Hello,
    We have a customer who has an ERP system with a transport route which is the following:
    One single Development system which feeds, 2 QA systems and then 2 PRD systems.
    We are to implement ChaRM and we want to customize the tickets so that every time you execute the import action of a transport request into QA (and later into PRD) both systems QA1 and QA2 are updated and later on with PR1 and PR2.
    We would like to know how to support this scenario in Solution Manager using ChaRM.  How do we set up the logical component at SAP, how we define the transport route and layers, and how we define the actions in the SDHF ticket.
    I appreciate your help.
    Regards
    Esteban

    Hello,
    We set up a testing environment for change request management. In a solution manager we created five clients.  One single development which feeds two quality systems, and final two production system.  As it was said in the thread we used transport groups in the transport route.  The development system feeds this transport group which feed to import queus in quality systems.  We tested this transport route and transports worked well and arrives into both production 1 and production 2 systems.
    Then created a logical component for that landscape, with five sytems.  Then we created a maintenance project using that logical component.  We created a maintenance cycle and then a task list was created which shows two delivery system, and the two productive  systems.  All the groups have the right actions.
    However when we created a SDHF correction the system creates the task list only for 3 systems, not for the five of them. 
    we see that only action groups are created for development, quality 1, and production 1.  No entries for quality 2 and production 2 
    We try to run the action which is in the general part of the task list to execute the import in multiple systems, it cames out with the correct selection of importing in quality 2 system because it is the transport group.  However an error is raised saying that the actions for  quality 2 are not there in the task list which is true.  Finally, as short term solution, we were able to import into quality 2 and later on pr1 but done manually in the stms transactions which is not what we want to do.
    Regards
    Esteban Hartzstein
    Edited by: Esteban Hartzstein on Aug 24, 2010 2:06 AM
    Edited by: Esteban Hartzstein on Aug 24, 2010 2:07 AM

  • Transport to multiple systems using one package

    My customer has one development instance that services two test and production landscapes for seperate geographical regions.  This is a new installation and they are developing using packages.  They currently belive that they can transport the objects from those packages to each landscape via the same package, transport layer and transport route.  I'm contending that that is not possible and that they will have to create a seperate package with the same objects for each landscape if they want to transport to both.  I'm a bit inexperienced at this and could use any advice available.  Is it possible to setup STMS transport routes to transport to two seperate environments from the same transport layer?
    Regards.

    Hi Joe,
    One thing that you can do is to ask you Basis people to provide the Data and CO files for your transport request
    You can then send these files via mail, CD etc to any number of locations and import it into the system

  • Drop insert in receiver system with multiple clients

    Hello,
    does TDMS handle drop-insert technology in a multiple client receiver system automatically?
    What can be the impact for the other clients when they are working while data deletion in the
    receiver client?
    Regards Karlheinz

    Hello Karlheinz,
    Good, question is straight and clear now.
    please refer to steps mentioned in oss note 1433553 to make sure that TDMS should not consider drop_insert in TDMS migration.
    Regards,
    Amit Sharma
    Solution
    You have the possibility to set a Global Parameter for setting the deletion
    scenario to overall array delete. In the following a description of the
    proceeding.
    Check if the global parameter GLOBAL_NO_DROP_INSERT exists
    and that it is set to 'X' in the receiver system.
    Call the Migration Server Overview(tcode cnv_mbt_tdms).
    Expand the tree until you get your package.
    Mark the package number so that it is highlighted.
    In the menu click on Goto->Global Parameter.
    When you have correctly positioned your cursor on a package number you
    will see in the application toolbar buttons named with the exection targets,
    system name and client number. You can also see if a connection to the listed
    system is working (checkmark) or not (lightning).
    Click on the button
    'RECEIVER' to get the global parameters from the receiver system. This is where
    the Global Parameter has to be set.
    The global parameter entries will be
    delivered empty and for the parameter you want to use you have to set the value.
    An initial global parameter has no value in the column 'Client'.
    Mark the row with the global parameter
    'GLOBAL_NO_DROP_INSERT'.
    Press button copy text (third button).
    In the menu bar click on the drop-down box of the insert button and choose
    the item 'Insert in new row' in the selection list (forth button from
    left).
    In column 'Client' enter the client where you want to use the overall
    scenario array-delete. If you enter the value 'ALL' then the setting is valid
    for all clients in the system.
    In the column 'Parameter Value (from)' enter the value 'X'.
    Save your settings.
    If the parameter already exist you have to check whether the correct
    client is set. If the column 'Client' includes the deletion client or the value
    'ALL' then no further settings are required. Otherwise you have to copy the
    Global Parameter as previously described and change the value in the column
    'Client' with your deletion client. Take care that the value in column
    'Parameter Value (from)' is 'X'.
    From now on the generation of deletion
    programs will use this information to create the deletion programs with deletion
    scenario ARRAY-DELETE.

  • Is transport route necessary to make tp show up at STMS buffer?

    Good morning:
    We added a real extra system as this:  dev->qa->prod->"extra system".
    There is a delivery route (NOT transport route) between prod->"extra system".
    However, the transport imported into prod
    1) shows up in "extra system"'s  buffer  at OS level (i.e. using "tp showbuffer ...);
    2) does NOT show up at STMS "extra system"'s  buffer (i.e. NO show at  GUI level).
    Is a transport route absolutely necessary between "prod->extra system" in order to correct this?
    Thanks!

    Hi,
    Ok, but regarding 1st point, do the system belong to the same transport group? If these share the same transport directory they should. You can check the transport group in STMS-> System Overview.
    Also perform the following checks in STMS -> System Overview:
    Select all the systems, then:
    SAP system > Check > Perform the three checks there.
    Do you see any error?
    Br,
    Javier

Maybe you are looking for

  • Letter of Intend / Letter of Award in SAP

    Hello Experts, I need to have Letter of Intend / Letter of Award in SAP before awarding PO to vendor. Wanted to know if it is possible in SAP to create LOI / LOA. If yes, how? Thanks in advance. Regards, Ganesh

  • Windows Server 2008 R2 Domain Controller NOT logging EventID 4740

    EventID 4740 (account lockout) is not being logged to the event viewer. When searching through the security log there are none to be found. Having accounts locked out and no logging is driving me nuts. Hope someone has run into this before. This is w

  • Installation of GlibcFix-pi22-update-0-x86_64.gz

    Hi, what is the correct installation way of installing GlibcFix-pi22-update-0-x86_64.gz ? I did the 2 steps in http://www.cisco.com/web/software/284272933/118126/GlibcFix-pi22-update-0-x86_64.pdf The response of PI is  Save the current ADE-OS running

  • Problem with MV45AFZZ after Saving data in  VA41 or VA42

    Hi, I am using MV45AFZZ  to trigger error message after entering quantity in va41  or changing the Quantity in VA42  . Based on Calculations in MV45AFZZ ,error message is getting generated while Saving, if the Quantity exceeds certain value .When I a

  • Trial lightroom 5.2 30 day.Upgraded

    I now have two lightroom 5s in my control panel in programs each 900mb or 989 mb on the one downloaded on the date of the 30 day trial.and the other on the date of the upgrade to both or 811mb. Can i uninstall one?If so which one?The upgrade was the$