ODI Code Migration

Guys,
I have few queries related to migrating ODI code into Production environment.
1) is it always good practice to transfer ODI code in PRODUCTION in 'execution' mode ? any advantages/disadavantages?
2) is it possible to rename PROJECT FOLDER name when moving from DEV to SYSTEM TEST without any issues. I called Project name 'HILLS_DEV' in DEV, now can I rename it to 'HILLS_SYSTEST' in System Test ?
Thanks
KS

HI,
Let me try to contribute a little....
1) yes, because one single reason. The Designer only works at development repository. It means that execution repository guarantee that alters are done only at development site.
2) I believe that is a good practice to have just one development repository, for an architecture like this, there is no such question once the projects only exists at development repository.
Any way, if the project code is kept the same, there is no problem to change just the name.
Does it help you?

Similar Messages

  • ODI Objects Migration from Dev to Test and Prod Enviornments

    Hi ,
    Can someone please advise the order of the steps that have to be followed for ODI code migration form Development to Test and Prod Environments ?
    Below are the Details ,
    ODI Version : 11.1.1.6.0
    Development Environment : 1 Master Repository (M1) and 1 Work Repository
    Test Environment : 1 Master Repository (M2) and 1 Execution Repository
    Prod Environment : 1 Master Repository ( M2) and 1 Execution Repository
    Test and Prod environments are on the same master Repository.
    Thank you.

    Thanks for your prompt response !!!
    "If they are not in sync, import models, datastores, topology first & then import interfaces/projects"
    Do we import Models, data stores ? Since they are execution repositories we can only import scenarios right.

  • Problems while migrating ODI code from 1 env to other

    Hi,
    I had some ODI code in Env1 i moved it to Env2 and did some new development(created new models, packages etc) over there and then tried to migrate it into Env3.What i found that the exports for new development done at Env2 got imported easily in Env3 however, the exports of the code(of Env1) taken from Env2 are giving error ODI-10018: The repository {0} is not coherent between the current repository and the import file.
    This has put me in lot of trouble is there any way to resolve this.

    Well. This problem is not new and not unusual.
    What are the repository IDs for Env 1, Env 2 and Env 3 ?
    I suspect that Env 1 ID and Env 3 ID are same.
    There is an option in ODI 11g to renumber the repository IDs. In Topology Manager -> Repositories and then select and right click.
    You can select Env 2 and select an unused repository number and renumber your repository. Then the objects wilil be easily imported into Env 3.

  • Critical:Change in Environment of ODI code

    Hi,
    I have a requirement where i have to change the target schema(ie which is loaded by current ODI code) to a new identical schema
    so that i can run the odi code in one schema or the other.
    I have been suggested to make a new physical schema and make a new context which maps the existing logical schema with the new
    physical schema.
    so when i would run the code with new context new schema would be the target and when i would run the code with old context old schema would be target.
    Please let me know whether this is the right approach?
    any workarounds would be appreciated too.. for example if i change something at the backend of odi(ie odi internal tables new schema can be targeted else old )

    Yes you are approach is correct. You can run your code on different context with existing logical schema that can point to different physical schema.
    Thanks.

  • Oracle Code Migration

    Hi
    How often is Oracle database code migration done? What is DBA part in it?
    Thanks
    JIL

    Can you define what you mean by "Oracle code migration"?
    Oracle releases a new version of Oracle about every 3 years. First the dot one release then about 18 months later you get the dot two release.
    Patch sets come out more frequently and can be applied as needed/desired etc....
    Every time you patch or upgrade you have to retest the application with the new release/version.
    HTH -- Mark D Powell --

  • SAP Code Migration issue in generation phase

    Currently upgrading mobile environment from CRM 4.0 sp8 to CRM 2007
    In the migration process by SAP Code Migration Wizard the generation step is executed successfully.
    But in the migration step which follows only UI applications are migrated successfully. The PDA applications and BOL projects fail due to missing ".vbp" files.
    The missing files are:
    D:\SAP\Mobile\CMT\output\sfabol\vba\ITConsumerGoods\sfabol\prj\sfabol.vbp D:\SAP\Mobile\CMT\output\sfabol\vba\ITPharma\sfabol\prj\sfabol.vbp
    D:\SAP\Mobile\CMT\output\sfabol\vba\WBITITPharma\sfabol\prj\sfabol.vbp
    D:\SAP\Mobile\CMT\output\PDA\prj\PDA.vbp
    D:\SAP\Mobile\CMT\output\PDC\prj\PDC.vbp
    No further error message can be found.
    Please advise how to solve this issue and finish the migration step successfully.
    Thanks in advance
    Eddie

    Hello
    Issue 1 : CMT fails during migration stage for BOL apps  
    It is because, In MAS Generation Settings, Generate ALL  
    Option is disabled for BOL. I have checked the option    
    so that it will create the project files (.Vbp files)    
    Issue 2: CMT fails for PDA apps                                                                               
    It is because Microsoft SDK windows Pocket PC 2002 is not
    installed which is a prereauisite for PDA apps to get    
    mugrated. Please check the software requiremens section of upgrade guide.                                               
    Best regards
    Shankar

  • Productionising ODI code and interfaces

    I come from a programming background, and there is one aspect of ODI that is confusing me.
    When I do development work on ODI, I usually reverse engineer Hyperion Planning, Hyperion Essbase, and some Oracle views which are all also in Development. I build the interfaces, test them and make sure they all work well.
    Now, when it comes to moving these interfaces into production, to me, the logical meaning of that processis that the same interface should be hitting the ORacle views, Hyperion Planning/Essbase on the Production servers. So, my question then is how do I do that.
    If I have to reverse engineer the planning and essbase models in Production all over again, and re-build the interfaces, its just duplication of work and a waste of time. I looked in the user guide and admin guide, but neither of them were helpful.
    Any gurus out there, your help will go a long way and will be very much appreciated!!
    Thanks

    You're not far from where you want to get. If the structures in DEV and PROD are identical, then you don't have to worry about creating models and interfaces in PROD. ODI takes care of this through its layered architecture of Logical and Physical schemas which are linked via Contexts.
    Here are some guidelines...
    In Topology Manager:
    - Create your PROD servers and physical schemas
    - If your Master Repository for PROD is on a different server than for DEV, then create the Logical schemas with the same names that you have in DEV
    - Create a PROD context and assign each logical schema to the corresponding physical schema
    - Set up your PROD Work Repository as an Execution Repository (there is an option when you create the repository
    (It is very important that the names are identical in PROD and DEV, the so called CODES are what links Master and Work Repositories)
    In DEV Designer:
    - Generate scenarios from the integration processes you want to migrate
    - Export the scenarios to XML
    In PROD Operator (PROD Designer is not available as it is an execution repository which is readonly - except for variables):
    - Import the scenarios
    - Launch the scenarios to test everything is working.
    Hope this helps.
    Regards,
    Matt

  • Company code migration

    Hi Experts,
    We are migrating from Company code A to Company Code B .
    i need your inputs on the below points .
    How to handle below points after migration.
    1.     In transit Goods 
    2.     In transit imports
    3.     Open orders for customers
    4.     Return of Goods by the customers
    Thanks
    Sai

    sai wrote:
    Hi Experts,
    >
    > We are migrating from Company code A to Company Code B .
    >  i need your inputs on the below points .
    > How to handle below points after migration.
    >
    > 1.     In transit Goods 
    > 2.     In transit imports
    > 3.     Open orders for customers
    > 4.     Return of Goods by the customers
    >
    > Thanks
    > Sai
    hi,
    in transit goods creat open orders for all the materials which are in transit angoods and in transit imports, and open order  for customers
    for in trransit  goods do 303 in new company code b
    for inransit import goods do update the p.o and do the necessary transactions in comany code b.
    for open orders do the create new. p.o in the system  for when ever you recive the return  goods from the customers  do the necssary updation in comany code b only
    Thanking you.

  • Deprecated Code - Migration from SQL 2005 to 2012

    Hi,
    We're planning to upgrade our database from SQL Server 2005 to 2012. Based on this
    link, it seems there's no code conversion needed in terms of Data Type, Keywords in creating SPs, Function, trigger.
    The only thing that concerns me is this
    Set options
    SET ROWCOUNT for INSERT, UPDATE, and DELETE statements
    TOP keyword
    SET ROWCOUNT
    109
    But other than that, it should be good.
    I would also like to get any feedback from other user who migrated their database from 2005 to 2012. What were the issues encountered during the process. Any tips and suggestion will be much appreciated.
    Many Thanks.

    What is your mode of upgrade
    1. In place
    2. Side by side
    You must also read
    Breaking changes to DB engine features in SQL Server 2012
    Breaking changes to SQL Server features in SQL Server 2012
    If you are just using DB engine features and SSIS I would advise you to first run upgrade advisor and look for breaking changes or unsupported scenarios. make sure you mitigate all such issues.
    There is also a feature where you can side by side upgrade database by backup restore to SQL Server 2012 and still keep
    compatibility level to 90
    (but that is not advised)
    I have migrated database from 2008 to 2012 but not from 2005 but above documents were very handy and would work quite well.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Import ODI code and extend

    Hi,
    We are from HSGBU and trying to extend and use OBIA Day dimension ETL code (ODI).
    We can take the particular OBIA Day dimension code using ODI Smart export/Smart import.
    But using smart export/import, it will import all its dependent components starting from topology, project (top level objects) to data stores (bottom level object) in the model.
    Then we have to manually change all the components as per our data stores/models and topology and then to extend the same for our extra attributes.
    Hence we are looking if there is some direct or easier way to import and use/extend OBIA Dimension code.
    Thanks
    -Anuradha

    Hi Anuradha,
    Smart import provides options to reuse/copy/overwrite/ignore objects from the import file. Wouldn't choosing reuse serve your purpose where you want to avoid overwriting existing dependent objects?
    Thanks,

  • Source code migration from TFS2005 to TFS20013

    Don’t know which forum to be used for raising queries related to TFS. Please move this thread to correct forum.
    We have SharePoint 2007 environment which is having internet facing site with lot of published contents. The complete source code of the site is maintained in TFS2005.
    Now we have planned to move the source code from TFS 2005 to TFS 2013 but SharePoint environment remains same(SP2007). Please share suggestion and recommendations to perform this activity as I am doing this task first time.
    How to move/migrate the source code from TFS 2005 to TFS 2013?
    How to install build agent?
    How to join the build agent to build control?
    Is SharePoint2007 to be installed on the server where build agent is going to be installed?
    What are the recommended test cases to make sure that complete configuration is successful?
    Senthilrajan Kaliyaperumal

    Hi Senthilrajan,
    TFS 2013 not supported with SharePoint 2007
    https://msdn.microsoft.com/en-us/library/dn641202.aspx
    SharePoint
    TFS 2013
    TFS 2012
    TFS 2010
    SharePoint 2013 (Foundation, Standard, Enterprise)
    SharePoint 2010 (Foundation, Standard, Enterprise)
    Office SharePoint Server 2007 (Standard, Enterprise) / Windows SharePoint Services 3.0 ¹
    instead use 2012
    the upgrade path is in the following link
    http://blogs.msdn.com/b/tfssetup/archive/2013/12/19/tfs-2013-upgrade-options.aspx
    to integrate with SharePoint 2007 with TFS 2012
    https://msdn.microsoft.com/en-us/library/vstudio/hh667648(v=vs.110).aspx
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Discoverer code migration steps help needed !

    Hi,
    I have created few new reports in Discoverer 10g. Now I have to write detail steps to migrate that code from DEV instance Test and then Prod. Could you please provide me the main steps or any brief document that explain this for DBA?
    Thanks in advance.

    Use the export and import utility in Discoverer. Go to File -> Export or Import.
    The options that you choose during import are pretty self explanatory. Take a look at this link. It talks about EULs but you will get an idea about the process to be followed as it is the same for reports too.
    http://www.rittmanmead.com/2005/02/19/migrating-discoverer-euls-from-development-to-production/

  • AIA Error codes-  Migration

    Hi,
    Have question related to the migration of AIA Error codes that we setup on AIA framework for each AIA/ABCS Service.
    Do these get stored anywhere as an xml or in database? Our primary concern is during migration, we are facing challenge to configure all these in a new environment. Rather, I am looking, if we can just move the config file to the new environment.
    Thanks in Advance,
    Phani

    Phani,
    I assume you refer to the error notification setup in the AIA configuration pages. These rules are stored in table BSR_ERROR_NOTIFICATIONS within the AIA schema.
    If you export data from one env to be imported into another you need to make sure that the corresponding DB sequence (BSR_ERROR_NOTIFICATIONS_S) is adjusted accordingly to not run into issues.
    Gerhard

  • Which Preview will do the code migrations?

    I have tried the Tech preview 1 and now 2 and neither of them will import a 10.x project.
    This late in the game I would think the migration would be done, and since there is a migration tool that pops up when you try and open an old existing project.
    My project is over 1000 files, I would not want to have to massage a project of this size, just to use the newest version of JDEV
    Thanks
    Kelly

    My Project consists of using the ADF/bc4j as the data model, and JSF pages.
    A lot of the views are dropping thier respective java code files and need to be recreated by selecting the view object and clicking on the java file check boxes for the different layers.
    The multiselect core table code that I used from the examples of the previous version are no longer valid with trinidad (this was the default option for the upgrade/migration to use trinidad).
    Those were the two biggest things that I saw so far.

  • Do we need to compile the code migrating from JDK 1.4.2.11. to 1.4.2.15

    Hi
    Currently our application is running in JDK 1.4.2.11 and because of the SSL vulnerability issues we are planning to upgrade the JDK to 1.4.2.15 version.
    Just wanted to know do we need to complie the code for this change.

    In general, no. However, if your code depends on code that was changed as part of a bugfix, you may have to make source changes, and then recompile.
    Test and see. And review the release documents for the versions involved.

Maybe you are looking for

  • Bridge CS3 won't install

    I just bought a new macbook and decided to do a clean install of all my apps. I installed cs3 premium, and bridge did not install. in fact, there's no reference to it in the installer at all. what am i doing wrong? is bridge now a download only app?

  • My macbook pro is frozen

    My daughter has recently purchased a Mac Book Pro. For whatever reason it is frozen. I am unable to close any programs. There is a little pinwheel that just keeps spinning around. Any thoughts on what to do would be appreciated. Thanks

  • "re-burning" dvd+rw's

    hi i'm new to burning. i was just wondering how i can re-burn my dvd+rw without erasing it completely? i want to be able to save some things now and then add to it later (assuming that i haven't used up all the space of course). thanks!

  • IT0022 Education- Is there a Standard work flow for ESS??

    Hello All, is there a standard work flow in SAP where in an employee updates his education details in ESS and a work flow is triggered either to Adminstrator / Manager to approve the same? if aint...how to make this possible, anyworkarounds? if yes,

  • Cannot scroll a pdf inside a frame

    I cannot scroll a pdf called inside a frame in iPad Safari..I have tried the 2-finger method. But does not work. Please help me..