Batch Scheduler Workspace

Hi All,
I have scheduled Financial Reports from workspace for the Vendors (Vendors is a dimension in OTL), but for some vendors I am getting the following error:
error during JRMP connection establishment; nested exception is:
java.net.SocketException: Connection reset by peer: socket write error
Thanks & Regards,
Marco

Refer: Error: "java.lang.NullPointerException" While Opening Batch Scheduler (Doc ID 1462084.1) and FAQ Financial Reporting Scheduled Batches in 11.1.2 and later. (Doc ID 1431407.1) in MOS
Access the Hyperion database BI+ repository. In table FR_SCHEDULER_DATA update the row with Column STATE='4' from a '4' value to value '3'
HTH-
Jasmine.

Similar Messages

  • Java error while opening Batch Scheduler in Hyperion Workspace

    Hello Guys,
    I get this error while trying to open the Batch Scheduler in Hyperion Workspace. Please assist.
    Error:
    ; nested exception is:
    java.lang.NullPointerException

    Hello Everybody,
    I have recently installed Hyperion 11.1.2.2(Foundation Services and Interactive Reporting) in our environment.
    The installation and configuration are successful. Also when I ran a sample BQY it works fine.
    If I try to run the sample programs on the Hyperion server in their actual location, they work fine.
    I am having problem setting up the SDK remotely and run the sample program.
    I am getting the following error when trying to run the sample Login.java provided in /EPMSystem11R1/products/biplus/SDK/samples/java/
    Unable to setup SDK for Hyperion 11.1.2.2 remotely
    Please help, thanks in advance

  • Export Workspace Batch Scheduler

    Hi,
    I was wondering if there is anyway to export the log information from the Workspace Batch Scheduler.  I know you can export batches for command line scheduling, but I'm wondering if there was a way to export the actual information from the batch scheduler itself.  Basically a log file of all of the batches, when they were run, what time did they start, what time did they end, etc.  Anyone know if this is possible?
    Thanks,
    Jeff

    Jeff,
    Look for a table called FR_SCHEDULER_DATA. It has a column called XML (BLOB) which stores all the information about time, what members were bursted,....
    Start with the first JOBSTATUSMESSAGE
    <JOBSTATUSMESSAGE INDEX="0" KEY="4106" LF="true">
    <PARAMETERS PARAMCOUNT="2">
    <PARAMETER PARAMETERINDEX="0" PARAMTYPE="String" PARAMVALUE="&quot;My Sample Reports/Batches/Management Pack 1&quot;"/>
    <PARAMETER PARAMETERINDEX="1" PARAMTYPE="Date" PARAMVALUE="1402955727248"/>
    </PARAMETERS>
    </JOBSTATUSMESSAGE>
    PARAMVALUE of Date is epoch date and converts to Monday, June 16, 2014 4:55:27 PM CDT
    If the JOB_STATUS (STATE in the table) is 2 (successful) then you'll find another STATUSMESSAGE with the end time
    <JOBSTATUSMESSAGE INDEX="26" KEY="4123" LF="true">
    <PARAMETERS PARAMCOUNT="2">
    <PARAMETER PARAMETERINDEX="0" PARAMTYPE="String" PARAMVALUE="&quot;Management Pack 1 2nd Run&quot;"/>
    <PARAMETER PARAMETERINDEX="1" PARAMTYPE="Date" PARAMVALUE="1402955744832"/>
    </PARAMETERS>
    </JOBSTATUSMESSAGE>
    Converts to Monday, June 16, 2014 4:55:44 PM CDT
    Regards
    Celvin

  • Workspace batch scheduler error

    We just upgraded to EPM 11.1.2.1. This morning, a user scheduled a couple of new batches in Workspace to run FR reports. Those batches were hung at 'Running' and never officially completed but now I'm getting this generic error message every time I try to go into the Batch Scheduler:
    ; nested exception is:
    java.lang.NullPointerException
    I can not see any of the previously created batches (the screen is blank). I have already restarted all the services and the same error appears. Is there a way to clear out all the batches that it may be holding on to? Anyone else come across this problem?
    Edited by: 935031 on Sep 12, 2012 12:42 PM
    Edited by: 935031 on Sep 13, 2012 9:24 AM

    Refer: Error: "java.lang.NullPointerException" While Opening Batch Scheduler (Doc ID 1462084.1) and FAQ Financial Reporting Scheduled Batches in 11.1.2 and later. (Doc ID 1431407.1) in MOS
    Access the Hyperion database BI+ repository. In table FR_SCHEDULER_DATA update the row with Column STATE='4' from a '4' value to value '3'
    HTH-
    Jasmine.

  • Batch Scheduler: PDF Generation failed.

    Iam having some issues with the scheduler. If I try to schedule a new batch In workspace I am having the following error message: "; nested exception is:java.lang.NullPointerException".
    The scheduler won't allow me schedule a new batch.
    version 11.1.2.1
    Please help...

    Good old NullPointer could quite literally be just about anything.
    When was the last time this feature worked and what to your knowledge has changed since that time?
    Have you tried restarting the services?
    Thank you,
    Todd Rebner

  • Batch Scheduler - why it is not in menu?

    Hi,
    Im using EPM Workspace 11.1.3 Fusion Edition. My user has Scheduler role assigned, but in my Navigator-> Schedule menu there is no Batch Scheduler option!
    I've tried changing user roles, creating new users, restarting server but with no effect. Why is this happening? Is it a matter of some configuration or service?
    regards,
    Paul

    Thanks, but how do I know which service should be running and is responsible for Batch Sheduler option in Workspace?
    Now I have those running:
    Hyperion Annotation Server
    Hyperion Apache 2.0
    Hyperion Foundation OpenLDAP
    Hyperion Foundation Shared Services - Web Application
    Hyperion Workspace - Agent Service
    Hyperion Workspace - Web Application
    Is something missing? Where can I find all avaliable services ? Is BIPlus\bin folder is good place to start searching?
    regards,
    Paul

  • Batch Scheduler Failing Randomly

    Hi all -
    I have a batch scheduled to run on demand.  It runs on ~130 custom members.  A few months ago it started failing on random custom members.  It will run successfully on most, but failed on some with the error:
    Problems encountered in "Financial Reports/01 - Monthly Financials/GA Reports/GA Burst Reports"
    ADM Error processing results from query: The remote procedure call failed.
    Every time the members it fails on are different and the number of failures fluctuates as well.
    Oracle Support suggested trying fewer members, but halving the number of customs involved still produces errors.
    Has anyone else had experience with this issue?
    Thanks,
    Sarah

    Hi,
    I am not aware of a way to schedule calc scripts through workspace.
    Though as Rosi said there is the business rules command line launcher, CmdLineLauncher in the bin folder of planning.
    You can also run calc scripts using command line with maxl.
    Once you have the scripts then you can schedule them.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Batch scheduler to run hyperion reports - where is it?

    I wanted to use Batch Scheduler described in http://download.oracle.com/docs/cd/E12825_01/epm.111/bpmui_user/frameset.htm?launch.html which states:
    To schedule a batch to run:
    1. Click Navigate , then Schedule , then Batch Scheduler.
    or in another paragraph:
    To design a batch:
    1. Launch EPM Workspace.
    2. Select File , then New , then Document to display theSelect a Task wizard.
    3. Select Batch Reports for Scheduling, then click Next.
    4. In Select Files, use theType field to filter your selection by Financial Reporting report, Snapshot report, Book or Snapshot book.
    and :
    You must have a Global Administrator, Report Designer, Scheduler, or Content Publisher role in order to perform these tasks.
    Now, I have a user which has a Scheduler rights, can someone tell me why on earth I am not able to see neither " Batch Scheduler" nor " Batch Reports for Scheduling??" in my workspace. Is it a matter of some configuration??
    regards,
    Paul

    We added the following lines to webutiljini.htm
    For IE
    <PARAM NAME="BROWSER" VALUE="InternetExplorer">
    <PARAM NAME="MAYSCRIPT" VALUE="TRUE">
    For NetScape:
    BROWSER="Netscape"
    MAYSCRIPT="true"
    And adding the frmwebutil.jar to the Reports Server ClassPath the problem was solved

  • Financial Reporting Batch Scheduler Error - EPM 11.1.2.1

    Hi,
    I just downloaded, installed and configured 11.1.2.1 on a test server. Defaults were used and all products have been configured to run on the same database (SQL Server). Mostly everything seems to be working, but when I try to open up "Batch Scheduler", I get an error:
    Code: 0
    Description: ; nested exception is:
    com.hyperion.reporting.util.HyperionReportException: ; nested exception is:
    *java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid object name 'FR_SCHEDULER_DATA'.*
    I click on "OK" and I'm in the Batch Scheduler window, but then when I schedule a batch, and click on "Finish", I get a Warning "A member must be provided for the Prompt":
    Code: 2021
    Description: A Member must be provided for the Prompt
    The scheduled batch does not show up in the Batch Scheduler window though.
    Any ideas on how I would go about rectifying this error?
    Thank you
    Dan

    Hi,
    I just realized that I was connecting to an instance of SQL Server running 2000. Redid the deployment against SQL Server 2008 and everything's working fine now.
    Thanks
    Dan

  • Batch Scheduler in HFM

    We have been trying to use the batch scheduler in HFM and have not yet had any luck on having the reports emailed out automatically. It looks like the reports in the batch are running ok but they aren't going to anyone in the specified distribution list. I'm not sure where to start to see if we have everything set up to use this feature. Does anyone have any suggestions?
    Thanks.

    I'm not sure. Unfortunately I'm not too familar with the IT side of it. This is definitely something that I can have our IT people look into. Do you have any advise on what I can tell them to look for? HFM is new to us and we don't have too many IT people that are knowledgeable about the system. I've tried to look for instructions on how this should be setup but haven't had much luck.
    Thanks for your tip.

  • Batch Scheduler doesn't print

    Hi,<BR><BR>I am using Batch Scheduler for Hyperion Reports. Whenever, I select the "Print" option I don't get any output on the network printer.<BR><BR>I can see the printer in the drop down menu. I have unistalled and installed the network printer several times on the server where reports is installed. I do not even get any error message. In fact I get a message "Successfully sent to the printer".<BR><BR>Any ideas?<BR><BR>-Hank

    I think I've discovered my problem, I had a security password set. I wanted to keep my form from being altered - but this won't let it print. I'd like to make the forms unalterable, but still printable, if anyone knows how.
    Thanks!

  • CC&B V2.2 Base Batch Scheduler

    I am looking at the base batch scheduler and need to know how this interacts, if at all with the new lightweight batch.
    Can someone confirm the following about the base batch scheduler.
    1. This scheduler does not use the lightweight batch as it is based on the 1.5 platform.
    2. All batch jobs use the full framework jvms and therefore start up times for the batch jobs take more time.
    3. It cannot submit multiple batch streams at once.
    If you have 2 or more independent batch streams and want to run them at the same time, you cannot do this.
    4. You cannot run batch jobs on different servers.

    What we like to do is use the new CLUSTERED facility using the supplied base batch scheduler.
    We intend to use 2 servers for batch processing
    To do this we have to run the threadpoolworker.sh on both servers.
    The documentation states in the "Online Batch Daemon" section that there 2 configurations
    a) that one server can be configured as both Batch Scheduler Daemon and Batch Server Enabled
    this allow both the submission and execution of batch in the same application
    b) two servers may be configured one as batch Schedule Daemon and one as Batch Server Enabled
    This does not provide a mechanism to use bot servers for batch execution.
    Under this configuration this does not support CLUSTERED mode.
    Under this situation only 1 server executes the batch programs.
    Under the section "External Scheduler Submission"
    The thredpoolworker.sh utility section states
    A worker JVM may also host a scheduler daemon, which, if activated inside a worker, will poll for job submission requests from the web application
    that were done via the Batch Job Submission transaction.
    This seems to imply that you can:
    a) have a batch environment that does not have the Online batch daemon or the Batch Server Enabled and have
    b) configure 1 threadpoolworker on server 1 with a scheduler daemon configured
    c) have another threadpoolworker on server 2 but no scheduler daemon configured.
    Can you confirm this or advise how we can configure CC&B with the base batch scheduler to use the CLUSTERED processing on 2 servers.
    Thanks in advance
    Edited by: Paul Brown on Aug 26, 2010 9:07 PM

  • Batch Scheduler

    Hi ,
    I am trying to schedule a custom Java batch program using CCB Batch scheduler .
    As I tried , I did not have any event activation alorithm to specify in WokFlow Event Type .
    So I am creating an alorithm first . While doing this , Ain lgorithm Type Section , I selected WorkFlow Even Activation . In that , I am not getting the Batch Program Name in the lookup. I have closed eclipse , and restarted server also . So can anybody tell me how to setup a custom Java Batch Program . Please mention as much as detailed explanation you could .
    thanks .

    How are you doing this now? If you had HAL you could the Scheduler that comes with windows.

  • Getting ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME. Error while run Financial Reporting Batch Scheduler

    Hi,
    I am running Financial Report batch file via command line i am getting below error.
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin>ant -q -f "D:
    \Oracle\MIDDLE~1\EPMSYS~1\products\FINANC~2\bin\BatchAdmin.xml" batch.schedule
    ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME.
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin>
    Already i have ANT_HOME =D:\Oracle\Middleware\modules\org.apache.ant_1.7.1 and added to ANT_HOME to the PATH variable. I restarted the system but still i am getting same error.
    Please help me on this.
    Thanks,
    Naresh

    Hi Celvin,
    Thanks for the reply.
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin>BatchName
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin>ScheduleBatch
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\BatchName.xml ht
    tp://localhost:19000
    D:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin>ant -q -f "D:
    \Oracle\MIDDLE~1\EPMSYS~1\products\FINANC~2\bin\BatchAdmin.xml" batch.schedule
    Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre7\li
    b\tools.jar
         [echo] Batch accepted for scheduling: D:\Oracle\MIDDLE~1\EPMSYS~1\products\
    FINANC~2\bin\Sch-1.xml
    Now i am getting below information when i ran the scheduled batch.
    Why i am getting
    Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre7\li
    b\tools.jar
    error.How to rectify this problem. How to make to point it to JDK path ? where i need to update ?
    I have already set JAVA_HOME setting to JDK path and updated in the "PATH" variable.
    Thanks,
    Naresh Mopala.

  • Workflow as a Batch Scheduler

    Hi All,
    Can Workflow be used as a Batch Scheduler to replace a Unix/Cron system? Bit of a broad question but I am sure some out there have maybe tried.
    I hear that in theory it can be but I have heard of hanging problems and reliability issues.
    OWB is currently in use in the batch anyway and the business would like to have all the batch rules logic in the repository.
    Cheers
    Clive.

    Hi,
    Broad question, broad answer - yes it can.
    I guess it comes down to whether you want to use workflow, and what you actually want it to do. If may be better to have a series of cron jobs, or scheduled jobs using DBMS_JOB etc. than using Workflow, but it can be done.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

