Error Message: Could not load file or assembly ADODB
Action:
When executing an SSIS package with a COZYROC Task and/or component, the following error is encountered.
Error Message:
"Could not load file or assembly 'ADODB'..."
Recently, customers have reported an issue with the ADODB module, which is an interop module for connections with the old ADODB technology. Apparently, the most recent SQL Server versions are not deploying the module in the location it previously existed.
Solutions:
There are two possible solutions:
- The first solution is to install the latest 2.0 version of COZYROC SSIS+ and above. We have included that module as part of our installation
- The second solution is to search for the module and then manually register the interop module in the Global Assembly Cache (GAC). Here is a link where you can find additional information on the Global Assembly Cache Tool.
"C:\Program Files (x8.6)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\gacutil.exe" -i "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\adodb.dll"
You must have administrator privileges to use Gacutil.exe.
Book a Presales Call
Related Articles
Error Message: "Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies”
Action: While using the OLE DB Destination inside of Data Flow Task Plus, the following error is encountered. Error Message: “Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its ...
Error Message: Could not load file or assembly System.IO.Compression
Action: When calling this command within my integration package the error message below was encountered: Microsoft.PowerShell.Archive\Expand-Archive -LiteralPath $zipFile -DestinationPath $workDirectory -Verbose However, it seems to work fine when ...
Error Message: Load Table: Failed to download from https://login.microsoftonline.com/GetUserRealm.srf
Action: When executing a package from SQL Server Agent job I get the following error: Error Message: Failed to download from https://login.microsoftonline.com/GetUserRealm.srf Solution: This error appeared in an earlier 1.9 version. Please install ...
Error Message: License: 'License.dat' file not found.
Action: When executing a package from SQL Server Agent job or when opening the COZYROC License Manager the following error was encountered: Error Message: License.dat file not found. Solution: There are two possible solutions: The error ...
Error Message: 0xC0029183 at <TASK NAME> from <FOLDER NAME>, File Transfer Task: File represented by "/output" does not exist.
Action: When executing an SSIS package with the File Transfer Task, the following error is encountered. Error Message: 0xC0029183 at <TASK NAME> from <FOLDER NAME>, File Transfer Task: File represented by "/output" does not exist. ...