Reportviewer shows unauthorized error.
-
hi, i'm trying to access the SQL Report in asp.net reportviewer. i had successfully configured Sql Report service 2008 and the report manager is working fine. But when i try open the reports in asp.net page with reportviewer it shows "The request failed with HTTP status 401: Unauthorized". i'm passing the credentials parameter in config file and the reportserver Network credential class is also working fine. Can anybody help me please... i tired with googling... Thanks in advance....
-
hi, i'm trying to access the SQL Report in asp.net reportviewer. i had successfully configured Sql Report service 2008 and the report manager is working fine. But when i try open the reports in asp.net page with reportviewer it shows "The request failed with HTTP status 401: Unauthorized". i'm passing the credentials parameter in config file and the reportserver Network credential class is also working fine. Can anybody help me please... i tired with googling... Thanks in advance....
SamRST wrote:
i tired with googling
:wtf: tired or tried? You can save your time using that, even you don't need post this question if you have searched..... Use perfect keywords while searching in search engines. Anyway I'll give you answer this time. Here in that page the OP solved the issue himself. "The request failed with HTTP status 401: Unauthorized." - SQL Reporting Services[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
** -
SamRST wrote:
i tired with googling
:wtf: tired or tried? You can save your time using that, even you don't need post this question if you have searched..... Use perfect keywords while searching in search engines. Anyway I'll give you answer this time. Here in that page the OP solved the issue himself. "The request failed with HTTP status 401: Unauthorized." - SQL Reporting Services[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
** -
hi, i'm trying to access the SQL Report in asp.net reportviewer. i had successfully configured Sql Report service 2008 and the report manager is working fine. But when i try open the reports in asp.net page with reportviewer it shows "The request failed with HTTP status 401: Unauthorized". i'm passing the credentials parameter in config file and the reportserver Network credential class is also working fine. Can anybody help me please... i tired with googling... Thanks in advance....
hi, thank you for all. i sorted out the issue. There are lots of problems related to this. if u created the Reports in 2005 and deployed in Report server 2008, you must have use Report viewer 8.0 or higher in your application. And my issue was related to the credential. when i disable the report service credential class. the report starts to working fine. Thanks for all.