Showing posts with label FDMEE. Show all posts
Showing posts with label FDMEE. Show all posts

Wednesday, August 31, 2016

Mapping Audit features in FDMEE





Mapping Audit features in FDMEE


Map audit Reports show changes made to the data load mapping rules using any of the methods data load mappings UI, Excel template imports, text file imports, and Lifecycle Management imports.

1.      Enable Map Monitoring Reports from system setting
2.      Make sure the Enable Map Audit is set to Yes




3.      Run the report
4.      Go to Report Execution from Task tab
5.      Select Audit Reports from Report Group
      Select the Map Monitor for Location report

It will display a list of mapping changes, additions, and deletions made for a location based on a date range

6.      Click Execute






7.       Select the location where you want to run the mapping audit reports
         Select the action type as All
         Define the date as given format, (We can ignore the dates as well)
8. Click Ok



Mapping auditing report would be opened in .PDF file

 Reports contain data load mappings from:
Data load mapping option
Text file imports
Lifecycle Management imports


We can also generate based on user who has updated the mapping by selecting

Map Monitor for User report

Displays a list of mapping changes, additions, and deletions made by a user based on a date range

Thursday, February 18, 2016

FDMEE Performance tuning tips



FDMEE Performance tuning Guide

This tips are applicable to 11.1.2.3.000 or higher version

1.      JVM tuning
2.      Data Sources
3.      Batch Size
4.      ODI (Oracle Data integrator) setting
5.      Database

Configure JVM Tuning for ERPI (FDMEE)

1JVM Tuning
The JVM (Java Virtual Machine) allocates and manages the heap memory based on how much each Java application needs. When a Java application is running, the systematic usage and release of heap memory is managed through a “garbage collector”.
The two settings to change for heap memory are:
-Xms   - the minimum size of the heap
-Xmx   - the maximum size of the heap

VM Heap Registry Settings in Windows Server
1.      Open the Windows Registry.
2.      Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\ErpIntegrator(n)\HyS9aifWeb_epmsystem(n) Where ErpIntegrator(n)

3.      (ErpIntegrator0, ErpIntegrator1, depending on how many FDMEE web servers are deployed and which server you are updating.
4.      Locate the two JVMOptions –Xms and –Xmx   (Data Type is REG_SZ).
5.      Double click the option to change. (For example, JVMOptionnn)
6.      In the Value Data, change the numerical value of –Xms2064m to the new value,
7.      Repeat this step for the –Xmx value.
8.      Restart the HyS9aifWeb service.

Note:   -Xms and –Xmx values should be set to the same number
In Linux Server
To change the JVM heap entries for Linux do the following:
1. Edit this file: /user_projects/epmsystemx/bin/deploymentScripts/setCustomParamsErpIntegrator.sh.
 2. Find the section JAVA_OPTS=”-Xms512m –Xmx512m….”
3. Change the numerical values to the new desired heap memory value, save the changes.
4. Restart the “Oracle Hyperion FDM Enterprise Edition - Java Web App” service.

2  Weblogic Data Sources:
Increase the default number of data sources. WebLogic data sources are the number of pooled connections made available to FDMEE for a JDBC (database) data source.
Tips…  for error
If your application runs out of WebLogic data sources you might see in your log file, “ResourceLimitException”, or “Reached maximum capacity of pool”.


To start Oracle WebLogic Server Administration Console:
1.      Select Start, then Programs, then Oracle WebLogic, then User Projects, then EPMSystem, and then Start Admin Server for WebLogic Server Domain.
2.      When the Admin Server displays “RUNNING”,
3.      Select Start, then Programs, then Oracle WebLogic, then User Projects, then EPMSystem, and then Admin Server Console.
4.       To access the WebLogic Server Administration Console from the browser type in the following URL: » http://servername:7001/console
5.      Login to WebLogic Server Administration Console with the credentials used during the system configuration
6.      From Domain Structure, select Services, and then Data Sources.
7.      Select either aif_datasource or odiMasterRepository by selecting the hyperlink in the Name column.
8.      Select the Configuration tab and then the Connection Pool tab
9.      Click Lock & Edit button to modify the “Maximum Capacity” setting.
10.   In Maximum Capacity, type the new value for the data source connections.
11.   Once the setting is changed, click Save. Repeat steps four through eight to change the odiMasterRepository data source connection pool.




3Batch Size:
Specify the number of rows read at a time from the file to memory. This parameter is mainly used for performance.
Batch Size Batch Size refers to the number of import records that are “batched up” before a commit occurs on the database.

The “Batch Size” parameter is set at the system level.
Default setting for “Batch Size” is 1000.
This setting is changed by selecting Data Management, then on the Setup tab, select Configure, System Settings. On the System Settings screen, type the new value in the Batch Size field and click Save.

Smaller imports, such as < 10,000 records, would suffice to use the default batch size.  If you have < 100000 records , keep the batch size setting as 10000.
Note: A setting too large or too small can have adverse performance effects.


4Oracle Data Integrator (ODI)

ODI has three significant tuning components to explore if you are having problems loading large data sets.
a.      Array Fetch Size  
b.      Batch Update Size   (These can be found in “Topology” tab of ODI Studio in the Physical Architecture section for your data server.

c.      Maximum number of sessions   (The Maximum number of sessions setting is found under the agent.

Tips..
Optimal values for
Array Fetch Size and Batch Update Size is “100”   for better performance, low memory and CPU usage.


Open ODI Studio and connect to FDMEE repositories
Go ODI Navigator
Go to   Physical architecture à Technologies à Oracle à Data Server  ( EBS_DATA_SERVER or FDMEE_DATA_SERVER)

The “Maximum number of sessions” value depends on the capabilities of the machine running the agent. Oracle Data Integrator allows you to load balance parallel session execution between physical agents. Each agent has a maximum number of sessions it can execute simultaneously from a work repository.
The default value for Maximum number of sessions is 1000