bikerdadHLV - Thursday, August 31, 2017 11:02 AM
You can set the compatibility level of a database to be compatible with lower versions, similar to the database being on a lower version of SQL Server. You can execute the following to check the compatibility level of the database: select name, compatibility_level
from sys.databases
Sue
Thank you Sue. The Compatibility level for the SSISDB on the server running the package is 130. Compatibility level of the destination database (on another server) is 100. The latter shouldn't matter, as it's the ODBC Source that's the failure point.
If, as it claims, SSDT is building the package for SQL Server 2016, then I don't see how there could be a compatibility level problem. On the upside, I did get to find out what compatibility levels mean and how they could possibly impact some other stuff we have here.
When you say you're running the package using 32bit runtime, you mean that the box is checked on the Advanced tab of either the SQL Agent job step or if you right-clicking on the package in the Catalog and selecting Execute?
The latter, right-clicking the package where it resides in the Integration Services Catalogs\SSISDB in Object Explorer. The above screenshot is exactly what I'm using. No point in setting up an Agent job unless I can get it to run.
bikerdadHLV - Friday, September 1, 2017 2:42 PM
So the box next to "32-bit runtime" is NOT checked? You want to run it with the box checked (same for any agent job).
Sorry I was unclear, I meant that was the interface I was using. Yes, it is checked to run 32-bit Runtime.
bumpity bump. bump.
I'm pretty sure you can't run SSIS in 32-bit mode AND go after an ODBC source via the 64-bit driver. If your ODBC Connection uses the 64-bit driver, that's quite likely the problem. If you have an ODBC connection for both the 32-bit and 64-bit drivers, and you named them the same, then that is the problem. You would have to name them differently. Ran into this with other ODBC drivers.
EDIT: Correction to first sentence.
Steve (aka sgmunson)
Rent Servers for Income (picks and shovels strategy)
Pretty sure it's what Steve is saying - and your error is for the version of the ODBC driver you are using.
You don't mention which ODBC driver you are using but that is what you need to look into. If you are using Oracles, there is a separate download for the 32 bit drivers. They can be installed side-by-side with the 64 bit drivers.
Sue
sgmunson - Tuesday, October 3, 2017 7:57 AM
Are you sure you meant that?
Far away is close at hand in the images of elsewhere.
Anon.
David Burrows - Wednesday, October 4, 2017 6:51 AM
Nope... I'm pretty sure I didn't. Corrected my post. What I said about having the ODBC connections named the same also applies to this situation as well. Thanks for pointing that out. Must have had a brain fart...
Steve (aka sgmunson)
Rent Servers for Income (picks and shovels strategy)
Has anyone figured this out? I have a package that works locally, and on 1 production server, but on another i'm getting the same "The version of ODBC File Source, clsid {xxx} is not compatible with this version of the Data Flow" error on a 2nd production server. Target Version is SQL Server 2016, 32-Bit mode in Visual Studio and when executing from SSISDB on the new server. Same IBMi ODBC driver is installed on both servers. Same exact package, same exacts DSN's. I'm really out of ideas, and help would be great.
Viewing 15 posts - 1 through 15 (of 18 total)
You must be logged in to reply to this topic. Login to reply