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).