7.5 schedule in EPM 10

In my 7.5 workbook after submit macro  we monitor the events to capture the save complete before we proceed with next action like expand or refresh .
But that code in EPM is throwing an error saying can't run macro and mayn't be available. What is the equivalent code for EPM?
Set oExcel = Application.Run("GetEvents")
Full code looks like this
myWB.SaveWorkbookData
Dim oExcel As Object
'wait for the event from the server to know that send completed
    Set oExcel = Application.Run("GetEvents")
    Do
    DoEvents
    Sleep 100
    Loop While oExcel.SendResult_Status = False And oExcel.SendResult_Submitted <> -1
    myWB.RefreshActiveSheet

Hi Silpa,
Try this code in a separate module of the Excel workbook:
Option Explicit
Dim epm As New FPMXLClient.EPMAddInAutomation
Dim blnSaveFlag As Boolean
Function AFTER_SAVE()
  'MsgBox "Save successful"
  blnSaveFlag = True
  AFTER_SAVE = True
End Function
Public Sub SaveSheet()
blnSaveFlag = False
epm.SaveAndRefreshWorksheetData
Do
DoEvents
Loop Until blnSaveFlag
MsgBox "Saved"
End Sub
Before using don't forget to reference FPMXLClient library in VBA Editor -> Tools->References
B.R. Vadim

