Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have configured the Sql server reporting services. When I am trying to deploy a report, I am being prompted with credentials. I did not remember creating any password. I have tried with all the usernames and passwords, but nothing worked. I even tried to create a new user in Sql Sever to grant permissions. However, nothing works.

I have changed the Reporting Service URL to "localhost" and it still prompts me with the credentials. And finally, in the data source for the reporting I have used "No Credentials" too. All these changes has no solution for the prompts.
Please let me know, how to resolve this.

Thanks,
Phani
Posted

1 solution

create a local user in that machine and add the user to administrator group , sqlserver20008reportingservicewebserivesuser$... ,
Sqlserver2008reportserveruser.... group

In Sql server reporting services home page select the folder which has datasource ->click properties - >security-> new role assignment-> give local user name(machinename\username eg. db2Server\Phanikanth) and select all check boxes and click ok.

Now when you try to deploy report it will prompt for credentials give
local user name (machinename\username) and password .

it should work fine.


Steps to create user :- right on mycomputer -> manage-> click and expand ->localusers and groups ->right click on users ->new user.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900