Monday, March 26, 2012

Report Deployment Problem

* Running SQL Server 2005 Enterprise on XP Pro *
After dealing with and solving some problems with the local ASPNET user and
it's rights to the report server config file and the database server I ran
into a report deployment problem:
I can preview the report in Developer Studio, but when I try to deploy it,
the operation ends with an error. The error indicates that the deployment
process is trying to use the guest IIS account to perform the operation...
Error 1 The permissions granted to user 'EDN-SCOTTT\IUSR_EDN-SCOTTT' are
insufficient for performing this operation. 0 0
1. Why is it trying to do a deployment using this account?
2. Where do I correct this problem by supplying the correct account
information?
Thank you,
ScottOn the report server, make sure that your Reportserver web site Anonymous
Access disabled, and Authentication Access set to Integrated WIndows
Authentication.
In Internet Explorer on your computer, put the Report server web site in
Trusted Sites, and turn on "Always prompt for username and password" under
the security settings.
Then make sure that your account is allowed to view and add reports to the
server, by going to the report server URL and try to log in and generally do
stuff. (If you get the Upload file-button, you should be allowed to add
reports.)
Try deploying the report again.
Kaisa M. Lindahl
"ScottT" <ScottT@.discussions.microsoft.com> wrote in message
news:C4B0237D-79CB-4585-9B2C-DA7ED256AF50@.microsoft.com...
>* Running SQL Server 2005 Enterprise on XP Pro *
> After dealing with and solving some problems with the local ASPNET user
> and
> it's rights to the report server config file and the database server I ran
> into a report deployment problem:
> I can preview the report in Developer Studio, but when I try to deploy it,
> the operation ends with an error. The error indicates that the deployment
> process is trying to use the guest IIS account to perform the operation...
> Error 1 The permissions granted to user 'EDN-SCOTTT\IUSR_EDN-SCOTTT' are
> insufficient for performing this operation. 0 0
> 1. Why is it trying to do a deployment using this account?
> 2. Where do I correct this problem by supplying the correct account
> information?
> Thank you,
> Scott
>

No comments:

Post a Comment