Incremental load: project allocation data is missing. Scenario is Project was missed in full load, incremental load finds the project and loads it, but there is allocation data missing.
STEPS TO REPRODUCE:
(if a small sandbox, edit all available projects in Modern UX grid)
Expected Results: The project and all project data to be added to DWH
Actual Results: The project is added but some data is missing. For example, we can see a difference by running the queries below against Clarity and DWH:
On Clarity:
select team_key, sum(ALLOC_HOURS) from dwh_inv_team_per_facts_v
group by team_key
On Data Warehouse:
select team_key, sum(ALLOC_HOURS) from DWH_INV_TEAM_PERIOD_FACTS
group by team_key
The entries are not in Data Warehouse
Release : 15.8+
Component : CA PPM DATA WAREHOUSE
Workaround: Run the Full Load again
This is DE61021, fixed in 15.9.3 (addressed by a user story)