We’re migrating from SQL Server 2008Pro (64-bit) to SQL Server 2012BI (64-bit). The new installation is on a brand new Windows Server 2008R2 server.
I have an SSIS package that I upgraded from 2008 to 2012 using SSDT (VisualStudio 2010) upgrade wizard. The package runs just fine when I run it on my development box, so I know my upgrade was successful. It’s been deployed to the Integration Services Catalog and a SQL Server Agent job was created to execute it on a schedule. BTW, my development machine is a 64-bit Win7 box.
When execution starts, I get the following error message: DFT - Extract data from HRMS:Error: The OS - Get HRMS Data cannot run on the installed edition of Integration Services. It requires Enterprise Edition (64-bit) or higher.
I get the same error whether I execute the package as a scheduled SQL Server Agent job or if I run it manually (Right-click on job and Execute)
Any help would be much appreciated.Thanks Ron...