Home Reference Section Tips and Tricks SBS Monitoring Error 4353 - An error occurred in attempting to send a Server Status Report in e-mail.

SBS Monitoring Error 4353 - An error occurred in attempting to send a Server Status Report in e-mail.

Print
Tuesday, 18 January 2011 15:42

The setup

 

A Windows Small Business Server 2003, set up in an unremarkable way.

 

The problem

 

You could use the Performance and Monitoring page in the Server Management console, but when you tried to email the report (or when the server tried to send the report automatically) you would get the following error:

 

Event Type: Error
Event Source: SmallBusinessServer
Event Category: SBS Monitoring
Event ID: 4353
Date: 18/01/2011
Time: 15:20:17
User: N/A
Computer: CORP-SERVER
Description:
An error occurred in attempting to send a Server Status Report in e-mail. The e-mail message was not sent. There may be a problem with connectivity or system configuration. Ensure that the ASP.NET State Service and IIS Admin service are running. You can also try resetting your monitoring and reporting preferences. To do this, open the Monitoring and Reporting taskpad in Server Management, and then click Set Up Monitoring Reports and Alerts.

For more information, see Help and Support Center at ...

 

The cause

 

Please note, we had tried a few other things (such as changing the ASP.NET State service's logon account from Network Service to Local System), so this may not be the ONLY thing required. However, in this case this was the source of the problem:

 

The Monitoring virtual directory in IIS was incorrectly set to require a SSL certificate.

 

The remedy

 

  1. On the server, run Internet Information Services Manager.
  2. Navigate to <ServerName> / Web Sites / Default Web Site / Monitoring
  3. Right-click on Monitoring, and select Properties.
  4. Go to the Directory Security tab.
  5. In the Secure communications section, click Edit.
  6. Make sure that "Require secure channel (SSL)" is NOT ticked.

 

Applying the changes then allowed us to email the Performance reports.

Hope that helps!