在Visual Studio中创建关联规则挖掘模型

发布于 2025-01-28 00:37:24 字数 342 浏览 2 评论 0原文

我正在使用关联规则挖掘在Visual Studio中创建模型。我首先从源数据创建了案例表和嵌套表。然后在Visual Studio中也建立关系。最初,它无法处理SQL浏览器服务的错误未运行,或者分析服务器未启动。幸运的是,我能够破解它,现在它正在工作。

现在,当我尝试部署时,它将被部署,但没有处理并引发很多错误。附件是屏幕截图。

I am creating a model in visual studio using the association rule mining. I have first created the case table and nested table from my source data. Then create a relationship in visual studio as well. Initially it was not working with the error of SQL Browser Service is not running or the analysis server is not up. Fortunately, I was able to crack it and now it was working.

Now, when I try to deploy, it is deployed but did not process and throws a lot of errors. Attached is the screenshot.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清泪尽 2025-02-04 00:37:24

我已更改以下信息,并且奏效了,所有错误均已删除。这基本上是许可问题。

转到SSMS上的关系数据库,然后双击下面:

转到用户映射并选择您的数据库并更改列出的权限:

单击确定,从SQL Configuration Manager重新启动SQL服务和分析服务,然后尝试再次部署您的项目

I have changed below information and it worked and all errors were removed. It was basically permission issue.

Go to your relational database on SSMS and double click on below:
enter image description here

Go to user mapping and select your database and change permissions listed :
enter image description here

Click ok, restart SQL services and analysis services from SQL Configuration Manager and try deploying your project again

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文