Unable to expand message: SQL Server is unable to collect events due to insufficient permissions

I just noticed a Warning Alert in MOM Operator Console and it says: DESCRIPTION Unable to expand message 17055 [-1073724769] 18265 Log backed up: Database: SADAD_AX30_SP3_Live, creation date(time): 2005/02/01(12:50:12), first LSN: 3655:705:1, last LSN: 3655:765:1, number of dump devices: 1, device information: (FILE=1, TYPE=DISK: {‘E:\SQL2000\MSSQL\…\….200604301345.TRN’}). Name: SQL Server is unable to collect events due to insufficient permissions  and as the rule says ‘SQL Server is unable to collect events due to insufficient permissions’ (Microsoft SQL Server\SQL Server 2000\SQL Server 2000 Event Collection). CAUSE Then I started to trace the reason for this event and this was due to a change in … Continue reading Unable to expand message: SQL Server is unable to collect events due to insufficient permissions

Create a Task to Display Service Packs & Hotfixes in MOM Operator Console

Justin Harter – MOM MVP has an excellent write up on HOW TO “Create a Task to Display Service Packs & Hotfixes” for selected MOM AGENT in MOM Operator Console which can be downloaded from MOM GUIDES on MOMresources.com. The procedure to create the task is achieved by simple WMIC command (one line); wmic /node:$Computer Name$ qfe GET description,hotfixid,installedby,installedon,servicepackineffect But, there is a known issue if $Computer Name$ contains special characters like ‘-‘ or ‘/’. For instance, if your $Computer Name$ = RIYADH-DC-01, then you will see ‘Invalid Global Switch’ message in the output window when you ran this task. To run this task … Continue reading Create a Task to Display Service Packs & Hotfixes in MOM Operator Console

Automatically Applying hot fixes (patches) to MOM Agents

Today morning, I was reading Andrzej’s “IT Thoughts” Weblog on TechNet and downloaded the script along with Management Pack AKM rules which monitors and backup event logs with MOM. To test this script I had to download HOT FIX 913366 as mentioned in the Blog entry above. I installed the hot fix on Microsoft Operations Manager 2005 Management Server and was wondering to install the hot fix automatically to all those Microsoft Operations Manager 2005 Agents. This was easy. To install the hot fix to all the agents automatically from MOM Server, see the following procedure; First, Install the hot … Continue reading Automatically Applying hot fixes (patches) to MOM Agents

MOM Warning Alert: AD Replication is occurring slowly

SYMPTOMS You  may see a warning alert in MOM Operator Console;Severity:  WarningStatus:  NewSource:  AD Replication MonitoringName:  AD Replication is occurring slowlyDescription:  The following DCs took more than three times the expected replication time to replicate. DESCRIPTION The following DCs took more than three times the expected replication time to replicate.Format: DC, Naming Context, Calculated Replication Time (in minutes). Intersite, expected replication time is 15 minutes. CAUSE This is due to IntersiteExpectedMaxLatency of 15 threshold of 15 minutes in AD Replication Monitoring script WORKAROUND   AD Replication Monitoring script Detects slow replication and replication problems. You can find AD Replication Monitoring … Continue reading MOM Warning Alert: AD Replication is occurring slowly

Configuring DHCP Management Pack to use Low-Privilege account or normal user account

If you are wondering to configure DHCP Management Pack to use Low-Privilege (MOM Action) account or normal user account without administrative privileges then that’s not supported. Monitoring functionality on an agent computer is provided by both the MOM Service (MOMService.exe) and the agent Action Account. To work properly, the DHCP Management Pack requires that the Action Account and the MOM Service account both have local Administrator rights on the monitored computer. Configurations with low-privileged accounts are not supported. MORE INFORMATION Monitoring in Low-Privilege Configuration with the Windows DHCP Management Packhttp://www.microsoft.com/technet/prodtechnol/mom/mom2005/Library/807086f1-8e1d-4f1f-b040-e07129a6a35b.mspx

Access denied to MOM Operator Console

After enabling access to MOM2005 Operations Console for users, the users are still unable to access / open MOM Operator Console with error; Access denied to server: <server name> MOM2005 is installed on Windows Server 2003 SP# 1 and due to changes in DCOM security on Windows 2003 Server SP1, the users connecting to the management Server must now also be in the “Distributed COM Users” local security group on the Management Server. MORE INFORMATION You receive a “You do not have the appropriate privilege” error message when you try to open the Microsoft Operations Manager (MOM) 2005 Administrator Console;http://support.microsoft.com/kb/895952/

HOW TO enable access to the Operations Console for users

The console Scopes defines which computer groups that user of the operator console can view and manage and depending on that you might want to add the users to the following local groups created during MOM2005 installation; MOM Administrators: MOM Administrators can view and modify settings in the Operations Console and in the Operations node, Management Packs node, and Administration nodes in the MOM Administration Console MOM Authors: MOM Authors can view and modify settings in the Operations Console, and in the Operations node and Management Packs node in the MOM Administration Console MOM Users: MOM Users can view and … Continue reading HOW TO enable access to the Operations Console for users

The MOM Server failed to install agent

DESCRIPTION While trying to push agent install from MOM2005 Server, you may see the following errors; SYMPTOMS The MOM Server failed to install agent on remote computer <FQDN>.Error Code: -2147023174 Error Description: The RPC server is unavailable. Microsoft Installer Error Description: No Description Available The MOM Server failed to perform specified operation on computer <FQDN>.Error Code: 5Error Description: Access is denied.  CAUSE This is seen if MOM ACTION is account is not having the required privileges on the remote computer. WORKAROUND Add MOM ACTION account to ‘Performance Monitor Users’ group (Members of this group have remote access to monitor this … Continue reading The MOM Server failed to install agent

MOM2005 Agent Install failed with Error Code: -2147023283

Before installing MOM2005 Agent, make sure Windows Installer 3.1 is installed. I just installed an agent on Windows 2000 server with old version of windows installer and saw this error; Failed:The MOM Server detected that remote computer <FQDN>has older version of Windows Installer installed. Please update to Windows Installer 3.1 version.Please refer to release notes for more details.   Error Code: -2147023283 Error Description: This installation package cannot be installed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service. DOWNLOAD http://www.microsoft.com/downloads/details.aspx?FamilyID=889482fc-5f56-4a38-b838-de776fd4138c&displaylang=en&Hash=F3N3X85#filelist  

AD MP: The script ‘AD Replication Monitoring’ encountered a permissions error.

DESCRIPTION The script ‘AD Replication Monitoring’ encountered a permissions error. The script failed to update this DCs monitoring object in the naming context ‘DC=DomainDnsZones,DC=sadad,DC=com’ because access was denied. Alter the permissions for this naming context so that the script can add this container, or change the parameters for this script to stop monitoring this naming context.The error returned was: ‘General access denied error’ (0x80070005)   CAUSE   This is due to lack of permissions for MOM ACTION account on MOMLatencyMonitors container in Active Directory (this container is hidden).   WORKAROUND Open Active Directory Users & Computers (DSA.msc). Click on view … Continue reading AD MP: The script ‘AD Replication Monitoring’ encountered a permissions error.