Error description 221-002B

Error message

No SQL column description for column %1 in table %2

Cause of error

The SQL server does not provide a column description for the given SQL table column.
It could be that the corresponding table does not exist, is incorrect in syntax, or for some other reason cannot be opened from the SQL server. Or the table has no column with the given name.

Error correction

Ensure that the corresponding table exists and that it has the matching column. Then restart the control.
The interpreter needs column descriptions
- For all table columns for which you have configured bonds (over CfgSqlProperties, CfgTableBinding and CfgColumnBinding).
- For all columns of some fundamental SQL tables, that are indispensable for the correct function of the system (e.g. tool table).