I have been facing issues while package execution.
What I have Done :
I have created a Template which has only header in it and I have a table "Product". I tried to insert the data into excel sheet from "Product" table by using the excel template. I have used 3 variable.
Flow : File System Task => Data Flow Task => OLE DB Source => Excel Destination.
Error :
[Excel Destination [2]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37.
[Excel Destination [2]] Error: Opening a rowset for "result$" failed. Check that the object exists in the database.
[SSIS.Pipeline] Error: "Excel Destination" failed validation and returned validation status "VS_ISBROKEN".
Thanks