Running database setup when upgrading from OnGuard versions 6.0 to OnGuard 7.0

Symptom

Error:
"Could not locate class-to-execute: Upgrade_6_0_EnterpriseAllocation. Execution Failed."
Displays when running database setup during an upgrade from 6.0 to 7.0.

 

Resolution

  1. Run the following query against the ACCESSCONTROL database in SQL:

    insert into DBSETUP_CTE_LOG (OG_BUILDID, CTE_NAME, TABLE_NAME) values (50148003, ‘Upgrade_6_0_EnterpriseAllocation’, ‘VISIT’) 
  2. Run database setup again.

Applies To

OnGuard (7.0)

Additional Information