Hi - I am experiencing a strange error when attempting to update the same table twice which I have narrowed down to be a connection lock or something similar.
This is a part of my workbench which updates a timestamps table in SQL Server. Incoming to each of these executes effectively at the same time.
If I disable either one - I am able to update the table with no issues so I have isolated any configuration of the writers.
I have increased timeouts etc. and no luck. Doesn't look to be related to this. These queries only take a sec or so to run but looks like a connection locking issue. I am running SQL Server 2019.
Any ideas what could be causing this? Both of the FeatureWriters using the same connection - SQL Server Non-Spatial Writer.
Thanks
Error -
2020-06-08 19:58:07| 2.6| 0.0|INFORM|Microsoft SQL Server Non-Spatial Writer: Trying to connect using Microsoft OLE DB Driver for SQL Server...
2020-06-08 19:58:37| 2.7| 0.0|WARN |Microsoft SQL Server Non-Spatial Writer: Failed to write a feature of type `dbo.TIMESTAMPS' to the database. Provider error `(-2147217871) Query timeout expired'. SQL Command `UPDATE dbo.nTIMESTAMPS] SET :Changeset_Checked_Time_UTC]=? WHERE OBJECTID = '4''