Similar Messages

  • 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

  • How can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?

    Hello, all,
    how can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?
    E.g. I want to implement a top-down-planning scenario and I have the following hierarchy:
    Europe
         Germany
         France
         UK
         Spain
         Italy
    How can I enter a value on Europe in an input schedule in order to allocate this value afterwards?
    Thanks in advance and best regards
    Gerd

    Gerd,
    It should be something like below -
    EuropeInput
    Europe
         Germany
         France
         UK
         Spain
         Italy
    EuropeInput shall be kept out of hierarchy and should be a base level member. Users will enter the numbers in this member. In your script logic, you will make use of this member to allocate the data in Bas(Europe) i.e. Germany, France, etc.
    Effectively, after allocation the same data will be rolled up to Europe.
    Many top-down planning would use such work-around as BPC doesn't allow writing to parent node.
    Regards,
    Ashish

  • Scheduled Brio/IR Jobs are not running as expected in EPM 11.1.2.2

    Hi All,
    We are observing some scheduled jobs are not running as expected,they are not running on the scheduled time.
    Given below are more details.
    We have 2 Jobs running at 6:00 AM daily based on single Recurring Time Event and it is observed that this jobs are not running on time(ex: 6:06 AM EST).
    I tried verifying Consolidate Job Status in workspace admin options and the v8_RecurtimeEvent table for any miss in the 'Next Run Time',
    but they were having the scheduled date/time of run.No clue from EPM Logs.
    Interesting observation is the same jobs are running after updating the schedule time a little bit further(ex: 6:06 AM to 6:07 AM),but again after some days
    the updated job(6:07 AM ) will stop running.
    Thanks,

    Put the IR job logs in TRACE:32 mode which will give more information in the logs . Refer this document link to put in TRACE mode :http://docs.oracle.com/cd/E17236_01/epm.1112/epm_install_troubleshooting_1112200.pdf
    Thanks,
    KK

  • EPM services restart schedule

    Hi
    We have a new implementation of Hyperion Planning and I was wondering if there's any recommendations on how often a services restart ought to be performed as part of general system health?
    Cheers

    Hi,
    Please use the below order to start and stop the services, if you are not using epma means, ignore the EPMA servers
    The first six services should be started in below order
    1) Databases for Repositories
    2) Corporate User Directories
    3) Foundation Services Managed Server Application Server
    4) Hyperion Reporting and Analysis Framework - Agent Service
    5) Reporting and Analysis Framework Application Server
    6) Web Server
    The remaining services and processes can be started in any order:
    7) Performance Management Architect Server Services
    8) Performance Management Architect Application Server
    9)Performance Management Architect Data Synchronizer Application Server
    10) Essbase Server
    11) Administration Services Server
    12) Integration Services Server
    13) Essbase Studio Server
    14) Provider Services Application Server
    15) Financial Reporting Services
    16) Financial Reporting Application Server
    17) Web Analysis Application Server
    18) Calculation Manager Application Server
    19) Planning Application Server
    Predefined scripts by Oracle Itself
    Start.bat/sh - To start all services
    Folder Location : EPM_ORACLE_INSTANCE/bin
    Note: Some of the services are clubbed into one services, for details level, pls refer epm_install_11121.pdf - Pages from 284
    Thanks

  • Oracle EPM 11.1.2.3: Only R&A Administrator Can Open IR Documents

    Windows 2008 R2, SQL Server 2008 R2
    I am trying to use a test user to test for problems in a new maintenance release from 11.1.2.1 to 11.1.2.3. My test user was not provisioned individually, just using WORLD for roles. WORLD is in these roles:
    Analyst
    Dynamic Viewer
    Explorer
    IR HTML Viewer
    IR WebClient Viewer
    Interactive Reporting Viewer
    The test user was unable to open IR documents, so I began modifying the user's provisioning. If I put the user in the Reporting and Analysis Administrator role, I can open IR documents. If I remove the Reporting and Analysis Administrator role and add the Content Manager and Schedule Manager roles to the user's provisioning, I can't open IR documents.
    I remember the 11.1.2.1 documentation had a one-liner (in the thousands of pages of docs) about how security changes had been made that prevented users from opening IR documents (and how to fix it). I haven't yet found the documentation about this for 11.1.2.3. If you know how to make this work properly, please share.

    Apparently 11.1.2.3 has the same problem 11.1.2.1 had.  Support said (and it worked):
    1. Stop EPM services.
    2. Backup the table V8_CSS_ROLE
    3. Execute the following SQL queries against Reporting & Analysis relational database:
    update V8_CSS_ROLE set ROLE_ID='0000011ed1cf2e7a-0000-4dc0-0a8f1415' where CSS_IDENTITY='native://DN=cn=HAVA:0000011ed1cf2e7a-0000-4dc0-0a8f1415,ou=HAVA,ou=Roles,dc=css,dc=hyperion,dc=com?ROLE';
    update V8_CSS_ROLE set ROLE_ID='0000011ed1cd5c8f-0000-4dc0-0a8f1415' where CSS_IDENTITY='native://DN=cn=HAVA:0000011ed1cd5c8f-0000-4dc0-0a8f1415,ou=HAVA, ou=Roles,dc=css,dc=hyperion,dc=com?ROLE';
    4. Start EPM services.

  • Checking status of scheduled jobs in Hyperion System 9.3.1 ....

    Hi All,
    We have Hyperion System 9 9.3.3. We have a Daily job scheduled every morning to check the status of the scheduled jobs that run daily. One of the jobs has a status message as below.
    Failure - Internal error.ContainerCache.populate: The object "0000011386a6823b-0000-a99f-0a103a4a" is not found. It either does not exists, or it may be inaccessible.
    But when I check the job status in View Job Status > Job Scheduler module, I see the report is still running. It's just that this report is taking longer to run and completes some time after the Daily Job Status check report runs.
    In this case, shouldn't the status should say something like the job is still running instead of "Failure" which is misleading?
    Thanks in advance.
    Z

    Hi,
    I have the same problem with Oracle EPM 11.1.2:
    com.sqribe.transformer.ObjectNotFoundException: ContainerCache.populate: The object "0000012f0710ca12-0000-a4ad-c0a80003" is not found. It either does not exists, or it may be inaccessible.
    Who gives me the right answer?
    Thanks in advance, Ron

  • SAP BPC 7.5 to EPM 10.0 migration

    Dear Experts,
    We are about to migrate our BPC application from Version 7.5 sp5 to EPM 10.0 as a part of a server upgrade.
    Presently we have taken a backup of the AppSets (1 planning and 1 consolidation application- no scheduled loads, no master data update- a very humble and simple BPC with countable number of reports and input schedules) from our older system using UJBR.
    Will the restore program (UJBR) handle the Appset restore into EPM 10.0.
    I wanted to make sure if all the important points are touched before we give a go-ahead to bring our primitive server down.
    I read in SDN that EvDRE reports wont function and there might be a probable MS Excel EPM 10.0 addin conflict. Other than this is there anything we should be aware of before hand viz., components to be backed up, pathces to be installed, etc.
    I want to make sure we have a really smooth migration process. Your guidance is much appreciated.
    Thanks a lot in advance

    Hi,
    **In BPC10 you can use same UJBR to restore appset from back up file.
    **From BPC10 SP04  onwards EvDre is also supporting.
    Thanks,
    Raju

  • How to migrate HPSu 8.3.2 to Oracle EPM 11.1.2.1?

    Dear Experts,
    We need your expert advice on HPSu 8.3.2 migration to Oracle EPM 11.1.2.1.
    Client is having more than 2000 scheduled Jobs and approx 3000 published Bqys in HPSu 8.3.2. Now they want to migrate their current environment to Oracle EPM 11.1.2.1 on New Hardware.
    Kindly share your views on below
    1. Can we migrate HPSu 8.3.2 to Oracle EPM 11.1.2.1 directly?
    2. Can we use Report Migration Utility to Migrate report from HPSu 8.3.2 to Oracle EPM 11.1.2.1? Is Report Migration Utility availabe in Oracle EPM 11.1.2.1?
    3. Can you please share any known issues if anyone has performed such migration successfully?
    Any insight would be highly appreciated.
    Thanks in advance.
    Regards,
    Manmohan Sharma

    VC Thanks for your reply.
    What will be the migration path? Is below upgrade path is adviceable?
    HPSu 8.3.2 to Oracle EPM 11.1.1.3 ( Migrate reports using Migration Ultility)
    Oracle EPM 11.1.1.3 to Oracle EPM 11.2.1 Upgrade
    Any inputs will be highly appreciated.
    Thanks in anticipation.
    Regards,
    Manmohan

  • Edit Report option freezes and Formatting Vanishes in EPM 10.0

    Hi,
    While creating a report in EPM 10.0 which i have selected as 'Use as Input form', i created Active X buttons and did dynamic formatting as well. All seems to be fine but as i Close and Reopen, or i Refresh the template, formatting vanishes and Edit Report option also gets disabled.
    I am working on EPM 10.0 SP07 Patch 02. Please guide me on this.
    Thank you.
    Rgds,
    Poonam

    Hi Poonam,
    This is probably happening because the report/input schedules is not getting connected. Please check the connections once.
    Also if you had named the report in "Edit Report" earlier, say for example "Sales Report", once the report is open you should be able to see this name on the EPM context pane, right side under Current Report: Connected to "Your Model" and below that in the drop down the default selection should be "Sales Report". This means that the report is connected and the Edit Report option is active.
    Hope this helps.
    Regards,
    Bhairavi

  • Report does not recognize formatting on inputable member in EPM Formatting-Sheet

    Dear Gurus,
    When using an EPM Formating Sheet in the EPM-AddIn for Excel the formatting for "Inputable Members" is not applied to the Report. The formatting for Local Members, Blank Members, Hierarchies etc. is recognized however. I applied the formatting sheet to the report and enabled the "use as input schedule" checkbox in the sheet options. The checkbox for Member/Property Formatting and "inputable Member default Format" is enabled as well.
    The EPM-AddIn documentation does not state any specifics when using the "inputable Member" formatting.
    I know that i could simply copy the formatting sheet and use "base level Formatting" but i would like to create a single formatting sheet for reports and input schedules in our company as a template.
    We use SAP BPC 10.0 and EPM Add-In SP19 (Build 8909) on .Net Framework 3.5
    Do you have any suggestions how to fix this issue?
    Kind Regards
    Eric

    HI Eric,
    The EPM-AddIn documentation does not state any specifics when using the "inputable Member" formatting.
    It is used normally when you want specific formatting for your base level member. In BPC you can input date (Save) data only on  the base level member not on parent level members data get aggregates on the parent level member. So "inputable Member"  formatting will apply only on the base level members.
    The formatting for Local Members, Blank Members, Hierarchies etc. is recognized however.
    If   you are using hierarchies level formatting and inputable Member there are might chances of conflicting formatting,
    Better to use either of them and also check check which formatting you are using Row or Column.

  • Edit Report option freezes and Formatting vanishes in EPM Excel 10.0

    Hi,
    While creating a report in EPM 10.0 which i have selected as 'Use as Input form', i created Active X buttons and did dynamic formatting as well. All seems to be fine but as i Close and Reopen, or i Refresh the template, formatting vanishes and Edit Report option also gets disabled.
    I am working on EPM 10.0 SP07 Patch 02. Please guide me on this.
    Thank you.
    Rgds,
    Poonam

    Hi Poonam,
    This is probably happening because the report/input schedules is not getting connected. Please check the connections once.
    Also if you had named the report in "Edit Report" earlier, say for example "Sales Report", once the report is open you should be able to see this name on the EPM context pane, right side under Current Report: Connected to "Your Model" and below that in the drop down the default selection should be "Sales Report". This means that the report is connected and the Edit Report option is active.
    Hope this helps.
    Regards,
    Bhairavi

  • BPC 10.0 Input Schedule refresh : investigating performance issues on frontend side

    Hello,
    We are running SAP BPC NW 10.0 SPS8.
    We recieve a lot of complaints regarding performance issues.
    More specifically BPC Input Schedule refresh takes ages (11 minutes actually)
    I am a SAP Basis Administartor with some solid BW experience, but very linited BPC knowledge.
    So raf we have tried the following :
    * BPC Full and light ptmimize of the BPC Cubes.
    * Updating Oracle Statistics
    * Activating ABAP/SQL traces*
    * Checking USJTAT Logs
    Then it rutned out that the perfromance problems werre not caused by the backend SAP BW server (only 9 seconds of bakend  processing are displayed in UJSTAT).
    The overwhelming majority of the processing is spent on the frontend side : on the computer of the user.
    We really would like to know what is happening on BPC Frontend side, but are really lacking any investigative method .....
    other that  checking memory/CPU usage o nthe frontend computer.
    From your experience, is there any tool/method to allow to conduct some investigation on what is going on the frontend side, when a BPC Input Schedule is refreshed ?
    Thank you for your attention.

    Hello Vadim,
    We still need to get confirmation from the external consultants who developed the BPC solution, but as far as I can understand it :
    We do not use use member formulas
    We are indeed talking about EPM (without EPMRetrieveData functions)
    The perfromance  problems occur in DEV and QAS , after a restore of the BPC environment (backup from PRD)
    We already had the problem in the past, but we never knew precisely how to solve it, it is as if there was some missing links between the restored BPC environment from PRD and the DEV/QAS system
    One additional information, we checked the EPM CLient Log , and here are the errors displayed while refreshing the input schedule :
    The thing is that I have no idea what it means ...
    ?FILE_TYPE:DAAA96DE-B0FB-4c6e-AF7B-A445F5BF9BE2
    RECORD_SEPARATOR:35
    COLUMN_SEPARATOR:124
    COLUMNS:Time|Severity|Category|Method|User|DSRRootContextID|DSRTransactionID|DSRConnectionID|DSRCounter|Thread|Text
    SEVERITY_MAP:DEBUG|Debug|INFO|Information|VERBOSE|Verbose|WARNING|Warning|ERROR|Error|FATAL|Fatal
    HEADER_END
    2014-04-18 08:41:17,446|ERROR|ReportManagement|FPMXLClient.Office.EPMExcelReportManagerRepository.GetReportManager|BPCUSER|||||1|Unable to get the Object property of the OLEObject class#
    2014-04-18 08:41:18,613|ERROR|ReportManagement|FPMXLClient.Office.EPMExcelReportManagerRepository.GetReportManager|BPCUSER|||||1|Unable to get the Object property of the OLEObject class#
    2014-04-18 08:41:18,630|ERROR|ReportManagement|FPMXLClient.Office.EPMExcelReportManagerRepository.GetReportManager|BPCUSER|||||1|Unable to get the Object property of the OLEObject class#
    2014-04-18 08:41:18,648|ERROR|ReportManagement|FPMXLClient.Office.EPMExcelReportManagerRepository.GetReportManager|BPCUSER|||||1|Unable to get the Object property of the OLEObject class#
    2014-04-18 08:41:18,731|ERROR|ReportManagement|FPMXLClient.Office.EPMExcelReportManagerRepository.GetReportManager|BPCUSER|||||1|Unable to get the Object property of the OLEObject class#
    2014-04-18 08:41:37,171|ERROR|ReportManagement|FPMXLClient.ReportManagement.DynamicReport.Load|BPCUSER|||||1|bytes = 1#
    2014-04-18 08:41:39,348|ERROR|ReportManagement|FPMXLClient.ReportManagement.DynamicReport.Load|BPCUSER|||||1|bytes = 0#
    2014-04-18 08:41:39,474|ERROR|ReportManagement|FPMXLClient.ReportManagement.DynamicReport.Load|BPCUSER|||||1|bytes = 0#
    2014-04-18 08:41:39,536|ERROR|ReportManagement|FPMXLClient.ReportManagement.DynamicReport.Load|BPCUSER|||||1|bytes = 0#
    2014-04-18 08:41:39,597|ERROR|ReportManagement|FPMXLClient.ReportManagement.DynamicReport.Load|BPCUSER|||||1|bytes = 0#
    2014-04-18 09:00:22,088|ERROR|Dataservice|FPMXLClient.BPCProxy.MetaData_Data.DataServiceHelper.ExecuteReportAsStream|BPCUSER|||||ServerCallThread_666f378d-d824-4a8a-bf38-0da8493e2382|An error has occured on the server#
    2014-04-18 09:00:22,252|ERROR|BPC10Connection|FPMXLClient.Connection.RESTConnection.ExecuteReport|BPCUSER|||||ServerCallThread_666f378d-d824-4a8a-bf38-0da8493e2382|An error has occured on the server#
    2014-04-18 09:00:22,268|ERROR|OfficeWrappers|FPMXLClient.Office.EPMReportManager.ExecuteReport|BPCUSER|||||1|An error has occured on the server#
    2014-04-18 09:00:22,317|ERROR|OfficeWrappers|FPMXLClient.Office.EPMExcelReportManager.RefreshReports|BPCUSER|||||1|An error has occured on the server#
    2014-04-18 09:00:22,447|ERROR|AnalyzerOne|FPMXLClient.AddIn.RefreshSheetWithScan|BPCUSER|||||1|Execution of Report Default Report failed : #
    2014-04-18 09:00:22,537|ERROR|Automation|FPMXLClient.EPMAddInAutomation.RefreshActiveSheet|BPCUSER|||||1|Execution of Report Default Report failed : #

  • EPM 11.1.2.2 Interactive Reporting Email Notifications

    The URL we give to our users to access Workspace contains a virtual host record. The URL does not contain the actual hostname of the machine.
    So rather than http://serverA/workspace/index.jsp, the URL is something like http://interactivereporting/workspace/index.jsp.
    This works great, however, after setting up SSO using Kerberos, we noticed that the emails being sent for scheduled job notifications from Interactive Reporting contain the servers hostname in the URL (http://serverA...) rather than http://interactivereporting.
    The kerberos configuration for SSO is using the virtual host name (HTTP/interactivereporting) for the principal, so they cannot connect to the application using the server name.
    Is there any way to change the URL in the email notifications so that the virtual host name is in the URL rather than the server name?
    In the EPM System Configurator there is an option to "Configure Logical Address for Web Applications". I did configure this to use the virtual host record.
    Any suggestions are appreciated.
    Thanks!

    Harish, this is very valuable information here that is worth a lot of consulting dollars. :-)
    On server 1, just install and configure the Framework and IR
    On server 2, just install and configure the IR
    On server 3, just install and configure the web component
    When I did the above, I ran into the small "defect", which is the APPLICATION ID created on Web does not match the APPLICATION ID on the Framework on server 1 because it's installed separately. Oracle insisted that is not the "best practice", but the solution is to update the APPLICATION ID on server 3 in the repository to match the original APPLICATION ID, and then it works.
    I forget the defect number and have to look it up. Or call Oracle Support and they know exactly what to do.
    Good luck.

  • HOW TO STOP A SCHEDULING A PROCESS CHAIN IN SAP BPC

    Hello Expert,
    Can Any 1 tell me  how to stop a scheduling of a process chain in sap bpc ??

    Hi Neeraj,
    Your question is not clear.
    If you are asking - How to delete a schedule which runs a process chain/DM package from EPM, then please go to Data Manager -> click View Status arrow -> select view schedule status -> select the schedule, right click and choose delete schedule.
    Neha

Maybe you are looking for