Re: SBS 2003 error, Server Error in '/Monitoring' Application.



Hi Rob,

Is there anything in the event logs? Removing the .net wasn't the smartest
thing to do, you might get things running if you reinstall the server tools.

--
Regards,

Marina Roos
Microsoft SBS-MVP
One of the Magical M&M's
www.smallbizserver.net
Take part in SBS forum: http://www.smallbizserver.net/Default.aspx?tabid=53
"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:%234DTf7dxJHA.3460@xxxxxxxxxxxxxxxxxxxxxxx
I had not run BPA for two weeks. I just ran it and I do not see anything
that would prevent RWW for working. Although we do not use companyweb, it
does not work either. BPA report shows:

Blue Shield - All Microsoft products not selected
Blue Shield - Default AutoApproval rule is enabled
Critical Updates not selected for download
Service PAcks not selected for download
OWA update for Exchange Server is not installed
The update for Daylight Savings Time (DST) is not installed (fails,
indicates another version already installed)
Windows SBS Backup wizard has not run (use Backup Exec)

The error I get is:

Server Error in '/Remote' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the
current web application. This <customErrors> tag should then have its
"mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


I have saved the Web.Config file to Web.Config-old and copied over the
Web.Config file from another SBS 2003 server with the same configuration.
This also failed.

I have confirmed ASP.NET v1.1 is being used in IIS for monitoring, remote,
companyweb. Originally, this was just an issue with monitoring not
working but this morning RWW stopped working as I unistalled .NET 3.5,
.NET 2, and re-registered .NET 1.1. I then reinstalled .NET 2.

Any further help would be appreciated. This customer is three hours away
and my other option would be a support call to Microsoft as the need RWW
very badly. Unless the issue is critical, Microsoft indicates the
response time to call back could be up to 8 hours once the ticket is
opened. The last time it was only 45 minutes.

Thanks


"Marina Roos [SBS-MVP]" <marina@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote
in message news:%23A9wmGdxJHA.3460@xxxxxxxxxxxxxxxxxxxxxxx
Hi Rob,

Have you run the SBS BPA yet?

--
Regards,

Marina Roos
Microsoft SBS-MVP
One of the Magical M&M's
www.smallbizserver.net
Take part in SBS forum:
http://www.smallbizserver.net/Default.aspx?tabid=53
"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:%233O5d6axJHA.1432@xxxxxxxxxxxxxxxxxxxxxxx
If I tried to log onto the RWW site from the SBS server

https://server1/remote/

I get the 403 forbidden error
You are not authorized to view this page

"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:ucj7D0axJHA.5596@xxxxxxxxxxxxxxxxxxxxxxx
When I look in the properties for virtual site REMOTE and MONITORING,
there is no tab for ASP.NET and everything I read indicates there
should be.

There is a folder C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Microsodt .NET Framework 3.5 SP1 is installed.

I have remote users who use RWW to access this network and they are not
going to be too happy.

Thanks,


"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:uq955taxJHA.4244@xxxxxxxxxxxxxxxxxxxxxxx
At this point, RWW and companyweb do not work. I get an error 404
page not found although nothing was changed or moved.

"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:uLZxUkaxJHA.2656@xxxxxxxxxxxxxxxxxxxxxxx
Update:

I tried some of the troubleshooting posted by Jacky Luo [MSFT] here.
'Page not found' now for monitoring, RWW. I did not make any changes
but I did run the following commands:

iisreset

cd\ c:\Program Files\Microsoft Windows Small Business
Server\Monitoring regsvr32 sbsmon.dll

aspnet_regiis.exe -ua
aspnet_regiis.exe -ir -enable

osql -S servername\sbsmonitoring -E (returned ->

Now everything is really broken!


"Rob" <rob@xxxxxxxxxxxxx> wrote in message
news:eQq$gFaxJHA.2232@xxxxxxxxxxxxxxxxxxxxxxx
I have three customers where monitoring and reporting have stopped
working and is seems too much a coincidence it would happen to all
three when reporting has worked flawlessly fo so many years.

the error I get in server Mangement - Monitoring and Reporting is:

Server Error in '/Monitoring' Application.
Runtime Error
Description: An application error occurred on the server. The
current custom error settings for this application prevent the
details of the application error from being viewed.

Details: To enable the details of this specific error message to be
viewable on the local server machine, please create a <customErrors>
tag within a "web.config" configuration file located in the root
directory of the current web application. This <customErrors> tag
should then have its "mode" attribute set to "RemoteOnly". To enable
the details to be viewable on remote machines, please set "mode" to
"Off".

I have tried uninstalling and reinstalling the Monitoring and
Reporting component. Is there a recent update tha has affected
this?

Thank you









.



Relevant Pages

  • Re: SBS 2003 error, Server Error in /Monitoring Application.
    ... I am not sure what CD I need to reinstall the server tools. ... I had the customer leave CD#3 in over the weekend because I had reinstalled monitoring. ... Removing the .net wasn't the smartest thing to do, you might get things running if you reinstall the server tools. ... To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. ...
    (microsoft.public.windows.server.sbs)
  • Re: ASP.NET website not displaying
    ... and I do not know if debugging is enabled for the server. ... diagnose the situation via FTP only? ... viewable on remote machines, please create a tag within a ... This <customErrors> tag should then have its "mode" ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: url question
    ... In your web.config, check the sessionState element, in it ... message asp.net throws when you have the customErrors set to RemoteOnly ... remote server where this error is occuring, ... > I have installed an ASP.Net application on a production server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Runtime error while running web application on remote machine
    ... Try getting the actual error message by temporarily setting the customErrors ... > After deploymnet web application on web server I can access page on local ... > machine and login fine but when I'm trying to access web site from remote ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Runtime error while running web application on remote machine
    ... Try getting the actual error message by temporarily setting the customErrors ... > After deploymnet web application on web server I can access page on local ... > machine and login fine but when I'm trying to access web site from remote ...
    (microsoft.public.dotnet.general)

Loading