Error Code 206 on Category Deletion

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dyzel
Posts: 1
Joined: 01 Feb 2013, 09:17

Error Code 206 on Category Deletion

Post by dyzel »

Hello, have made some new category's and now i want to delete one or two, but when i press delete next to the category i get this message.

Database query failed. Error received from database was #206: SQLState: 22018
Error Code: 206
Message: [Microsoft][SQL Server Native Client 11.0][SQL Server]Operand type clash: text is incompatible with int
for the query: SELECT count(config_id) FROM mantis_config_table WHERE config_id = ? AND value = ?.

Can someone please tell me what to do?
eswartz
Posts: 1
Joined: 17 Jun 2013, 23:16

Re: Error Code 206 on Category Deletion

Post by eswartz »

I have the same problem... is there a solution?
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Error Code 206 on Category Deletion

Post by atrol »

eswartz,
do you use MySQL or MS SQL?
Please use Search before posting and read the Manual
seizai
Posts: 16
Joined: 01 Aug 2013, 08:31

Re: Error Code 206 on Category Deletion

Post by seizai »

me too... any solutions?

SQL 2008R2
jakal_x
Posts: 1
Joined: 11 Jan 2016, 22:05

Re: Error Code 206 on Category Deletion

Post by jakal_x »

This happens on ms sql server installations. There is a column named 'value' in table mantis_config_table that has a default data type of text. Change it to int.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Error Code 206 on Category Deletion

Post by atrol »

jakal_x wrote:Change it to int.
This can't be a solution as we store also text in this column.
Please use Search before posting and read the Manual
Post Reply