Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

LCM backup automation of FR in 11.1.2.4 Not Working...

Received Response
11
Views
2
Comments

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 D:\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 D:\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

  • JNovikoff
    JNovikoff Rank 1 - Community Starter

    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.

  • 1281262
    1281262 Rank 1 - Community Starter

    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.