This problem is beyond frustrating. I am a domain admin but when I try to deploy my report model project using BIDS (running as administrator on the same machine) I receive this error message:
"The permissions granted to user <me> are insufficient for performing this operation"
It's important to note this is SSRS 2008 R2 that is not running IIS as it's not required for 2008 R2. It's on a Windows Server 2008 R2 machine.
Thru researching this problem I know I am far from alone. I have tried the following:
* Set http://<my server> as a trusted site
* Even though I am a domain admin I specifically included my AD account in site setting as an administrator
* Manually made sure "Content Manager" is set for my account in the model folder that is created in the report manager web interface
* Set the OverwriteDataSources property to true for the BIDS project properties
No matter what I try I have received this error. All the latest updates are installed. I have no problem deploying reports, datasources and so on. Only Report Model smdl files. The data source for it deploys and the folder is created. I even manually tried the "upload file" method from within the report manager, same error there. I would think a domain admin should have rights to do whatever they want.
The report server logs just show this:
library!ReportServer_0-8!404!07/05/2011-12:04:43:: Call to GetItemTypeAction(/Datatrac Model).
library!ReportServer_0-8!224!07/05/2011-12:04:43:: Call to GetItemTypeAction(/Datatrac Model Source).
library!ReportServer_0-8!404!07/05/2011-12:04:43:: Call to GetItemTypeAction(/Datatrac Model Source/DMD Data).
library!ReportServer_0-8!224!07/05/2011-12:04:43:: Call to CreateDataSourceAction(DMD Data, /Datatrac Model Source, True).
library!ReportServer_0-8!404!07/05/2011-12:04:43:: Call to GetItemTypeAction(/Datatrac Model/DMD Data).
library!ReportServer_0-8!224!07/05/2011-12:04:44:: Call to CreateModelAction(DMD Data, /Datatrac Model).
library!ReportServer_0-8!224!07/05/2011-12:04:44:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user <me>
are insufficient for performing this operation.;