To move Interfaces from dev to prd/qas

Hi Experts,
I have created interfaces in XI developement system  and now want to move it QAS and PRD system
How should  i go for that....do we need to define business system for QAS and PRD and make all the configuration in ID  again ?
Thanks in advance.
Vishal

Vishal,
Check this documents for help on this transition:
/people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
and also this for more info:
/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
/people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
Regards,
---Satish

Similar Messages

  • Transporting active version of datasource from DEV to PRD

    Hi,
    When I transport a 3.x datasource from DEV to PRD, the version I am getting in PRD is 'modified'. In DEV we have both modified and active versions and there's no difference between them. When I try to activate the modified version, it says that I have to maintain the transfer rules associated with the datasource. Then it takes me to the transfer rules display but I am not sure what to do next...how to activate the datasource. How do I get the active version from DEV to PRD?
    Thanks

    Hi,
    Pls Refer this link for details about transporting BI Objects
    http://help.sap.com/saphelp_nw04s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps,
    Regards
    CSM Reddy

  • BPEL process Deployment from DEV to PRD

    Hi,
    I have a question on how to move deployment from one DEV to PRD. I have BPEL subprocess in my process and calling them WSDL. Every subprocess is exposed as webservice. When i move main process to PRD/QA, the main process points DEV WSDL. How to change the main process to point to subprocess.
    Could you advise me how to deploy BPEL process form DEV to QA/PRD ?
    Thanks,

    Asuming you are using 10.1.2.0.2
    When developing BPEL processes, make sure your partner-links to other BPEL processes are using the same host name. From JDeveloper it will use your workstation name. CHange this to "localhost". Furthermore JDeveloper is using 9700 as port number, whil ethe application server is using 7777. CHange the OC4J configuration of JDev that it will use port 7777 instead of 9700.
    Now you can basicly deploy your BPEL processes to other environments. If you are using adapters make sure that the JNDI naming is implemented on all the environments, (oc4-ra.xml file).

  • Transporting SQ01 Customer Query from DEV to PRD

    Hi All,
    I am not sure whether I am in the right forum, but maybe you still can help me.
    I created SQ01 for Customer Master query in our DEV environment, and i assigned t-code for the query.
    Can i transport it in our PRD? Or it is more advisable to create the t-code in PRD directly?
    Please note that the query is both existing in DEV and PRD.
    Hoping for your positive feedback.
    Thank you.

    Hai TINA,
    Hope you would have created T code using SE93 for your query program.
    and your SQ01 program may be like this, and in the program the bold letter differs from client to client.
    AQ    FU  SYSTQV000003XXXXXXX===
    AQ    IC   SYSTQV000003XXXXXXX===
    So while transporting it may give error that the program is not in the client, or while executing the T CODE it may give dump.
    Hence create the query in production client and create the T code for the program and assign to the users.
    Some tips may be helpful:
    1. Always Use T code : SQVI to create the ALV report, user friendly that SQ01.
    2. In case if you are making Customer master details report, if you are include all customer master tables, in case for some customer if some details were not maintained then the details will not displayed.
    In that case, in the joint between two respective tables, right click and change it to Left Outer join.
    3. If some data is replicated, then need to change the table path, like in case of billing always start from Biling item then to Billing header.
    Regards,
    Mani

  • Move code from DEV to PROD

    Hi,
    I need to move my code dev to production.
    Please let me know how.
    I have seen the posts on exporing scenario and then importing them.
    However what about the dependencies like logical schema, models etc???? How do i move them?
    Also, what about contexts?
    I have a csv to db table scenario, which i need to move.
    For DB JNDI can be used, but what about file paths??
    Please let me know.
    Thanks,
    Rosh

    Hi RoseParab,
    We have two way to migrate from Dev to Prod.
    First Way:
    Using ODI import and export option.
    Login to Dev instance,
    Goto Topology> File Menu>Export>Export Master Repository in ZIP format
    File Menu>Export>Export Logical Schema in ZIP format
    In Designer, go to File menu>Export>Export Work Repository in ZIP format
    Quit from Dev instance
    Login to Production instance
    Goto Topology> Import>Import Master Repository in ZIP format (please select INSERT and UPDATE option from dropdown list)
    Import>Import Logical Schema in ZIP format (please select INSERT and UPDATE option from dropdown list)
    In Designer Import>Import Work Repository in ZIP format (please select INSERT and UPDATE option from dropdown list)
    Second Way:
    Using Oracle DB Export/Import command (Data pum)
    Hope it will helps you
    Note: Make sure that you should change Work Repository ID after moving Dev stuff to Production
    Regards,
    Phanikanth

  • Move package from dev to prod

    Hi:
    Would you please tell me how to migrage a package from dev to prod? A customer package in 11.5.10. 10g db on unix.
    thank you!!
    Edited by: user9231603 on Feb 22, 2011 10:54 AM

    user9231603 wrote:
    How about the body? where is it?Is should be with the specification (when you move the package, you have to run the code of the specification as well as the body).
    Thanks,
    Hussein

  • Move objects from DEV to QA

    My database is a 10.2.0.4 database running on HPUX IA64 box.
    I have a requirement to move a Package and a Trigger from DEV to QA.
    Package ETH_OWAI.CAI_E1_Trigger_pkg
    Trigger ETH_OWAI.CAI_F4311_AIUDR
    Could someone please help me with the steps as to how to do it?
    - can I do an exp/imp for only a package and a trigger. What should be the parameters that I should use?
    - Or should I get the scripts of the objects using dba_source and execute the script in QA? Since the package has 10000 lines, I dont think I will be able to get it using dba_source.
    Please let me know!

    Short term solution:
    You can try to use DBMS_METADATA.GET_DDL to generate the source code from database dictionary using SQL*Plus statements:
    SQL> set long 100000
    SQL> set heading off
      1* SELECT DBMS_METADATA.GET_DDL('PACKAGE', 'PCK', 'HR' ) txt from dual
    SQL>/
      CREATE OR REPLACE PACKAGE "HR"."PCK"
    is procedure p;
    end;
    CREATE OR REPLACE PACKAGE BODY "HR"."PCK"
    is
    procedure p
    is
    l_i int;
    begin
    select s.nextval into l_i from dual ;
    insert into t values(l_i);
    end;
    end;
    SQL> spool source.sql
    SQL> /
      CREATE OR REPLACE PACKAGE "HR"."PCK"
    is procedure p;
    end;
    CREATE OR REPLACE PACKAGE BODY "HR"."PCK"
    is
    procedure p
    is
    l_i int;
    begin
    select s.nextval into l_i from dual ;
    insert into t values(l_i);
    end;
    end;
    SQL> spool off
    SQL> host type source.sql
    SQL> /
      CREATE OR REPLACE PACKAGE "HR"."PCK"
    is procedure p;
    end;
    CREATE OR REPLACE PACKAGE BODY "HR"."PCK"
    is
    procedure p
    is
    l_i int;
    begin
    select s.nextval into l_i from dual ;
    insert into t values(l_i);
    end;
    end;
    SQL> spool off
    SQL>Long term solution:
    Use a source code versioning system like Subversion to manage your source code.
    Edited by: P. Forstmann on 18 oct. 2010 17:55
    Edited by: P. Forstmann on 18 oct. 2010 17:57

  • Seeking for Best Solutions to move code from Dev to Test: 11.1.1.3

    Seeking for Best Solutions to move code from Development to Test server: Studio Edition Version 11.1.1.3.0
    Development: Hostname: dev; Web logic server: WLSDev; Database: DBDev
    Testing: Hostname: test; Web logic server: WLSTest; Database: DBTest
    Now how do we take code from Development environment to Test environment? Once code is taken from development, testing team can't touch it.

    Lalitk,
    The obvious answer is just deploying the same EAR in test that you deployed to production?
    What other aspects do you need to deploy? If you have database code/data that needed to be migrated as well, I would copy the production DB to test and then apply all of your DB upgrade/patch scripts against that - in that way you can ensure your upgrade/patch scripts get tested as well.
    Are there other things you need to migrate (MDS repositories, security setups, etc)?
    John

  • STMS ,  logs? for transports from DEV 200 to QAS 200, 201 & 202

    We are transport from DEV client 200 to QAS client 200, 201 and 202 using stms and specifying which client we want the transport to go to.
    After the transports, how can the development team find the logs for these transports.
    Right now, we as basis can see the results after each of the transports to each client.  IF there is an error then we stop and ask the dev. team to review the logs.  However IF the transports go thru without error, HOW can we go back over time to confirm that there were in fact NO errors for transport to each client?
    Thanks
    Maria

    Hello Maria
    After you import the transport,in the STMS menu only you can see the option for checking import logs
    just click on that and you will be able to see the import logs of a transport.If you drill the logs,you can see everything what the transports has done,what objects have been moved,also if there are any warnings or errors
    Rohit

  • Can not transport from DEV to PRD (Hang up)

    Hi Experts,
    Please help.. I have this problem, was not able to transport from Dev to Prod, it just hang up.. I've read a lot in web how to solve this problem and did the following:
       ==> Stop all TP running in OS level
       ==> Delete all pending job in Import Monitor (with truck logo)
       ==> and the last to be done is to delete the data from table TRBAT, but it took so long to delete the data in that table.. What I've noticed is that the data left in table TRBAT is the transport number wherein user was log-off during transport execution (as in the middle of the process)..
    What should be the solution of this problem, as we can not proceed with the transport of our changes made in DEV system, as it just hang up in there.. and I'm also having this problem in deleteing data from TRBAT table.
    Thanks.
    Edited by: Deo Pasion on Feb 20, 2010 7:25 AM

    Hi,
    Its well known problem which is discussed many times in many threads.
    Did you check TP System Log and TMS Alert of the System ?
    Execute RSTPTEST report to check the STMS configuration. Also check the existence/status of RDDIMPDP Background Job.
    Please refer these useful threads with similar symptoms.
    [Transport (STMS) issue + Hang|Transport (STMS) issue + Hang]
    [regarding STMS_IMPORT Transport Hang.|regarding STMS_IMPORT Transport Hang.]
    Also check this SAP  Note 71353 - Transports hang during background steps.
    Regards
    Bhavik G. Shroff

  • What is the best way to port complete applications from DEV - Test - PRD?

    Hi,
    One of my customers recently asked me, Supposing I do the complete integrations and modelling in SOA Suite on the DEV Environment. Then,
    What is the best way to port complete applications from DEV -> Test -> PROD ??
    Also, since the URLs in use in the DEV environment would be very different from other environments, what is the easiest way to maintain them, and to build in Access Control mechanisms ?
    Best Regards

    Hi AJ,
    Nice PDF !
    Though the PDF does give a basic idea as to how we can go about the deployments using ANT and EM in Test and Prod, it doesn't really give extensive details. For eg. ANT would obviously need huge ANT scripts to be written for migrations to multiple Test servers, etc.
    Similarly, when we talk about EM, does it mean each of the services has to be manually deployed on Production ?
    I am sure we would be looking more towards a fully automated solution. No ?
    Best Regards
    Nitin

  • Error migrating Master Repository from Dev. to Prd, Environment

    Hi,
    We are trying to migrate our development environment (dev_env) to production (prd_env), so for this we are doing the following:
    - We create a Execution Work Repository (prd_env)
    - We create a Master Repository (prd_env) with different internal ID (dev_env)
    - We export one scene from dev_env and import to prd_env
    - We export Master Repository from dev_env and import to prd_env, but in this point we have problem with the import wich say
    "com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ### KEY com.sunopsis.res.object / DwgDuplicationTools.GeneralImportObjectFailureMsg###     a"...".run(Unknown Source)Caused by: java.sql.SQLException: ORA-02291: integrity constraint (....) violated - parent key not found"
    Please, some one help us with this issue, thanks!!!

    Hi,
    Both your Prod and Dev are in same platforms?
    Normally Dev we do on windows and production in Linux.
    IF, your case is above. then create another schema in same platform(DB and OS ) and import the master and work repositories in Insert update mode from dev.
    After import, re-export this newly created repositories and try importing into your production.
    I have faced the similar issue and after following the above process, I am able to import my master and work properly.
    If you are still not able to resolve this issue after following the above way.
    Then try export you Logical and Physical Schema instead of master repository.
    While importing , please import the Physical topology(Topology) and then the Logical Topology.
    Thanks,
    Nagarjuna

  • Xcelsius based on BEx query. Issue when transporting from DEV to PRD

    Hi all,
    I am facing an issue as described below:
    I created dashboard based on bex query in Query Browser. Everything is working find in DEV. Then I transport the dashboards to PRD, I also use the override settings to point from BOD-BWD to BOP-BWP, my connection changed accordingly. Everything seems ok. One day when we stop the BOD system. Dashboards in BOP are not working. Then I start BOD, everything is ok then.
    The issue I got:
    Internal: BOP....
    External: BOD.../XcelsiusWebServices.
    Is there any chance that dashboard in BOP using the BOD xcelsius web service?
    I have resolved this issue by:
    - Open the dashboard in BOP, then in each of the query in Query Browser, I clicked edit and click next, next until end.
    - Then re-save to BOP, then it is working
    For your information, I used BEx query in Query Browser only, not use BIWS.
    Dashboard 4.0 SP04
    BW 7.3
    Does anyone face this issue before? And how you resolved it? Please kindly share with me.
    Thanks,
    Quan Vo.

    Hi Quan,
    Found few points regarding this.Please check might help you.
    Migration of Dashboards (using Query Panel) on BI 4.0 environment - Business Intelligence (BusinessObjects) - SCN Wiki
    Regards,
    Javed

  • Transporting a SAP Query from DEV to PRD

    Hi,
    We created a Query Report using SQ03, SQ02 and SQ01 for Travel Report in DEV and is working fine. Now, we want to move this query to PRD. For this, we tried create a Transport using SQ02>Environment>Transports and finally a transport request was generated and moved to PRD.
    But the requisite Query, Infosets and User Groups are not there in PRD. Are we using the correct approach to Transport a Query to PRD?
    Please help.
    Regards,
    CMC Team

    1. While saving User Group in SQ03, save it in correct Package (not as Local Object) and a Transport Request will be created.
    2. Create Infoset in SQ02 and save it in same Transport which was created in Step 1 above.
    3. Create Query in SQ01 and again it in same Transport which was created in Step 1 above.
    Release this Transport Request and move to PRD.
    Hope it will help you.

  • Move page from Dev to Prod?

    I would like to copy/move a page from my Development application to Production. Both are on the same workspace. I go to the destination app and, while editing a page, select Create > New Page as a Copy. The page I'm moving already exists in the destination and I'd simply like to update with the new version of the page. However, it doesn't seem to allow you to "update" a pre-existing page. You have to copy to an unused page number. I believe I can delete the original page and then move it, but wanted to see if there's a more eloquent way to update the existing page.
    Ideas? I'm using APEX 4.2
    Thanks,
    Steve

    Hi Steve,
    you can export page from one application and modify line in export script:
    wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,APP_NUMBER );Modify APP_NUMBER with number off application where are you importing script but you'll probably have problems with constraints.
    The best way would be to separate workspaces. One for development, one for production version (copy of dev) and put them on different instances of APEX. Then you could easily do export/import.
    Br,
    Marko Goricki
    http://apexbyg.blogspot.com/

