SSRS 2016 can't set credentials when using an expression based connection string

喜你入骨 提交于 2020-01-02 00:36:05

问题


I am trying to deploy a SSRS report to a 2016 server which uses a an API as it's data source. The URL for the API is generated dynamically via an expression which builds the query string based on a couple of report parameters.

In the past, using report manager I could set which account the API is called under.

Note that in the above screenshot the Connection string is still expression based.

However if I attempt the same thing in 2016 the connection string is wiped out.

Surely the connection string and the credentials should be independent, why has this changed in 2016 or is it a bug?


回答1:


I had a similar issue in ReportServer 2017; however if you click the button 'Revert to Default' (visible in the above screenshot) the Expression based connection string will magically reappear!

Nice feature - if you find it ;-)



来源:https://stackoverflow.com/questions/44332382/ssrs-2016-cant-set-credentials-when-using-an-expression-based-connection-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!