Dear Experts,
I've been stuck with an issue (error -attached screen shot from ssms) in accessing SSIS 2012 in a remote computer with SSMS 2008 R2, vice versa.
Scenario:
OLTP Production Server : Windows Server 2008 R2, SQL Server 2008 R2
OLAP Datawarehouse Server : Windows Server 2012, SQL Server 2012 SP1
I Will need to populate Data warehouse databases with data from Production server on schedule.
As per research and have done the following to no avail:
1. I use administrator account with sysadmin role. SSIS with "log on as" NT Authority Network Service for both servers
3. I have edited the DCOM Config of SSIS to grant the user account the permissions to remote launch/activations and configuration.
4. I have configured the firewall to allow ports/prg used by SSIS. (TCP 135 and %ProgramFiles%\Microsoft SQL Server\110\DTS\Binn\MsDtsSrvr.exe) for both servers
5. I have edited the C:\Program Files\Microsoft SQL Server\110\DTS\Binn\MsDtsSrvr.ini to read each servers' MSDB folders. I can now see packages from 2008 R2 in ssms 2012 vice versa.
But when I launch SSIS 2012 in SSMS 2008R2 server, the error pops up. Same error pops up when i try to launch SSIS 2008R2 in SSMS 2012.
Error States issue with SQL Server 2005 version which is quite confusing since I have no 2005 version installed in both servers.
Am i right to conclude that its only possible to launch SSIS 2008R2 when using same version for SSMS and SSIS 2012 with SSMS 2012 only?
I hope someone can shed light.
Thanks!