Maybe you are looking for

  • Attachments yahoo mail

    Hi, I have Yahoo mail and I use Firefox. I'm just wondering how opening attachments works with Yahoo mail. Today I opened an attachment and it gave a preview of what the attachment was. Does this preview mean that the attachment has downloaded onto m

  • Obligatory fields "iban" and "swift" in vendor master data creation

    Hi, I need a way to get obligatory iban and swift in vendor master data. I need to check if iban and swift have been filled during creation or modification of a vendor (transactions XK01, MK01, FK01,XK02, MK02, FK02 ). In user-exit ZXF05U01(function

  • Punch out data in SC

    Hi I am working on punch out with an external supplier. Most of the settings are done at this point. however there is an additional requirement. when we browse the supplier site for item and get to our shopping cart, we need the long text of the item

  • 3GS no pop up for iOS6

    My Collegue is using 3GS and he does not seem to have iOS6 update pop up. Interestingly his phone is on 4.3.5 which is way too old and i am not able to check on software update.Although i have not yet connected to his laptop yet to see if iTunes pops

  • Loop through a range of data

    Hi guys I have this set of numbers. 54 55 56 58 59 61 64 66. I want to loop through this set of number to give an array of result of 54 55 56 0 58 59 0 61 0 0 64 0 66. Simply, i am trying to insert zero into the blank of the +1 interval in this set o