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

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

  • Master Data from Dev Server to Qty Server

    Hi Friend’s
    How we are sending Master Data from Dev Server to Qty Server?
    I created a Business Partner in Dev Server now I want move to Qty Server so how can send that  Business Partner?
    Plz give me the solution with Example plz
    Regard’s
    Mahesh Kumar
    My mail id is [email protected]

    Hello Mahesh,
    you CAN NOT transfer master date from DEV to QTY. You have to create the Business Partner again.
    Regards
    Gregor

  • Best method to transport changes from DEV to Prod Environment

    Hi SDNers,
    I have a requirement here :
    I have made some changes to the DEV environment, which i want to move to the production Environment.
    Changes mainly include the Structural changes, XSD's, Import maps, Remote systems, Export Maps, Validations etc. Please note that I DO NOT WANT to transport the data from DEV to Prod environment.
    I can see 2 options available :
    1. Export/Import Repository schema - But as far as i know, the import and export maps will not be transported auomatically through Export/Import Schema.
    2. Archive/Unarchiving Without data -
    Here are my questions :
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    2. Will it affect the data in Prodcution in any chance?
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    4. Will it impact any other normal running of Production environment.
    Please respond to my queries.
    Thanks and Regards
    Nitin Jain

    Hi Nitin,
    If you use Archive/UnArchive option without data then you cannot persists the PROD env since you need to UnArchive the entire repository which is empty and then you need to move the PROD data into this repository.
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    Ans. I don't think, 2nd option is feasible as a mentioned earlier. This option should be used when we need the entire repository without data which is not the case you are looking for.
    2. Will it affect the data in Prodcution in any chance?
    Ans. If you are using 2nd option then this question is not related because when you UnArchive, you will get the new repository so this wont affect the existing repository at all.
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    Ans. Workflows
    4. Will it impact any other normal running of Production environment.
    Ans. If you are using 1st option then you need to unload the PROD repository first and then import the changes. For option 2 its not related.
    Regards,
    Jitesh Talreja

  • 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

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • Issues migrating Xcelsius Dashboards from Dev to QA in BO 4.0

    We are currently using BO 4.0 SP2 for enterprise landscape  and Crystal Dashboard 4.0SP2 for dashboard design. We have Webi Reports created on top of BEx queries and BI Web Services are created on top of WEBI Report blocks used as the data sources for Xcelsius dashboards. All the dashboards work fine in Development environment. Now the problem is when we migrate the dashboards to QA, dashboards doesnt work anymore as the Web Services based on Webi Report blocks have the  BOBJ Dev server name hard coded in the Web Services URL and still shows the same in QA. I can change the web services url to point to QA in XCelisus, however can't edit the web service in QA to change it to point to Dev. Has anyone experiences this issue?
    Thanks
    Raj Jetti

    Hi Sankar,
    Proc :1
    Try to export it through Import Wizard,
    Proc 2:
    Please upgrade patch to latest version of patch .. we had similar issue in boxi 3.1 sp5 we have upgraded to sp6 then we were able to sucesfully export business views
    Proc 3:
    Export XML  from DEv and import it into VAl in Business view manager.
    Let us know...

  • Error while importing request from DEV to PROD

    Dear Experts,
                      i am having the problems with request no.. There are two transport request nos and these have to be transported
                     from DEV to PROD. I relesed these two but while importing into PROD showing everthing completed successfully
                      with one error and error is Generation or programs and screens  for both transport  requests .
                      I am just enable to understand what this message is for ..
                       Please someone help me out in this....
    with regards.
    Praveen.
    Moderator message: please search for available information/documentation before asking, read the detailed transport logs, correct the errors, try again.
    Edited by: Thomas Zloch on Dec 13, 2010 6:05 PM

    Hi,
    First check the source system: ZSTGLDV110 is exists or not. check the rfc connections (Also check the source system assignment in both the system to each other). check the settings in the stms tcode. check the suppoet pack on your quality system,.... there are plenty of reasons.
    thanks.

  • 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

  • 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

  • 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).

  • BPC NW - Error Importing Master Data from BI to BPC

    Hello,
    I am importing MD from BW to BPC; openhub is working as required, and creating the corresponding file in the application server.
    However, when I run the package from Data Manager, it is displaying the following error:
    "An exception with the type CX_SY_STRUCT_COMP_NAME occurred, but was neither handled locally, nor declared in a RAISING clause.
    No Component name specified for Component 6."
    I have been looking other posts and OSS notes, and looks a problem related to DB; however in this case we do not have any dump.
    Has anyone encountered the same issue?
    Thanks&Kind regards,
    Begonia

    Hi Begonia Boloqui,
    After you extracted master data from BI using Openhub. The file is available in the application server.
    Before you run the package from Data Manager.
    Please examine the file data contents.
    From the Action Pane, Click Manage Data and then clicking Preview data file
    System allows you to preview the first 200 lines of a data file. Check whether data record is compatible with dimension definition and the mapping from external to internal members.
    Looks like error is with COMP_NAME field?
    Hope this information is useful.
    Regards,
    Rajesh Muppala.

  • How to migrate document hierarchy from DEV to PROD?

    Need some suggestions as to migration of the document hierarchy. The migration wizard is great for migration objects such as portlets, but it's cumbersome to migrate the entire document hierarchy from DEV to PROD as we will have to select all the leaves in the hierarchy to retain the tree. Does any one have the similar experience and have some suggestions? Thanks!

    This is wrong forum for such question, you might want to post it here
    General EBS Discussion

  • How to migrate dunning letters from Dev instance to QATEST instance?

    Hi,
    what are the steps in order to migrate customized dunning letters and dunning letter sets from DEV instance to QATEST instance?
    Thanks in advance!

    This is wrong forum for such question, you might want to post it here
    General EBS Discussion

  • 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

Maybe you are looking for