Windows Application Event 1309

C

CPiO

Does anyone know what causes the following warning or how to resolve the
below issue ?
Windows 2003 R2 Standard x64 Service Pack 2
Micrsoft CRM V4 Application Server
ASP.NET 2.0.50727.0

The following warning is logged in the application event log every few
minutes:

Event code: 3005
Event message: An unhandled exception has occurred.
Event ID 48a25484047b482ebae1b33c5c683575
Event sequence: 82626
Event occurrence 703
Event details code: 0

Exception message: The request failed with HTTP status 401: Unauthorized

Request URL: http://bromcrm1/Reserved.ReportViewerWebControl.axd

Thanks
 
G

Gregory A. Beamer

Does anyone know what causes the following warning or how to resolve
the below issue ?
Windows 2003 R2 Standard x64 Service Pack 2
Micrsoft CRM V4 Application Server
ASP.NET 2.0.50727.0

The following warning is logged in the application event log every few
minutes:

Event code: 3005
Event message: An unhandled exception has occurred.
Event ID 48a25484047b482ebae1b33c5c683575
Event sequence: 82626
Event occurrence 703
Event details code: 0

Exception message: The request failed with HTTP status 401:
Unauthorized

Request URL: http://bromcrm1/Reserved.ReportViewerWebControl.axd

It comes from the Report Viewer control on a page. When it is getting
its data from the axd, there is a security issue. Most likely the user
is getting some sort of error or incomplete data from the process.

Resolution: You have to repro the issue and the devs might have to add a
bit of tracing code to the page to determine exactly what is happening.

Is this a forms based or windows based (auth wise) app?

Peace and Grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top