When you try to view an SSRS report from a SharePoint library, you see the following error message:
The permissions granted to user '[DOMAIN NAME]\[USER NAME] are insufficient for performing this operation. (rsAccessDenied)
If you review the IIS Log you will see the user requesting the report is registered as [Domain Name]\[User Name] while SharPoint is configured with just the [User Name], and the [Domain Name] is not explicitly included.
For example, a customer registers the Service Account for a Web Application without the domian name. However the actual Application Pool identity in InetMgr was registed with the domain name. Currnetly, the SharePoint object model does not always store the Service Account name in a form that is a character for character match with the actual Application pool identity. Therefore, when the report server is comparing the two tokens, they do not match and the result is the Access Denied exception. being seen by the customer
Update the registration of the service account for the web application to include the domain name as well as the user name.
SharePoint 2010 products (draft)
MOSS 2007 and WSS 3.0 (draft)
Patris_70 edited Revision 3. Comment: deleted (en-US) title
Craig Lussier edited Revision 2. Comment: added en-US to tags and title
good post