【发布时间】:2015-06-11 16:41:04
【问题描述】:
我的环境刚刚开始出现这个问题。这里是球员。 桌面:带有 SSMS 2014 的 Windows 8。 服务器:Windows 2012 和 SQL 2008R2。
直到几天前我才能进入 SQL 的作业活动监视器。编辑作业的步骤。更改 SSIS 包的位置。现在我得到了这个错误。
我没有运行 SQL 2005,但错误声称我在运行。
===================================
Connecting to the Integration Services service on the computer "PRD-WIN-SQL-20" failed with the following error: "Class not registered".
This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages on the SQL Server 2005 instance.
------------------------------
For help, click: http://go.microsoft.com/fwlink/?LinkId=220763
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Application.GetDtsServerPackageInfos(String sPackageFolder, String sServerName)
at Microsoft.DataTransformationServices.DTSExecUI.Controls.GeneralViewCtrl.<>c__DisplayClass4.<buttonBrowse_Click>b__1(String path)
at Microsoft.DataTransformationServices.DTSExecUI.Controls.GeneralViewCtrl.buttonBrowse_Click(Object sender, EventArgs e)
===================================
Connecting to the Integration Services service on the computer "PRD-WIN-SQL-20" failed with the following error: "Class not registered".
This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages on the SQL Server 2005 instance.
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.GetDtsServerPackageInfos(String bstrPackageFolder, String bstrServerName)
at Microsoft.SqlServer.Dts.Runtime.Application.GetDtsServerPackageInfos(String sPackageFolder, String sServerName)
【问题讨论】:
标签: sql-server ssis