• Hi ;

    When I try to run the package I have this error message

    Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.

    Tha hapen on Write execution-end info to exec log table , I found the problem but not solution

    the CAst in SQL statment can't CAST the string date format because isn't an ISO format andrstand by SQL server , so the reader in do while loop get an out of range value.

    If you have an idea how to fix that please let me know

    Regards