View Single Post
Old 22-May-2007, 09:17 AM   #1 (permalink)
driverdownloads
Fixed Error!
 
driverdownloads's Avatar

Posts: 1,672
Join Date: Mar 2007
Rep Power: 3 driverdownloads is on a distinguished road

IM:
Default SBS 2003 Monitoring & Reporting - Several Problems

Question: The problem below started between 12/5-12/13/2006. I was getting Server Performance Reports via Exchange Server successfully through 12/4/2006. I have no Server Performance reports between 12/5-12/12/2006 and when they resumed, I get the following message in the Server Performance Reports email (still has attachments).
There are multiple errors associated with this including the inability to start the Default website. Not known why reporting stopped between 12/5-12/13.

***** Message in Server Performance Reports EMAIL when receiving ********
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".


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

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

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

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

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

***** System Information *****
Dell Power Edge 1800 running SBS 2003 (completely uptodate with all patches)
2 NICS
NIC 1: connected to Router to outside world (WAN Verizon Fios)
192.168.1.2 (default gateway: 192.168.254.219)
NIC 2: connected to switch/hub (LAN)
192.168.254.219

Running ISA 2004 as firewall
Watches incoming WAN and routes to LAN as appropriate & vice versa
Running Exchange 2003

c:\>ipconfig /all

Windows IP Configuration
Host Name . . . . . . . . . . . . : DOMAINNAME-SERVER
Primary Dns Suffix . . . . . . . : domainname.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : domainname.local

Ethernet adapter LAN:

Connection-specific DNS Suffix . : domainname.com
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : MACADDR
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.254.219
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 192.168.254.219
Primary WINS Server . . . . . . . : 192.168.254.219

Ethernet adapter WAN:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
Physical Address. . . . . . . . . : MACADDR
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.254.219
NetBIOS over Tcpip. . . . . . . . : Disabled

Actions Taken:
1. Read several articles on error
2. Rerun CEICW
3. Rerun Monitoring Configuration
4. Other actions involving Exchange, IIS, Wizards per other troubleshooting information
Currently, websites won't start so monitoring email gives different error due to website not starting.

Related Services
ASP.NET State Service: Manual, Not Started (I recently changed this to auto/start)
HTTP SSL:Manual: Started
IIS Admin Service: Automatic, Started
WWW Publishing Service: Automatic, Started

Currently:
Default Website: Stopped
192.168.254.219 port 80/443 host header: companyweb
Windows Media Administration: Stopped
192.168.254.219 port 80/444 host header: companyweb
NETSTAT -ANOP TCP
TCP 192.168.1.2:80 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
TCP 192.168.1.2:443 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
TCP 192.168.254.219:80 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
TCP 192.168.254.219:443 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
TCP 192.168.254.219:8080 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING wspsrv.exe NETWORK SERVICE
NOTE *** Any attempt to start Default website OR Media Admin website: Error - The process cannot access the file because it is being used by another process.

ASP.NET is currently set to use version 2.0xxxxx

Please let me know what other information may be needed to address this problem. I will be researching my saved event logs to see what happened between 12/5-12/13/2006 on my server.
driverdownloads is offline   Reply With Quote