Migration of the repository from one server to another

Hi all

We have components Hyperion (EPMA, planning, EAS, HFR, SSP) and SQL server on the same server. Now we intend to migrate SQL to another server.
Here are some questions I have:

1 we need to reconfigure the components individually?

2. what difference it make by selecting the option ' Drop and recreate tables "/"reuse existing database.
and what db do we need to select the option "to drop and recreate tables" / "reuse existing database?

3. How can we upgrade / reconfigure EPMA planning application on the new server databases?


Thank you
Nainitha.

Hello

1.Do we need to reconfigure components individually?

I think it depends on how you have configured your existing environment. If you used the separate database for the different components you will need to reconfigure again, and then select the option * "Perform Configuration at the time of the first" * so that you can update the connection information, and then select * "reuse existing database."

2.what difference it makes selecting the option "Drop and recreate tables" / "Reuse the existing database".

Well, if you choose * "Drop and recreate tables" *, all the tables that are going to happen and it would be as good as a new installation. If you have any planning application in your existing environment, it is not available when you perform reconfiguration and select this option. In addition, you would not be able to view data etc. Forms you currently use.

for what db's do we need to select the option "Drop and recreate tables" / "Reuse the existing database" ?

I think that you should select * "Reuse existing database" * for all components as you move the database to another machine, so that it updates only the relevant information.

3.How can we update/reconfigure EPMA Planning application Databases to new server?

Copy all databases which is used as a source of data to the new machine. Once you have configured the components, you would be able to display the data source in the workspace. Update the information in this regard.

Thank you.
HyperionEPM
Please mark the answers as useful or appropriate so that others can easily find+.

Tags: Business Intelligence

Similar Questions

  • Hyperion reports (.as files) the passage from one server to another?

    I try to import a report Hyperion (.as file) from one server to a new server. Import works but when I try to run the report from the new server, workspace said "unable to process request". If I try and open the report from the client, it tells me "error connecting to the server?

    I opened the. Report OF THE file in WordPad and edited the XML to replace the old server name with the name of the new server, but without success...?

    Any ideas? Thank you.

    Check your database connection in the new server.

  • Migrating the database from one server to another..., what are the impacts?

    Hello

    We currently have our Hyperion (workspace, planning, essbase) environment on a single windows server. The associated database (Oracle) with it is on another Windows Server.

    The platform will be shared, and for this, the database will be migrated on the server of hyperion. During the process, its name will be changed (but the users/schemas/password will remain)

    How to make the platform Hyperion welcomes such a change? The server name can be changed somehow in the configuration? Or do we reinstall us from scratch, the application?

    Thanks in advance for your help. Best regards.

    There is no need to re install, you will have to reconfigure all products with the new name of the host of the database by running the configuration utility, when you are prompted to use select existing table.
    Once Setup is complete for planning, you must change the information in the database for each application by modifying the database,

    Version number will be a real help here.

    See you soon... !!

  • Best way to move the file from one server to another VM

    Hello

    We will soon be moving on ESX3.5 45 virtual machines on the same network to ESX4.0 on another network.  What is the best/best way to move these files?  The original network, the files are stored locally on the server and run ESX3.5i.  However, on the other network, data warehouses are on a San and the ESX hosts are in a cluster.  Both networks are in the same physical location and can meet.  I guess I can do it from the CLI of in ESX?

    Thank you

    If you have two hosts in vCenter Server, you can move the virtual machines without Storage vMotion (Powered-off VMs).
    It is not necessary that both hosts have access to the San using cold migration.
  • Copy of the database from one server to another?

    Hi all

    I'm a developer of report. I have two servers (VMs)

    Server1: Win 2008, Oracle EBS R12.1.1.
    Server2: Win XP SP3, about to install Oracle 11 g R1

    My goal is to copy the entire base of the EBS R12.1.1 Vision Instance (SCREW) on Server1 to 2 Oracle database...

    Is this a job I can do by following the instructions online? If so can someone please tell me some links.

    No oracle support, account please not Metalink.

    Thank you and best regards.

    Here you go:

    http://repettas.WordPress.com/2008/10/24/duplicating-a-database-using-Oracle-11g-RMAN/

    http://www.dbapundits.com/blog/step-by-step/Oracle-11g-active-database-duplication/

    http://myorastuff.blogspot.com/2009/05/cloning-database-through-RMAN.html

    If you don't like these then google 'rman duplicate windows 2008 database.

    Best regards

    mseberg

  • How to migrate from one server to another (home of the workspace) html file

    Hello

    Does anyone know how to move an html file that is attached as a home page for the workspace from one server to another server?
    When I try to use the export option, I do not see this file to select.


    Thanks in advance,
    PM

    You can use the feature of LCM.

    THX

  • How to use the copy utility for app from one server to another

    Hello
    I use hyperion 9.3.1 and I want to synchronize two applications on different server, I know how to use the utility to copy of app, but on the same server, I think that we can also use this utility to copy the application from one server to another using the properties file but I dnt know how to do it because the example is SQL and I am using and database oracle
    can you guys please help.

    Published by: sharad sapra on March 31, 2011 11:33

    Hello

    1. create a property file (this example is relevant if you have a repository of ORACLE, you can find more information in http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch09s01s01.html]):

    SOURCE_APP_JDBC_CATALOG = SOURCE_APP
    SOURCE_APP_JDBC_DRIVER = Hyperion.JDBC.Oracle.OracleDriver
    SOURCE_APP_JDBC_URL = jdbc:hyperion:oracle://RepositoryDatabaseServer; SID = DatabaseSID
    SOURCE_APP_JDBC_USERNAME = schemaName
    SOURCE_APP_JDBC_PASSWORD = schemaPassword
    SOURCE_APP_JDBC_DATABASE_TYPE = ORA
    SOURCE_APP_OLAP_SERVER = olapServerName:port
    SOURCE_APP_OLAP_USERNAME = olapUserName
    SOURCE_APP_OLAP_PASSWORD = olapUserPassword
    SOURCE_APP_OLAP_APPNAME = SOURCE_APP

    TARGET_APP_JDBC_CATALOG = TARGET_APP
    TARGET_APP_JDBC_DRIVER = Hyperion.JDBC.Oracle.OracleDriver
    TARGET_APP_JDBC_URL = jdbc:hyperion:oracle://RepositoryDatabaseServer; SID = DatabaseSID
    TARGET_APP_JDBC_USERNAME = DatabaseSchemaName
    TARGET_APP_JDBC_PASSWORD = DatabaseSchemaPassword
    TARGET_APP_JDBC_DATABASE_TYPE = ORA
    TARGET_APP_OLAP_SERVER = olapServerName:port
    TARGET_APP_OLAP_USERNAME = olapUserName
    TARGET_APP_OLAP_PASSWORD = olapUserPassword
    TARGET_APP_OLAP_APPNAME = TARGET_APP

    2. open CMD and type copyapp /S:yourSourceAppName T:yourTargetAppName P:yourPropertiesFileName.properties /L:yourLogFileName.log

    Once the migration has been successful, you must update your users using the UpdateUsers.cmd (UpdateUsers.cmd and PlanningUserName PlanningUserPassword TARGET_APP).

    I hope this helps...

    Kind regards
    André

  • Computer scientists moved us from one server to another. The change of server name has left me with an orphan sync partnership.

    Our it staff moved us from one server to another.  Although I did a sync with all my spotted "available offline" files before the move, the change of server name left me with an orphan sync partnership.  Is anyway to disconnect this partnership?  I have not been able to find a way.  Thank you.

    original title: orphans of sync partnership

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows Vista Networking forums. Please ask your question in forum Windows Vista Networking TechNet.

    http://social.technet.Microsoft.com/forums/en-us/itprovistanetworking/threads

  • What is the process to move the VCenter SQL DB from one server to another?

    I read the threads for the displacement of vCenter Server and it's local database from one server to another. My situation is a little different.

    VirtualCenter Server 2.5 build 174768 has it's SQL database on another server.  We're going to retire that SQL server only and move just the DB to a new SQL Server - current vCenter server will not be affected.

    I'm trying to figure out how knowledge current vCenter once used SQL server (DCMNMSSQL02) DB is now on the server DCMSQL07 - which all on stays of DB.

    Hello.

    You must update the DSN on the server vCenter.  See the article kb 7960893 for more information.

    Good luck!

  • How to change the Web server from one server to another server

    Hi all

    Can you please provide the document to change the location of the web server from one server to another server?

    Thanks in advance.

    Thank you and best regards,
    Siva Prasad B

    Siva Prasad says:
    Hi Michel,.

    Coping PS_HOME just move the web server?

    And Michel and I said earlier that you need to reinstall your Web server... and to redeploy the PIA, which is not clear?

    Nicolas.

  • Oracle9i database from one server to another server.

    I am an Oracle Pl/SQL Developer. We will migrate the database to Oracle9i from one server to another server (both are unix solaris). What are all the meterics we must ensure the Migration succeeded.

    rp0428 wrote:

    user12223156 wrote:

    OK, what about triggers, sequences, synonyms and links from DB? This will affect anything?

    If you stop the database cleanly and then copy all THE files to a new installation of the same version of Oracle on another machine using the same folder structure (a COLD backup) it can not miss anything.

    Re-reading the initial recognition, seeing that they do NOT change the versions of Oracle and do NOT change their operating system, it would seem that a cold backup and a restore would be the preferred method.  Very probably fewer service interruptions and a guaranteed relentless, nothing will 'disappear' from the database...

  • Scheduled tasks are stored in a file that can be copied easily from one server to another?

    We have a multitude of scheduled tasks.  When moving from one server to another, we currently re-enter manually the tasks.  There are problems which the least is my strike capability.  The tasks are saved in a XML or any other file type that I could just copy from one server to the other instead of re-entering?

    Thank you!

    The file is \cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\neo-cron.xml

    See also: http://helpx.adobe.com/coldfusion/kb/purpose-location-xml-configuration-files.html

  • transfer of data from one server to another server

    transfer of data from one server to another server... How is possible?

    We used to transfer data of one cube to another using... report script... then load rule... so can we use even for that?
    but

    I would like to know any other comments and other means (like to explore)

    If you move the range of data to load into the different cube, then you can use report script or calc extrcat data and can use the rule files to load the data.
    If you move the data to load into a cube replicated in another environment, you can take the lev0 data and can do the free form of loading.

  • copy objects from one server to another schema

    Hello.


    Oracle 11g running on multiple servers.


    Is it possible to copy tables and procedures, at the same time
    from one server to another using sqlplus?


    For example, I would like to do something like this:


    From sqlplus on server1:


    create or replace mytable from dblink_server2.mytspace.mytable;


    Any suggestions are greatly appreciated.


    Thank you.

    user652257 wrote:
    Why does in SqlPlus but not in my procedure?

    You need a direct privilege to create objects to work through the procedures or plsql.

    Grant Create Table to user1;

    HTH

    SS

  • Need help on transfer of files from one server to another server.

    Hi all

    I need help on transfer of files from one server to another server (Unix box to another Unix machine) using jdeveloper and BPEL process.

    I'm new to these technologies, can you please help me on this. If you encounter documents please share it with me.

    We use BPEL and Jdeveloper 10.1.3.3.0 version

    Thanks in advance!

    Concerning
    Vincent

    Published by: user10263255 on 15 Sep, 2008 12:25

    Vincent,

    One of the options I can think of is creating mount points on the boxes of unix and then using the File adapter.

Maybe you are looking for

  • 2 monitors connected again MacBook?

    I run two 27-inch monitors in my office connected to my MBP.  Can I connect these monitors for the new MacBook?   Thank you.

  • Evaluation period

    I got a message from windows this morning informing me that he had a newer version of the driver for my bluetooth stack which would fix the compatibility issues. I clicked on the link:http://APS.toshiba-tro.de/Bluetooth/index.php?page=download I down

  • Information System

    When I opened my sysem information, he says that he cannot get the information.  Are there any which force to retrieve this information again.  Nbss ' t there is information in a category or subcategory. Thank you.

  • Why tech Windows asking to enter "essoc?

    Someone called who pretends to be a Windows tech and telling me that my computer sends message to them, that I am infected with multiple viruses. They had a strong Indian accent and I acted dumb and would not comply with their demands to open the CMD

  • Alternate line prompts?

    Today, our v3.5 IPCCx Enhanced application plays a recorded message, based on the number of times that the appellant held in the loop of the queue. So if this is the first time in the loop, she plays Message1, Message2 twice, etc. I want to do is to