Copy data Between different servers.

Hello Floks!
I´m trying to migrate my essbase server to another machine. All is done, planning is installed and is working. When I copy the database folders (in my case Hyperion\Essbase\App\...) to the new server and i want to start the database, it throws an error: +Error: 1002097 Unable to load database [NCCost]+.
If I delete .esm file, database starts succesfully. But, when I refresh essbase from planning, .pag and .ind files are removed. So, when I go to forms, I don´t see any data.
Any idea? Is there any way to modify .esm file and do it work?
Thanks for your time guys!
Fabián.

Hi Daylan!
Yes, I think that this is the best way, but, old essbase has a lot of data (it´s a production server). We think that this will take a lot of time, but now, I think that is the best way. I will research a few hours more for other export/import method, but I dont hope that exists.
The issue is that the servers are in differents networks.
Any help is appreciated!
Thanks for your time Daylan!
Best Regards,
Fabián.

Similar Messages

  • Copying variants between different servers

    Hello All ,
    There are 2 servers MSAP and 1SAP ,1SAP is the new implementation that we are doing .MSAP is their previous system .
    I have to copy a program from MSAP to 1SAP ,but there are many variants in that .Is there any method i can copy variants between 2 different servers?? coz there are lot of variants in the existing system .
    Regards ,
    Hemanth .

    Hi,
    Refer FM's:-
    RS_VARIANT_CONTENTS or
    RS_VARIANT_ADD or
    RS_VARIANT_CHANGE.
    Also you can refer thread:-
    Re: Copying Variants
    Hope this helps you.
    Regards,
    Tarun

  • Copying app between different servers using CopyApp into EPM architectur

    Hi,
    I have Hyperion Planning System 9.3 EPM arch.
    I want to migrate from my dev server to another prod server.
    I have used the tool CopyApp without problems in Hyperion Planning System 9.3 not EPM.
    Anybody knows if there will be any problem using the tool CopyAPP in EPM arch., or if you have to do some another steps to can migrate with this tool???

    I am in the process of copying.
    There are some pre-requisties:
    Create DSN (planning server)
    Create basic planning app in planning using the DSN created
    Please make sure you use uppercase for everything before the = sign on copyapp.properties file.
    copyapp runs and creates the essbase cubes, rdbms tables.
    Also the log files says OLAP data is not copied (need to export/import),
    target application will not be registered with HSS nor have it's users provisioned.
    At this point I am thinking I need to refresh data in planning, register app in HSS and provision users -

  • SOP-Planning type (MC8A): copying data between different columns

    Hi everyone,
    I would be very grateful if someone could tell me whether it is possible to define a macro instruction in a planning type (MC8A) in order to copy a value from one column to another.
    Thanks in advance and best regards.
    Ben.

    Dear SatheeshkumarD ,
    Thanks a lot for your help.
    What I am really trying to carry out is exactly the thing you indicate in point 2.
    For example, I have a value in one field in column B (week X) and I would like to move that value to another field in column A (week X-2). Both fields are in dissagregated level in the planning table.
    In the next example, I would like to move the value ´3´in field A W2 to field B W1.
         W1      W2      W3
    A               3
    B    3
    C
    I hope you know now exactly what I am looking for.
    Thanks again and best regards.
    Ben.

  • Different ways to copy data between two schemas in one instance

    Hi there,
    I am searching a good way to copy data between two schemas in the same instance.
    Both schemas have an identical structure such as triggers, tables, views and so on. The only difference is the purpose: one is the productivity system and one is for development.
    I looked at datapump but I do not explicit want to export / import. I want to keep the data in the productivity schema as well as copy it to the other schema. Any ideas? I found out there is a copy statement but I dont't know how that works.
    Thank you so far,
    Jörn

    Thank you for your replies!
    I also thought of creating a second instance for development and move the dev - schema to it. I just don't know whether our server can handle both (performance?). Anyway the idea is to have a possibility to quickly rebuild the data inside a schema without indixes or triggers, just pure data. I thought the easiest way would be to copy the data between the schemas as they are exactly the same. However if you tell me DataPunp is the best solution i won't deny using it :).
    When you export data a file is created. does that also mean that the exported data is deleted inside the schema?
    best regards
    Jörn
    Ps: Guido, you are following me, aren' t you? ;-)

  • Performace tuning: how to pass data between different batch job programs?

    Hi everyone,
        now i have one problem about performance tuning using threading in SAP programs: split one big program into two programs - one is main program and the other is sub program. using batch jobs, we can submit multi jobs of sub program at the same time.
        does anybody know how to pass data between different batch jobs? I don't want to use temp files. can ABAP memory can implement this?
        thanks!

    Wei,
    Yes we can transfer the data by using
    SAP Memory OR ABAP Memory.
    Ex:  V_count TYPE i.
      V_count = 100.
    LOOP AT  itab.
    IF v_count EQ 25.
    Here For every batch job
      EXPORT data TO MEMORY ID 'ABC'
       Function module
        JOB_OPEN
       JOB_SUBMIT
       JOB_CLOSE.
      ENDIF.
    ENDLOOP .
    IN your 2nd program.
    INITIALIZATION.
    IMPORT data FROM MEMORY IF 'ABC'.
    FREE memory if .---When you free the memory you will get recent data.
    Don't forget to reward if useful.

  • SAP threading-how to pass data between different batch job programs?

    Hi everyone,
        now i have one problem about performance tuning using threading in SAP programs: split one big program into two programs - one is main program and the other is sub program. using batch jobs, we can submit multi jobs of sub program at the same time.
        does anybody know how to pass data between different batch jobs? I don't want to use temp files. can ABAP memory can implement this?
        thanks!

    Passing Data Between Programs
    [http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm|http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm]

  • How can I use DOM to copy Nodes between different XML Document ?

    Can I copy one Node or Element from one XML Document to another Document by DOM ?
    Because I use the Xerces , but it is not work if I want to copy Node between different Document, or I am doing something wrong. Anyone can help me , I will deeply appreciated !!

    check out the importNode() method of Document.

  • Using XML to exchange data between different databases?

    Hi,
    Does anyone know of any case-studies or tutorial's where XML has been used to transfer data between different databases... i.e. oracle to sql server?
    I basically looking into the differences between two schema's and what sort of tranformations need to take place.
    Thanks in advance guys!

    Hi,
    Does anyone know of any case-studies or tutorial's where XML has been used to transfer data between different databases... i.e. oracle to sql server?
    I basically looking into the differences between two schema's and what sort of tranformations need to take place.
    Thanks in advance guys!

  • Transfering data between FTP Servers.

    Dear Friends,
    How we can transfer data between FTP servers.
    Kindly provide me some step by step guide for the complete scenario,
    I need to fetch the the dats from FT P server and send the data to FTP Server of MDM.
    How to define Technical and Business system in SLD for above mentioned scenario.

    No need of IR if you have to use XI as FTP
    refer these links:
    XI in the role of a FTP
    Similar Threads:
    Using XI as FTP without mapping
    Use of SAP XI as "on demand" FTP Server
    Using XI as a FTP Server ?
    I dont think you would need to add servers as technical systems for this thing.
    In case you want to call RFC or send or receive IDOCs from R3 servers you  need to make technical systems as ABAP.

  • Copy data between Apps filtered by  workstatus

    Hello all gurus,
    BPC 7.5 NW
    I am copying data between apps. I want to do it with abap code because I use BADI.
    I dont want to copy all data, only data that have been filtered by WorkStatus. I cant use DESTINATION_APP in Script Logic because I need to filter
    Structure app is the same. Origin app is APP_A and destination app is APP_B.
    I only copy data if Workstatus is 'Approved'
    App: APP_A                 App: APP_B
    Dim1 WS
    Dim2 WS
    DIm3 WS
    Dim4
    Dim5
    If workstatus(DIM1, DIM2, DIM3) = "Approved" then
            Copy Dim1,..,5 belongs to APP_A to APP_B
    else
                    Nothing
    end if
    Example:    2014,Actual,Account1,E1toN,Act1toN   copy to  2014,Actual,Account1,E1toN,Act1toN (same rows, same structure)
    Note: Act1toN= act1, act2, act3,...actN
    Then, my filter is
    SETAPP = WB
    APP_A = BHN
    Worstatus table--> /1CPMB/LKWSWBBHN
    Select statuscode from /1CPMB/LKWSWBBHN where DIM1=2104, DIM2=Actual,Dim3=Accoun1
    if statuscode='5' then  // 5 is Approved (statid) in UJW_STATCODE
         copy data  2014,Actual,Account1,E1toN,Act1toN belong APP_A  copy to  2014,Actual,Account1,E1toN,Act1toN belong APP_B(same rows, same estructure)
    end if
    if you need more information dont hesitate to ask
    thanks
    Gustavo

    The main How-To page: Enterprise Performance Management (EPM) How-to Guides - Business Process Expert - SCN Wiki
    Please read BADI related How-to for BPC NW 7 and 7.5 (BADI's for BPC 7 can be used in 7.5).
    Try this: How To Custom BADI for Rounding Off Values in SAP BUSINESSOBJECTS Planning and Consolidation, Version for SAP NetWeaver
    Also read badi sample in help.
    In order to write data to another cube you have to use write_back_int with the appropriate application selected.
    B.R. Vadim
    P.S. Read also here: Useful ABAP code in BPC 7.X NW version
    Message was edited by: Vadim Kalinin - P.S. Added

  • Copy data between 2 localisations

    My client is using Sap business one 2007A. he has a database with localization "Spain". he created another database with UK localization. he needs to copy the accounting entries from the first to the other one. copy express doesnt allow to copy data between 2 localization (only settings). is there any way to copy data between 2 localizations

    You may export accounting entries from the first db and DTW to the second one.
    Thanks,
    Gordon

  • Copy data between cubes

    I need to copy data between two cubes (through a business rule). Can I do it using Partition/Replication? If so, does anyone have an example on how it is done? I'm currently using @XREF, but that does not transfer data for blocks that don't already exist in target database.
    I'm very new to this so a detailed description will help.
    Thanks for your help.

    Yes, partitions are great. I like to use replicated partitions because I can control the data, and deal with integrity issues etc. Your usage may vary.
    Basically, you go to your "Source" database, go to the partitions menu, and "Create New Partition". You then walk through each of the tabs in the partition menu
    Type Tab: Choose the type. Let's say a "replicated" partition.
    Connection Tab: Choose what databases will be connected with the partition
    Areas Tab: I like to check the "Use Text Editor" to just type out the formulas. Also check the "Show Cell Count" to have some confidence your formulas are working as planned. Here you define what data moves from source to target. For example I might setup the following
    Source:
    ("Actuals Data"),
    @LEVMBRS("Province",0),
    @GENMBRS("Company",2)
    Target:
    ("Actuals Data"),
    @LEVMBRS("Province",0),
    @GENMBRS("Company",2)
    If the names don't match, you can adjust that in the advanced properties or mapping properties. (If you have multiple slices of data - use the advanced mapping).
    Now validate and save

  • Copying data between Applications

    Hello all,
    Is there a recommended approach to copying data between applications within the same application set? I have a cube that's the mirror image of another cube, excluding the difference in dimension names. I want to pass data from one cube to another cube. I am hoping this is something that can be done through DM using one of the standard packages provided by SAP.
    Thanks,
    Rob

    Hi Rob,
    Apart from using Data Manager option to copy data between applications, please also explore "Destination_App" statement in your script logic as you mentioned both the applications are mirror images of each other. Please check for sap help or SP02 doc addendum for more insight into destination app logic. There is also BADI option to take aggregated data from one application to another. There is a how-to-guide available for this.
    Please check which one of these options suit better for your requirement.
    Cheers,
    Santosh

  • Copying data between models

    Hi Gurus,
    I need help in copying data between models. Below is the scenario.
    Model A (Source model)
    It contains plan data:
    Important dimensions: Facility, Product, Time
    Model B (Target model)
    Important dimensions: Facility, Product, Time; Additional dimensions: Cost Center, Cost Element
    Model C (For lookup while copying data)
    Important Dimensions: Facility, Product, Time, Cost Center, Cost Element
    Task:
    Copy data from A to B and populate cost center and cost element in B by lookup C (key for lookup is Facility, Product, Time)
    Please let me know the required steps to do the job.
    Can we do it using logic script and avoid BADI?
    Which data package should I use?
    Thanks.

    Hi Vadim,
    It seems like I can move the data from A to B while data gets saved in A using input screen.
    So far I have written below which is working fine. For now I am hard coding the cost center, now I need to know how to lookup to the other model. Please review and let me know. Thanks.
    *XDIM_MEMBERSET P_ACCOUNT = VOLUME, REVENUE
    *XDIM_MEMBERSET P_CATEGORY = Forecast
    *DESTINATION_APP = PLANNING_RETRACTION
    *ADD_DIM COST_CENTER = 3000011
    *WHEN P_ACCOUNT
    *IS "VOLUME", "REVENUE"
    *REC(EXPRESSION = %VALUE%)
    *ENDWHEN

Maybe you are looking for

  • CASE WHEN functionality in BI Publisher

    I have previously used Discoverer to do our reporting and am investigating the differences between the two products. I understand that its chalk and cheese but one thing I am having trouble identifying is the CASE WHEN functionality that we use Disco

  • PO Price - Non Editable {capture from Info record only}

    Hi Experts, My client want - PO Price always populated via info record & its in non editable mode. What the config required to achieve it. Please guide. Regards, Jackie

  • The plus and minus button on my headphones aren't working

    The plus and minus button on my i phone 5 headphones aren't working

  • Per-user location for adobe reader plugins

    I am working on an installer which for a per-machine installation, copies a plugin to Adobe Reader's plugins directory (C:\Program Files (x86)\Adobe\Reader 9.0\Reader\plug_ins). But for a per-user installation, it won't have access to this directory.

  • BCD_FIELD_OVERFLOW in passing to a FM

    Hi! How to solve a BCD_FIELD_OVERFLOW dump that is caused by passing a variable that has quan(15) length to a FM exporting parameter having quan(9) length. In my case kwmeng, brgew, and ntgew(quan15) needs to be passed to value_old_imp(quan9): Code: