Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
LCM backup automation of FR in 11.1.2.4 Not Working...

Has anyone done backup of FR using the batch scripts from version 11.1.2.4.0.79? I have done the automation for Planning and Essbase objects and it all works but the FR is throwing the following error:
CALL \Oracle\Middleware\user_projects\epmsystem1\bin\Utility.bat "D:\cluster_share\import_export\NightlyReportsBackup\Export1.xml"
Migrating artifacts from Reporting and Analysis/Reporting and Analysis to \cluster_share\import_export\NightlyReportsBackup\RnA-Reporting and Analysis
EPMLCM-13000:Service currently not available.
Migration Status - Completed with failures.
At the end the process does not do update the Export.xml and does not export any FR objects
The Export1.xml looks like below (looks Ok to me):
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<LOCALE>en_US</LOCALE>
<User name="admin" password="{LCM}az9/KdN6hNgfTgOQCBPnDtvV2cb9wCfb0aqlUIrdHA6DyUqr0iVjaYEeHnNwPSPn"/>
<Task>
<Source type="Application" product="HAVA" project="Reporting and Analysis" application="Reporting and Analysis"/>
<Target type="FileSystem" filePath="/RnA-Reporting and Analysis"/>
<Artifact recursive="true" parentPath="/Repository Objects" pattern="*"/>
</Task>
</Package>
I have spent good amount of time trying to find the issue and thought that this may be an issue with this version. All help is appreciated.
Answers
-
Are you running the utility.bat from the Shared Services server? If not I recommend you try running the batch from the Shared Services server.
0 -
Thanks J,
You are correct! I tried this and we figured out that for Planning and Essbase (I am guessing even for HFM) the batch automation works from other servers but for FR it has to be run from the server where Shared Services and FR are installed.
0