Migrating from Test Database to Production Database

Hi,
I have a situation where I created my Portal Pages on test database and now, I want to move everything from test database to my production database. The portal version on both the sites is same (3.0.9.8). I have content areas and applications in my existing test site. What is the best and easiest way to achieve this?
Thanks in advance.
Regards,
Jatinder

Hi,
the easiest way is to make an export of the portal schema en import it into you're production database.
greetings
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jatinder:
Hi,
I have a situation where I created my Portal Pages on test database and now, I want to move everything from test database to my production database. The portal version on both the sites is same (3.0.9.8). I have content areas and applications in my existing test site. What is the best and easiest way to achieve this?
Thanks in advance.
Regards,
Jatinder<HR></BLOCKQUOTE>
null

Similar Messages

  • Migrate from redbrick database to oracle 10g

    Hi Folks,
    Does anyone of you did a migration from redbrick database to oracle 10g please help me out with the steps to do that? I tried to search for a document with no luck.
    Appriciate if you could point me to a doc or a white paper that talks about the migration.
    Thanks in advance.
    Karthik.

    Red Brick is now part of the Informix family, maybe the migration workbench helps:
    http://www.oracle.com/technology/tech/migration/workbench/index.html
    Werner

  • Migrating from test to prod

    Hi All,
    After migrating a BPEL process from test to production changed the deployment descriptors for BAM hostname/username/password using BPEL PM (prod). However, the changes did not take effect. Sensor data was not sent to the production BAM server.
    What's the best way to migrate from test to production a BPEL process that has BAM sensors?
    Thanks.

    If you are using BPEL 10.1.3.1 there is a bug with BPEL PM that any time you modify any of the descriptor values, you must retype the password. Failure to do this will cause BPEL PM to encrypt the *'s as the password.
    Check and make sure the user account that BPEL is connecting to BAM with is not locked out because of this.
    Once you get everything typed in and saved correctly, do a restart on the BPEL container to make sure everything is reset.

  • Issue after migration of test environment to production

    Hi guys,
    After I migrate the test environment to production enviroment I am getting the following errors:
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_PACKAGE) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_SNP_GRP_STATE) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_FOLDER) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_TRT) violated
    The version of ODI used is ODI 10.1.3.5
    Any help will be appreciated.
    Thanks in advance.

    Hi,
    How exactly are you doing the migration?
    Regards,
    K

  • Have anybody copied Queries from "Test" database to "Production database?

    I am looking for the best method to copy queries from one database to another.  From TEST to PRODUCTION.  Other than Copy Express or Copy/Past, is there another recommended approach?  Such as within SQL?

    Hi Alain,
    Copying anything from database A to database B using SQL, means somehow using  SQL command "Insert". Please note that commands like Insert, Update, Delete are NOT SUPPORTED as it might cause data corruption.
    Kind regards
    Mario

  • How to omport PLD from testing database to Production Database

    i have designed PLD reports in testing database and now i want to import it to Production Database ? How should i do it ?

    There are couple of ways to do this
    Use Copy Express Addon of SAP to copy PLD from one DB to another.
    Another way is to use SQL to copy from one DB to another.
    I am not sure if the SAP still support the SQL way but I could give it to you and it will work.  
    insert into [TargetDB\].[dbo\].[RDOC\]
    select [SourceDB\].[dbo\].[RDOC\].* FROM [SourceDB\].[dbo\].[RDOC\]
    WHERE [SourceDB\].[dbo\].[RDOC\].DocCode = 'CHO10002'
    insert into [TargetDB\].[dbo\].[RITM\]
    select [SourceDB\].[dbo\].[RITM\].*
    from [SourceDB\].[dbo\].[RITM\]
    where [SourceDB\].[dbo\].[RITM\].DocCode = 'CHO10002' AND [SourceDB\].[dbo\].[RITM\].[Doccode\]
    IN (SELECT Doccode from [SourceDB\].[dbo\].[RDOC\])
    CHO10002 is shown as a sample DocCode.  You can get the DocCode when you open the PLD in design mode and go to Print layout design menu on top and click on Display Document Properties - General tab
    Let me know
    Suda

  • How to migrate from existing Database Usermanagement to Active Directory?

    Hello experts,
    we are running a portal with more than 2000 users. So far our user management is done by the portal´s own identity management with the database as data source.
    However for many reasons instead of the database we would like to use an existing company´s Active Directory (=AD) as a data source for identity management. That means that we would like only to use the AD-users and AD-groups in the portal.
    All users who are in the portal´s database now you can find also in the existing company´s Active Directory. Luckily the users have the same ID both in the database and in the AD.
    We know that the migration form the database to AD is a big issue since many portal objects depend on the existing structures. However because the IDs of users are identical in both systems we hope to finde a way to "override" the existing usermanagement data with the AD data without loosing the existing settings (e.g. KM-Permissions, user profiles etc.).
    Generally I am asking you if you have had already experience with changing the user management´s datasource of an already "living" portal (several 1000 users) to Active Directory User Managent.
    What problems can occour?
    Which modifications need to be done?
    Which portal´s objects are affected by the migration?
    Is a migration possible at all?
    I will appreciate all suggestions, remarks, ideas.
    Thanks in advance.
    Thomas

    Hello experts,
    the current permissions in the KM-Objects are based on both groups and users from database.
    Because it is not possible to modify the Group´s Display Name in the portal´s database we would also like to use LDAP-Groups in the portal: All users and groups in the portal shall be managed by Active Directory in future.
    In the Active Directory it is possible to modify the Display Name of groups. This is a necessary feature because of reorganisations of departments in our company which occur from time to time.
    Creating new groups with the new department names is not an option because one has to assign all department members to the new group again. Otherwise one need to asign the new group to the ACLs of all KM objects in question. This is a too big deal.
    However, thank you for that hint Michael.
    Any other experiences?
    I will appreciate any ideas, foreseen problems.
    Thomas

  • How to apply PO template from test database to live database?

    I have created a PO template in my test database and I want to apply to the live database. Is any way to accomplish this task? i.e. any import or export method between different database? (Test environment or live environment?)

    First go to your TEST database.  Open your PO template in the design mode.
    Go to Print Layout Designer menu --> Display document properties --> General tab and copy the document ID (example: POR200....)
    Please Note:   
    LIVE = [Your LIVE DB NAME] and
    TEST = [Your TEST DB NAME]
    USING SQL
    INSERT INTO [LIVE].[dbo].[RDOC]
    SELECT * FROM [TEST ].[dbo].[RDOC] WHERE [TEST ].[dbo].[RDOC].DOCCODE = 'POR20...'   -
    (document ID copied above)
    INSERT INTO [LIVE].[dbo].[RITM]
    SELECT [TEST].[dbo].[RITM].* FROM [TEST].[dbo].[RITM]
    WHERE [TEST].[dbo].[RITM].DocCode = 'POR20...'   -
    (document ID copied above)
    This should work.
    Best Wishes

  • How to migrate custom user attributes (UDF) from test environment to production when a sandbox is published

    Hi all,
    I like to migrate custom attributes from test environment to my production environment. I read OIM documentation and i tried to fallow these steps but I cannot export sandbox and import it because all sandboxes are published in the test environment.
    I exported and imported users metadata by deployment manager only. Now, all migrated attributes are in the OIM DB but I do not see these attributes in Administration Console.
    How can i solve this issue? Is it possible to export published sandbox and import it in the other environment?
    Thank you.
    Milan

    In OIM 11g R2 you need to export sandbox before publishing sandbox for custom user fields from DEV or TEST environment.
    Then import exported sandbox in the another environment.
    If you didn't exported custom user fields sandbox from your TEST or DEV in that case you need to create those again in another environment manually. There is no other option for this in OIM 11g R2.

  • Migrating from sql2000 database to Oracle 9i

    I have Oracle 9i running on Win2000 ...and I have installed Oracle Migration
    Workbench on same machine.
    On other machine I have sql2000 SERVER and I have 5 databases running there.
    As test migration now I want to migrate to Oracle 9i ..
    sql server databse no 1..having 7 tables.
    I have created source object model...and then created oracle object model in migration workbench
    When migrating to oracle database I noticed the message that ....
    tables,,,tablespaces need to be created for efficient migration database..
    Means do i need to create all the tables present in sql server database no-1
    in Oracle and then migrate...
    can anyone please do give me the details on this...
    Thanks & Regards
    Prakash

    Im afraid the OMWB does not perform MS Project migrations to Oracle.
    Regards,
    Dermot.

  • How to configure Crystal Report from Test DB to Production DB

    Hi,
    I have a VB/asp.net application that is currently using Oracle DB.
    Now, I'm creating a new Crytal report that will connect using any userID, password, database, servername on runtime.
    When I created the Crystal Report I used the Oracle OLE/DB connection using the test database logon information now I would like to make this  dynamic at form load event which I have my crystal report viewer configured and then pass the dataset regardless if it is coming from test or production database.
    Now, at form load connection using the test database I can see the report properly which I provided with the same logon information when the crystal report was created but when I switch the login using the production database, it doesn't get the correct datasource and logon information and it still uses the test datasource.
    I would appreaciate if you can give me a solution or any links of the previous threads that has similar issue with resolution or any sample that may help.
    Thank you,
    Ryan

    Hi Ryan
    I'd start with these samples:
    csharp_win_dbengine.zip / vbnet_win_dbengine.zip
    csharp_win_subreport_logon.zip / vbnet_win_subreport_logon.zip
    Link to the samples and others is in this wiki: Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Next, I find the Crystal Reports for Visual Studio 2005 Walkthroughs to be an absolute gem (and it applies to all versions of CR and VS).
    And of course, the developer help files:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    Now, one thing you don't mention is which APIs you are using; CR, or RAS - both of which may be available to you depending on the version of CR and VS you are using... RAS Developer Help files are here:
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    The RAS APIs are a bit more complicated, but way more powerful. And there is even a utility that will write the DB logon code for you:
    KBA: 1553921 - Is there a utility that would help in writing database logon code?
    Finally, don't forget to search this SCN Space. Search box is in the top right corner. I find using short search string is best. E.g.; 'crystal net logon' will return a number of KBAs (notes), wikis, blogs, etc., etc.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Regarding Migration from Testing to Development

    Hi All,
    I am going to migrate from Windows 32-bit to unix 64 bit. I am using hyperion 9.3.1. I dont know, how to migrate from windows 32 bit to unix 64 bit.
    I want to migrate Planning, Essbase and Shared Services. This is the first time, i am doing the migration. Please guide me in this situation. Its very urgent for me.
    My Doubts
    1) What are the files(In planning, essbase and shared Services) i have to copy for the migration?
    2) What are the steps, i have to follow during the migration?
    Please guide me in this situation. If u have any documents for migration, please share with me. This is my mail id : [email protected]
    Thanks,
    Lakshmi

    Hi,
    I am doing the migration for Planning. I am following the below stepts for migration. I am stuck in the middle.
    The below are some steps to use in Migrating .
    1. Create a new database on Production RDBMS Server for your planning application.
    I created a new database (MIGRDB)
    2. Configure a data source on Production Planning Server.
    I configured the datasource
    3. Create fresh planning application on Production Server and Ensure the admin is the same as your planning application on Development Server.
    I created the new planning application in developement server
    4. Go into the database tables for the planning app on Production Server and look at table HSP_USERS; store the SID value against user 50001.
    How to find the SID for the new database? Here i want to replace the 50001 with new database sid value(step 1 - MIGRDB)
    Please guide me in this situation.
    Thanks,
    Lakshmi

  • Planning 9.3 Applciation migration from test to prod

    Hi Guys,
    I wnated to migrate my planning applciation from Test to Production instance,
    In both the instances I have Oracle 10g as a repository for my applications.
    Please send me the steps to Migrate the same.
    My Test instance has one Planning applciation "PlanApp"
    In Production I just installed the Planning, I ahve not created any applicaion yet, but wanted to copy from my test instance.
    Thanks

    Hi,
    This topic has been covered quite a few times now on this forum, a bit of searching will give you all the answers you need but in summary :-
    Create a new planning app on production
    Register with shared services.
    Make it is the same admin name account betwen test and prod.
    Go into the oracle schema on prod for your app, extract the SID value from the HSP_USERS table where the user_id = 50001
    Stop Planning on prod
    Take an export of the planning app schema on Test
    Import the schema over the top of the schema on Prod
    Update the HSP_USERS table with the stored SID value on prod.
    Restart Planning.
    Cheers
    John

  • Migrating from Dev repository to Production repository..owb mappings..

    We have OWB 9i with Oracle 9i in Dev Repository.
    We are currently in Development phase.But sooner will be migrating to production. I am new to this kind of process of migration.
    How do we go about migrating OWB mappings from development Repository to Production repository.
    Any suggestions would be helpful.It's URGENT !!
    thanks.

    I recommend you to post this in:
    Forums Home » Oracle Technology Network (OTN) » Technologies » Data Warehousing and Business Intelligence
    http://forums.oracle.com/forums/index.jsp?cat=16
    Joel Pérez

  • Migrate from UAT database to Production database

    Hi all,
    I need to set up my production database based on the UAT database.I would like to re-generate all my objects script and grant scripts from UAT so that there will not be any discripency. I can't go for full db export due to some apps constraints.I'm planing to generate grant scripts from dba_tab_privs for each role and generate public synonym script from dba_objects for each user.Object inventory can be taken from dba_objects for each user. FK and PK constraints are another worry.
    Am I on a right path?? My worry is that, I may miss out something. Can anyone guide me?

    I think Bhandari's advice is good as long your UAT and PRODUCTION on the same OSWhat about the data? UAT is going to full of rubbish data that nobody would want in a production system. But you wouldn't want to zap it from UAT because you'll need it for the next release (patch, enhancement, whatever). So you copy it all over into Production and then remove everything that's not supposed to be there? Starting a release by trashing the data in production doesn't sound very clever to me. Furthermore it's a complete non-starter for managing an incremental release.
    Using Import/Export isn't much better. Neither is generating scripts from the UAT data dictionary. Forget about Release 1.0! Think about how you're going to manage 1.1!
    The simplest, the least effort, the most robust approach is to create Production from the scripts that were used to build UAT. Anything else is more complicated, more work, less reliable. The only reasons why anybody might need to take some other approach are because they didn't build UAT entirely with scripts or because they didn't subject those scripts to source control. And that's what I mean by bad processes.
    LALEAGTFOTP!
    Cheers, APC

Maybe you are looking for

  • IPad Safari Landscape innerHeight/outerHeight bug still not fixed in iOS 7.1.1

    iPad Safari Landscape innerHeight/outerHeight bug still not fixed in iOS 7.1.1 No bug in Chrome or other third party browsers. When are Apple going to fix this bug? It's painful. more info here: http://stackoverflow.com/questions/19012135/ios-7-ipad-

  • Report with temp table

    Hi all, I need your suggestions. Have a need to build a report based on multiple queries and some updates. ( the updates are temporary, it will not update the source ). I would like to put data into a temporary table that is good for the log on sessi

  • Does jheadstart support HTML editor

    Hello, In my application, I need to allow users to entered html formatted text, I change one of my text fields to have a display type of editor. This allows the user to enter text. However when I view this text in another part of my application using

  • Opportunity Management

    Hi, Can anyone help me to create SAP CRM OPPORTUNITY using External List Management, I know we can do for LEAD/ACTIVITY. Awaiting your reply. Thanks.

  • How do you define words from newsstand

    I bought an ipad mini recently and just found out that it was capable of defining words. It seems to work for ibooks but not for newsstand.