With the release of WIMS Client 8.0.0 a database upgrade is required. The upgrade is automatically applied when logging into a Facility Database for the first time with the WIMS 8.0.0 client.
Tech Notes:
SQL Server Scripts:
FACILITY DATABASES
ALTER TABLE LOCATION ADD CLAROS_GUID [uniqueidentifier] NULL DEFAULT (NULL)
ORACLE:
FACILITY DATABASES
ALTER TABLE LOCATION ADD CLAROS_GUID NVARCHAR2 (100) NULL