Category 101
Discussion List
-
Does epm automate version 25.08.57 use java 17?When installing EPM automate version 25.08.57 on windows, it created a folder for jre1.8.0_461. I thought java 17 was required for this version of EPM automate.Sheri - DSG 93 views 3 comments 0 points Most recent by Kothi Himalatha - Support - Oracle-Oracle Planning
-
Groovy - Tidy up Job Console ExportSummary: This code is to automate the job console export and format it in a more readable format Code Snippet : // #### RULE HEADER - START // // Author: Jeremie Richard…
-
Creating via Groovy Rule the Excel file needed for the update of Cell-Level SecuritiesSummary: We would need to create and populate the two-tab-based Excel file needed for the Cell-Level Securities update. Is there a way to do so? Content (please ensure y…
-
Which Export Mode to use in Data Exchange Integration to override the data intersection?Summary: We have a data file where there are duplicate intersections. On prem Rule file is set to overwrite, so it loads the last intersection. But on cloud, when we run…
-
Translate BR variable "User ID" to dimension or smart list member?Summary: Can I translate a BR variable using the User Name default value into a dimension member or Smart List value? Content (please ensure you mask any confidential in…
-
UnZipping Files using zipOutputStreamJust some sample code to use the new zipOutputStream function String exportJobName='Job_Console_Export_20250925.zip' zipInputStream(exportJobName).withCloseable { ZipInp…
-
How can we dynamically build xlsx file to import Cell level security into planning using groovySummary: How can we dynamically import Cell level security into planning using groovy. we did not find any method which can create an xlsx file. we have csv file writer …
-
Error while executing rule Incremental Process data with Synchronize DefinitionGetting the following error while executing the "Incremental Process data with Synchronize Definition" rule Error executing formula for [OWP_Custom Expense] (line 0): in…
-
Conditional formatting issue in ReportsSummary: I have a basic grid with a couple of formula rows and then a second reference grid which I pull the results of the main grid formulas into, using the CellValue(…
-
Parts of report being cut off when using multiple grids and viewing whole reportSummary: We have several reports which use multiple grids. We have found that these are now having parts of them cut off and not visible when viewing the report as a who…
-
-
New Groovy version 25.10 Validation ErrorHello Experts, I have a issue when I run validation Groovy Script: My HTML Report have same error in several rules, now are working fine but I'm afraid that is not worki…
-
"Business Rule completed successfully" pop up not showing in SmartViewSummary: Hello , We have a form that has a business rule and smart push attached to it . Upon saving the form , the rule has to run followed by the smart push . In web ,…
-
How to create the SFTP connect in EPBCS for Using a Copy from SFTP Job Type?How to create the SFTP connect in EPBCS for Using a Copy from SFTP Job Type for pipeline? I tried creating SFTP connection in connections in EPBCS Application. What shou…
-
Integration Option 1 2 3in Data Management meaning?Hello everyone, I saw in the data integration have "Integration Option 1,2,3,4", but not sure what their purpose is: I tried to find the example and document but did not…
-
EPBCS - Batch Timeout in Minutes SettingEPBCS: (Data Exchange>Actions>System Settings>Batch Timeout in Minutes). What is the default value for this setting? The max value? What is the recommended value? Is the…
-
Access type Read allows a Power User to edit a form or Write does not allow a User to edit a Form.Hello EPM Expert, We are facing a situation (in EPBCS simple forms) that Access type Read allows a Power User to edit a form and Access type Write does not allow a User …
-
Parent First Functions on FormsSummary: Content (please ensure you mask any confidential information): Hi, I know this is something asked by many people. Just noticed that this feature was released in…
-
How to auto generate project number in Oracle PBCS for project planningSummary: Hi Team, We are building a pipeline project planning application in PBCS as a custom build . We have a requirement to auto generate project numbers following a …
-
Business Rule: Capture logged-in user ID?Summary: Is there a way to capture, say in a variable, the ID of the logged-in user? Content (please ensure you mask any confidential information): We're building a cust…
-
Replace/Remove the Slash Symbol (/) in Folder Names - upcoming UpdateSummary: Can someone confirm what this upcoming update really means? Teplace/Remove the Slash Symbol (/) in Folder Names Content (please ensure you mask any confidential…
-
Member Formula Not Summing Two Roll upsSummary: Need to add up EBIT & Taxes in a member formula Content (please ensure you mask any confidential information): I need to create an account that sums up two roll…
-
Oracle EPBCS: Unable to execute CopyfromSFTP in pipelineHi all, In our current project, we are trying to bring a txt file from SFTP server to Oracle EPBCS Inbox folder. We have recently encountered a job "CopyfromSFTP" in pip…
-
why Netherlands Antilles Marked as obsolete in HCM?Summary: Could someone please clarify why the ISO country code AN (Netherlands Antilles) is marked as obsolete in Oracle systems? I understand that the Netherlands Antil…
-
Entered data using custom drop-down (Smart Lists) in Smart View but appeared as random number in WebHello Everyone, Has someone had a similar issue wherein you Entered a data using custom drop-down (Smart Lists) in Smart View but appeared as random number in Web after …
-
How to export dimension level security for specific cube in EPBCS applicationHi Team, We have an EPBCS application with multiple data cubes. Each cube has associated Entity and Cost Center dimensions, and these dimensions have their own security.…
-
Groovy getFormattedValue() not working?Summary: Content (please ensure you mask any confidential information): Hi, Just found that getFormattedValue() not working as expected, it was working correctly before.…
-
Groovy Script ValidatorSummary: Content (please ensure you mask any confidential information): Hi, With the Aug release in TEST to validate groovy rule scripting restrictions by the provided t…
-
How to write csv file with groovy rule without adding Byte Order Mark (BOM)I am trying to create a csv file with groovy rule. All went well, except this created file contains byte-order mark (BOM), which is not needed. Automation is sending thi…
-
If Condition with a Range or Substitution variable Groovy ScriptSummary: Hi , We have a substitution variable SSClosedWeeks which has a value of OEP_W1:OEP_W39. This variable works perfectly in member formulas. I would like to use th…