Maybe you are looking for

  • Tolerance limits for Price Variation

    Dear All, I have set the Following in Customizing. In the following node : IMG-------> Materials Management ----------> Purchasing -----------> Purchase Order --------->  Set tolerance limits for price Variance. In this, For Company code & Tolerance

  • Value of two combo box is not persistent on change of a third combo box

    Hi All: I have flex page in which i have 3 combo boxes. I would be selecting first 2 combo box and when i select the third combo box , i would get the value of previous two combo selection and display data accordingly. My problme here is when i do a

  • When i convert Word Document to PDF it give  # in PDF

    Hi, I am using PDF Converter 9 Pro & my documents is word 2010 when ever i convert to PDF it Convert but at few place it give  # Error . Please Help me what is the Soultion. Thank you,

  • Snapping bug in Illustrator CC?

    Hello. I've an issue with Illustrator CC. When moving more than one point of an object, the points snap to some predefined pixel grid... You'll notice from the attached images - the second image shows the first scaled down to about half the size - th

  • I am in horry please if some one can help me with my FTP code, thanks

    import java.io.*; import java.net.*; import java.util.*; public class Ass_2 {      public static void main(String[] args){           String currentPath = new String(); currentPath = "ftp://ftp.scit.wlv.ac.uk/pub";           try {                Buffe