New Base OS SCOM MP (6.0.6958.0) and problems with report deployment

New Base OS SCOM MP (6.0.6958.0) and problems with report deployment
SHARE
Mark Blok,

Today I had my first expierence with the updated Windows Server OS Management Pack which can be downloaded at the following location: http://www.microsoft.com/download/en/details.aspx?id=9296

Of course I read the manual before importing it into a test Operations Manager Management Group. But I have to admit I oversaw one important comment in the guide.

So I imported all the .MP files and as normal practice I monitored the errors in the console and in the eventlog soon after the import finished. The error that appeared in the eventlog after a couple of minutes was the following:

Log Name:      Operations Manager

Source:        Health Service

Modules Date:          24-11-2011 10:23:46

Event ID:      31565

Task Category: Data Warehouse

Level:         Error

Keywords:      Classic

User:          N/A

Computer:      <RMS FQDN>

Description: Failed to deploy Data Warehouse component. The operation will be retried. Exception 'DeploymentException': Failed to perform Data Warehouse component deployment operation: Install; Component: Script, Id: '3a49a530-26a2-c525-35fe-69df5898f150', Management Pack Version-dependent Id: 'dbf18271-9643-32ff-4849-00d79d9e2a9d'; Target: Database, Server name: '<DB ServerName>', Database name: 'OperationsManagerDW'. Batch ordinal: 1; Exception: Incorrect syntax near the keyword 'with'. If this statement is a common table expression or an xmlnamespaces clause, the previous statement must be terminated with a semicolon. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near the keyword 'ELSE'.

One or more workflows were affected by this. 

Workflow name: Microsoft.SystemCenter.DataWarehouse.Deployment.Component Instance name: <RMS FQDN> Instance ID: {E5EEDF23-3C06-B007-D7F1-E6D2BA8659DF} Management group: <SCOM Management Group Name> Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Health Service Modules" />     <EventID Qualifiers="49152">31565</EventID>     <Level>2</Level>     <Task>3</Task>     <Keywords>0x80000000000000</Keywords>     <TimeCreated SystemTime="2011-11-24T09:23:46.000000000Z" />     <EventRecordID>18630414</EventRecordID>     <Channel>Operations Manager</Channel>     <Computer><SCOM RMS FQDN></Computer>     <Security />   </System>   <EventData>     <Data><Management Group Name></Data>     <Data>Microsoft.SystemCenter.DataWarehouse.Deployment.Component</Data>     <Data><SCOM RMS FQDN></Data>     <Data>{E5EEDF23-3C06-B007-D7F1-E6D2BA8659DF}</Data>     <Data>DeploymentException</Data>     <Data>Failed to perform Data Warehouse component deployment operation: Install; Component: Script, Id: '3a49a530-26a2-c525-35fe-69df5898f150', Management Pack Version-dependent Id: 'dbf18271-9643-32ff-4849-00d79d9e2a9d'; Target: Database, Server name: 'SCOM DB Server Name', Database name: 'OperationsManagerDW'. Batch ordinal: 1; Exception: Incorrect syntax near the keyword 'with'. If this statement is a common table expression or an xmlnamespaces clause, the previous statement must be terminated with a semicolon. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near the keyword 'ELSE'.</Data>   </EventData> </Event>

After 10 minutes the same error appeared in the Operations Manager EventLog and this keeps repeating every ten minutes. So I decided to pick up the guide again and once again it became clear why this step cannot be forgotten! The new management pack contains a new .MP called Microsoft.Windows.Server.Reports.mp

In the MP guide it is clearly stated that this MP is not compatible with SQL 2005 and only with SQL 2008. This means the new reports are not available if you are running the OpsMgr Databases on SQL 2005. The solution is of course simple, just delete te reports MP or move your databases to a SQL 2008 installation.

After deleting the MP the error events in the Operations Manager log are not reoccuring and the correlated Alert in the OpsMgr Console closed itself.

Live online training: Failover Clustering with Hyper-V

Designing a Highly Available Infrastructure for the Private Cloud If you are new to Hyper-V and building a highly available infrastructure for the Private Cloud then don’t miss this free session by Symon Perriman and Elden Christensen on December 6, 2011. Sym…

Updated Linux Integration Services for Hyper-V Version 3.2

[Update: from Mike Sterling’s mail detailing the changes since version 3.1] Microsoft released an updated version of Linux Integration Services for Hyper-V v3.2 and can be found here: http://207.46.154.156/downloads/en/details.aspx?FamilyID=216de3c4-f598-4dff…

Jaap Wesselius interviews Hans Vredevoort on Windows 8

Just before //build/ NGN invited the Hyper-V.nu crew over for a series of interviews. Jaap Wesselius who originally started the Hyper-V usergroup accepted the role of the interviewer. Peter Noorderijk, Maarten Wijsman and myself were asked to answer Jaap’s qu…

Cumulative Update 3 for System Center Service Manager 2010 …

