Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Running a SSRS 2005 Report from ASP.Net

Reply
Thread Tools

Running a SSRS 2005 Report from ASP.Net

 
 
Robin9876
Guest
Posts: n/a
 
      07-09-2008
From an ASP.Net page which is using a SSRS 2005 that is using SQL
authentication which works correctly when designed. However when
called from the web page as a .Net component shows the following error
message after prompted to login, which I do with an admin account.

The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are
insufficient for performing this operation. (rsAccessDenied)


Why is it using a different account instead of the SQL account to run
the report and why is it failing even with an Admin account?

What settings do I need to change to get the report to run from a
ASP.Net web page?
 
Reply With Quote
 
 
 
 
rifat yavuz
Guest
Posts: n/a
 
      07-10-2008
Hello,

Just go to localhost/reports

And give browse permission to 'NT AUTHORITY\NETWORK SERVICE' account.



This is because your aspnet page connects report server using defualt iis
account credentials.



Rifat Yavuz



"Robin9876" <> wrote in message
news:41a0c03f-da15-4e3d-9b00-...
> From an ASP.Net page which is using a SSRS 2005 that is using SQL
> authentication which works correctly when designed. However when
> called from the web page as a .Net component shows the following error
> message after prompted to login, which I do with an admin account.
>
> The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are
> insufficient for performing this operation. (rsAccessDenied)
>
>
> Why is it using a different account instead of the SQL account to run
> the report and why is it failing even with an Admin account?
>
> What settings do I need to change to get the report to run from a
> ASP.Net web page?



 
Reply With Quote
 
 
 
 
Robin9876
Guest
Posts: n/a
 
      07-10-2008
On 10 Jul, 09:00, "rifat yavuz" <rifatya...@gmail.com> wrote:
> Hello,
>
> Just go to localhost/reports
>
> And give browse permission to 'NT AUTHORITY\NETWORK SERVICE' account.
>
> This is because your aspnet page connects report server using defualt iis
> account credentials.
>
> Rifat Yavuz
>
> "Robin9876" <robin9...@hotmail.com> wrote in message
>
> news:41a0c03f-da15-4e3d-9b00-...
>
> > From an ASP.Net page which is using a SSRS 2005 that is using SQL
> > authentication which works correctly when designed. However when
> > called from the web page as a .Net component shows the following error
> > message after prompted to login, which I do with an admin account.

>
> > The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are
> > insufficient for performing this operation. (rsAccessDenied)

>
> > Why is it using a different account instead of the SQL account to run
> > the report and why is it failing even with an Admin account?

>
> > What settings do I need to change to get the report to run from a
> > ASP.Net web page?


Thanks that has worked on my development environment.

In a production environment I will have to think about the accounts
used for the web site and accessing the reports, instead of using the
default network service account.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How I can respond to client report from SSRS render without exposedthe SSRS address? mttc ASP .Net 0 07-20-2009 08:48 PM
Issue displaying SSRS 2005 web report Robin9876 ASP .Net 0 09-08-2008 12:22 PM
Issue displaying SSRS 2005 web report Robin9876 ASP .Net 0 09-08-2008 12:22 PM
SSRS Deep INtegrated Web Parts SSRS access in Visual Studio Toolbo ezeget.com ASP .Net Web Controls 0 10-09-2007 03:59 PM
ssrs report viewer does not work under compiled asp.net? jobs ASP .Net 0 10-05-2007 01:19 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57