Transport routes  queries

Hi ,
I have some doubt in transport route configuration for below structure,
I develop a change in Dev 100 , once release the changes needs to move to Dev 200 and QAS 100 , once test completed in QAS 200 move to QAS 300( UAT client), tehn PRd 100
Dev 100  -
> QAS 100  --->  QAS 300 (UAT client) ---> PRD100
                \ --> DEV 200
How to put transport route from Dev 100 -> QAS 100 & DEV 200 ?
Plz help it.
Rg,
Karthik

Transport Target Groups mentioned under this blog by Dolores:
Change Request Management scenario: Usual questions and known errors
Items 1, 2, 3 should explain your query

Similar Messages

  • Unable to add transport route in HANA Application Lifecycle Management (XS)

    Hi There,
    When we are using HANA LM to create transport routes then routes are created but straight away it comes with following error message:
    Internal Error: Transport Route(s) could not be retrieved.
    We have checked that required roles are assigned to user. Roles are
    sap.hana.xs.lm.roles::ExecuteTransport
      or
    sap.hana.xs.lm.roles::Administrator
    Same works in DEV and PROD environment.  I ran debug in Chrome and found that it is throwing an error when trying to run following:
    http://XXXX:portnumber/sap/hana/xs/lm/core/transport.xsjs?enrich=true&_=XXXXXXX
    After looking in HANA studio I have found that transport.xsjs has got following function which will throw above error on exception:
    function retrieveTransport(req, res) {
      if(!utils.checkForPrivileges(res, [ "sap.hana.xs.lm::Display"])){
        return;
      var item = utils.getItem(req.path);
      var enrich = req.parameters.get("enrich");
      var deleted = req.parameters.get("removed");
      try {
        if (typeof item === 'undefined') {
          var transportRoutes = trans.readAllTransports(deleted);
          if (enrich) {
            enrichTransportRoutes(transportRoutes,deleted);
          utils.setNoCacheHeaders(res);
          res.contentType = 'application/json';
          res.setBody(JSON.stringify(transportRoutes));
          res.status = $.net.http.OK;
        } else {
          // retrieve transport path id
          var tpath = trans.readTransport(item);
          if (!tpath) {
            utils.reportError(res, null, utils.getText("TRANSPORT_ID_INVALID", item));
          } else {
            res.contentType = 'application/json';
            res.setBody(JSON.stringify(tpath));
            res.status = $.net.http.OK;
      } catch (ex2) {
        utils.reportError(res, null, utils.getText("ROUTES_NOT_RETRIEVED"), ex2.toSource());
    Please see attached chrome console log for more info:
    I am able to retrieve information about this but I am not sure what is causing this. Your help will be really appreciated.
    Regards
    Angad

    I've also tried the following wlst:
    createJCRFileSystemConnection(server='SERVER-MS1', appName='application', name='Repository', path='/APP/ContentRepository/')
    But then i'm getting:
    java.lang.UnsupportedOperationException: Could not find MBean operation "createConfig(java.lang.String)" for MBean registered under "oracle.adf.share.config:ApplicationName=application,name=ADFConfig,type=ADFConfig,Application=application" and implementd by "class oracle.adf.mbean.share.config.RuntimeMXBeanImpl"
    Error in creating configuration with name "oracle.adf.mbean.share.config.runtime.webcenter.doclib.AdfDoclibConfig"
    java.lang.UnsupportedOperationException: Could not find MBean operation "refresh()" for MBean registered under "oracle.adf.share.config:ApplicationName=application,name=ADFConfig,type=ADFConfig,Application=application" and implementd by "class oracle.adf.mbean.share.config.RuntimeMXBeanImpl"
    An error occurred while performing "setAttribute" on "PrimaryConnectionName"
    javax.management.RuntimeMBeanException: These mbeans encountered exceptions and may not have been saved
    Repository- JCR -- Could not do this operation, the backing store for this context is read only.Edited by: Harry van Oosten on May 10, 2010 10:33 PM

  • 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

  • What's the difference between transport route and transport layer

    what's the difference between transport route and transport layer,Can somebody give me some explaination? thks in advance!

    Hi,
    Transport Layer in ABAP Workbench
        The Change and Transport System supports the distribution of development
        work on large projects across multiple SAP Systems.
        The packages in each development system are grouped into one transport
        layer.
        The transport layer determines whether objects are assigned to a local
        or transportable change request.
    Use
        Each of your SAP development systems is assigned a transport layer as
        its standard transport layer. If you use Extended Transport Control, you
        can assign different standard transport layers to certain clients.
        You can define at the most one consolidation target for each SAP System
    and transport layer.
    When you create a package, it is assigned the standard transport layer
    of the SAP System.
    If you want to assign a different transport layer to a package, you
    require the administration authorization for the Change and Transport
    System.
    The objects in a package automatically have the transport attributes
    defined for the corresponding transport layer.
    o   If a consolidation route originating in their SAP System is defined,
         then the objects are assigned to a transportable request, and
         transported into the consolidation target when it is released.
    o   If a consolidation route is not defined, the objects are assigned to
         a local request, and are not transported.
    Customizing settings are not assigned to a package. They have the
    transport attributes of the standard transport layer of the system or
    client.
    It is best to assign a package a standard transport layer for which a
    consolidation route originating in the development system is defined.
    To display and maintain the transport layers and routes, use the
    Transport Management System (transaction STMS).
    Only the system adminstrator can make changes.
    Caution:
         The tables TSYST, DEVL, TWSYS, TASYS are no longer productive as of
         Release 4.0A and cannot be maintained.
    Regards
    Ben

  • COMPUTE_BCD_OVERFLOW error while saving transport routes

    Hi,
    When we are creating new transport routes with domain controller ABC. It is giving the above dump.
    Dont know what to do. FYI we deleted previous TMS config and created new one.
    Thanks,
    Rohan

    Check the values which you are passing to the BDC.. the data type should be changed for a field.
    You can execute the BDC with mode 'A' & check.
    Best regards,
    Prashant

  • How can I add a system to the transport route?

    Hi,
          I have a DBP --> PBQ --> PBP systems and now I have a new environment TRN (Training system) and I want to include this system in the transport route.
    Right now the transport route is configured like I said 'DBP --> PBQ --> PBP' and I want to include this environment (TRN) to the transport route because I want that the system pass automatically the orders that going to PBP system to TRN too in the same time that pass it to PBP. For example, like this:
                     PBP
    DBP --> PBQ ==>
                     TRN
    How can I do that?
    <removed_by_moderator>
    Read the "Rules of Engagement"
    Thanks people!!
    Edited by: Juan Reyes on Apr 16, 2009 8:57 AM

    Hi Carlos,
    whatever be the environment, whether it is DEV, QA or PRD, when you login into an ABAP SAP system and run transaction STMS,
    In the initial screen, it always shows two fields, System and Transport domain.
    System field contains the SID in which you are currently logged in.
    Transpor Domain shows value like this: DOMAIN_SID
    here this SID is the domain controller for the system in which you are logged in
    However, if you are logged in the domain controller system itself and then run STMS, then it will show in the lower half of the screen, that, you are logged in as a Domain Controller.
    To be more clear, run STMS in any system and Menu->Overview->Systems->Second column 'TMS system type' must contain a 'domain controller symbol' against one sytem SID. this SID is the domain controller.
    thanks
    Bhudev

  • ChaRM: transport route migration

    Hi!
    we have a lot of different transport routes with different transport layer and would like to implement ChaRM.
    We have a lot of different transport routes with different transport layer where we assign the developer classes/packages.
    Now we would like use ChaRM.
    As we know ChaRM uses standard transport layer and transport route.
    Therefore we plan to consolidate all the developer classes/packages assigning to none-standard transport layer and route and migrate them to standard transport layer and transport route
    Questions:
    1) Can some one confirm whether or not ChaRM uses the standard transport layer with standard transport routes?
    2) Or is it possible to create own transport layer u201CZCRMu201D, assign them all the development class/package relevant for ChaRM and leave the other none-transport layer unchanged?
    3) Can one development class/package be assigned to several transport layers?
    4) Has some one experience dealing with the approach of migration?
    (tcode SE16 --> T_DEVC)
    It will be great get some information regarding these questionsu2026
    Thank you very much!

    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

  • Function module/BAPI or standerd program to define Transport route

    Hi All,
    I am configuring the TMS configuration through ABAP program .
    I am able to configure Domain controller, and able add system to it.
    Now I am not able to define Transport route, Can anybody tell me how can I achive this? 
    Is there any function module/BAPI or standerd program for it?
    Thanks,
    Swarup

    Hello
    To check the BAPIS to related module go to swo1 tcode.
    Thank u,
    santhosh

  • Multiple CTS+ non-abap transport routes

    Gurus:
    We find a document about CTS+ as follows:
    https://websmp104.sap-ag.de/~sapidb/011000358700000517932007E
    On above picture, OTO is the shared DEV system.
    1) Is this correct?
    2) if we have different DEV systems for different landscapes, what should we do?
    All are non-abap ststems in this discussion.
    Thanks!.

    Hi,
    the transport route's definition that you described (OTO as start system of all transport routes for CTS) is only valid if your CTS-System is on NW 7.0 SPS 12. Starting with NW 7.0 SPS 13, the 'real' development system is also set as the starting point in the transport route.
    Are you using SPS 12?
    You can find a detailed description on CTS+ on help.sap.com: http://help.sap.com/saphelp_nw70/helpdata/EN/45/ec25370fdc3481e10000000a1553f6/frameset.htm
    If you need information on CTS, please take a look at the CTS page here on SDN: Change and Transport System
    hope this helps
    Karin

  • Need Transport route for two systems(Urgent)

    Hi All,
    I have configured everthing like configuring domain controller and added to to domain controller.
    Now i need to do below steps
    I have Development (client) and Quality(client) in same system and Production as separate server.
    I want to configure transport route from Development client to Quality client and from Quality client to Production Server.
    Development Server SID is DEV ( Dev Client 100 and Quality Client 140) and Production Server SID is PRD
    Transport route must be configured like below:
    DEV( Dev client 100) -> DEV (QAS client 140) -> PRD
    We are struck with this
    Best Regards,
    Pratyusha

    Hi Pratyusha,
    As far as configuring Development and Quality systems concern, in one system is not suggested. I think you are aware of this.
    However, I need some more information on your question like the operating systems which you are using in DEV/QAS and in PRD.
    First, configure the Domain Controller in either DEV/QAS or PRD.
    Irrespective of the OS, you need to maintain IP address along with the host name and fully qualified domain in the etc/hosts file.
    for example DEV/QAS system ip address is 172.16.23.14 and host name is abc007, then you need to make an entry in etc/hosts file at the OS level as follows.
    172.16.23.14 abc007 abc007.yourcompany.com
    where in abc007.yourcompany.com is the fully qualified domain name.
    Once you done this in both, DEV/QAS and PRD, systems, then configure 3 system landscape from STMS tcode in the other system which is not a Domain controller.
    I hope this is helpful. Getin touch if you have any more questions or doubts.
    Regards,
    Satish.
    Edited by: Satish Arram on Jul 31, 2008 2:06 PM

  • Adding system with same name as existing in transport routes

    Hello,
    I have following tms scenario, (DD1 is tms domain):
    DD1->DQ1->DP1
    I need to include copy of DP1 system in the transport routes to have situation like this :
    DD1->DQ1->DP1
                    |->DP1 (copy)
    My question is: Is it possible for two systems with the same name to exist in tms, or if it is not possible how to resolve this ?
    Thank You and best regards!

    You should have changed the SID during the system copy... SID stands for System ID... you can't have two systems with the same SID in the TMS
    Regards
    Juan

  • Configuring  Transport route in Java system

    Hi,
    Pls let me know the steps to configuring transport routes in Java System.

    Hi,
    Please look at the following pdf which tells you about CTS+ in portal with only java and non abap objects.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90d3b550-b6fb-2910-0fa5-ece5d61fb9c3
    Rakesh

  • ChaRM: Transport routes?

    Hi!
    We have the following [SAP system landscape |http://www.file-upload.net/view-1086963/SDN_TMS_Ist_Soll.jpg.html] and would like to use ChaRM-approach in parallel with non-ChaRM.
    Can some one tell me how ChaRM recognizes the transport routes, if we have several transport routes in same client? (e.g. SAP, ZDEV, ZADF1...ZADFN)
    Will only standard transport layer with appropriate transport routes (e.g. "SAP" and "Z<SID>") by supported by ChaRM?
    Thank you very much!
    regards

    Hi Venu,
    Transport routes should be created as per your client requirement for example you can set up the tms as below You can proceed as follow
    Dev (100)->QAS (100)->PRD (100)
    Dev (XXX)->QAS (XXX)
    Now if the transport is created in 100 client and you want to move the same transport to other clients of dev and quality system via Charm you can schedule auto import job for other client specific to charm project it will solve the purpose.
    Now for charm the main route could be Dev (100)->QAS (100)->PRD (100), create a logical component assign the corresponding 100 client's development system as Dev, Quality system as QAS and production as PRD,
    Include that logical component in your charm project and then run the consistency check,
    Regards
    Rishav

  • 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

  • Transportation of queries

    Hello all,
    how do I transport a querie from 1 client to another. I have created a query in the development environment and I'd like to transport it to the quality environment. But I don't seem to find a functionality for this.
    Could anyone help me with this?
    Will reward points for usefull answers,
    Mark

    Hi Mark,
    Pl. refer the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/cb4699455611d189710000e8322d00/content.htm
    Regards,
    Senthilkumar SD

Maybe you are looking for

  • Finder: graphic issues while in icon view

    Hi there, my Macbook Pro becomes more and more sluggish since i upgraded to Yosemite. Worst thing i noticed is icon view in Finder. It does not show up correctly and has some weird graphic issues. I made a video while using the guest account: http://

  • Runtime

    Hi, I wrote a program to retrieve data  from three different master data tables and put it into an internal table. I got an error message saying - 'Maximum Runtime Exceeded.' What does it mean? Thanks.

  • My sound works on my pc but I cant get sound when i am on the internet

    I have sound on everything except when I am on the internet. I have checked the sound and all levels are turned up and a sound check works. when i am on the internet and try u tube or games I have no sound.

  • 2007 iMac won't boot

    Using snow leopard. Tried to repair disk in Disk Utility but said it can't be fixed & to backup files, reformat disk & restore backup. I'm not real technical so... anyone have suggestions?

  • How to stop an embedded 'Adobe FormsCentral Form' jumping to the top of page?

    I have asked this over on the Muse disscussion forum also but no responce... I'm using an embedded "adobe formscentral' form in my Muse website. The form has several 'pages' so the problem is when I click the 'next' button within these forms, the new