选择数据库后处理数据时出现 SSAS 错误 table

SSAS error when processing data, after picking the database table

我正在尝试从我的 SQL 服务器导入一个 table,带有分析服务表格项目。 SQL 服务器和 SSAS 都安装在我的本地计算机上。

我得到了查看数据库的选项'table,如下图所示。

Display Options for connection with SQL server

但是在使用四个 windows 选项处理它时给出:

模拟服务帐户 抛出错误:

*Failed to save modifications to the server. Error returned: 
'OLE DB or ODBC error: The credentials provided 
for the SQL source are invalid. (Source at desktop-ghgoehf;MyFuckingSQLDB.).
'.*

模拟身份 抛出错误

  Failed to save modifications to the server. Error returned: 
  'OLE DB or ODBC error: We're sorry, an error occurred during evaluation..
  '.

冒充账号,我都用不了。我有一个 windows 用户。但我收到消息 我们无法使用提供的凭据进行身份验证。请重试

模拟无人值守帐户 引发错误

 Failed to save modifications to the server. Error returned: 
'OLE DB or ODBC error: The credentials provided for
 the SQL source are invalid. (Source at desktop-ghgoehf;MyFuckingSQLDB.).
 '.

我试过为数据库创建一个用户,并赋予它所有可能的权限。但是当与 'database' 连接时,它无法对其进行身份验证。

我花了一整天的时间浏览关于同一问题的主题,但找不到任何对我有帮助的内容。有人说它可能是权限问题,但我不确定我将如何开始调试它。

我的数据库将包含类型设置为部分,我读到的内容可能会有所帮助。但它不适合我。

如果缺少任何有助于解决此问题的信息,请询问,我会提供。感谢您的帮助!

在这种情况下您应该使用 "impersonate account"。
对于帐户名,您需要使用格式:"Domain name\User account name"。据我所知,您没有加入域,因此请输入您的计算机名称而不是域名,例如 "MyPc\MyUser",然后提供 Windows 密码。