The Project Metrics capability in PMF allows you to:
Setting up the capability requires a series of steps to be completed. Many of these steps can be simplified by merging in the pre-built Projects Metrics snapshot.
Note: This step must be done before any other steps and/or before merging the Product Metrics Snapshot.
You need to map the app path in your tenant profile for PMF. If you have a single-tenant install, which is typical, you need to do this in the pmf_base or pth_pmf_base profile file.
The following shows an example for MS SQL Server in a typical Windows platform installation:
APP MAP project_base "C:\ibi\apps\pmfdbms\pmfdb_system\pmfdb_system_sqlmss"
The Edit System Settings: System panel opens.
Note: This step can be skipped if you merge the Product Metrics Snapshot into PMF.
If you click Schedule, you can schedule the data harvest for a regular update.
Note: PMF Dimension names are limited to 30 characters, whereas Project names can be up to 50 characters.
For a Dimension load to be successful, all Project names must be unique within the first 30 characters. Any Projects that are not unique within the first 30 characters must be renamed.
The following SQL can be used to identify non-unique Project names:
select substr(PROJECT_NAME, 1, 30), count(*) from PM_PRJ group by substr(PROJECT_NAME, 1, 30) having count(*) > 1 ;
The following FOCUS procedure can also be used to identify non-unique Project names:
DEFINE FILE PM_PRJ PROJECT_NAME30/A30 = EDIT(PROJECT_NAME, '999999999999999999999999999999') ; END TABLE FILE PM_PRJ SUM CNT.PROJECT_ID BY PROJECT_NAME30 WHERE TOTAL CNT.PROJECT_ID GT 1 END
Note: This step must be done if you want additional Dimension support for Project Metrics.
You can configure additional Dimensions for your Project Metrics, which will allow you to:
To configure additional Dimensions for Projects:
The Edit System Settings panel opens.
The following image shows an example of the options selected.
Note: This step must be done if you want additional Dimension support for Project Metrics, and after completing the previous procedure for configuring additional Dimension settings.
Completing this procedure links each Project to the additional Dimension Level values that are dependent on this Project. The results of this are:
To perform linking:
The Edit Project panel opens, as shown in the following image.
This step can be partially skipped if you merge in the Product Metrics Snapshot. You will still need to select the additional Dimensions you want to harvest with your Project Metrics.
This step can be skipped if you merge in the Product Metrics Snapshot.
Once you’ve set up your Harvested Sources for your Project Metrics in this manner, you can create Derived Datapoints and link Measures up to the Datapoints exposed in the standard way.
PMF loads Project Metrics as effective the date of a load. This means that if Project Metrics loads skip any months, the skipped months will remain as gaps in your Project Metrics history.
Due to this, a load must be done at least once a month if you want monthly harvesting with no gaps your Project Metrics. You can choose to load Project Metrics every day to keep them frequently refreshed.
To insure that your Project Metrics are properly loaded each month:
WebFOCUS | |
Feedback |