Financial Performance Management Application Logs
Planning Logs
Default Log Location | Log File Name and Contents |
---|---|
C:/ MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/Planning0/logs |
Planning_ADF.log —ADF (Oracle Application Development Framework) information
You cannot delete this log while the Oracle Hyperion Planning server is running. The log is recreated if the server is restarted. |
EPM_ORACLE_INSTANCE/diagnostics/logs/planning Logs in this folder can be deleted. |
|
To change the logging level for a Planning application server:
-
Log in to a Planning application as the administrator or owner.
-
Select Administration, then Application, and then Manage Properties.
-
Select the System tab.
-
Set
DEBUG_ENABLED
totrue
. -
After changing log levels, restart the Planning application server for the changes to take effect.
Financial Management Logs
Table 3-16 Financial Management Log Files
Component | Default Log Location | Log File Name and Contents |
---|---|---|
Oracle Hyperion Financial Management |
EPM_ORACLE_INSTANCE |
Note the following:
|
Financial Management Web Application |
|
|
Financial Management Web Services | MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/HFMWeb0/logs/hfm |
|
Profitability and Cost Management Logs
Table 3-17 Profitability and Cost Management Log Files
Default Log Location | Log File Name and Contents |
---|---|
Oracle Hyperion Profitability and Cost Management: MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/Profitability0/logs |
|
Creating a Separate Log File for Persistence Messages
For Oracle Enterprise Performance Management System instances installed as compact deployment, messages from other installed EPM System products are also directed to the hpcm.log
file. The logging.xml
file can be edited to redirect these messages to a new log file called persistence.log
. You may find advantage in splitting the persistence messages to a separate log file even for standard deployments. For compact deployments, the logging.xml
file is located at <MIDDLEWARE_HOME>\user_projects\domains\EPMSystem\config\fmwconfig\servers\EPMServer0
. For standard deployments, the logging.xml
file is located at <MIDDLEWARE_HOME>\user_projects\domains\EPMSystem\config\fmwconfig\servers\Profitability0
.
To create a separate log file:
-
Edit the
logging.xml
file and define a new log handler within the<log_handlers>
section. Here is a suggested definition for a new handler:<log_handler name="persist-handler" class="oracle.core.ojdl.logging.ODLHandlerFactory"> <property name="path" value="${domain.home}/servers/${weblogic.Name}/logs/persistence.log"/> <property name="maxFileSize" value="20000000"/> <property name="maxLogSize" value="100000000"/> <property name="useSourceClassAndMethod" value="true"/> </log_handler>
-
Alter the logger for
org.eclipse.persistence
in the<loggers>
section to point to the new handler, as in the example below, where the handler name has been changed fromepmpcm-handler
topersist-handler
.<logger name="org.eclipse.persistence" level="NOTIFICATION:16" useParentHandlers="false"> <handler name="persist-handler"/> </logger>
Financial Close Management Logs
The default location for these Financial Close Management logs is MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/FinancialClose0/logs
:
-
FinancialClose0.log
—Close Manager web tier activity -
FinancialClose.log
—Close Manager activity -
FinancialClose0-diagnostic.log
—Close Manager web tier activity, with more diagnostic messages thanFinancialClose0.log
-
AccountReconciliation0.log
—Account Reconciliation Management web tier activityNote:
If Account Reconciliation Management is deployed to same server as Financial Close Management, you might not have
AccountReconciliation0.log.
-
AccountReconciliation.log
—Account Reconciliation Management activity
Tax Management Logs
Table 3-18 Tax Management Logs
Default Log Location | Log File Name and Content | Rotation |
---|---|---|
MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/TaxManagement0/logs |
TaxSupplementalSchedules.log |
|
MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/TaxManagement0/logs |
TaxOperations.log |
|
MIDDLEWARE_HOME/user_projects/domains/EPMSystem/servers/TaxManagement0/logs/taxprov |
oracle-epm-tax-prov.log |
|