reporting services (ssrs) prompts with username/password

后端 未结 6 1149
再見小時候
再見小時候 2021-01-05 04:56

I am using reporting services 2010 and get the following prompt when trying to access the reports:

\"enter

6条回答
  •  佛祖请我去吃肉
    2021-01-05 05:50

    There are actually two logins you deal with when it comes to reporting services.

    1. The login to the database is to capture the data, it has nothing to do with the actual report itself. That login you used is sent to the database as the user / credentials being used to pull the report data.

    2. This prompt you have a screen shot of, is the authentication to the report server, by default rs uses windows authentication so enter your domain\username with password.

    If you do not like this default behavior you can change it, this guide should get you started: http://msdn.microsoft.com/en-us/library/cc281253.aspx

    See this as well: http://msdn.microsoft.com/en-us/library/bb283249.aspx

提交回复
热议问题