Solution ID: prim82732
Event Code: CVRCU-1099-D when importing a XER file.
Status: Reviewed
Version(s): 6.0, 6.1

Problem: Event Code: CVRCU-1099-D when importing a XER file.

*****************************************************
*                EXCEPTION  REPORT                  *
*****************************************************
Date:          25-Mar-08
 
Executable:    PM.exe
Application:   Primavera Project Management
Event Code:    CVRCU-1099-D
Message:      
  TCCustomVirtualRow.CleanUpVarValues: Default value 
  provided for field ev_compute_type is not valid.
 

Fix: This issue is due to an invalid entry in the PREFER.ev_compute_type column.  To correct the issue, please complete the following depending on your Database Engine Type:

SQL Server:



Log into Management Studio (Express) as either ‘sa’ or ‘privuser’ and execute the following query against the PMDB database in question:


Update prefer set ev_compute_type = ‘EC_Cmp_pct’;


Oracle:



Log into SQL*Plus as either ‘admuser’ or ‘privuser’ and execute the following query against the PMDB database in question:


Update prefer set ev_compute_type = ‘EC_Cmp_pct’;