I have an SSIS/DTSX/ETL which is giving me the following error in a "Task" in the "Control Flow":
[Execute SQL Task] Error: Executing the query "" failed with the following error: "Could not retrieve COM class factory for component with CLSID {8957A18C-F62B-4A46-83FC-E8792FFD06DC} debido al siguiente error: 80071128 The data in the reparse point buffer is invalid. (Excepción de HRESULT: 0x80071128).". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
The only thing that this task does is execute an SQL query on a SQL Server DB. To edit that DTSX I use "SQL Server Data Tools 2015". The DTSX was created with VS 2010 Ultimate, I don't know if that has to do with the problem...
As shown in the image, I am executing the following SQL Command:
DELETE FROM TBLEMPRESAREPRESENTACION
