How to port a project from a database to another

Can any help me find a documantation how to port my metadata project from one database to another step by step. I get problem with the location and connector in mapping when import the metadata file (mdl)

I have to do the same task here. Still couldn't start this task though...
But I believe I'll use the MDL file. I don't see how avoid the connector/location issue either. I believe that migrating OWB's repositories demands to recreate this structures...
If anyone else knows how to overcome this issue, I'd be glad to know how!
Regards,
Marcos

Similar Messages

  • How can I export projects from PMDB1 database into existing PMDB2 database?

    Does datapump handle this? I have been told my only option is XER format but I have thousands of projects to move from one database into another existing database.

    Migrate.bat will migrate an entire database from one platform to another (eg: Oracle to MS SQL SRVR) but for selective projects you would need to move them via PPM Application export (XER/XML). Your other option as someone suggested is to upgrade the entire database schema to a newer version if that is the end goal, but it sounds more like you have two existing database schemas to consolidate.

  • Simple: How to copy a Table from one Database to another?

    I already know how to do it by creating an identical table and then inserting the Data.
    Like so:
    SET IDENTITY_INSERT dByDtMinusC5 ON
    INSERT INTO [DB1]..T1 ([Id], [HbyD] , [K] )
    SELECT [Id], [[HbyD]]] ,[K] FROM [DB2]..T2
    As you can see I need to have T1 in order to copy T2 into DB1. Is there any way that I could auto create T1 and copy T2?
    There are so many forums in sql server Category, I hope I posted in the right one :0 . We need tag system for forums.   

    Hi Bhupinder,
    According to your description, you want to copy a table with Primary keys from one database to another database.
    As per my understanding, I think the best method is use Transfer SQL Server Objects Task in SQL Server Integration Services. The Transfer SQL Server Objects task transfers one or more types of objects in a SQL Server database between instances of SQL Server.
    Server roles, roles, and users from the specified database can be copied, as well as the permissions for the transferred objects. Indexes, Triggers, Full-text indexes, Primary keys, Foreign keys can also be copied.
    To use the Transfer SQL Server Objects Task, we should create a SQL Server Integration Services Project in SQL Server Data Tools, then drag a Transfer SQL Server Objects Task to Control Flow pane. Specify SourceConnection, SourceDatabase, DestinationConnection
    and DestinationDatabase for the Connection, select the table in the ObjectsToCopy category, then change CopyPrimaryKeys to True and the other corresponding properties in the task.
    References:
    Transfer SQL Server Objects Task
    Transfer SQL Server Objects Task in SSIS 2008 R2 With Example
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to move iMovie project from one computer to another

    I have been working on an iMovie 09 project on my desktop at home.
    Now I want to work on the same project on my computer at work.
    How can I move the project from one computer to another?   What I've already tried was to make a duplicate copy of the project and then use a thumb drive to move that to another computer.   It didn't work.
    Thanks for your help.

    Hello James Snedeker,
    After reviewing your post, it sounds like you want to move a file to another disk. I would recommend that you read this article, it may be able to help the issue.
    iMovie: How to Save Projects to Another Hard Disk
    To copy an iMovie project to another disk:
    1. Quit iMovie if it is open. 
    2. Locate the project folder in the Finder.
    3. Drag the project folder to the other disk.
    Note: You must move the complete project folder, intact, to the other disk in order to successfully copy the project. The project folder has the same name as the project listed in the iMovie window. This folder includes the iMovie project file, as well as a Media folder, which contains all of the clips associated with this project. If you don't copy all of these items, the project may no longer be readable in iMovie.
    Once you have copied the project, try opening it in iMovie to ensure that it copied to the other disk successfully.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • How to Add Sales order from one database to another database

    Hi All,
    I am trying to add sales order with sales order object.
    I have completed connectivity from one database to another database.
    but i am unable to post sales order with orders object.
    My code is
    ObjSales = objMain.objUtilities.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                ObjSales.DocDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.DocDueDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.TaxDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.CardCode = "C0006"
               ObjSales.Series = 92
                ObjSales.PaymentGroupCode = 3
                ObjSales.Comments = "vivek"
               ObjSales.Lines.Add()
               ObjSales.Lines.SetCurrentLine(1)
               ObjSales.Lines.ItemCode = "5127"
               ObjSales.Lines.Quantity = 100
               ObjSales.Lines.UnitPrice = 10
               ObjSales.Lines.WarehouseCode = "01"
                ObjSales.Lines.TaxCode = "0"
                ObjSales.Lines.DiscountPercent = "0.00"
                ObjSales.DocTotal = 1000
                 If ObjSales.Add <> 0 Then
                   objMain.objApplication.SetStatusBarMessage("Sales or Not Posted", SAPbouiCOM.BoMessageTime.bmt_Short, True)
                   Exit Sub
                else
                  objMain.objUtilities.ShowSuccessMessage("Sales Order Posted successfully")
                End If
    The above code is executing successfully.But the Sales order is not getting added.
    Thanks in advance.

    Hi Vivek,
    If the code you posted is not throwing any errors, then the order really does get created. Apparently just not to both databases, am I correct ?
    vivek.Y wrote:
    > I have completed connectivity from one database to another database.
    That means that apparently you have not gotten this bit right.
    Generally speaking if you want to create an order into two databases, you first need to connect to both databases and create separate order objects for each database. So you need to do this bit twice; once for each database. Something like this:
    ObjSales1 = objMain.objUtilities1.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
    ObjSales2 = objMain.objUtilities2.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
    Then at the end you also need to add both objects separately:
    If ObjSales1.Add <> 0 Then
    etc.
    If ObjSales2.Add <> 0 Then
    etc
    Good luck,
    Johan

  • How to copy the data from one database to another database without DB link

    Good Day,
    I want to copy the data from one database to another database with out DB link but the structure is same in both.
    Thanks
    Nihar

    You could use SQL*Plus' COPY command
    http://technology.amis.nl/blog/432/little-gold-nugget-sqlplus-copy-command
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/apb.htm#sthref3702
    Edited by: Alex Nuijten on Sep 16, 2009 8:13 AM

  • How to Copy the PLD from one database to another

    Dear Members,
       i have designed the  PLD for Purchase Order, i want to copy the particular PLD into another Database.
    i tried to copy the PLD from one database to another through copy express.. i copied the PLD sucessfully. But the problem is,it copies all PLD's from one database to another. i want only the Purchaseorder PLD has to be copied in to another database.any body can help me in this regard.
    With Regards,
    G.shankar Ganesh

    Hi,
    select * into A1 from RDOC where Author !='System'
    select *  into A2  from  RITM   where Doccode  in (select Doccode from A1 )
    select * from A1
    select * from A2
    sp_generate_inserts 'A1'
    sp_generate_inserts 'A2'
    you will get Insert scripts of A1 and A2 tables .After that You 'll  Replace A1 to RDOC and A2 to RITM.
    So that you can RUN this SQL srcipts any where (In any Database)
    but First u have to run sp_generate_inserts  Storeprocedure(from websites) .
    drop table A1,A2

  • How do I transfer projects from one disk to another disk?

    I just installed Windows 7 on a second drive in my computer (XP on the original disk).  My previous projects were all created on the XP disk on PE 2.  I want to move all that work into the Windows 7 environment, and run there from now on with Premiere Elements 7.
    I can't find anything in the Adobe knowledgebase that explains how to do this.  Can anyone please give me some pointers?
    Thanks in advance,
    Ron

    Ron,
    You do not need to move the Project and media. You can Open your Project just fine from the other HDD.
    Now, if you are going to replace, say your C:\ with what is now you D:\, and will re-assign it to C:\, you will just Copy over all of your Project and media to the new drive.
    If you will be placing the Projects and media onto another HDD (drive letter), when you first Open the Project, PrE will ask you "where is the media?" Just point it to the new location, and it will re-link to the media in that folder. You will need to repeat for each separate folder. Once you have located all media, I would do a Save_As, maybe incrementing the Project's name, so you still have the original Project intact.
    Please let us know exactly how you will be altering your system, and then someone can step you through the specifics.
    Good luck,
    Hunt

  • How could I copy contraints from one database to another?

    Hi,
    I have a specific problem.
    I have taken a datadump and executed in another database. Some how the contraints were not copied.
    So I created following script to genrated alter statement and then run the script in target database:
    declare
    cursor get_cons is
    select distinct dc.table_name table_name, decode ( substr(dc.constraint_name,1,3), 'SYS', ' ', 'CONSTRAINT ' dc.constraint_name ) contraint, wmsys.wm_concat(ucc.column_name) over ( partition by dc.constraint_name order by dc.constraint_name ) cols
    from user_constraints dc,
    user_cons_columns ucc
    where dc.table_name like '%'
    and dc.constraint_type = 'P'
    and dc.table_name = ucc.table_name
    and dc.constraint_name = ucc.constraint_name;
    lv_sql varchar2(2000);
    begin
    for i in get_cons
    loop
    lv_sql := 'ALTER TABLE '
    I.TABLE_NAME
    +' ADD ('+
    i.contraint
    +' PRIMARY KEY ( '+
    I.COLS
    +' )); ';+
    dbms_output.put_line( lv_sql );
    end loop;
    end;
    Is there a better way to do it?
    Thank You,
    Ranjeeth

    Hi,
    do u have idea about move data from development environment to production environment.
    what is the simpleast way. suppose if we refer DATAPUMP or EXP/IMP. How to do it.
    through EXP command i am exporting full database or specified tables. but problem is i am not able import which i exported tables.
    can u give me the steps to how to import .DMP files through command prompt.
    Thanks
    Venkat.

  • How to transfer IMovie project from one user to another on MacBok Pro?

    My daughter made a movie with IMovie and I would like to add music from my files. We work as separate users and now I cannot open the project with myself as user. How can I access the movie made as another user? Even if I copy the project on my desktop, it does not open in IMovie when I am the user.

    Hello to-mii,
    Your best option would be to use an external drive to make the project available to other users on the system.
    iMovie '11: Copy or move a project to an external hard disk
    http://support.apple.com/kb/PH2289
    You may also need to transfer the related events to the external drive, as well.
    iMovie '11: Copy or move video from your Event Library to an external hard disk
    http://support.apple.com/kb/PH2302
    Cheers,
    Allen

  • How to move JDev project from one node to another

    I have created a project on my laptop and i have designed my pages and deployed on my test server. now i want to copy these files and ftp to my system admin in another country so that he can open those files on his client JDeveloper and run and test the pages before deploying on production server.
    do i need to zip the project files and send it to my admin??
    if so , how can we open this project and its files on a freshly installed jdeveloper.
    Thank you for your precious time to read this post.
    please advise/help!

    Hi,
    First unzip files at <JDEV_USER_HOME>\myprojects.
    When you create a new workspace and project under Jdeveloper, it will show all packages / folders that are present inside myprojects folder.
    If not visible, you can go to project properties and add the folder from 'Project Content' tab.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to move a project from one library to another?

    I merged too many iPhoto libraries into one very large Aperture library,  It takes too long to load up even though I'm using a Thunderbolt external drive.  So I'm exporting some of the projects as new libraries.  After doing so, I discover that some of the remainig projects in my large Aperture library really belong in one of the new libraries I created.  But I haven't found a way yet to export or move such projects to the new library I created on the same external drive.  Does anyone have any suggestions?

    I thought I said that?
    And I thought you meant that, but I was not sure, if "export the projects" implies necessarily "export as library" - it could mean "export the versions/originals from the project" and reimport them - just to be sure no offence meant.

  • How to move a project from one Mac to another

    Hi,
    I started an iMovie project on my MBP but want to finish it on my more powerful iMac. I copied the project file from my MBP to my iMac, but when I start iMove, the project does not appear in my project pane.
    Any idea what's wrong here?

    Hello P-Pod,
    Thanks for using Apple Support Communities.
    You can follow this article to share any document with other user profiles.
    OS X Mountain Lion: Share files with others who use your computer
    http://support.apple.com/kb/PH10636
    Share a file with one other user on your Mac
    Click the desktop to make sure you’re in the Finder, and then choose Go > Computer.
    Double-click the icon for your computer’s internal disk (usually named Macintosh HD) to open it.
    Open the Users folder, and then open the folder for the person to whom you’re giving a file.
    Open the user’s Public folder, and then drag the file to the Drop Box. To keep a copy of the file for your own use, hold down the Option key while you drag.
    Have a nice day,
    Mario

  • How to move a schema from one database to another on ASM?

    Hi All
    I have a schema in database A on ASM and I want to move the complete schema to database B on ASM . Both databases are on RAC and on the same server.
    Please tell me the steps how to do it or if there is a script to do it.
    Thank you.

    There is nothing special which you need to do for ASM instance. In this case too, you will be required to use export/import utility to do the same.
    Cheers
    Amit
    http://askdba.org/weblog/

  • How to import the datafiles from one database to another

    Hi,
    I have got some datafiles from the existing database(Consider it as Database A), but it has been removed as of now.
    I am having the datafiles and control files of it.
    I have freshly installed one oracle Database(database B), I am planning to load those datafiles in the newly installed
    database.
    Is it possible, if so wat is the procedure.
    Both the databses are Oracle 11g.
    Help me out of this.
    Thanks.
    Regards
    Gatha

    Hi,
    As you said that you have data files and Control files, then using import quite no possbile, but you need to do it manually (as it exits in the Source System in same path).
    Initially, you copy these files from the Source System to Destination System that is
    Data Files and Control Files
    Next, you will get the DBID from the controlfile backup is you have Example :-
    CTL_SP_BAK_C-1507972899-20070228-00, then " 1507972899" is the DBID,
    Try to use the RMAN for this
    example :-
    Open the rman
    set dbid 1507972899
    then you need to build the initilizaition file to start an instance based on the Configuration
    or Copy the spfile from the back from source system if exits.
    Startup the DB in mount mode.
    You might get the error
    ORA-01078: failure in processing system parameters
    Now restore spfile from 'backup path' where you have copied files
    startup force nomount
    Now the instance is started
    connect to DB as sysdba
    check the control file parameter values and online redo Log files paths (Log_Archive_dest)
    Restore the old control file from backup, since the new instance must the know where the files are located
    restore controlfile from 'backup path'
    then shutdown the DB
    start in mount mode
    restore the DB - restore database
    Note: Recovery is dependent on the available archived (and online) redo logs.
    Final step will be Alter database open resetlogs;
    - Pavan Kumar N

Maybe you are looking for

  • How can I prevent Messages from opening?

    Hello, I was a user of the Messages beta on Lion, and while it had its flaws, I was mostly happy with how it operated.  While it sometimes failed, it never bothered me unnecessarily. Since upgrading to Mountain Lion, though, I find that Messages will

  • Email report output as an attachment

    hi all, i am trying to send the output of a report to an external email as an attachment using the FM SO_NEW_DOCUMENT_ATT_SEND_API1. when i use the document type as RAW it is working fine. now my requirement is to send it as an excel attachment. i tr

  • MainStage 2 performance / CPU Spikes

    MainStage 1 was almost perfect. Just to join the misery ... Same problems (i am reading about on Forums everywhere) here with MainStage 2. Huge cpu spikes and stuttering audio from Virtual Synths. Basically unplayable. CPU usage is at least 30% highe

  • How to Connect Oracle Developer to Other Databases

    Hello I am using Developer 6i. Want to connect this to another Database like Ms.Access or Ms.Sql Server. Send me how to USE OCA, I tried hard but Not Success

  • How can I turn the speaker on on my Iphone

    I can not hear sound via my iphone speaker.