Limit Exceeded on DB Table Causing Workflow to Be Wiped Out on Update
We're experiencing a problem, where according to Tim Geyssens (who is on vacation), "looks like you hit the limit of the db table, you can just max it (set column to nvarchar(max) instead of what it is currently). It’s the ufformsettings table”.
Unfortunately we do not have ufformsettings in our Umbraco (4.11.10 using legacy XML schema) database with Contour 3.0.21.
What is happening is that when we click update on "save as Umbraco document" we get a yellow screen and it wipes out the entire workflow so we have to start over again. We're trying to identify what table Contour is writing to when you update the form.
The error message is shown below. We need to increase the size of the db table.
Limit Exceeded on DB Table Causing Workflow to Be Wiped Out on Update
We're experiencing a problem, where according to Tim Geyssens (who is on vacation), "looks like you hit the limit of the db table, you can just max it (set column to nvarchar(max) instead of what it is currently). It’s the ufformsettings table”.
Unfortunately we do not have ufformsettings in our Umbraco (4.11.10 using legacy XML schema) database with Contour 3.0.21.
What is happening is that when we click update on "save as Umbraco document" we get a yellow screen and it wipes out the entire workflow so we have to start over again. We're trying to identify what table Contour is writing to when you update the form.
The error message is shown below. We need to increase the size of the db table.
is working on a reply...