Link for today's webinar:
https://radensolutions.my.webex.com/radensolutions.my/j.php?MTID=m29245599aa75100935a0984fef1bef64
https://radensolutions.my.webex.com/radensolutions.my/j.php?MTID=m29245599aa75100935a0984fef1bef64
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: 2b2bff on January 27, 2023, 11:38:36 AMThanks a lot.Upgrade procedure is fixed in development branch, fix will be part of upcoming patch release 4.3.1. In version 4.4 we will also switch to varchar(max) from text.
Sadly the DB upgrade for MSSQL fails because event_cfg.description is a TEXT column and the upgrade script compares it with VARCHAR in the WHERE clause.
Simple fix - please change all TEXT columns to VARCHAR(MAX). TEXT has been deprecated long time ago...
https://learn.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql
Cheers