Solution ID: prim12472 |
Error: "Event Code UCVFR-2024-2" or "Event Code CVRJC-2104-4" when importing XER file |
Status: Reviewed |
Version(s): 3.5.1, 4.0, 4.1 |
Problem: |
***************************************************** Executable: PM.exe Context: Detail:
System Info |
Problem: | Error: “Event Code CVRJC-2104-4 with orphaned rows in the TASKRSRC table” when importing XER file |
Cause: | Resource references in tables such as TASKRSRC do not exist in the RSRC (Resource) table. |
Fix: | The resource assignments without a reference to the Resource table need to be removed from the XER file. To find the problematic rows, open the XER file in notepad or Excel. The error references the rsrc_id and checks all joins that use this id. For example, below is an extract of TASKRSRC from the sample project AUTO. %T TASKRSRC This row references rsrc_id 3. Compare that to an extract of the table RSRC. F rsrc_id parent_rsrc_id clndr_id However, resource with an ID of 3 does not exist in the RSRC table. So the row: %T TASKRSRC Would need to be removed from the XER file. |