Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Batch Scheduler error with Hyperion Financial Reporting

1047870May 28 2014 — edited May 30 2014

Hi,

We created a bach that run several financial reporting batch scheduler in command line. Here is the content of the batch:

call D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1AC.xml http://FR_server

ping x.x.x.x -n 1 -w 20000 > nul

call D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1AUTOGRAPH.xml http://FR_server

ping x.x.x.x -n 1 -w 20000 > nul

call D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1BVLGARI.xml http://FR_server

ping x.x.x.x -n 1 -w 20000 > nul

call D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1CONSOL.xml http://FR_server

ping x.x.x.x -n 1 -w 20000 > nul

call D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1CTYD_NA.xml http://FR_server

ping x.x.x.x -n 1 -w 20000 > nul

When this batch run, the 1st call run successfully , the 2nd failed, the 3rd one run successfully, the 4th failed and so on ... It fails randomly. sometimes it is the 1st one, than the 3rd and so on. Basically we have random failure

Here is the error message of the one failing:

Unable to locate tools.jar. Expected to find it in D:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\lib\tools.jar

     [java] java.rmi.NoSuchObjectException: no such object in table

     [java]  at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)

     [java]  at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)

     [java]  at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)

     [java]  at com.hyperion.reporting.util.ObjectWrapper_Stub.unwrap(Unknown Source)

     [java]  at com.hyperion.reporting.javacom.HsHelper.ByteArray2Object(Unknown Source)

     [java]  at com.hyperion.reporting.registry.FRSystem.getObjectFromURL(Unknown Source)

     [java]  at com.hyperion.reporting.registry.FRSystem.lookupHsServer(Unknown Source)

     [java]  at com.hyperion.reporting.scheduler.ExecuteBatch.<init>(Unknown Source)

     [java]  at com.hyperion.reporting.scheduler.ExecuteBatch.main(Unknown Source)

     [echo] Batch failed to schedule: D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\Batches\FRA\BSCF\FRA0060-1EDITION.xml - See logs for details

If we run manually the command in prompt windows one by one in the same sequence, all of them run successfuly.

We even try to increase the timeout to 30 sec by replacing  ping x.x.x.x -n 1 -w 20000 > nul  by timeout 30 sec and we still have the same behaviour.

The workspace version is hyperion is 11.1.2.1.600.07 and the FR version is 11.1.2.1 Does anyone face this issue ?

Thank you in advance for your help

Regards,

Hiell.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2014
Added on May 28 2014
4 comments
3,481 views