Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services SSRS到SSAS连接字符串的正确格式是什么?_Reporting Services_Ssas Tabular_Ssrs 2017 - Fatal编程技术网

Reporting services SSRS到SSAS连接字符串的正确格式是什么?

Reporting services SSRS到SSAS连接字符串的正确格式是什么?,reporting-services,ssas-tabular,ssrs-2017,Reporting Services,Ssas Tabular,Ssrs 2017,我在SSRSVisualStudio项目中使用上述连接字符串连接到SSAS表格数据库,没有任何问题 但是,当我尝试从SSRS报表管理器(web门户)和测试连接创建相同的连接字符串时,它失败了,出现以下错误 Data Source=my-server-01\\SQLSERVER2017;Catalog=Catalog=TabularProjectTest_serviceaccount1_ffcd154a-5c55-4f69-8a40-76628f97227f; 有人知道为什么这个连接在Visua

我在SSRSVisualStudio项目中使用上述连接字符串连接到SSAS表格数据库,没有任何问题

但是,当我尝试从SSRS报表管理器(web门户)和测试连接创建相同的连接字符串时,它失败了,出现以下错误

Data Source=my-server-01\\SQLSERVER2017;Catalog=Catalog=TabularProjectTest_serviceaccount1_ffcd154a-5c55-4f69-8a40-76628f97227f;
有人知道为什么这个连接在VisualStudio中工作,但在从SSRS web门户创建时失败吗

已解决:我所要做的就是从连接字符串中删除1条反斜杠,因此下面的代码现在可以正常工作了

ERROR: Report server dump occured. Exception: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.ArgumentException: The connection string is not valid.
    Data Source=my-server-01\SQLSERVER2017;Catalog=Catalog=TabularProjectTest_serviceaccount1_ffcd154a-5c55-4f69-8a40-76628f97227f;