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

Similar Messages

  • 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.

  • 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

  • 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.

  • Exporting DI batch to BAT and set DI parameter/variable at run time

    Hi All,
    We are looking to call DI batch job externally and pass parameter/variable at run time.
    We tried exporting DI batch to a bat file and setting substitution parameters during export.
    In the exported .bat file, it references a .txt file which shows the name of the substitution paramemters but the value of the parameters are encrypted.
    Does anyone know how to pass parameter/variable to a DI batch job at run time externally?
    Thanks,
    Bobby

    I tried out this method and I have some additional issues.
    1. if we use the BOE scheduler the text parameter file is using a specific naming convention that is not clearly documented. it is like : -GV"$VAR=ENCRYPTEDVALUE;"... trying to modify it with a clear value like -GV"$VAR=MYVALUE;" was simply ignored by the scheduler... seems also that BOE did not sent any scheduling request to the DI Job Launcher...
    What is the proper convention please?
    2.Is there a better way to enter this parameter than editing the TXT file. Most of the BOE InfoView users are not allowed to modify or store documents.. This is not very convenient if they cannot enter simply the parameter values in a let say more confortable way...
    Thank you and cheers

  • 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

  • Is there a way to export workspace settings?

    The problem is, I work with a two-monitor setup. One is the actual working area with a painstakingly constructed layout of panels, the other one has a synchronized window with a full-screen Preview. Every once in a while I accidentally close the working area window, and because Bridge only saves a "current state" in workspaces, my painstakingly crafted window is just gone, poof (sound effect, not slang).
    I know I can save a duplicate working space. That makes it somewhat easier, but I still have to delete the botched working space and create it again as a copy of the duplicate. This, coupled with the fact that the first stage of any troubleshooting on Bridge is to nuke all settings, makes me a bit uneasy with the solution.
    I would be very grateful if someone knew of a way to export workspace settings so I could just load them back in when I mess up or Bridge does.

    Would you mind disclosing the resolution of your 30" monitor in terms of pixels (so many pixels wide by so many pixels high) ?  I'm just curious to see how such a large monitor compares to my two side-by-side 22" monitors.
    Hallo mr de Gokker!
    Nice to see you also here
    The resolution I use with my 30 " is the default one and set to 2560 x 1600 pixels
    If I can take a little 'gamble' I assume the total pixel amount of 2 x 22" will be more, but I never could get used on the two monitor set up. I just like my tools to be close to the image I work on, and using the pen tool with a lot of Brushing and switching to different layers and combine this with action pallet in button mode that needs also a lot of pressing it would be to often en to much distance to travel for my hand, but that's just personal.

  • Can we pass value through "EXPORT" in background scheduled report

    hi experts
          my query is can we pass some field using 'EXPORT' statement while scheduling a report to run in background using statement
    submit 'ZXYX' via job jo_name number jo_num and return.
    i am using 'IMPORT" statement in 'ZXYZ'

    EXPORT, as I recall, is limited to your user context.   Check shared objects (which still may not work, although you can propagate to servers) and INDX-like tables.  Research use of INDX-like tables for how data is passed into and out of these tables (import/export).

  • 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.

Maybe you are looking for

  • How can i share purchased apps between 2 diff users on the same mac?

    How can I share purchased apps between 2 diff users on the same mac?

  • Still no internet

    i just bought a stand alone DSL modem and a TC. got the net working directly wired through the modem, and even got TC set up to give me a solid green light. got it updated and everything, but still cant get online when wired or wireless connected to

  • Pdf file creation

    I need to convert large pages files, a book, into embedded font pdf files for submitting to a printer. is acrobat distiller needed? is it a part of acrobat? do I need the pro version? thanks so much. I am very new to this.

  • How do I find audiobooks on iPad and listen to them?

    I recently bought my first iPad. Using my MacBook Pro, yesterday, I bought my first audiobook from the iTunes store and it is in the Macbook iTunes. However, when I couldn't find it with the iPad, l looked up a discussion here and found that audioboo

  • Tiger working with FCP 4.5 or HD?

    Hi Everyone, I was experencing a problem with my Mac G5 10.3.9 and FCP HD that filled the HD with a file that filled the secondary HD up leaving only 2 gig to remain. This problem happened when capturing a small video clip to both secondary and prima