Hello,
I created an ssis package to transfer data from sql server to excel. I used the data conversion tool to do some conversions. I ran the ssis package. The package ran successfully but the rows were outputted half way down the page. I also get the following
error messages. Please can someone help? Thanks dee
SSIS package "Appointments.dtsx" starting.
Warning: 0x0 at Preparation SQL Task: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
Warning: 0x0 at Preparation SQL Task: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x800470C8 at Data Flow Task, Excel Destination [3117]: The external columns for component "Excel Destination" (3117) are out of synchronization
with the data source columns. The external column "Name" needs to be updated.
The column "DateOfBirth" needs to be added to the external columns.
The external column "Sex" needs to be updated.
The external column "Language" needs to be updated.
The external column "CustomerReference" needs to be updated.
The external column "CustomerInternalKey" needs to be updated.
The external column "HomePhone" needs to be updated.
The external column "ContactPhone" needs to be updated.
The external column "ContactDescription" needs to be updated.
The external column "MobilePhone" needs to be updated.
The external column "EmailAddress" needs to be updated.
The external column "FaxNumber" needs to be updated.
The external column "Address" needs to be updated.
The external column "Postcode" needs to be updated.
The external column "CustomerAgent" needs to be updated.
The external column "Location" needs to be updated.
The external column "CustomerInternalData" needs to be updated.
The external column "Type" needs to be updated.
The external column "TimeOfDay" needs to be updated.
The external column "Date of Birth" (3134) needs to be removed from the external columns.
Error: 0xC004706B at Data Flow Task, SSIS.Pipeline: "component "Excel Destination" (3117)" failed validation and returned validation
status "VS_NEEDSNEWMETADATA".
Error: 0xC004700C at Data Flow Task, SSIS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Data Flow Task: There were errors during task validation.
SSIS package "Appointments.dtsx" finished: Failure.
The program '[5680] Appointments.dtsx: DTS' has exited with code 0 (0x0).