| Weekly Backup of HyperionFebruary 21 2013 at 5:40 PM No score for this post | Duncan from IP address 208.189.92.129 | |
| Hi,
With Hyperion 11.1.2.0 I used a backup script using LCM xml files that looked something like this:
--------------------------------------------------------
weeklybackup.bat
:: This will create a timestap like yyyy-mm-dd.
set TIMESTAMP=%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%
call utility.bat Plan1.xml >weeklybkuplog%TIMESTAMP%.txt
call utility.bat Plan2.xml >>weeklybkuplog%TIMESTAMP%.txt
call utility.bat Reporting.xml >>weeklybkuplog%TIMESTAMP%.txt
call RenameMigration.bat
--------------------------------------------------------
RenameMigration.bat
:: This will create a timestap like yyyy-mm-dd.
set TIMESTAMP=%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%
CD D:\Oracle\Middleware\user_projects\epmsystem1\import_export\admin@Native Directory
RENAME Plan1 "Plan1-%TIMESTAMP%"
RENAME Plan2 "Plan2-%TIMESTAMP%"
RENAME Reporting "Reporting-%TIMESTAMP%"
--------------------------------------------------------
Now that we're on Hyperion 11.1.2.2 I want to do something similar. Problem is I can't figure out how to generate the .xml files for the LCM migration definition. Is there a new method to automate backups?
Thanks everyone. |
| Responses- LCM - Jeff McAhren on Feb 21, 5:44 PM
- Used to see it... - Duncan on Feb 21, 6:21 PM
- I don't think it's there at all - Cameron Lackpour on Feb 22, 9:17 AM
- Cool beans - Duncan on Feb 23, 11:17 PM
- Re: Used to see it... - Celvin Kattookaran on Feb 25, 9:26 AM
- Do you mean the import.xml and export.xml files in every folder? - Cameron Lackpour on Feb 25, 10:33 AM
- Re: Do you mean the import.xml and export.xml files in every folder? - Celvin Kattookaran on Feb 25, 11:53 AM
- Indeed! - Duncan on Feb 26, 6:41 PM
|
|
|