Calling SSRS Report Server it asked “Authentication Required” window

梦想与她 提交于 2019-12-02 06:11:34

After very long R&D I got a solution. I am using wrong SSRS service URL. I am using localhost/Reports but actually the SSRS Reporting Server URL is localhost/ReportServer. So by using this new Reporting Service URL i got the solution of that problem.

Click on your report on localhost/Reports then goto property of that report. On right hand side there is 'Data Source' click on that. Then chek the radio button 'Credentials stored securely in the report server', here you need to specify your SQL server credentials i.e. User name and password

One Time Activity: Once you click on report it will ask again the username and password first time, to overcome this follow below guidelines.

(i) Open Internet Explorer go to Setting click on Internet options

(ii) Go to Security :-> Local Intranet -> Click on Sites

(iii) Click Advanced:

(iv) Add Site: ServerIP Addr (ex.172.16.2.224 or localhost) and then Close.

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