When trying to open a DTS package using SQL Server Management Studio 2005 on Windows 7 (64-bit) get the error:
------------------------------
This package cannot be edited.
SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special Web download, "SQL Server 2000 DTS Designer Components" to use this feature.
If the "SQL Server 2000 DTS Designer Components" download is already installed, there might be a problem with the compatibility of icons persisted in this DTS package. See the following KB article for more details: http://support.microsoft.com/kb/917406 (Microsoft.SqlServer.DtsObjectExplorerUI)
------------------------------
Opening a DTS Package works on all of our other operating systems including a Windows 2008 R2 64-bit server, Windows 2008 64-bit, Windows XP. I have tried all that I have found suggested online including:
- Installed SQLServer2005_BC_x64.msi (Backward Compatability).
- Installed SQLServer2005_DTS.msi.
- In the PATH Environment Variable have moved 'C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn' in front of all other SQL Server folders.
- Have edited sqlwb.exe.manifest as suggested in
http://support.microsoft.com/kb/917406.
- Have rebooted.
All of this to no avail.
Please help.
Thanks. John