Copy existing DC to New DC

Hi Friends,
I want a copy of existing DC with different Name, please give me how to achieve this?
My requirement is,  I have to replicate the existing DC with new name and needs to do some modification and this will become the new component with enhanced funcatiinality.
Thanks
Peter

Hi Peter,
Create the the new DC with the required name, once it is done then copy the src folder from the old DC to Newly created DC.
Then close the Newly created DC and then Reload the DC.
Now you can make changes in the Newly created DC as per your requirement.
This resolves your problem.
Thanks n Regards,
Jhansi Miryala

Similar Messages

  • How to Copy Existing values & make new entries in ISU Database tables TE609

    Hi friends,
    In SAP-ISU for a database table TE609(MR Reasons (Values))
    how can I maintain the new MR Reasons, when I press  F4 help, in the EL28 standard Transaction those new MR reasons must reflect in the Selection-screen.
    There is one Maintenance view TE609T, I maintained the entries in it, but those entries are not reflecting in EL28 Tcode when I pressed F4 Help.
    Please guide me in this...
    Thanks in Advance
    Ganesh

    Hello Ganesh,
    You are not dealing with the same Data Element (Meaning of the field).
    In EL28, it's ABLESGRE - Meter reading reasons for single entry
    On table TE609, it's ABLESGR - Meter reading reason
    If you take a look at the domain of ABLESGRE, ABLESGRE , you will see that there are FIXED VALUES, that's where come your values.
    For single entry (EL28), you can only use those values( Fixed Values from Domain of the Data Element).
    Maybe what you need is to find another transaction to enter Meter Readings and not SINGLE ENTRY.
    Don't forget to give me points if it's helping you.
    Kind Regards,
    Artur Moreira

  • How to copy  existing  row  value into new row  with a trigger. Same table

    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    Pierre

    957911 wrote:
    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    PierreI will call it a very Wrong design.
    It is a wrong Table Design. You are duplicating the data in table and not complying with the Database Normalization rules.
    How about Verifying if Column A & B are NULL before inserting and inserting another row and avoiding it in Triggers?
    If you are bent to achieve this, below code might be helpful. However, I would never go with this approach. If you would care about explaining the reason for going ahead with such a data model, people could suggest better alternative that might conform with Normalization rules.
    create or replace trigger trg_test_table
    after insert on test_table
    for each row
    declare
      pragma autonomous_transaction;
    begin
      if :new.col_a is null and :new.col_b is null then
        insert into test_table
        select 2, systimestamp, col_a, col_b
          from test_table
         where pk_col = (select max(pk_col) from test_table b where b.pk_col < :new.pk_col);
      end if;
      commit;
    end trg_test_table;Read SQL and PL/SQL FAQ and post the mentioned details.
    Do not forget to mention output from
    select * from v$version;

  • Where to copy existing XCM file for new b2c project?

    Hi,
    I have created one "b2c_myproject" application by using build tool. I have one b2c application running. I want to copy it's XCM setting to my new project.
    I do not want to do setting by seeing each value in XCM. Any one has a Idea from where I can copy existing XCM files?
    Thanks.
    Ashish Patel.

    Hi Ravi,
    As per your instruction I copied XCM folder into desired location. But when I am accessing that xcm page like
    "http://localhost:50000/b2c_myproject/xcm/admin/init.do"
    But I can not see default setting which I have made to my original b2c applicaiton.
    there are no XCM configuration under customer section.
    pl. let me know where I am making mistake.
    What I want actully, I want to see my basic xcm setting in my b2c_myproject so do not have to do basic xcm setting.
    Thanks for your reply and helping me.
    Ashish Patel.

  • Creating New plant by copying Existing

    Dear All,
    I have to create a new plant by copying existing one, I want all the configuration that exists for existing plant in new plant.
    My query is by copying plant only all the configuration for new plant will get configured. Such as account determination etc or i have to configure it manually.
    Thanks
    Nitesh

    Hi
    no for account determination
    we have to put  valuvation gruoping code 0001 or any other which you want to use  manually
    in T-code OMWD
    for copying plant we van copy storage location ,assigement to companycode and oms2 setting also get automatically copy
    Regards
    Kailas

  • Can I copy existing website (under Azure) and re deploy to create new one?

    I created website site with quick create /from gallery/WordPress, currently working and running under Azure.
    I would like to create additional websites and to use with the same files for the one is already running
    Meaning to copy all the files and re use them to deploy again as new website
    Can I copy existing website (under Azure) and re deploy to create new one?
    YCh7

    Yes you can.
    Install "Microsoft Web Matrix" on your Machine.
    Then go to the portal>web apps and select the one you want to copy. Then click on WebMatrix in bottom right. Your WebMatrix will pop up. Click "Edit a Local Copy".
    Thats the easy solution for creating a local copy and redeploying it.

  • HR ABAP - PAYROLL - Copy existing payroll function and changes

    Hello all,
    Required a help over an issue with HR ABAP - Payroll module.
    My requirement is to Copy an existing custom Payroll Function (Transaction PE04), into a new one. The existing payroll function has the code for updating payroll results in RT table. I have to change the statements in the new function making sure that now it will update  IT/OT table instead of RT table.
    Kindly help me with the issue.
    Thanks,
    Ruchir.
    Edited by: Ruchir Pathak on Nov 17, 2011 9:09 AM

    Hi,
    you can not copy function as i know. you should create a new one and copy code from the existing function to new function and modify code for the new requirement. this will be mush easier.
    Çağatay

  • Copy query (SQ01) to new query with new infoset

    Hi,
    Not sure if this is correct forum.
    Is there a way to copy existing query with an infoset to a new query using another created infoset?
    If so, please explain how.
    Kind regards

    Hi,
    If you want to copy a query for another infoset its not possible.
    The copied query will work for that infoset only which you have been generated.
    You need to make a new infoset and than create a new query for it.
    Regrds,
    Nikhil.

  • How to move or copy a database to new server

    Greetings All,
    Oracle Enterprise 11g r2, on a Windows2008 platform.
    I would appreciate some advice regarding moving/copying a database to a new server. Some of the information below may not be pertinent to my goal. Please be patient as I am a newbie.
    I have installed oracle and created a database (prod03) on the new/target server. I created the same tablespaces (and datafiles/names) as are on the existing/source server (prod01), except that on the new/target server (prod03) there is 1 more data file for the USERS tablespace than there is on the existing/source server (prod01).
    My initial thought was to perform a expdp full=y.
    The database contains 220 schemas, when I performed an expdp full=y estimate only it indicated 220Gb. I think this would take much more time to export and then import than what I hope to be able to do below.
    I would like to be able copy the datafiles from the source server prod01 server over to the target server prod03, some names/locations will change.
    One scenario I found (http://www.dba-oracle.com/oracle_tips_db_copy.htm) was to backup the control file to trace on the old/source server (prod01). Copy everything to the new/target server. Tweak the file that creates the new control file.
    Step 4 of the above mentioned link says to change
    CREATE CONTROLFILE REUSE DATABASE "PROD01" NORESETLOGS to
    CREATE CONTROLFILE SET DATABASE "PROD03" RESETLOGS
    Notice the change from REUSE to SET. I am not sure if this is right for my situation.
    Could I issue a backup control file to trace on the target server (prod03), add the reference to the additional datafile. Copy over all of the datafiles for all of the tablespaces (users,system/sysaux/undotbs1,temp),
    Delete the existing control file, and generate the new control file.
    Then perhaps issue a startup resetlogs or startup recover?
    Thanks for your time,
    Bob
    Edited by: Snyds on May 17, 2012 12:26 PM

    So unless someone provides me with an rman script I can't use rman.google is your friend
    Simply telling someone to get the experience dose not help. So your post is useless to me.I suppose you do not have experience with "old-school" manual cloning as well.
    Import of entire 200GB DB with datapump or imp will also require some experience otherwise it will be a long-long exercise.
    So, basically, any advise may be useless to you, because of your "the fact is I don't have the experience. Nor do I have the time to obtain the experience."

  • Installed 3 tb TC to replace 1 tb TC.  wish to copy old TC to new TC.  how?

    Installed 3tb Time Cap to replace 1 tb TC.  Wish to copy from old to new.  Apple's instructions fail me.  Any ideas?

    First thing is to get the networking correct.
    Either one Time Capsule is router and the other bridged, or both are bridged. They should be plugged into each other by ethernet.
    Do not use wireless.. it will take forever as it is. Wireless anywhere in the link.. TC to TC to computer is going to kill it.
    Copying must be all ethernet.. and all gigabit, because all packets are going to be copied to the computer and then back to the other TC.
    Then follow pondini's instructions.
    Q18 here. http://pondini.org/TM/FAQ.html
    IMHO you are far better off, starting a new TM backup on the new TC.
    You can archive off the backups on the existing 1TB TC to a USB drive. Keep it in a draw for 1year.. you will be highly unlikely to ever require it after that. Then erase the older TC.

  • Copy  company code to new company code

    Dear Experts,
    Please guide me what are all possibilities an implication,  
    1. if i copied from one existing company to new company code,  what are all  it will copy from source to traget?
    2.  it will copy configuration also ?
    3.my old company we have many plant in new plant that are all i don't need  all only  few i need.
    Please guide me
    Regards
    Chandu

    Here is the list you can choose from as per your requirement.
    FICO Config - GL     OX15     Define Internal Trading partner
    FICO Config - GL     EC01 or OX02     Copy company code / Company code Setup
    FICO Config - AP     OBBG     Assign Country to Tax Calculation Procedure
    FICO Config - GL     OX16     Assign company code to Company /Internal Trading Parnter
    FICO Config - GL     OX08     Maintain Purchase Organisation
    FICO Config - GL     OX01     Assign Purchase Organisation to Company Code
    FICO Config - GL     OB62     Assign Company code to chart of Accounts
    FICO Config - GL     OB37     Assign company code to Fiscal year variant
    FICO Config - GL     OBBP      Assign posting period Variant to Company Code
    FICO Config - GL     OBA4     FI Tolerance Group for User
    FICO Config - GL     OB72     Create Cross-System Company Codes
    FICO Config - GL     OBV7     Assign Cross-System Company Code to Chart of Accounts
    FICO Config - GL     OBB5     Assign Company Code to Cross-System Company Code
    FICO Config - AP AR     OBA3     Define Tolerance (Customer or Vendor)
    FICO Config - GL     OB57     Assign User Tolerance Group
    FICO Config - GL     OBY6      Company Code Global Parameters
    FICO Config - CO     OX19     Assign Company Code to Controlling Area
    FICO Config - GL     OBYA     Inter Company code clearing
    FICO Config - GL     SPRO or SM30 - V_T001A     Define additional currency for lead ledger
    FICO Config - GL          Check if Non-lead ledger is to be maintained if yes maintain it
    FICO Config - GL     SPRO or SM30 - V_FAGL_T882G     Define setting for Non-lead ledger
    FICO Config -AP     OBCL     Assign Tax Codes for Non-Taxable Transactions
    FICO Config -AP     SPRO or SM30 - V_T001_EXT     Enable EWT for the country to enable cross company posting
    FICO Config - AP     SPRO or SM30 - V_T001WT     Assign Withholding Tax Types to Company Codes
    FICO Config -AP     OMKN     Assignment of Tax Indicator to Plant
    FICO Config - GL     OB53     Retained earning account should have auto-post in GL master
    FICO Config - GL     OB28      Validation
    FICO Config - GL     OBBH or GGB1     Substitution
    Master Data     FS00 or FS15     Extend all GL accounts including cost element to new company code
    Master Data     KA01     Cost Element
    Master Data     OKEN     Addition of cost center/Cost Center Group in Standard Hierarchy
    Master Data     KCH2     Addition of Profit Center Group/Profit Center in Standard Hierarchy
    Master Data     XK01      Create/Extend Vendor Code to new Company Code
    Master Data     FD15 or FD01      Create/Extend Customer Code to new Company Code

  • CRM 2015 - Create a customized "Personal Wall", or alter settings on existing "What's New"/Personal Wall

    I have created an unmanaged solution, and am doing some tentative changes to some existing forms, publishing, them, etc., to get a "feel" for what's going on.
    So, in my solution, I copied the existing "Sales Activity Social Dashboard", and simply moved the "Activities" up to the top of the form.  I seem to ALWAYS get an error saving changes in my solution, but the changes get saved, and
    they work, regardless of the error.
    Anyway - second step - I want to change the filter on the "What's New" (Personal Wall) l on my new Sales Activity Social Dashboard, and default the "All Records" selector to something other than "All" - say "My Open Leads". 
    But the "Personal Wall" under "Web Resources" for the solution is not customizable.
    Can this be altered?  Or must I re-create the form and name it something else, placing it on the Dashboard?  Isn't there a way, even if something isn't customizable, to copy it to a new <form/web resource/whatever> and rename it, and then
    modify it?

    some things that aren't customizable can be copied by opening them and choosing "Save As" and naming it something different.  This will generate a copy.  Also a really easy way to make your own entity forms without starting from scratch.
    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

  • Copying existing play lists onto iPhone 4

    I am trying to copy existing playlists from iTunes onto my iPhone. When I drag and drop the lists over it excludes anything that has not been purchased via iTunes - so all of the tracks from old CDs that I have copied into iTunes (and have worked perfectly well on my iPod for years) are not copied. When I try to do this manually it comes up with a black circle with a diagonal line through. It also won't copy over the one album that was downloaded from Amazon rather than iTunes. Does anyone have any ideas please?

    Is it a regular playlist or a Smart playlist?  If it is a Smart playlist it may have parameters that exclude certain songs.
    Have you tried to just create a new playlist?

  • Installing New Grid & Copy/Migrate Jobs From New Grid

    Existing Setup:_
    EM Grid Control: 10.2.0.2 Hosted on Windows 2003
    Repository Database: 10.2.0.3 Hosted on AIX 5.1
    Agent: 10.2.0.2
    Monitored Databases/servers: About 90 servers/databases are monitored which are on AIX and having 10g DB version and agant installed in 10.2.0.2
    Proposed Setup:_
    EM Grid Control: 10.2.0.5 Will be hosted on AIX 6.1
    Repository Database: 10.2.0.4 Will be hosted on AIX 6.1 (different server from EM Grid control server)
    Agent: 10.2.0.5
    Monitored Databases/servers: All the existing servers + Oracle E-business Application
    We are planing to install a new grid with option of installing with existing database(New 10.2.0.4 database will be installed). Once new grid start working properly, we will stop old grid.
    During this process we don't want to stop/modify/change the existing grid jobs..
    So, My questions are:
    1) Can we have two agents (both with different OS users and having different AGENT_HOMES) on each server, which will feed to different grids? Old one will be stopped eventually.
    2) How we can copy/migrate existing jobs from old grid to new grid ?

    >
    >
    We are planing to install a new grid with option of installing with existing database(New 10.2.0.4 database will be installed). Once new grid start working properly, we will stop old grid.
    During this process we don't want to stop/modify/change the existing grid jobs..
    ---- When you the existing database option , new repository will be created with user SYSMAN.
    So, My questions are:
    1) Can we have two agents (both with different OS users and having different AGENT_HOMES) on each server, which will feed to different grids? Old one will be stopped eventually.--- You have two different agents home on each server as source to different grids.
    2) How we can copy/migrate existing jobs from old grid to new grid ?--- You can clone the database and use the cloned database jobs for your new grid. Even cloned database can be used for your new grid.

  • SSIS DataFlow - copy only changed and new records

    I am copying a few tables each night from one SQL server to another. At the moment I delete every record from the destination table, and then copy all records from the source table with a SSIS Data Flow Task. 
    That works fine so far, but I would like to copy only changed or new rows. What would be the best way with SSIS to achieve this? I am quite new to SSIS, I have no idea if my goal is possible and how...

    I am copying a few tables each night from one SQL server to another. At the moment I delete every record from the destination table, and then copy all records from the source table with a SSIS Data Flow Task. 
    That works fine so far, but I would like to copy only changed or new rows. What would be the best way with SSIS to achieve this? I am quite new to SSIS, I have no idea if my goal is possible and how...
    Many ways:
    1st way
    1.use Merge function from source to destination table where you can have this conditions like load when not matched and don't load when matched.
    2. follow this ssis steps:
    execute sql task where you can write merge function from source to destination 
    http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/
    2nd way:
    oledb source 2.lookup outputlookup 3. oledb destination table 
    and you can mention in lookup as no match output.
    3rd way:
    you can use scd transformation task in ssis...
    4th way:
    you can use if exists update  if not exists insert.. see below
     http://blogs.msdn.com/b/miah/archive/2008/02/17/sql-if-exists-update-else-insert.aspx
    http://sequelserver.blogspot.com/2011/02/alternate-to-if-exists-update-else.html
    - please mark correct answers

Maybe you are looking for

  • HP Laserjet M1132 MFP on my MacBook Air.

    I have installed HP Laserjet M1132 MFP on my MacBook Air. The scanner does work but the printer doesn't. After sending the page to print it shows on the screen that printing is finished but no printed picture goes out. What should I do?

  • Using Qmaster with DVD Studio Pro OR Qmaster requires FCP on all machines?

    Greetings everyone, After a few days of tinkering I've finally managed to set up a managed cluster. However, I have a problem (surprise, surprise). When I submit a job to the cluster, Final Cut Pro suddenly opens up on all of the computers being used

  • Could not play rented movie.... because it is authorized to play on another

    "Could not play rented movie.... because it is authorized to play on another Computer or device" Any ideas what that might mean? I was asked to authorize my computer which I did then I got this message... i'm on my last 2 days of the 30 day period...

  • Macbook Pro / Toshiba External Drive issue

    I have been using a Toshiba External HDD drive for about a year. Everything was fine until a couple of days ago when I attempt to connect my drive to my Macbook Pro ((10.5.8), I'm getting the following "The device you are trying to connect is drawing

  • BO2007 Method Release

    Hello! I want to create  a new ZBO2007 with Method Release (for put in my workflow) maintenace orders but, I put this BAPI BAPI_ALM_ORDER_MAINTAIN (method: Release) and program in the attachment, I don´t know about ABAP code and I don´t know the corr