Transporting requests from development server to production server

Hi gurus,
can anyone tell me how to transport requests from development server to production server.

You can use SAPGUI now instead of calling tp at OS level.
Serious: Totally wrong forum!

Similar Messages

  • Problem transporting Request from Development to Quality Assurance Server

    Hi All,
    I m facing a problem of Transporting requests from one System to other.
    When adjusting the Request ,the error message reads as follows :
    <b>RFC system error in system/destination
    [email protected]_HSE</b>
    Now,when I check the RFC Connection for <b>[email protected]_HSE</b>,,
    i get the message :
    <b>" License Check required "</b>
    Please respond to this query urgently.....
    Thanks in advance

    Hi!
    I think it's better to call SAP support, if you have problems with the licenses...
    Maybe your company forget to pay their fees since a while
    Regards
    Tamá

  • How to transport requests from development  to production server

    hi gurus
    i am new to SDN
    can u pls give me detailed information how to transport requests from development server to production server?if possible give me screen shot documents
    regards
    surya

    Hi
    Transporting
    There are help pages that discuss creation of transports.
    In simple terms, you: create a transport package
    add objects to the package  export the package, plus optionally any related objects to a predefined folder/directory on the portal server into a file with an extension of .EPA copy the .EPA file to the import folder of your QA system and import it  test the contents on the QA system  copy the .EPA file to the import folder of your production system and import it  Create a transport package file
    Here is the step by step procedure to create a transport package:
    For Export
    1. Go to system administration, and click on transport?export.
    2. In the middle pane, select the folder you want to export and right click on the Transport Package. 3. Fill in the General Properties i.e the name of the package, id and description. 4. And say finish and open the object for editing.
    5. When the object has been opened then right click on the object you want to transport, and say "Add object to the Transport Package".
    6. Check the checkbox of the item u have added and see the properties if it has been added properly. 7. Now click on the save button.
    8. After the object is saved, click on the export button. 9. U will have an option to select where to store the .epa file which will be generated. U can overwrite an existing one by selecting the browse button, or store it with the generated name in the location it automatically generates. 10. Now Click on the Start Export button.
    11. once the export is completed, it shows a report on how much time is taken to generate the .epa file. 12. Here there is an option for downloading the .epa file. Click on the link and download the file. This file is ready to be uploaded into any other EP Server.
    For Import:
    Pre-requisites: You have to copy the .epa file created while export into the local drive. Optionally, you have to manually copy the .epa file generated in the export function into the Import directory of the server ie. chooseFollow the steps below for importing a certain file. 1. Go to System Administration in the portal, and click on Transport?Import. 2. For the source of the package, Click on the radio button Server for the .epa file you have copied lately. Else, click on the radio button on client if you are operating in the client and select the .epa file you have stored on the local drive. 3. Now select the file from the browse option and click on Upload.
    4. Now click on the import button. 5. Once the import process is finished, the report is shown. In the whole process, the par files are not included in the .epa files. For the par files to be included into the .epa files then we have to change the pcdStartup.properties file in the server. The property to be changed is Pcd.TransportApplication.Export.ExcludeObjectTypesAfterRuleProcessing: Keep this property's value as empty for enabling the par files to be uploaded into the .epa. You can check for this property in the portal in the following -System Administration-Support-Portal Content Directory-PCD Configuration.

  • Transport request from development system to testing system

    Hi,
    I have collected necessary objects in (development) the transport request except 0DUNN_AREA infoObject .Because info object  0COMP_CODE is compounded with Info object 0DUNN_AREA and 0COMP_CODE is in revised version in development system (But available in active version in testing). Suppose I release that transport request from development system to testing system  it get overwrite 0COMP_CODE  in testing system?
    Thanks

    Hi Jk,
    Depending the same technical names it will get overwrite in the testing server. But if the object 0DUNN_AREA is necessary in any objects which u have collected then u havce to collect it in the rtequest or else u will get RC8.
    Khaja

  • Transport request does not exist in production server

    I created a transport request and released it. However, the cofile and datafile are not created in production server. It supposed to appear automatically once I released, but it is not created and I was not able to add this request in the production. May I know what might be the cause? Any setting that is wrong in my development server?

    Hi,
    If you have configured transport route properly then when you will release request then it will automatically come in your production queue (Since you have no quality system). If transport is not coming in production queue, it means there is problem with transport route configured.
    Also, check whether data file or cofile exists in transport directory or not. If there are no files then it means it is a local transport request.
    Thanks
    Sunny

  • Migrating Endeca Application and Data from development to a production server

    We need to move an Endeca app (including data domain) to a production server from a development server
    I installed EID 3.1 in the prod server successfully and this is what I did after the install:
    1. Created a new application in Studio (name: JULY2014POC)
    2. Manage Pages - Import the .lar file
    3. Copy JULY2014POC.worddat file and JULY2014POC_indexes folder to new server, location: domains/endeca_server_domain/EndecaServer/data with all the servers down. Then restarted endeca server, ps server, and studio server.
    4. When I try to create an Endeca Server connection it gives me error (Connection definition format is valid but unable to connect.)
    5. This is my entry:
      "contextPath": "/endeca-server",
      "currentFunctions": [],
      "dataDomainName": "JULY2014POC",
      "name": "JULY2014POC",
      "port": 7001,
      "restrictedToRoles": ["Administrator"],
      "server": "10.2.192.171"
    6. When I run any endeca-cmd at OS level I get the following Warning (4 times):
    $./endeca-cmd.sh list-dd-profiles
    <Oct 29, 2014 4:51:33 PM EDT> <Warning> <oracle.wsm.resources.policyaccess> <WSM-06210> <An instance of the interface oracle.wsm.policymanager.IUsageTracker bean for the local repository at path "" was not available for configuring the oracle.wsm.policymanager.accessor.BeanAccessor repository accessor for context "ResourcePattern [pattern=DOMAIN/weblogic/endeca_server_domain, subjectType=MANAGED_DOMAIN, terms={PLATFORM=weblogic, SUBJECT_TYPE=MANAGED_DOMAIN, DOMAIN=endeca_server_domain}]".>
    default
    What am I doing wrong?  Can someone please help me?  thank you

    Hi Sergio,
    How the data import and export works is what you have to look into. Whenever you export your content it gets exported to a particular directory. If the same directory should be referenced by the code base as well which would be mentioned in the properties file for fetching the configurations.
    If they are not aligned they won't pick it up. Also you will have to create pages like endeca-server and make it the default page in your properties file.
    Hope u cross this hurdle soon.
    Thanks
    Karthik V

  • Transporting Request from Development to Production

    How do I create a package where I can select a number of datasources from rsa6, and give it a transport request number to transport it in QA?

    For creating a package:
    1. Using trasaction code SE21 you can create new Package. you can also check existing packages. OR
    2. To create a new pkg use trx SE80, from the menu choose Package and you can create new or browse existing
    3. Also refer: http://help.sap.com/saphelp_nw04s/helpdata/en/ea/c05da6f01011d3964000a0c94260a5/frameset.htm
    To assign data source to a transport request:
    1. when you first acitvate the business content datasource it will prompt to create a tp request.
    2. check if your DS is not already packed in a tp: call SE03, search for object in requests/tasks by filtering your selection with OSOA.
    3. in RSA6 with your DSource, check the object directory entry (from the menu) if it is not $TMP; otherwise change to a transportable devclass
    4. then finally In RSA6, marking the DS and hitting the transport button, you should definitively be prompted to create a tp request

  • Transporting objects from development  system to production system

    Hi all,
    how can we transfer the object from development system to QA and QA to Production, for example creating a new sales document type,how can we transfer tthese new sales document object from development to production system.
    any one can please send me with screen shots,then it will be great help for me.
    its very urgent
    my email id is:[email protected]
    Thanks & Regards
    Ramesh chandra

    Hi Kalyan.,
                        When you want to create a new sales order type then its better to copy the existing order type from the standard one and save it in one request and then you release the request in SE09 and further it is transported by Basis people using T.code STMS
    I have sent step by step configuration with screen shots,Please go through that
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • How to reverse Transport requests from sand box to development client

    Dear all,
    I am doing some testing on Sand box, I made some transport requests from development to sandbox, which effected some settings in sandbox.
    Now I want to reverse those transport request from sand box to development, unfortunately I didn't make any note of transport requests which I transported from Development to Sandbox.
    Please educate me how to reverse transport requests from sand box to development.
    your suggestions are highly appreciated
    thank you
    Venu Gopal

    There is no reverse, you have to create a new transport with the original settings.
    Programs keep track of their versions and are easier to pull a previous version, configuration can be tougher, open all the folders in SE10 to see if you can determine the configuration changes.

  • Transport from development server to production server in BW

    I need step by step procedure to transport contents from bw-development to bw-production server.
    please forward me if you have one .
    thanks
    ajit

    Hi Ajit
    Post this to BI form. I think that will be the right place for this query.
    BI Form
    BW transports
    Thanks
    Gaurav

  • Open transport request in Development server which is not moved to Producti

    HI All,
    I am doing upgrade from ECC5.0 to ECC6. EHP4.
    We have some open Transport request in development server which are not moved to PRD.
    Now client wants to stabilize their both the systems, want to compare each trasport in PRD.
    My question is, if they dont want that request to move to PRD, what we have to do?
    We have to delete the tranport and select the active version of tranport which is there in PRD or how.
    Please suggest me how to proceed for this scenario. we have lot of transports. ( Tables,programs,classes,methods,etc.,)
    Regards,
    sarath

    Hello Sarath,
    1st question: did you already finish your upgrade? If not, at which phase is it at?
    2nd: did you upgrade your DEV system already to the same level as PRD?
    3rd: were these transports generated in an old version (like ECC 5.0)? If yes, and now you have an ECC 6.0 system, you must not import them on this system, as they have different versions. If you do it, you'll make your system inconsistent.
    Please clarify on these points so we can help you.
    Best regards,
    Tomas Black

  • Transporting from DEV server to Production Server

    Dear Experts,
    Like in ABAP and other SAP modules we are having Transport Requests to transport from Dev server to Production server In XI how can we transport all the configuration done by me from Dev server to Production server.

    Hi,
    In XI we can transport in two ways :
    1) File Transport
    2) Using CMS which needs configuration to be done
    Using the File Transport you can easily the Export the Objects and Import the Objects in the Target system.
    Select the Object in the Design or Configuration ->right Click you will find Export option.
    When you select the It creates the .tpz file which can be imported in the Target System
    Using file transfer or CMS we transport xi objects.
    Transporting XI from DEV to QA
    Look into this blog for how to export / improt IR and ID objects,
    XI Software Logistics II: Overview
    XI Software Logistics 1: SLD Preparation
    Transporting IR,ID Objects using File System
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/frameset.htm
    Regards
    Ganga

  • To revert back a transport request from prd to dev server

    hi experts
        how to revert back a transport request from prd server to
        dev server?
        a transport request has been wrongly transported
        and it has make major changes in production server,
       now  we want to revert back that request , we know the   request no.
    regards
    pankaj

    All you have to do is create an order of transport type "Transport of copies" in PRO.
    I give you the steps to follow:
    1. Go to SE01 and create a new order (remember the type "Transport of copies").
    2. Enter the data of the order of transport that is going to come back.
    3. Enter the target, here is where you asign the target system to carry the request.
    4. Now just add the number of request to the new request you just created.
    5. Finally released the request from this transaction.
    6. Check on the queue of transport in DES, the request must appear there.
    I hope you serve =)

  • How to retrieve the Sapscript layout changes for a particular Transport request in development server after this Transport request so many requests created  ?

    Dear Abapers,
    I request the Abapers kindly reply for this blog
    I want to retrieve the sapscript layout changes for a particular transport request in development server after that many transport request created and moved to quality ? 
    I checked in SE03 transaction the transport request was there.  But I want to retrieve the existing transport request which is not moved to Quality?
    Is it possible to retrieve the existing transport request in development which is not moved to quality ?
    Like how we retrieving the programs using versions in development server,  In the same way I want to retrieve the sapscript layout in development server ?
    Thanks & Regards
    Muzeebur Rahiman.S

    Hi,
    There is no version management for SapScript or Smartforms .
    When you write "transport request in development which is not moved to quality" - was the transport ever released and exported from the development system? If yes, and if the "Transport files" are still available in "Transport directory" (or if the transport files were backed up and could be retrieved), the transport could be imported again. If the TR was not exported, you are out of luck, I believe...
    I would not recommend you do it on your own even if you happen to have enough authorizations (consult with Basis and/or Transport Admin, if you have one in your organization). I would not recommend that it's imported on a development system or QA system, even if the transport contains no other objects - only the SapScript form in question. Import it on a "sand-box" that gets overwritten by system copy from time to time... Once the transport is imported, you should have the old version of SapScript in that system and could analyse the changes and perform manual merge.
    cheers
    Jānis

  • SharePoint 2013 : Migration of customization from development server to production server

    Dear all,
    I have the following scenario and servers:
    1. Development Server; (Server where our developers would develop our dms and/or enhancement based on change request)
    2. Test Server; (Test server where our users will test the system (dms) and/or enhancement requested)
    3. Production Server (Our production server where only our end users will have access , developers wont have access to this env.)
    My question is how to migrate our changes from development server to test server and finally to production server?
    Is there a mechanism/ guide /best practice approach for this?
    Any help/guide would be greatly appreciated.
    Many Thanks & regards
    Vinay

    Hi Vinay, 
    Thanks for posting your issue, Moving stuff from environment to environment will depending on your stuff;
    Content, like list items and documents, can't be easily moved. They can be moved with 3rd party solutions, or custom code. You can do it with a C# solution or even using PowerShell.
    Stuff like lists, libraries, master pages, CSS, etc. should be packaged in a solution file, either sand box or farm solution. This solution file can contain all of the assets you require, and then it can be deployed into a new environment, which then provisions
    all the stuff you need (it could also load up test/sample data if needed)
    Another nice solution, if you're working with a brand new site, is to back it up and restore it into another environment. That helps get the bulk of the stuff copied over, and then you can use one of the above methods for continuing updates.
    Also, check out below mentioned URL to move content from on environment to another environment
    http://www.sbrickey.com/Tech/Blog/Post/SharePoint_environments_-_dev_test_and_prod
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

Maybe you are looking for

  • Income tax issue for mid month joinees

    Issue 2: For New (mid month) joinee at the first month gross salary is calculated based on the earned salary amount *12 months (or no. of remaining months for financial yr end), but in my client income tax deducted based on the actual salary (not ear

  • Creating Dependent Valueset in BI Publisher Report

    Hi, I need to make dependent valueset for ex: there are 2 parameters called Supplier name and Supplier site code. As Supplier name is the first parameter then I want to display supplier_site_code related to selected supplier. In Oracle Apps this task

  • Portal config failure

    Hi all, I am try to config portal after installation, and i am using the example1.xml to create portal, but during the process, it always have error, and i check the log, it show "WARNING: Cannot garbage collect class loader for module com.sun.portal

  • Playlist problems

    i just got a ipod touch today to replace my old nano, everything is fine except that one of my playlist does not apear to be working right. i made a smart playlist for the 50 most played and none of the songs that are on that playlist on itunes sync

  • Common 'Green Screen" problem when trying to view videos in iTunes

    I love the show "Surface" on NBC so I decided to download the first pilot episode #101 to iTunes for Windows on my computer. When I go to "full screen" mode to watch the program it goes to a "green screen" washout that is common when Quicktime is ins