SSRS report URL Access prompting autentication
Hi,
I have problem,
i have installed SSRS 2008 report serve in my machine when i try to access the report server reports through url access it is prompting for credentials, I don't want to save the password in my browser. How can i make make my report server
available through URL, with out asking for credentials. my report server is configured with local system service account.
Thanks,
March 1st, 2011 3:10am
You can use SSRS anonymous access though it is not recommended. Please refer the link
Anonymous access in SQL RS 2008 to configure SSRS to work with anonymous access.
You can download the project files and compiled dll files from
here
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
BH
Free Windows Admin Tool Kit Click here and download it now
March 1st, 2011 3:47am
Hi,
Thanks for your replay.
I will check it out and get back to you
March 1st, 2011 4:08am
Hi,
In that post it is asking for
Compile the code below into Microsoft.Samples.ReportingServices.AnonymousSecurity.dll .
how can i do that .
is it need to build it ?
can you tell me the steps to provide anonymous access from first?
Thanks
Free Windows Admin Tool Kit Click here and download it now
March 1st, 2011 4:44am
The compiled .dll files are located
http://cid-8e5ae890f98cea20.office.live.com/self.aspx/.Public/ssrs%202008%20anonymous%20access/ssrs%5E_anon%5E_auth.zip. Download the file and locate the .dll files in bin-->debug folder.
Hope this helps.
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
BH
March 1st, 2011 5:37am
When you download the project and .dll files from the link given below, open the zip folder, navigate to bin and then to debug folder. You would notice Microsoft.Samples.ReportingServices.AnonymousSecurity.dll file in that folder. You can use this file
and copy it to the reportserver bin folder. As such you can avoid the step of compiling the code; instead use the dll files directly.
If you are comfortable, setting up a visual studio project and then compiling yourself, you may follow that as well.
Regards
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
BH
Free Windows Admin Tool Kit Click here and download it now
March 1st, 2011 8:53am
When you download the project and .dll files from the link given below, open the zip folder, navigate to bin and then to debug folder. You would notice Microsoft.Samples.ReportingServices.AnonymousSecurity.dll file in that folder. You can use this file
and copy it to the reportserver bin folder. As such you can avoid the step of compiling the code; instead use the dll files directly.
If you are comfortable, setting up a visual studio project and then compiling yourself, you may follow that as well.
Regards
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
BH
March 1st, 2011 8:53am
Hi Bilal Hani,
Thank you vary much
it got worked
Thanks
RAVIKIRAN.M
Free Windows Admin Tool Kit Click here and download it now
March 1st, 2011 9:28am
HI,
I am able to connect Report server but while accessing report through url from my application it is giving the error message;
Reporting Services Error
For more information about this error navigate to the report server on the local server machine, or enable remote errors"
I am not able to open the report in the report server,
in the report server while navigating to the report it is giving the error; the Error message is.
The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
Log on failed. (rsLogonFailed)
Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)
I have done all the configurations and placed the dll also in the bin folder of report server.
Thanks,
March 2nd, 2011 12:28am
HI,
I am able to connect Report server but while accessing report through url from my application it is giving the error message;
Reporting Services Error
For more information about this error navigate to the report server on the local server machine, or enable remote errors"
I am not able to open the report in the report server,
in the report server while navigating to the report it is giving the error; the Error message is.
The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
Log on failed. (rsLogonFailed)
Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)
I have done all the configurations and placed the dll also in the bin folder of report server.
Thanks,
Free Windows Admin Tool Kit Click here and download it now
March 2nd, 2011 12:28am
HI,
I am able to connect Report server but while accessing report through url from my application it is giving the error message;
Reporting Services Error
For more information about this error navigate to the report server on the local server machine, or enable remote errors"
I am not able to open the report in the report server,
in the report server while navigating to the report it is giving the error; the Error message is.
The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
Log on failed. (rsLogonFailed)
Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)
I have done all the configurations and placed the dll also in the bin folder of report server.
Thanks,
March 2nd, 2011 12:28am
Please make sure that before modifying the configuration files, you take backups of them so that in cases when SSRS does not start or behaves abnormally due to some typos or wrong configurations, you can restore them and investigate the error leisurely.
Were you able to figure out the issue. Please comment.
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
BH
Free Windows Admin Tool Kit Click here and download it now
March 2nd, 2011 5:20am