in More Search Options

Sys.WebForms.PageRequestManagerServerErrorException

Last post 11-05-2008 8:40 PM by Narendar Piryani. 10 replies.
Page 1 of 1 (11 items)
Sort Posts:
  • 08-07-2008 1:42 PM

    • Don331
    • Top 25 Contributor
    • Joined on 07-03-2003
    • USA
    • Posts 232
    • Points 1,301

    Sys.WebForms.PageRequestManagerServerErrorException

     Anybody else seeing this error when you click on a node in Netflow SP3?

     Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0

    Regards,

    Don

     

     

     

    Don Barry
    IFCO SYSTEMS N.A. INC.
    • Post Points: 3
  • 08-07-2008 1:47 PM In reply to

    • Don331
    • Top 25 Contributor
    • Joined on 07-03-2003
    • USA
    • Posts 232
    • Points 1,301

    Re: Sys.WebForms.PageRequestManagerServerErrorException

     In answering my own problem, it doesn't happen in IE., only in FireFox 3.0.1

     Ah, the joys of Microsoft slowly but surely overtaking the world.

    Don

    Don Barry
    IFCO SYSTEMS N.A. INC.
    • Post Points: 3
  • 08-08-2008 8:22 AM In reply to

    • SamuelB
    • Top 25 Contributor
    • Joined on 06-16-2005
    • USA
    • Posts 259
    • Points 675

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    That's nice to know that it is only happening in Firefox. Now I wonder if a fix is planned for this in the next SP.

    • Post Points: 3
  • 08-08-2008 9:09 AM In reply to

    • mcbridea
    • Top 25 Contributor
    • Joined on 03-24-2008
    • Austin, TX
    • Posts 282
    • Points 636
    • Moderator
      SolarWinds Employee

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Not in the next SP but next release

    Andy McBride
    Product Manager
    SolarWinds
    • Post Points: 3
  • 09-25-2008 10:40 AM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    ok, so time to complicate things......

    I get a similar message in IE7 when I click the NTA module menu item. Firefox 3 however is fine.

    Only difference is a code of 405 instead of 0.

    This is with the trial versions of both Orion 9.0 SP2 and NTA 3.0 SP4

    • Post Points: 3
  • 09-30-2008 8:31 AM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Just installed the latest production release of NetFlow Traffic Analyzer along with SP4 and we are getting a similar error.  However the error code is 404. Can't seem to do anything with NFTA due to this error.

    Richard Kipin
    • Post Points: 3
  • 09-30-2008 8:47 AM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    We've seen this issue and here is one potential fix from one of our developers.  Let us know if it helps.

     

    -----

    This issue is caused by an interaction between some Orion code and .NET Framework 3.5 SP1 (releasee August 11). You can fix it by making a small change to the website code:

    Edit \Inetpub\SolarWinds\Orion\MasterPage.master. Find this line:

                    <form runat="server" method="post" action="#" id="aspnetForm">

    Remove the action="#" part. That is, change it to this:

                    <form runat="server" method="post" id="aspnetForm">

    Save. Next time you load the pages, they should be working. As usual with edits to website code, running the configuration wizard will undo this change.
     

    ----

    Hope this helps.

    Thanks,

     

    David Maltby
    NetFlow Development Lead
    SolarWinds
    • Post Points: 3
  • 09-30-2008 9:09 AM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Thanks David,

    That worked great.  No more issues.

    Cheers,

    Richard Kipin
    • Post Points: 1
  • 11-05-2008 5:59 PM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Hi, I cant find any action="#" in my code... any other way to fix this problem?
    Filed under:
    • Post Points: 3
  • 11-05-2008 8:31 PM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Are you saying that you found the MasterPage.master file, and a line like I described, but that that line didn't have the

         action = "#"

    xml attribute in the element?

     

    Thanks,

     

    David Maltby
    NetFlow Development Lead
    SolarWinds
    • Post Points: 3
  • 11-05-2008 8:40 PM In reply to

    Re: Sys.WebForms.PageRequestManagerServerErrorException

    Yes thats correct. in my master page there is no such property of tag. Thanks
    • Post Points: 1
Page 1 of 1 (11 items)