Error Message from SQL when using DTS to import

  • Hi,

    I'm trying to import data from an Informix database to Sql Server 2000, using DTS packages.

    Some of the tables import fine, with no problems, but others are producing error messages like follows:

    'The number of failing rows exceeds the maximum specified.

    Insert error, column 7 ('ret_date', DBTYPE, DBTIMESTAMP), Status 6: Data Overflow

    Invalid character value for cast specification.'

    What does this mean? Is there a fault on the table I'm importing?

    Thanks,

    Stuart.

  • It looks like DTS was unable to convert the data in the column ret_date to a SQL Server datetime data type. You could try using a query in the Data Transformation task to select the input data and explicitly convert it.

    Greg

  • Thanks Greg. I'm quite new to all this - how do I explicitly convert it in a query?

    Thanks,

    Stuart.

  • Have managed to get it working, thanks anyway.

    Stuart

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply