My SQL express is full so i decided to delete the table “sqlt_data_1_2021_04”. I let ignition automatically create a new one named (sqlt_data_1_20210429).
But my scripts still use the old table name. Here is the error:
Traceback (most recent call last):
File "<event:propertyChange>", line 7, in <module>
com.inductiveautomation.ignition.client.gateway_interface.GatewayException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Invalid object name 'sqlt_data_1_2021_04'.
caused by GatewayException: Invalid object name 'sqlt_data_1_2021_04'.
caused by SQLServerException: Invalid object name 'sqlt_data_1_2021_04'.
Ignition v8.1.2 (b2021020311)
Java: Azul Systems, Inc. 11.0.9
How can I make my scripts use the new table?