Beginning yesterday afternoon (12/9 Central US time) we began seeing a marked increase in SSIS packages execution failures. These packages have been in operation for several months and experienced no failures on 12/8. Initially I brushed it off as temporary, but now it seems as if "none" of them are working. Several of these packages run hourly, with the first failure around 10:30 on 12/9. Between 10:30 and 1500 'most' succeeded, but after 1500 on 12/9 most failed
Error messages that I'm getting are not helping me pinpoint the cause. I'm getting errors and failures in the production instance (where no changes have been made yet) and on my 'development' computer which I upgraded from 2.1.2.9999 to 2.1.100.2882 as a test.
I'm testing with a relatively simple dataflow package. I have two sources (SQL and Sharepoint). From the sources, I compare the two and then update the Sharepoint list with any changes that have been made (SQL query is the authoritative record). The Source Sharepoint list is the same list that is being updated. As a further step, I removed all steps except for querying the Sharepoint list and sorting it. The initial query still fails
Errors are happening inconsistently within the dataflow package. For example since I've been testing this morning, I had one (and only once) that made it through the package to the point it was trying to update the Sharepoint list only to fail there. Most of them (and all recent attempts) are failing when the dataflow queries the Sharepoint list initially.
I'm connecting to Sharepoint using MS Graph. Testing the connection (Connection Manager) within VS 2019 has succeeded every time. 'Usually' if I attempt to preview the Sharepoint source that is successful, but not always. Even if it is successful attempting to debug and run the package fails. I'm not seeing any alerts on Microsoft or Azure that would provide any indication that the problem's there, though I feel like something must have changed there.
I have opened a support ticket with CozyRoc, but I'm uncertain if they have anyone monitoring this over the weekend and was hopeful someone in the group could point me in a direction or confirm they're seeing similar issues?
Thanks for any thoughts or pointers.