how to avoid to Specify a username and password for datasource in SSRS?

試著忘記壹切 提交于 2020-01-02 03:37:06

问题


I am using SSRS as a part of my project for displaying reports. It accesses data from SQL data source.Here my problem is that each time I view my report on the browser, it asks me like this

"Specify a user name and password for data source"

I need to avoid this prompt while seeing my report on the browser. Kindly suggest what should i do to get rid of my problem.


回答1:


Yes this can be fixed.. You should

  • Go into your DataSource properties
  • Select Credentials
  • Select "Use this user name and password"
  • Enter the credentials that you want to use with the report
  • Save the report (or DataSource if it's a shared DataSource)

The default option for data sources is to prompt for credentials, so this is expected behavior unless you change it.



来源:https://stackoverflow.com/questions/20422892/how-to-avoid-to-specify-a-username-and-password-for-datasource-in-ssrs

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