Assume that you create a Microsoft SQL Server Integration Services (SSIS) package in Microsoft SQL Server 2008 R2 or Microsoft SQL Server 2008. When you try run the package in 64-bit mode, you find that you cannot run the package. Additionally, you may receive one or more of the following error messages, depending on the tasks or components in the package:
- The package contains an ADO.Net source:Error: <Time Stamp>
Code: 0xC0047062
Source: Data Flow Task ADO NET Source [1]
Description: System.InvalidCastException: Specified cast is not valid.
at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.GetSqlCommand()
at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.Validate()
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100 wrapper)
End Error - The package contains an XML source:[XML Source [1]] Error: The "component "XML Source" (1)" is missing the required property "AccessMode". The object is required to have the specified custom property.
[SSIS.Pipeline] Error: "component "XML Source" (1)" failed validation and returned validation status "VS_ISCORRUPT". - The package contains a sending mail task:Error: <Time Stamp>
Code: 0xC0014005
Source:
Description: The connection type "SMTP" specified for connection manager "SMTP Connection Manager" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
End Error