Skip to main content

SHARED SERVICE BACKUP AUTOMATION


LCM has a graphical interface to take backup of the applications and Foundation services. We can also take backup using a command line utility which again can be used to automate and schedule backups. The following steps are needed to be followed in order to do automation of Shared Services or Application backup. Here the steps are shown of automation of backup of Foundation services. Same steps hold true for any Planning Application as well. The steps are as follows:



     1)      First you need to login to Shared Services to create a migration definition xml.
2)  Go to Application Groups-> Foundation-> Shared Services and select all artifacts and click on Define Migration.
3) Click on NEXT.
4) Select Destination as File system and give a name like – ‘SharedServicebkup’.
5) Click on next.
6) Click on Save Migration Definition.
7)  A pop up opens asking you to save the xml file on your local machine. Save it and a file will be saved with the name MigrationDefinition.xml. Then using WinSCP copy the xml file on the planning server in the directory - /Hyperion/Oracle/Middleware/user_projects/epmsystem1/bin.





                                                                                                                                                                

 8) Then log into the Planning server and go to the directory using the command :

      cd /Hyperion/Oracle/Middleware/user_projects/epmsystem1/bin

Here the utility Utility.sh will be used to take Shared Services backup using the MigrationDefinition.xml file. The xml file contains the details of all the artifacts that are to be backed up.

9) First time we run the  command   ./Utility.sh MigrationDefinition.xml
and it asks for username and password of Shared Services.

10)  Enter the credentials and let it run for the first time. After it runs for the first time the username and the password get saved into the xml file in an encrypted format, so from second time onwards it does not need any credentials.

11) Now a shell script or a batch file can be created with the corresponding commands and can be scheduled for a regular backup.
./Utility.sh MigrationDefinition.xml        ->                            Shell Script (Linux Server)
               Utility.bat Migratio0nDefinition.xml    ->                            Batch Script(Windows Server)

            12)  The backup is formed in the same directory as the utility Utility.sh (i.e/Hyperion/Oracle/Middleware/user_projects/epmsystem1/bin) with the name (SharedServicesbackup) that was provided while creating the MigrationDefinition.xml.




Thanks!!








Popular posts from this blog

Planning Admin Extension

Planning 11.1.2.3 – Smart View metadata management One of the new features in planning 11.1.2.3 is the ability to manage dimensional metadata through Smart View  • The new Hyperion Planning Admin Extension for Smart View allows Oracle Hyperion Planning administrator users to import and work with metadata in Smart View. • With this extension, Planning administrators can use Oracle Hyperion Smart View for Office applications to perform these tasks: 1. Add, edit and import existing Oracle Hyperion Planning dimensions and members, including moving members and designating members as shared in Smart View 2. Create and refresh cubes • The extension can be downloaded from the Tools menu in workspace. • This will download a file called “ PlanningSVExtension.msi ” which is 1.4mb in size and can be easily installed by running the msi . Once you Install Planning Admin Extension A Smart View Set up Wizard opens up for the extension installation. Click on Next :

Shared Connection and Private Connection

You connect to data sources through shared or private connections. Shared Connections •Shared connections are stored in a central location and are available to multiple users through the Smart View Panel. You cannot add, edit, or rename shared connections, but you can save them as private connections, which you can edit and rename. Private Connections •Private connections are those that you create by saving a shared connection to your local computer or by entering a URL to a provider that is not configured for shared connections. When you create a private connection, it becomes the active connection. Shared Connections : 1. From the Smart View ribbon, click  Panel . 2. From Smart View Home or from the menu displayed when you click the arrow next to Home button, do one of the following: • Click a connection name under  Recently U sed . You can click    to pin items to this list. • Select  Shared Connections  to open the Shared Connections panel, where you s

Import Security : Planning

There will be a huge number of requests to grant or remove security access for users. For one or two changes, it is simple task, click on member and then assign access and grant permission. It becomes tiresome when we need to make changes for large number of members. It involves considerable amount of time. Automating the security changes saves considerable amount of time. The ImportSecurity utility in planning loads access permissions for users or groups from a text file into Planning. Importing access permissions using Import security utility overwrites existing access assignments only for imported members, users, or groups. All other existing access permissions remain intact. The SL_CLEARALL parameter clears all existing access permissions. ImportSecurity utility is located at /Hyperion/Oracle/Middleware/user_projects/epmsystem1/Planning/planning1 on Planning server as shown in the following picture: Steps for importing access permissions: STEP1 :Create a text