Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing Excel File - Error
Message
General information
Forum:
Microsoft SQL Server
Category:
Business Intelligence
Title:
Importing Excel File - Error
Miscellaneous
Thread ID:
01453324
Message ID:
01453324
Views:
161
I'm trying to use SSIS to import an Excel file into a SQL table. When I run it I get
TITLE: Package Validation Error
------------------------------

Package Validation Error

------------------------------
ADDITIONAL INFORMATION:

Error at Data Flow Task [SQL Server Destination [14]]: The column "PO Due Date" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [SQL Server Destination [14]]: The column "Date Required" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [SQL Server Destination [14]]: The column "PL Release Date" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [SQL Server Destination [14]]: The column "New Date" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [SQL Server Destination [14]]: The column "Prior Week New Date" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [SQL Server Destination [14]]: The column "TPMA Run Date" can't be inserted because the conversion between types DT_DATE and DT_DBTIMESTAMP is not supported.

Error at Data Flow Task [DTS.Pipeline]: "component "SQL Server Destination" (14)" failed validation and returned validation status "VS_ISBROKEN".

Error at Data Flow Task [DTS.Pipeline]: One or more component failed validation.

Error at Data Flow Task: There were errors during task validation.
I tried reformatting the date columns to DateTime and it still errors. I also added a conversion task, as shown here:
http://www.mssqltips.com/tip.asp?tip=1393.. It still fails with the same error.


What is wrong here?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform