DataCleaner
DataCleaner copied to clipboard
Failed SQL Server jobs seems to keep the connection open
We seem to have a problem with SQL Server jobs that cannot be run after another (or the same) job has failed. This seems to be a pretty consistent problem, at least for large amounts of data.
A hint/idea to check out in this regard would be unclosed (datastore-based) SynonymCatalogConnection
or DictionaryConnection
objects. I'm adding this hunch because I know that at the customer they use datastore (SQL server) backed reference data, so it might just as well be those connections rather than the source or target datastores.
@ClaudiaPHI are you still working on this?
Nope.
I could not reproduce this issue.