Consider the following scenario. You use the 64-bit SQL Server Agent to schedule a Microsoft SQL Server 2005 Integration Services (SSIS) package to run as a job step in a 64-bit environment. In this scenario, the 64-bit SQL Server Agent will always use the 64-bit DTExec.exe utility to run the package. However, some tasks do not support the 64-bit DTExec.exe utility. Therefore, the package cannot always run. In some cases in which the package cannot run, the following error message is logged:
Additionally, some OLE DB providers and some ADO.NET providers are not available in 64-bit versions. If these providers are used in the package, you experience various connection problems when the 64-bit SQL Server Agent runs the package by using the 64-bit DTExec.exe utility.
This task does not support native Win64 environment. Please run the package in 32-bit WOW environment instead.
Note This error message is logged only if you have enabled logging in the package.Additionally, some OLE DB providers and some ADO.NET providers are not available in 64-bit versions. If these providers are used in the package, you experience various connection problems when the 64-bit SQL Server Agent runs the package by using the 64-bit DTExec.exe utility.