【发布时间】:2015-02-17 16:51:09
【问题描述】:
我正在尝试通过 SQL Server 2014(开发人员版)的集成服务部署向导部署 SSIS。我正在运行 Windows 8.1。
错误信息是:
The required components for the 64-bit edition of Integration Services cannot
be found. Run SQL Server Setup to install the required components. A .NET
Framework error occured during execution of user-defined routine or aggregate
"deploy_project_internal."
随后是无用的堆栈跟踪。
我已通过 SQL Server 安装中心安装了 Integration Services 功能,并已验证是否安装了 64 位体系结构组件。我已验证系统 PATH 变量包含目录“C:\Program Files\Microsoft SQL Server\120\DTS\Binn”。我已验证 SSIS 服务正在运行。
我可能会错过什么?
【问题讨论】:
-
您是否在数据库上创建了集成服务实例? SSISDB 已经存在,但您必须单击向导才能真正打开。怀疑这是问题,但总是喜欢在深入研究奥术之前掩盖显而易见的事情
-
是的,我有。该实例存在,并且似乎没有任何异常。
-
可能是related
标签: sql-server ssis