Select the product you need help with
FIX: Error message when you run a SQL Server 2005, SQL Server 2008, or SQL Server 2008 R2 Integration Services package (SSIS) after you install the .NET Framework 2.0 SP2 or the .NET Framework 3.5 SP1: "ADO NET Source [1424]"Article ID: 969845 - View products that this article applies to. Microsoft distributes Microsoft SQL Server 2005, Microsoft SQL Server 2008, and Microsoft SQL Server 2008 R2 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005, Microsoft SQL Server 2008, or SQL Server 2008 R2 fix release. On This PageSYMPTOMSConsider the following scenario:
[ADO NET Source [1424]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "ADO NET Source" (1424)" failed because error code 0x80131937 occurred, and the error row disposition on "output column "columnname" (Number)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure. Error 0xc0209029: Data Flow Task: The "component "ComponentName" (1)" failed because error code 0x80131937 occurred... [ADO NET Source [1424]] Error: The component "ADO NET Source" (1424) was unable to process the data. Pipeline component has returned HRESULT error code 0xC0209029 from a method call. [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET Source" (1424) returned error code 0xC02090F5. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
CAUSEThe .NET Framework 2.0 SP2 and the .NET Framework 3.5 SP1 introduce a change in the managed ODBC provider by which strings are read from the native ODBC driver in the scenario that is described in the "Symptoms" section. Because of this change, the managed ODBC provider that is called in the native ODBC driver by using the SQLGetData API function uses a buffer of size 0.
Compliant ODBC drivers do not have problems in this call. However, noncompliant ODBC drivers may fail under these circumstances. For a compliant ODBC driver, the SQLGetData API function returns SUCCESS_WITH_INFO when a buffer of size 0 is detected. For a noncompliant ODBC driver, the call returns NO_DATA. RESOLUTIONHotfix informationA supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
(http://support.microsoft.com/contactus/?ws=support)
PrerequisitesYou must have .NET Framework 2.0 Service Pack 2 installed.Restart informationYou do not have to restart the computer after you apply this hotfix.Registry informationYou do not have to change the registry.Hotfix file informationThis hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may not contain of all the files that you must have to fully update a product to the latest build. The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel..NET Framework 2.0 for Windows 2000, Windows Server 2003, Windows XP, 32-bit versionsCollapse this table
.NET Framework 2.0 for Windows 2000, Windows Server 2003, Windows XP, x64 versionsCollapse this table
.NET Framework 2.0 for Windows 2000, Windows Server 2003, Windows XP, IA-64 versionsCollapse this table
.NET Framework 2.0 for Windows Vista, Windows Server 2008, 32-bit versionsCollapse this table
.NET Framework 2.0 for Windows Vista, Windows Server 2008, x64 versionsCollapse this table
.NET Framework 2.0 for Windows Vista, Windows Server 2008, IA-64 versionsCollapse this table
WORKAROUNDTo work around this issue, use one of the following methods.
Method 1Edit the SSIS package to configure Error and Truncation Redirection on the DataReader source or on the managed ADO.NET data source. After you edit the SSIS package to redirect the error output to a destination, the package will run successfully even though no rows are written to the destination. To do this, follow these steps.Note The following steps assume that you are using a SQL Server 2005 SSIS package that reads data from a DataReader source.
Method 2Uninstall the .NET Framework 2.0 SP2 or the .NET Framework 3.5 SP1. However, we do not recommend that you uninstall a service pack because this sacrifices the reliability, feature improvements, and performance optimizations that the service pack offers.To restore your system to the state that it was in before you installed the .NET Framework 2.0 SP2 or the .NET Framework 3.5 SP1, follow these steps:
Method 3Contact the vendor of the third-party ODBC driver to determine whether the vendor has an update for the driver to resolve this issue.STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. PropertiesArticle ID: 969845 - Last Review: December 1, 2011 - Revision: 6.0 APPLIES TO
| Article Translations
|



Back to the top