Cumulative Update 3 (CU3) KB 2588492 for Microsoft System Center Service Manager 2010 Service Pack 1 (SP1) is available for download from the Microsoft Download website. This cumulative update is a rollup of fixes for System Center Service Manager 2010 SP1. I…

New Base OS SCOM MP (6.0.6958.0) and problems with report deployment

New Base OS SCOM MP (6.0.6958.0) and problems with report deployment
SHARE
mark,

Today I had my first expierence with the updated Windows Server OS Management Pack which can be downloaded at the following location: http://www.microsoft.com/download/en/details.aspx?id=9296

Of course I read the manual before importing it into a test Operations Manager Management Group. But I have to admit I oversaw one important comment in the guide.

So I imported all the .MP files and as normal practice I monitored the errors in the console and in the eventlog soon after the import finished. The error that appeared in the eventlog after a couple of minutes was the following:

Log Name:      Operations Manager

Source:        Health Service

Modules Date:          24-11-2011 10:23:46

Event ID:      31565

Task Category: Data Warehouse

Level:         Error

Keywords:      Classic

User:          N/A

Computer:      <RMS FQDN>

Description: Failed to deploy Data Warehouse component. The operation will be retried. Exception 'DeploymentException': Failed to perform Data Warehouse component deployment operation: Install; Component: Script, Id: '3a49a530-26a2-c525-35fe-69df5898f150', Management Pack Version-dependent Id: 'dbf18271-9643-32ff-4849-00d79d9e2a9d'; Target: Database, Server name: '<DB ServerName>', Database name: 'OperationsManagerDW'. Batch ordinal: 1; Exception: Incorrect syntax near the keyword 'with'. If this statement is a common table expression or an xmlnamespaces clause, the previous statement must be terminated with a semicolon. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near the keyword 'ELSE'.

One or more workflows were affected by this. 

Workflow name: Microsoft.SystemCenter.DataWarehouse.Deployment.Component Instance name: <RMS FQDN> Instance ID: {E5EEDF23-3C06-B007-D7F1-E6D2BA8659DF} Management group: <SCOM Management Group Name> Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Health Service Modules" />     <EventID Qualifiers="49152">31565</EventID>     <Level>2</Level>     <Task>3</Task>     <Keywords>0x80000000000000</Keywords>     <TimeCreated SystemTime="2011-11-24T09:23:46.000000000Z" />     <EventRecordID>18630414</EventRecordID>     <Channel>Operations Manager</Channel>     <Computer><SCOM RMS FQDN></Computer>     <Security />   </System>   <EventData>     <Data><Management Group Name></Data>     <Data>Microsoft.SystemCenter.DataWarehouse.Deployment.Component</Data>     <Data><SCOM RMS FQDN></Data>     <Data>{E5EEDF23-3C06-B007-D7F1-E6D2BA8659DF}</Data>     <Data>DeploymentException</Data>     <Data>Failed to perform Data Warehouse component deployment operation: Install; Component: Script, Id: '3a49a530-26a2-c525-35fe-69df5898f150', Management Pack Version-dependent Id: 'dbf18271-9643-32ff-4849-00d79d9e2a9d'; Target: Database, Server name: 'SCOM DB Server Name', Database name: 'OperationsManagerDW'. Batch ordinal: 1; Exception: Incorrect syntax near the keyword 'with'. If this statement is a common table expression or an xmlnamespaces clause, the previous statement must be terminated with a semicolon. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near ','. Incorrect syntax near the keyword 'ELSE'.</Data>   </EventData> </Event>

After 10 minutes the same error appeared in the Operations Manager EventLog and this keeps repeating every ten minutes. So I decided to pick up the guide again and once again it became clear why this step cannot be forgotten! The new management pack contains a new .MP called Microsoft.Windows.Server.Reports.mp

In the MP guide it is clearly stated that this MP is not compatible with SQL 2005 and only with SQL 2008. This means the new reports are not available if you are running the OpsMgr Databases on SQL 2005. The solution is of course simple, just delete te reports MP or move your databases to a SQL 2008 installation.

After deleting the MP the error events in the Operations Manager log are not reoccuring and the correlated Alert in the OpsMgr Console closed itself.

Uninstalling SCSM 2012 – Error opening installation log fil…

As part of the installation of SCSM 2012 Beta in my lab-environment I crossed an issue with uninstalling the previous installed version of SCSM 2012 (build CTP1). Of course we don’t have the intention to make it a habit uninstalling SCSM J – but i…

How to Bare Metal Deploy a Hyper-V server via VMM2012 and H…

Some time ago I did a series on Bare Metal Deployment of Hyper-V servers with Virtual Machine Manager 2012 Beta. Back in March I tested with HP BL460 G6 servers which have an Insight Lights-Out (iLO2) Baseboard Management Controller (BMC). This time I was abl…

Follow Inovativ on Twitter Visit Inovativ.nl Visit Inovativ.nl
Most read
Search
Keywords
Archive