Problem with Transaction Groups and Database

Hi I recently start to study all about Ignition, but I have some problems with transaction groups and the database, I use sql server 2005 express, the error occurs when I tried to enable the historical group, says unable to start, it seems the problem is on the database, here are some pics.








This sounds like an issue with the “Translator” property under the advanced properties of your database connection. The syntax of that query is for MySQL, when you’re trying to use SQL Server. Changing the “Translator” property from MySQL back to MSSQL should fix the issue.

Thank you so much, now I can continue with my study :thumb_right: