| Home | Register | Members | Search | Windows Vista Tips | File Database | Links |
![]() |
![]() |
| Thread Tools | Display Modes |
|
Dave Nickason [SBS MVP]
Guest
Posts: n/a
|
First thing would be to go into the Server Management Console, Monitoring and Reporting page. Run the Set Up Monitoring wizard and choose the option to reinstall everything. Also, run the Best Practices Analyzer: Microsoft Windows Small Business Server 2003 Best Practices Analyzer http://www.microsoft.com/downloads/d...displaylang=en "wolfikx" <> wrote in message news:A70AFFF0-7B4B-4D4C-A6C3-... >I have a problem with Monitoring and reporting > > Generally this tool works OK but I do not have all information in it. > > There are informations about errors and space on hard drives. In other > section I have information that: there are no data, please check if > service > WMI is running. > > I checked hundred times and this service is working. > > I have done this steps, already. > > 1. Check if wmiprvse.exe and provDisk.dll already exist on server. > There is wmiprvse.exe on server but provDisk.dll is missing. > > 2. Register provDisk.dll > Run "regsvr32 %path%provdisk.dll" > > There is no such dll so I cant register it. > > 3. Check if there is Intel Server Manager. > Nope I do not have this. > > 4. Turn off antivirus. > Still noting has changed. > > 5. Confirm that WMI is working. > Yes it's working. > > I tried reinstall Management console bit this does not helped. > > What shoud I do next?? |
|
|
|
|
|||
|
|||
|
wolfikx
Guest
Posts: n/a
|
Dear Dave
I reinstalled everything using Set up Monitoring Wizard already. I also run SBS BPAnalyzer. There were some critical errors. After repairing all of them I still have some yellow problems. One of them is because small free space on C: drive another is too old driver for network card. But I don not think this errors could case the problem. Anyway after repairing all critical errors Monitoring consol still do not work properly. Regards "Dave Nickason [SBS MVP]" wrote: > First thing would be to go into the Server Management Console, Monitoring > and Reporting page. Run the Set Up Monitoring wizard and choose the option > to reinstall everything. Also, run the Best Practices Analyzer: > > Microsoft Windows Small Business Server 2003 Best Practices Analyzer > http://www.microsoft.com/downloads/d...displaylang=en > > > "wolfikx" <> wrote in message > news:A70AFFF0-7B4B-4D4C-A6C3-... > >I have a problem with Monitoring and reporting > > > > Generally this tool works OK but I do not have all information in it. > > > > There are informations about errors and space on hard drives. In other > > section I have information that: there are no data, please check if > > service > > WMI is running. > > > > I checked hundred times and this service is working. > > > > I have done this steps, already. > > > > 1. Check if wmiprvse.exe and provDisk.dll already exist on server. > > There is wmiprvse.exe on server but provDisk.dll is missing. > > > > 2. Register provDisk.dll > > Run "regsvr32 %path%provdisk.dll" > > > > There is no such dll so I cant register it. > > > > 3. Check if there is Intel Server Manager. > > Nope I do not have this. > > > > 4. Turn off antivirus. > > Still noting has changed. > > > > 5. Confirm that WMI is working. > > Yes it's working. > > > > I tried reinstall Management console bit this does not helped. > > > > What shoud I do next?? > > . > |
|
|
|
|
|||
|
|||
|
Dave Nickason [SBS MVP]
Guest
Posts: n/a
|
Any chance there's an issue with the monitoring database due to low free
space? All the automatic start services are running (except performance logs and alerts, which is usually not running) and you don't have any other errors in the logs? "wolfikx" <> wrote in message news:67AF2CE5-8568-4CB9-8EEC-... > Dear Dave > > I reinstalled everything using Set up Monitoring Wizard already. > > I also run SBS BPAnalyzer. There were some critical errors. > After repairing all of them I still have some yellow problems. > One of them is because small free space on C: drive another is too old > driver for network card. > But I don not think this errors could case the problem. > > Anyway after repairing all critical errors Monitoring consol still do not > work properly. > > Regards > > > "Dave Nickason [SBS MVP]" wrote: > >> First thing would be to go into the Server Management Console, Monitoring >> and Reporting page. Run the Set Up Monitoring wizard and choose the >> option >> to reinstall everything. Also, run the Best Practices Analyzer: >> >> Microsoft Windows Small Business Server 2003 Best Practices Analyzer >> http://www.microsoft.com/downloads/d...displaylang=en >> >> >> "wolfikx" <> wrote in message >> news:A70AFFF0-7B4B-4D4C-A6C3-... >> >I have a problem with Monitoring and reporting >> > >> > Generally this tool works OK but I do not have all information in it. >> > >> > There are informations about errors and space on hard drives. In other >> > section I have information that: there are no data, please check if >> > service >> > WMI is running. >> > >> > I checked hundred times and this service is working. >> > >> > I have done this steps, already. >> > >> > 1. Check if wmiprvse.exe and provDisk.dll already exist on server. >> > There is wmiprvse.exe on server but provDisk.dll is missing. >> > >> > 2. Register provDisk.dll >> > Run "regsvr32 %path%provdisk.dll" >> > >> > There is no such dll so I cant register it. >> > >> > 3. Check if there is Intel Server Manager. >> > Nope I do not have this. >> > >> > 4. Turn off antivirus. >> > Still noting has changed. >> > >> > 5. Confirm that WMI is working. >> > Yes it's working. >> > >> > I tried reinstall Management console bit this does not helped. >> > >> > What shoud I do next?? >> >> . >> |
|
|
|
|
|||
|
|||
|
Robbin Meng [MSFT]
Guest
Posts: n/a
|
Hello, Thanks for your post and Dave's good suggestions. First, I didn't find the "provDisk.dll" either in my SBS 2003 server. Where did you get the above "steps" ? Regarding troubleshooting WMI service and components, as supplement, you may try to reregister the WMI modules with the following set of commands : cd %windir%\system32\wbem for /f %s in ('dir /b *.dll') do regsvr32 /s %s regsvr32 %windir%\system32\tscfgwmi.dll wmiprvse /regserver winmgmt /regserver Afterwards, register the WMI without rebuilding repository, run commands: for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s After performing the above steps, please re-run the report and monitoring wizard and reinstall the configuration and check the issue again. More information: Using WBEMTest user interface http://technet.microsoft.com/en-us/l...75(WS.10).aspx Hope this helps. Also, if you have any questions or concerns, please do not hesitate to let me know. Best regards, Robbin Meng(MSFT) Microsoft Online Newsgroup Support ================================================== ================ Please post your SBS 2008 related questions to the SBS newsgroup on Connect website: https://connect.microsoft.com/sbs08/...i/default.aspx Please post your EBS related questions to the EBS newsgroup on Connect website: https://connect.microsoft.com/ebs08/...i/default.aspx If you want to use a newsreader other than a web forum to access these newsgroups, please refer to the following blog to apply NNTP password and configure a newsreader: http://msmvps.com/blogs/bradley/arch...ewsgroups.aspx ================================================== ================ When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== ================ This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ================ |
|
|
|
|
|||
|
|||
|
wolfikx
Guest
Posts: n/a
|
Dear Dave
I have on C:\ 8 GB free space from 50 GB. I don't think it is too low free space. I checked automatic start services. Except performance logs and alerts, Exchange Management was stopped also. After running manually nothing has changed. In logs I found some errors In system log: Many W32TIME ID:29, problem with synchronization time One DCOM ID:10005, "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. " attempting to start the service IISADMIN with arguments "" in order to run the server: {A9E69610-B80D-11D0-B9B9-00A0C922E750} One Service Control Manager ID 7026, "The following boot-start or system-start driver(s) failed to load: i8042prt" In Application log: MSExchangeAL, ID 8026, 8250 LDAP Bind was unsuccessful on directory serwer-banco.local for distinguished name ''. Directory returned error:[0x51] Server Down. The Win32 API call 'DsGetDCNameW' returned error code [0x862] The specified domain either does not exist or could not be contacted. The service could not be initialized. Make sure that the operating system was installed properly. MSEchangeDSAccess ID 2102,2104 Process MAD.EXE (PID=7528). All Domain Controller Servers in use are not responding: serwer-banco.BANCO.local Process MAD.EXE (PID=7528). All the DS Servers in domain are not responding. APCPBEAgent ID 3005 "Communication Not Established" Windows SharePoint Services 2.0 ID 1000, #50070: Unable to connect to the database STS_Config na SERWER-BANCO\Sharepoint.. Check the database connection information and make sure that the database server is running. "Dave Nickason [SBS MVP]" wrote: > Any chance there's an issue with the monitoring database due to low free > space? All the automatic start services are running (except performance > logs and alerts, which is usually not running) and you don't have any other > errors in the logs? > > > "wolfikx" <> wrote in message > news:67AF2CE5-8568-4CB9-8EEC-... > > Dear Dave > > > > I reinstalled everything using Set up Monitoring Wizard already. > > > > I also run SBS BPAnalyzer. There were some critical errors. > > After repairing all of them I still have some yellow problems. > > One of them is because small free space on C: drive another is too old > > driver for network card. > > But I don not think this errors could case the problem. > > > > Anyway after repairing all critical errors Monitoring consol still do not > > work properly. > > > > Regards > > > > > > "Dave Nickason [SBS MVP]" wrote: > > > >> First thing would be to go into the Server Management Console, Monitoring > >> and Reporting page. Run the Set Up Monitoring wizard and choose the > >> option > >> to reinstall everything. Also, run the Best Practices Analyzer: > >> > >> Microsoft Windows Small Business Server 2003 Best Practices Analyzer > >> http://www.microsoft.com/downloads/d...displaylang=en > >> > >> > >> "wolfikx" <> wrote in message > >> news:A70AFFF0-7B4B-4D4C-A6C3-... > >> >I have a problem with Monitoring and reporting > >> > > >> > Generally this tool works OK but I do not have all information in it. > >> > > >> > There are informations about errors and space on hard drives. In other > >> > section I have information that: there are no data, please check if > >> > service > >> > WMI is running. > >> > > >> > I checked hundred times and this service is working. > >> > > >> > I have done this steps, already. > >> > > >> > 1. Check if wmiprvse.exe and provDisk.dll already exist on server. > >> > There is wmiprvse.exe on server but provDisk.dll is missing. > >> > > >> > 2. Register provDisk.dll > >> > Run "regsvr32 %path%provdisk.dll" > >> > > >> > There is no such dll so I cant register it. > >> > > >> > 3. Check if there is Intel Server Manager. > >> > Nope I do not have this. > >> > > >> > 4. Turn off antivirus. > >> > Still noting has changed. > >> > > >> > 5. Confirm that WMI is working. > >> > Yes it's working. > >> > > >> > I tried reinstall Management console bit this does not helped. > >> > > >> > What shoud I do next?? > >> > >> . > >> > > . > |
|
|
|
|
|||
|
|||
|
wolfikx
Guest
Posts: n/a
|
Dear Robbin This sugestion I received form local support: SzymonK (mssupport.microsoft.com) Anyway I have done all yours steps. Nothing has changed. Regards ""Robbin Meng [MSFT]"" wrote: > > Hello, > > Thanks for your post and Dave's good suggestions. > > First, I didn't find the "provDisk.dll" either in my SBS 2003 server. Where did you get the above "steps" ? > > Regarding troubleshooting WMI service and components, as supplement, you may try to reregister the WMI modules with the following set of commands : > > cd %windir%\system32\wbem > > for /f %s in ('dir /b *.dll') do regsvr32 /s %s > > regsvr32 %windir%\system32\tscfgwmi.dll > > wmiprvse /regserver > winmgmt /regserver > Afterwards, register the WMI without rebuilding repository, run commands: > > for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s > > After performing the above steps, please re-run the report and monitoring wizard and reinstall the configuration and check the issue again. > > More information: > Using WBEMTest user interface > http://technet.microsoft.com/en-us/l...75(WS.10).aspx > > Hope this helps. Also, if you have any questions or concerns, please do not hesitate to let me know. > > > > Best regards, > Robbin Meng(MSFT) > Microsoft Online Newsgroup Support > > ================================================== ================ > Please post your SBS 2008 related questions to the SBS newsgroup on Connect website: > https://connect.microsoft.com/sbs08/...i/default.aspx > > Please post your EBS related questions to the EBS newsgroup on Connect website: > https://connect.microsoft.com/ebs08/...i/default.aspx > > If you want to use a newsreader other than a web forum to access these newsgroups, > please refer to the following blog to apply NNTP password and configure a newsreader: > http://msmvps.com/blogs/bradley/arch...ewsgroups.aspx > ================================================== ================ > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== ================ > This posting is provided "AS IS" with no warranties, and confers no rights. > ================================================== ================ > > > > . > |
|
|
|
|
|||
|
|||
|
wolfikx
Guest
Posts: n/a
|
Dear Robbin
After applying proposition which have to solve my problem accrued another one. Maybe this is only coincidence but I discovered that yesterday. After logging to server I have error window with set1.tmp which must be closed. I want to open IAS console, and I have information about MMC problem. MMC cannot open console. I'm clicking ignore it and I have message "MMC cannot initiate console". When I want to rapport this problem to Microsoft showing up window with closing MMC information. I found information that is a problem which was solved in Service pack 3, my version of ISA 2004 is 4.0.2163 and after applying service pack nothing has change. I hav SP1, SP3 and KB960995 for ISA in system. And what worse I can't uninstall some of the programs from add/remove program console. For example APC UPS Server. It's going to be a little irritating. Regards ""Robbin Meng [MSFT]"" wrote: > > Hello, > > Thanks for your post and Dave's good suggestions. > > First, I didn't find the "provDisk.dll" either in my SBS 2003 server. Where did you get the above "steps" ? > > Regarding troubleshooting WMI service and components, as supplement, you may try to reregister the WMI modules with the following set of commands : > > cd %windir%\system32\wbem > > for /f %s in ('dir /b *.dll') do regsvr32 /s %s > > regsvr32 %windir%\system32\tscfgwmi.dll > > wmiprvse /regserver > winmgmt /regserver > Afterwards, register the WMI without rebuilding repository, run commands: > > for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s > > After performing the above steps, please re-run the report and monitoring wizard and reinstall the configuration and check the issue again. > > More information: > Using WBEMTest user interface > http://technet.microsoft.com/en-us/l...75(WS.10).aspx > > Hope this helps. Also, if you have any questions or concerns, please do not hesitate to let me know. > > > > Best regards, > Robbin Meng(MSFT) > Microsoft Online Newsgroup Support > > ================================================== ================ > Please post your SBS 2008 related questions to the SBS newsgroup on Connect website: > https://connect.microsoft.com/sbs08/...i/default.aspx > > Please post your EBS related questions to the EBS newsgroup on Connect website: > https://connect.microsoft.com/ebs08/...i/default.aspx > > If you want to use a newsreader other than a web forum to access these newsgroups, > please refer to the following blog to apply NNTP password and configure a newsreader: > http://msmvps.com/blogs/bradley/arch...ewsgroups.aspx > ================================================== ================ > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== ================ > This posting is provided "AS IS" with no warranties, and confers no rights. > ================================================== ================ > > > > . > |
|
|
|
|
|||
|
|||
|
Robbin Meng [MSFT]
Guest
Posts: n/a
|
Hi, Thank you for writing back to us. First, I would like to explain that the previous steps we re-registered the WMI dll files and mofcomp should not cause MMC issues directly. Have you rebooted the server and double check it again? Now, please try to open a new MMC window(run MMC in the "Run¡*" box) and manually add the ISA 2004 snap-in. Can we open ISA console in this way? Moreover, please check if the issue occurs when load other snap-ins besides ISA so that we can determine whether it is a general MMC issue or ISA server issue. If the issue only occur when open ISA console, to work around this ISA server issue, use one of the following methods. Method 1: Reinstall ISA Server 2004 SP3 1. Download ISA Server 2004 SP3. For more information about how to download ISA 2004 SP3, visit the following Microsoft Web site: http://technet.microsoft.com/en-us/f.../bb734854.aspx 2. Exit all ISA Server utilities, and then close all ISA Server user interface components. For example, close the ISA Server Management Microsoft Management Console (MMC) snap-in. 3. Exit all other RDP sessions on the server. To do this, follow these steps: a. Open Task Manager , and then click the User tab. b. Right-click a user account that does not represent your current connection, and then click Log Off . c. When you are prompted to verify the action, click Yes . d. Repeat steps 3b through 3c for each RDP connection. 4. At a command prompt, type the following command to reinstall ISA Server 2004 SP3, and then press ENTER: msiexec /p Full_Path_To_SP3_Package REINSTALL=all REINSTALLMODE=omus /l*v c:\sp3.log Note We recommend that you reinstall ISA Server 2004 SP3 in repair mode. After reinstalling SP3, please use the SPCheck Tool to confirm the Service Pack lever of ISA server 2004. Then connect SBS server to the Microsoft Update website and apply all necessary updates released after SP3. How to Use the SPCheck Tool to Determine the Service Pack Level of ISA Server Files http://support.microsoft.com/kb/312552/EN-US/ Method 2: Reregister the ISA Server administration component 1. Click Start , click Run , type cmd , and then press ENTER. 2. At the command prompt, type the following commands. Press ENTER after each command. cd /d "%programfiles%\microsoft isa server" regsvr32 wspadmin.dll 3. When you receive the "DllRegisterServer in wspadmin.dll succeeded" message, click OK . 4. At the command prompt, type the following commands. Press ENTER after each command. md VPN\Netsh net start fwsrv More ISA issue related information here: The Microsoft Firewall service does not start after an ISA Server 2004 SP3 installation fails http://support.microsoft.com/kb/937028 You receive a false positive Firewall service error message on your ISA Server 2004 computer http://support.microsoft.com/kb/840180 Error message when you open a Microsoft Management Console (MMC) snap-in after you install Windows Server 2003 Service Pack 2 or Windows Small Business Server 2003 R2 Technologies: "MMC has detected an error in a snap-in" http://support.microsoft.com/kb/947532 Microsoft Internet Security and Acceleration (ISA) Server Best Practices Analyzer (BPA) Tool http://www.microsoft.com/downloads/d...displaylang=en Just for your reference, if the original incomplete reporting issue still occurs, you may consider reinstall the Monitoring and Report feature of SBS. Following are detailed steps to reinstall it: a. Control Panel -> Add Remove Program -> Windows Small Business Server 2003. Set Server Tools to Maintenance. Set Monitoring to Uninstall b. Control Panel -> Add Remove Program -> SBSMONITORING -> Remove c. Delete C:\program files\Microsoft SQL Server\MSSQL$SBSMONITORING Folder d. Reboot e. Control Panel -> Add Remove Program -> Windows Small Business Server 2003. Set Server Tools to Maintenance. Set Monitoring to Install f. Reboot g. Start MSSQL$SBSMONITORING and SQLAgent$SBSMONITORING services h. In Server Management Console -> Monitoring and Reporting: run the Set Up Monitoring Reports and Alerts wizard Hope this helps. Also, if you have any questions or concerns, please do not hesitate to let me know. Best regards, Robbin Meng(MSFT) Microsoft Online Newsgroup Support ================================================== ================ Please post your SBS 2008 related questions to the SBS newsgroup on Connect website: https://connect.microsoft.com/sbs08/...i/default.aspx Please post your EBS related questions to the EBS newsgroup on Connect website: https://connect.microsoft.com/ebs08/...i/default.aspx If you want to use a newsreader other than a web forum to access these newsgroups, please refer to the following blog to apply NNTP password and configure a newsreader: http://msmvps.com/blogs/bradley/arch...ewsgroups.aspx ================================================== ================ When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== ================ This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ================ |
|
|
|
|
|||
|
|||
|
wolfikx
Guest
Posts: n/a
|
Hi Robin
Thank you for quick response. 1. I added ISA 2004 snap-in to MMC console and it not working still, I received these same error. Some of others snap-ins works perfectly (exchange, backup or AC for example) other not (GPO Management). When i want to save console I can do that. Pop-up with "MMC cannot save console" showing up. What worse when I want to open GPO Management, Exchange System Manager error showing up and MMC is closed. In system log I have: Microsoft Exchange Server ID: 1000, Faulting application exadmin.dll, version 6.5.7638.1, stamp 430e730e, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x0c1e45f8 2. After reinstalling Monitoring and Report according to your steps nothing has changed. Still I do not have all information in Management console. Regards ""Robbin Meng [MSFT]"" wrote: > > > Hi, > > Thank you for writing back to us. > > First, I would like to explain that the previous steps we re-registered the WMI dll files and mofcomp should not cause MMC issues directly. Have you rebooted the server and > double check it again? > > Now, please try to open a new MMC window(run MMC in the "Run¡Â*" box) and manually add the ISA 2004 snap-in. Can we open ISA console in this way? Moreover, please > check if the issue occurs when load other snap-ins besides ISA so that we can determine whether it is a general MMC issue or ISA server issue. > > If the issue only occur when open ISA console, to work around this ISA server issue, use one of the following methods. > Method 1: Reinstall ISA Server 2004 SP3 > 1. Download ISA Server 2004 SP3. > > For more information about how to download ISA 2004 SP3, visit the following Microsoft Web site: > http://technet.microsoft.com/en-us/f.../bb734854.aspx > 2. Exit all ISA Server utilities, and then close all ISA Server user interface components. For example, close the ISA Server Management Microsoft Management > Console (MMC) snap-in. > 3. Exit all other RDP sessions on the server. To do this, follow these steps: > a. Open Task Manager , and then click the User tab. > b. Right-click a user account that does not represent your current connection, and then click Log Off . > c. When you are prompted to verify the action, click Yes . > d. Repeat steps 3b through 3c for each RDP connection. > > 4. At a command prompt, type the following command to reinstall ISA Server 2004 SP3, and then press ENTER: > msiexec /p Full_Path_To_SP3_Package REINSTALL=all REINSTALLMODE=omus /l*v c:\sp3.log > Note We recommend that you reinstall ISA Server 2004 SP3 in repair mode. > > After reinstalling SP3, please use the SPCheck Tool to confirm the Service Pack lever of ISA server 2004. Then connect SBS server to the Microsoft Update website and > apply all necessary updates released after SP3. > > How to Use the SPCheck Tool to Determine the Service Pack Level of ISA Server Files > http://support.microsoft.com/kb/312552/EN-US/ > > Method 2: Reregister the ISA Server administration component > 1. Click Start , click Run , type cmd , and then press ENTER. > 2. At the command prompt, type the following commands. Press ENTER after each command. > cd /d "%programfiles%\microsoft isa server" > regsvr32 wspadmin.dll > 3. When you receive the "DllRegisterServer in wspadmin.dll succeeded" message, click OK . > 4. At the command prompt, type the following commands. Press ENTER after each command. > md VPN\Netsh > net start fwsrv > > > More ISA issue related information here: > > > The Microsoft Firewall service does not start after an ISA Server 2004 SP3 installation fails > http://support.microsoft.com/kb/937028 > > You receive a false positive Firewall service error message on your ISA Server 2004 computer > http://support.microsoft.com/kb/840180 > > Error message when you open a Microsoft Management Console (MMC) snap-in after you install Windows Server 2003 Service Pack 2 or Windows Small Business Server > 2003 R2 Technologies: "MMC has detected an error in a snap-in" > http://support.microsoft.com/kb/947532 > > Microsoft Internet Security and Acceleration (ISA) Server Best Practices Analyzer (BPA) Tool > http://www.microsoft.com/downloads/d...displaylang=en > > > Just for your reference, if the original incomplete reporting issue still occurs, you may consider reinstall the Monitoring and Report feature of SBS. Following are detailed > steps to reinstall it: > > a. Control Panel -> Add Remove Program -> Windows Small Business Server 2003. Set Server Tools to Maintenance. Set Monitoring to Uninstall > b. Control Panel -> Add Remove Program -> SBSMONITORING -> Remove > c. Delete C:\program files\Microsoft SQL Server\MSSQL$SBSMONITORING Folder > d. Reboot > e. Control Panel -> Add Remove Program -> Windows Small Business Server 2003. Set Server Tools to Maintenance. Set Monitoring to Install > f. Reboot > g. Start MSSQL$SBSMONITORING and SQLAgent$SBSMONITORING services > h. In Server Management Console -> Monitoring and Reporting: run the Set Up Monitoring Reports and Alerts wizard > > > Hope this helps. Also, if you have any questions or concerns, please do not hesitate to let me know. > > > > Best regards, > Robbin Meng(MSFT) > Microsoft Online Newsgroup Support > > ================================================== ================ > Please post your SBS 2008 related questions to the SBS newsgroup on Connect website: > https://connect.microsoft.com/sbs08/...i/default.aspx > > Please post your EBS related questions to the EBS newsgroup on Connect website: > https://connect.microsoft.com/ebs08/...i/default.aspx > > If you want to use a newsreader other than a web forum to access these newsgroups, > please refer to the following blog to apply NNTP password and configure a newsreader: > http://msmvps.com/blogs/bradley/arch...ewsgroups.aspx > ================================================== ================ > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== ================ > This posting is provided "AS IS" with no warranties, and confers no rights. > ================================================== ================ > > > > . > |
|
|
|
|
|||
|
|||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |




Linear Mode
