问题描述
我已经在新的Windows服务器2016上安装了sql server standard 2016,最后一个CU KB4488536 。然后我安装了 SSDT-Setup-ENU(sql 2017),我正在研究从sql server 2005导入的一些ssis软件包。
I've installed sql server standard 2016 on a new Windows server 2016, with the last CU KB4488536 . Then I've installed SSDT-Setup-ENU (sql 2017) and I am working on some ssis packages imported from sql server 2005.
完成一些工作后,当我尝试添加新项目时关闭并打开项目datasource我收到此错误
After some work, closed and open the project when I try to add a new datasource I get this error
无法找到microsoft.analysisservices.datasource的向导
the wizard for microsoft.analysisservices.datasource cannot be found
如果我打开以前创建的数据源我得到此错误
If I open a previous created datasource I get this error
'mydatasource.ds'无法加载:无法找到文件扩展名'ds'的根组件。确保产品安装正确。
'mydatasource.ds' cannot be loaded: Cannot find the root component for file extension 'ds'. Make sure that the product is installed properly.
我已经删除并重新安装了SSDT,它已经工作了几天,现在又出现了错误。
I've removed and reinstalled SSDT, it has worked for a couple of days and now the error cames out again.
有什么想法吗?谢谢
Alessandro
Alessandro
alex
推荐答案
感谢您在此发帖。
根据您的描述,我对您的某些操作感到有些困惑,并且不清楚您在做什么。
Per your description, I feel a little confused about your some operation, and not clear about what you are doing.
您能帮我确认一下吗?环境?
Could you please help me confirm your environment?
1.您是否按照本文的步骤安装SSDT?
1.Did you follow the steps of this article to install SSDT?
2。你创造了什么科目? SSAS主题或SSIS主题?
2. What subject did you create? SSAS subject or SSIS subject?
最好的问候,
将
这篇关于找不到microsoft.analysisservices.datasource的向导,找不到文件扩展名'ds'的根组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!