Why do I get the following error when executing a package under SQL Server Agent Job or DTEXEC?
System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
We have seen this error when using Oracle Data Provider for .NET 11.1.0.6.20 on 64bit OS, executing in 64bit mode. The provider doesn't support 64bit execution. Please execute your Oracle bulk-load packages in 32bit mode.
Book a Presales Call
Related Articles
Why do I get the following error when executing a package under a SQL Server Agent job: "Failed to decrypt protected XML node "ServerPassword" with error 0x8009000B..."?
The Execute method on the task returned error code 0x80004003 (Object reference not set to an instance of an object.). The Execute method must succeed, and indicate the result using an "out" parameter. ... and also: Failed to decrypt protected XML ...
When executing an SSIS package from the command line, it works properly. However, when I run the same package from the SQL Job Agent, it fails.
Make sure your SQL Job Agent user account has the following permissions: COZYROC SSIS+ installation folder (READ and WRITE). Windows temp folder (READ and WRITE). The default location is here: C:\Windows\TEMP Permission to access COZYROC registry ...
Why do I get the following error when executing a package under Business Intelligence Development Studio (BIDS)?
System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified. We have seen this error ...
When I run an SSIS package under the SQL Job Agent with a proxy account, I get the error: Access Denied
Make sure your proxy account has permissions to access the following: 1. The SSIS+ installation folder 2. One of the following registry keys, depending on whether you're using the 32 bit or the 64 bit version: 32bit - ...
Error Message: "Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\...' could not be found error CS2008: No inputs specified"
Action: When running an SSIS package under the SQL Job Agent, the following error is encountered. Error Message: "Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\...' could not be found error ...