Hi All,
Setup:
Server: Windows 2008 R2
SQL: Microsoft SQL Server Management Studio 10.50.4000.0
Microsoft Analysis Services Client Tools 10.50.4000.0
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML
3.0 4.0 6.0
Microsoft Internet Explorer
9.0.8112.16421
Microsoft .NET Framework
2.0.50727.5466
Operating System
6.1.7601
Visual Studio: 2008 3.5 SP1
I have created a package that loads the contents of a flat file in to a SQL table. When I run i execute package in visual studio(run as administrator) it works correctly. But when I try running it from a job I get an error message.
" Description: The version of component "SQL Server Destination" (21) is not compatible with this version of the DataFlow. " ......(there's more information)
I tired running SSMS as administrator as well but this didn't make a difference. We are currently in test phase so I can keep running it manually but I need to find a solution so the job can scheduled. From what I can see on the net is there maybe a versions issues but SSMS and VS are 2008, so is this still the problem?
Thanks for helping.