Educational ICT Virtualisation Specialist

Twitter LinkedIn E-mail
Precedence Technologies Ltd
Technology House, 36a Union Lane
Cambridge, CB4 1QB, United Kingdom
T: +44 (0)8456 446 800 / +44 (0)1223 359900
E: enquiries@precedence.co.uk
PVS-UpgradeFail

Jump To: Support > KB > Citrix > PVS > UpgradeFail

Citrix Provisioning Configuration Wizard gives error after upgrading from 1912 and you cannot manage devices

When you run the Citrix Provisioning Configuration Wizard after upgrading from 1912 to 2203, it may fail when configuring the services. If you continue, you will find that you will get SQL errors when trying to edit or add devices. The logs will show:
Invalid column name 'writeCacheDisk'.
Invalid column name 'writeCachePartition'.
Invalid column name 'updatePageFileSettings'.
Invalid column name 'writeCacheDisk'.
Invalid column name 'writeCachePartition'.
Invalid column name 'updatePageFileSettings'.
Invalid column name 'writeCacheDisk'.
Invalid column name 'writeCachePartition'.
Invalid column name 'updatePageFileSettings'
To fix this, run the following command on your Provisioning Services database server:
sqlcmd -S tcp:localhost\SQLEXPRESS -E -d ProvisioningServices -Q "UPDATE dbo.DatabaseVersion SET version=131 WHERE type=0"

You may need to adjust the database name from ProvisioningServices and/or the instance name from SQLEXPRESS.

After changing the vesion, re-run the Citrix Provisioning Configuration Wizard which will update the data again (correctly this time).

References

© Copyright Precedence Technologies 1999-2024
Page last modified on September 02, 2022, at 11:07 AM by sborrill