Tuesday, June 23, 2026
Oracle Cloud EPM - Financial Reporting finally being terminated
Monday, February 10, 2025
Financial Reporting - Another Nail in the Coffin
Logging into a test EPM environment after the 25.02 release (February 2025), I saw this message.
Monday, February 13, 2023
Applying the Most Basic IT Concept to Oracle EPM Cloud: Reset Service
There are different reasons why I write blog posts. Sometimes to illustrate something or to talk about the merits of attending Kscope23. You will be going to Denver, CO, USA this June, correct? If you haven't registered, may I suggest going to https://kscope23.odtug.com/ and checking it out.
This one is a reminder that no matter how impossible something seems, there might be the easiest fix for it.
Another consultant reached out with the following problem: an admin user who is properly provisioned with the service administrator role logs into an environment and doesn't see the admin cards on the home screen. My response was maybe the navigation flow has been customized or maybe the admin is logging in with a native ID instead of the SSO ID or along those lines. Both of which I've seen. They got back to me with a simple answer: they reset the service and everything is fine.
Resetting the service is like rebooting a computer. You flip the switch off and on, wait a few minutes, and see if the problem clears up. The thing is, how do you reboot an Oracle EPM Cloud environment? You really can't go to the nearest Oracle data center and start flipping power switches (at least I hope not!). Fortunately, Oracle provided a way to do it: EPM Automate.
Here are the two (well, three steps needed). Either with a command line or a batch script, log into the environment, run the reset service command, wait, and then log out.
AutoTune optimizes the database (use for Planning, FCC, and Tax Provision only) and -f skips the confirmation step. Here's the doc link on how to use the resetservice function.
Resetting the service can also be useful when reports don't run, data forms don't open, or just something seems off. I have reset a service for all of these reasons.
When in doubt about something not working right (or before trying to resolve seemingly impossible problems), reset. It works for personal computers; it works for Oracle EPM Cloud.
Friday, April 15, 2022
Using EPM Reporting Books with Smart View - Part 2
The previous blog post described the new Smart View extension to bring Oracle EPM Cloud books into Microsoft Excel using Smart View and walked through the installation steps. Please refer to that post before proceeding with the below.
This post will walk through how to use the extension to work with books. This new capability works with FCC, Planning/EPBCS, Tax Reporting, and Narrative Reporting. Note the books must be new Reporting books and not the old Financial Reporting books. Just another reason to migrate from FR.
Connect to the application using the Smart View panel and click on the application ID. At the bottom of the screen a new item called Launch EPM Books Home will appear. If this does not show, click More>> and see if it is listed there. If not, then go back to the previous blog post and check the extension installation.
Once opened the extension will list the available books. The lower half of the screen is the job console. This section will be used after running a book.
Clicking the info bubble to the left of a book will show a few facts about the book.
Click the Run icon to the left of a book to run it. Running the book will show as a job at the bottom panel. Click Refresh as needed until the processing is complete. There are also tool buttons to remove a single job or all jobs from the display.
When the processing is completed, click the download icon in the Status column to download. Click Yes if prompted to open the workbook.
The table of contents will be shown on the first tab. The reports will show on subsequent tabs. The table of contents lists the reports with clickable links to the right (not shown below) to each tab.
Going to the other tabs will show the different pages. In my early testing the rows and columns of the report grid are parsed correctly into cells. The report header (not shown below) comes in as a graphic instead of text into cells. The reports in the books I have do not have footers so would have to assume footers would be treated as a graphic as well.
At this point there is a new "Books" ribbon showing. There are three options: Refresh, Edit POV, and Inspect.
Refresh is self-explanatory. The Inspect option shows the same information as above along with the POV used for the book.
As shown above the book ran for Dec FY19 Periodic. This was my active POV in FCCS (when I ran the report book last through the website it was for Dec FY19 Periodic). The middle option on the ribbon, Edit POV, suggests that the POV can be changed. After clicking it, for each dimension dropdown, there is an option to select.
When I tried clicking Select..., I got a message that "Member selection not supported." According to the documentation, editing the POV should work. Also, if the user has enabled previewing the report POV in User Preferences on the website, then the POV prompts should appear when initially running the book. The software did correctly identify the dimensions in the POV. The books I'm using have Default as the only member selection in the book POV and are not limiting the members that the user can select. So that may have something to do with it. As I'm working with an early version, I'll assume that this will get cleaned up.
Here is the link to the product documentation.
https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/svuuc/books.html
In conclusion, all of us can finally rejoice that report books can be brought into Microsoft Excel. Again, it requires migrating from Financial Reporting to Reporting and the quick installation of a Smart View extension. Looking forward to using this at clients.
Tuesday, April 12, 2022
Using EPM Reporting Books with Smart View - Part 1
One of the Oracle EPM product features that has been requested for decades - yes, decades - is to bring a report book into Microsoft Excel. With the April 2022 update this can FINALLY be done. Granted, the report book has to be the new Reporting book and not the old Financial Reporting book. But think of it as one more reason to migrate from Financial Reporting to Reporting.
This new feature works for FCC, Planning, Tax Reporting, and Narrative Reporting.
Using the feature requires enabling a new Smart View extension that is being released with the April 2022 update. This blog post will cover how to install the extension. A future blog post will cover how to use it.
To install the extension, go into Microsoft Excel and go to the Smart View ribbon. Click Options and then go to the Extensions panel.
Monday, March 6, 2017
EPM Automate - DOS style automation for Oracle EPM Cloud
EPM Automate is the automation tool for the Oracle EPM cloud products: EPBCS, PBCS, FCCS, ARCS, etc. It allows users to log into the cloud, perform various actions, and log off. It can be run interactively or scripted and then scheduled.
The "history repeating itself" piece of this comes from the user interface and the scripting language: MS-DOS command line and MS-DOS batch file (or PC-DOS if you got your copy of DOS direct from IBM instead of Microsoft or a clone manufacturer). Or if you've ever used the command line on a Unix computer - did you know Apple's Mac OS X is a Unix operating system? - then you'll feel right at home. A DEC VAX had something similar but the language was different.
Actually the idea of a cloud environment harkens back to mainframe computing, so "what goes around comes around." Ok, no more phrases.
Anyway, the first step is to log into the cloud product and download the installer - works with Windows or Linux (64 bit versions only). As the cloud environment is updated each month, the downloaded program should be updated each month too.
After the install, launch the program from the menu. You're basically put into a command line environment, complete with drive/folder> and blinking cursor. Type in what you want to do, like login, and then get a response back. If you don't know what you can type then enter "help" and get a list. For help on a specific command, type the command and then help, like "login help".
For automating, write a batch file and then schedule that with Windows Scheduler, CA-7, etc. I'm tempted to use EDLIN as the text editor, just for the full 1980s DOS effect.
Notice I'm skipping screenshots for this post - Oracle has a YouTube video that shows you how it works - this video uses PBCS for the cloud product.
https://www.youtube.com/embed/1lUthzzoWEY?rel=0&autoplay=1
For full documentation on EPM Automate, go to:
https://docs.oracle.com/cloud/latest/epm-common/CEPMA/CEPMA.pdf
Overall, a simple and easy way to work with the Oracle EPM Cloud products. I wish they'd make this available for HFM - I like it better than task flows. HFM Batch (Google it) was similar but wasn't replaced when 11.1.2.4 (with no Windows API) came out.
P.S. With good ideas from the past being brought to bear in current day solutions, I wonder when keypunch cards are coming back. I need a new holiday wreath (search Pinterest).





















