Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Error while deploying (sql2k5 reporting servic)

Author  Topic 

Jazzcrime
Starting Member

6 Posts

Posted - 2007-09-10 : 07:13:53
Hi, i created a report and i want to deploy it so i can view it in my browser, when i use deploy i get the following error:

Error 1 The permissions granted to user 'SRVDBTEST\IUSR_SRVDBTEST' are insufficient for performing this operation. 0 0


im logged in as administrator, i used mixed mode, where can i find that useraccount so i can give it more rights?

thx

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-09-10 : 09:19:38
quote:
Originally posted by Jazzcrime

Hi, i created a report and i want to deploy it so i can view it in my browser, when i use deploy i get the following error:

Error 1 The permissions granted to user 'SRVDBTEST\IUSR_SRVDBTEST' are insufficient for performing this operation. 0 0


im logged in as administrator, i used mixed mode, where can i find that useraccount so i can give it more rights?

thx



Check for the account under security in SSMS, you may need to add the account there. The account may be being used by one of the services or in IIS. You should first find out what is using the account and see if you can to change it.



Future guru in the making.
Go to Top of Page
   

- Advertisement -