Thingworx Log to MsSQL database
Hi everyone, let me start by saying I am very new in Thingworx.
My goal is to use MsSQL database to log data coming in through Kepware (OPC).
I am trying to do so using a Value Stream, pointing locally to a thing which contains all the data I want to store, and a Persistence Provider that connects it to my database in MsSQL.
All the properties have the checkbox "logged" active, and Data Change Type is set to "Always".
The data is coming in fine, and I also verified connection to the database with an additional thing using the MSSqlServer template. This thing is configured exactly like the persistence provider (using JDBC driver and connection string) and I can successfully send queries to the database.
I do not get any error message in the diagnostic logs, nor configuration errors, but the properties I have configured in the Value Stream are not coming into the MsSQL tables (or no table is being created in the database).
Am I doing something entirely wrong? Or is there some other way to log the data as I am trying to?
Any help or tips is appreciated!
Leo

