<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>System Center: Operations Manager Engineering Team Blog</title><link>http://blogs.technet.com/b/momteam/</link><description>Straight from the System Center Engineering Team!</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Clarification on SQL Server Collation Requirements for System Center 2012</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx</link><pubDate>Fri, 25 May 2012 14:15:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3500113</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3500113</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Introduction and Problem Statement&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;There has been quite a bit of confusion over the requirements for SQL Server collation for the various components of System Center. We didn’t make a coordinated effort here to make this as easy as it could and should be. The documentation has conflicts within itself in some cases. We will be cleaning up the documentation over the next few days so that it is consistent and clear. Since the documentation is still component focused, we want to take this opportunity to provide a holistic view of the SQL Server collation requirement across the suite. This will hopefully clear things up and over time it will become even clearer as we make changes in the product itself to be consistent on this requirement.&lt;/p&gt;  &lt;p&gt;SQL Server collation for those of you that are unfamiliar with the concept is how SQL Server controls the sorting, storage, indexing, and comparisons of characters in a database. It is essential to use the right collation depending on the type of data that you intend to store in order to ensure that the system will function correctly. If you use the wrong collations, searches may be less effective or not work at all, sorting might produce unexpected results, and other problems can happen when inserting or retrieving data.&lt;/p&gt;  &lt;p&gt;There are two types of collations – &lt;a href="http://msdn.microsoft.com/en-us/library/ms180175.aspx"&gt;SQL Server collations&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ms188046.aspx"&gt;Windows collations&lt;/a&gt;. Generally speaking, SQL Server collations start with “SQL_” and Windows collations do not. SQL Server can use either a SQL Server collation or a Windows collation. Collation names are things like “Latin1_General_100_” or “Chinese_PRC_”. Following that name there are typically some indicators in the name for case sensitivity and accent sensitivity. CI = Case Insensitive, CS = Case sensitive. AI = Accent Insensitive, AS = Accent sensitive. Thus a complete collation name might be something like &lt;b&gt;Latin1_General_CI_AS. &lt;/b&gt;This&lt;b&gt; &lt;/b&gt;is a Windows collation which would stand for Latin1 (language) case insensitive and accent sensitive. Some of the newer collation names also have a number in them like 90 or 100. These refer to the version of SQL Server they were built for – 90 = 9.0 = SQL Server 2005, 100 = 10.0 = SQL Server 2008. You can read more about collations &lt;a href="http://msdn.microsoft.com/en-us/library/ms188046.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ms180175.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Historically, System Center products have been tested and supported with &lt;i&gt;only&lt;/i&gt; the SQL_Latin1_General_CP1_CI_AS collation. It is the default collation when you install SQL Server on an EN-US Windows Server. When you install SQL on all other languages of the Windows OS the collation default will be something different, typically a Windows collation. The SQL Server collations are no longer being updated and will eventually be phased out in favor of the Windows collations. Therefore, the SQL_Latin1_General_CP1_CI_AS collation doesn’t have some of the latest Unicode characters in its codepage which can cause some problems for those languages which have recently added characters to Unicode. Historically this has been a minimal to non-existent issue. With the introduction of Service Manager to the System Center suite we had our first component that has (a) a full-text searchable knowledge base and (b) a user base that included not just IT people but really the entire organization. The result is that data is stored in newer Unicode characters more often. We started hitting search and sort issues with customers that were using the SQL_Latin1_General_CP1_CI_AS collation during the beta testing of Service Manager 2012 because they were storing some of the newer Unicode characters in the database that weren’t in the SQL_Latin1_General_CP1_CI_AS collation codepage.&lt;/p&gt;  &lt;p&gt;The SQL Server team advised us that we should start switching to the Windows collations to minimize these issues from happening. That is why when you are installing SCSM on a SQL Server that is using the SQL_Latin1_General_CP1_CI_AS collation you will see this warning message:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0486.clip_5F00_image001_5F00_33A82E98.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/4048.clip_5F00_image001_5F00_thumb_5F00_52EAD56B.png" width="244" height="143" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can bypass this warning message and continue to install using the SQL_Latin1_General_CP1_CI_AS. Further, the SQL_Latin1_General_CP1_CI_AS collation was not listed as a supported collation on the &lt;a href="http://technet.microsoft.com/en-us/library/hh495583.aspx"&gt;Language Support for System Center 2012 - Service Manager&lt;/a&gt; page on the TechNet Library. The required collation for SCSM per the documentation currently is Latin1_General_100_CI_AS (note the 100).&lt;/p&gt;  &lt;p&gt;Because all other System Center components (except SCOM which can also be installed on a few other additional collations – more on that in a minute) are required to be installed on SQL_Latin1_General_CP1_CI_AS, most people thought they would need a dedicated SQL Server instance for SCSM. We would generally recommend having a separate instance of SQL Server for running SCSM for performance and scalability reasons, but understand that there are probably plenty of cases where it makes sense to collocate SCSM and other System Center components on a single SQL Server instance.&lt;/p&gt;  &lt;p&gt;Further, in &lt;a href="http://technet.microsoft.com/en-us/library/hh524312"&gt;one place the SCSM product documentation&lt;/a&gt; indicated that the SCOM DB and the SCSM DBs had to be exactly the same collation. This effectively meant that there was a conflict in the documentation.&lt;/p&gt;  &lt;p&gt;The rest of this blog will describe how we are going to resolve this and what steps we are taking to make this more clear.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Resolution for System Center 2012&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;We have recently updated the documentation to add support for the following additional collations for SCOM:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;&lt;b&gt;Language&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;&lt;b&gt;Collation&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;English&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;SQL_Latin1_General_CP1_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;English &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Latin1_General_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;English &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Latin1_General_100_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;French &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;French_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;German, Brazil (Portugese), Italian &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Latin1_General_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;Russian &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Cyrillic_General_CI_AS &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;Chinese CHS &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Chinese_PRC_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;Japanese &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Japanese_CI_AS &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;Spanish &lt;b&gt;(new)&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Traditional_Spanish_CI_AS &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;We will also be updating the SCSM documentation to &lt;i&gt;add&lt;/i&gt; support for the following additional collations:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;&lt;b&gt;Language&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;&lt;b&gt;Collation&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;English (new)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;SQL_Latin1_General_CP1_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="277"&gt;         &lt;p&gt;English (new)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="276"&gt;         &lt;p&gt;Latin1_General_CI_AS&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;I will now attempt to clarify what is meant when the documentation says that “You must use the same supported language collations if you intend to import data from Operations Manager into Service Manager.” This is true &lt;i&gt;only &lt;/i&gt;for the OM OperationsManager database and the SM DWStagingAndConfig database in the scenario of creating an OM Data Source for the DW. To be clear this is known in the UI as a Data Warehouse Data Source. This does &lt;b&gt;&lt;u&gt;not&lt;/u&gt;&lt;/b&gt; affect either the SCOM -&amp;gt; SCSM Configuration Item connector or the SCOM -&amp;gt; SCSM Alert -&amp;gt; Incident connector. Visually – this is what I am talking about:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/4213.clip_5F00_image002_5F00_0B294C84.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0312.clip_5F00_image002_5F00_thumb_5F00_234CB6DF.png" width="244" height="160" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOT &lt;/b&gt;this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0081.clip_5F00_image003_5F00_1E6A0323.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/1070.clip_5F00_image003_5F00_thumb_5F00_2F6E3106.png" width="244" height="133" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The problem with using different locales is because we use a special .Net class called &lt;a href="http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx"&gt;SqlBulkCopy&lt;/a&gt; to copy the data from the OperationsManager database to the SM DWStagingAndConfig database. This particular class will throw an exception that looks like this if the Locale ID of the collations of the source and target DBs don’t match.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;ETL Module Execution failed:&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;ETL process type: Extract&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Batch ID: 594&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Module name: Extract_ManagedType_CTI_OM12_CHS&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Message: The source Column &amp;quot;TypeName&amp;quot; locale ID &amp;quot;1033&amp;quot; and the target column &amp;quot;TypeName&amp;quot; locale ID &amp;quot;2052&amp;quot; do not match.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Thus, the OM OperationsManager database and the SM DWStagingAndConfig database must have matching collation &lt;i&gt;locales&lt;/i&gt; (not necessarily the exact same collation). All other databases in OM and SM can have mismatched collations (and even locales) if needed so long as you are using a collation which is supported by that particular component. This is because in other points of integration we are not using this SqlBulkCopy class to copy the data over.&lt;/p&gt;  &lt;p&gt;If you have databases with collations that don’t match then you will &lt;b&gt;&lt;u&gt;not&lt;/u&gt;&lt;/b&gt; be able to use the SCOM -&amp;gt; SCSM DW integration which brings over alerts from the OM OperationsManager &lt;b&gt;DB (not DW)&lt;/b&gt; to the SM DWStagingAndConfig.&lt;/p&gt;  &lt;p&gt;We have also produced a support matrix which indicates the supported combinations of using SM DWStagingAndConfig databases and OM OperationsManager databases together in cases where the locale IDs are compatible.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/6761.clip_5F00_image005_5F00_43874D8F.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/2541.clip_5F00_image005_5F00_thumb_5F00_3B237838.jpg" width="999" height="580" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Any of the green squares will be supported in combination with each other. The ‘Y’ squares have been specifically tested and passed the tests. The Y*, Y**, Y*** squares have not been specifically tested, but because they are very similar to other combinations tested should be fine and we will deal with any issues on a case by case basis through support. Any combination outside of a green box may or may not work and are not supported. The green combinations should cover the majority of common use cases. If there is a combination that is currently on the unsupported list and you would like to see it supported, please leave a comment below and we’ll take a look at the request. The documentation will be updated to reflect this matrix in the next couple of weeks but you can use this as a guide for now.&lt;/p&gt;  &lt;p&gt;This matrix indicates that you &lt;i&gt;may&lt;/i&gt; use SQL_Latin1_General_CP1_CI_AS for SCSM but please be aware that storage of the newer Unicode characters may cause your database to function incorrectly and require a support case to attempt to resolve the issue. Using SQL_Latin1_General_CP1_CI_AS in combination with storing Unicode characters which are not supported by the codepage for SQL_Latin1_General_CP1_CI_AS is &lt;b&gt;&lt;u&gt;not supported&lt;/u&gt;. &lt;/b&gt;If you need to store those newer characters then use a Windows Latin collation - either Latin1_General_CI_AS or Latin1_General_100_CI_AS.&lt;/p&gt;  &lt;p&gt;You may be asking “Why doesn’t SCOM support Latin1_General_&lt;b&gt;100&lt;/b&gt;_CI_AS?” It should, but right now the setup is designed to &lt;i&gt;block&lt;/i&gt; installing SCOM on any other collation besides those listed above for SCOM. Without taking a code change to setup and re-releasing the product we can’t change this until the next release.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Future Plans&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;We will make this simpler going forward and be more progressive in supporting and using the most up to date collations. To do this we will be modifying setup of all the SC components in the next release to require the latest Windows collations available at that time for that version of SQL Server that you are attempting to install on. The collation versions will likely be updated over time by the Windows/SQL Server team so our requirements will stay in lockstep with them. That means for example if when you are installing any component of System Center on SQL Server 2008 in the next release we will require the Latin1_General_100_CI_AS collation for an English system. If you are installing on SQL Server 2012 we will require Latin1_General_1&lt;b&gt;1&lt;/b&gt;0_CI_AS (assuming there is such a thing as _110_ - I don’t know right now). This will only apply to &lt;b&gt;&lt;i&gt;&lt;u&gt;new &lt;/u&gt;&lt;/i&gt;&lt;/b&gt;installations. Upgrade installations will not be subject to this and we will continue to support the older collations for those upgraded databases.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Conclusion&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;We hope this provides more flexibility and clarity in how you deploy System Center 2012. We will update the documentation accordingly. We apologize for any confusion and inconvenience. We will make this better going forward by being more consistent across the suite while at the same time improving the quality of the product by using the latest collations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3500113" width="1" height="1"&gt;</description></item><item><title>Collecting 32-bit Performance Counters Using a 64-bit Operations Manager Agent</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/25/collecting-32-bit-performance-counters-using-a-64-bit-operations-manager-agent.aspx</link><pubDate>Fri, 25 May 2012 05:43:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3500011</guid><dc:creator>Gustavo R Lima</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3500011</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/25/collecting-32-bit-performance-counters-using-a-64-bit-operations-manager-agent.aspx#comments</comments><description>&lt;p&gt;With System Center Operations Manager 2012, the&amp;nbsp;32-bit agent cannot be installed in a 64-bit server. Although&amp;nbsp;- in general - 32-bit applications can still be monitored by the 64-bit agent, you won&amp;rsquo;t be able to collect 32-bit custom performance counters by using the standard, performance-based, rules and monitors. By standard, I mean the rules and monitors you can create via the console by selecting &amp;ldquo;Windows Performance Counters&amp;rdquo; in the Create a New Rule/Monitor wizards.&lt;/p&gt;
&lt;p&gt;Nonetheless, with some dose of backstage maneuvering, this limitation can be circumvented. In this post, I would like to show you how you can do that. The short answer is: use the &lt;b&gt;log-based performance counter data source!&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;It turns out that, buried in the &lt;strong&gt;Performance Library Management Pack&lt;/strong&gt; (System.Performance.Library),&amp;nbsp;we can find the building blocks we need to achieve our goal. This MP includes all of the rules and monitors used in the standard&amp;nbsp;performance counter collection, as well as those needed for log-based counter collection. These rules and monitors are able to collect performance counter data by parsing&amp;nbsp;Windows Performance Monitor (perfmon) log files. Hence, they are called &amp;ldquo;PerformanceLogBased&amp;rdquo; and all rely on the &lt;b&gt;PerformanceLogDataProvider &lt;/b&gt;data source module to do the parsing.&amp;nbsp; Unfortunately, this feature is not exposed through the SCOM console, so that&amp;rsquo;s where the &amp;ldquo;backstage&amp;rdquo; maneuvering comes into place.&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-size: medium;"&gt;What is needed?&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;A simple custom MP which takes advantage of the rules/monitors defined in the Performace Library.&lt;/li&gt;
&lt;li&gt;Windows Performance Monitor logging (perfmon). Logging must be enabled for each counter which needs to be collected.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;&lt;span style="font-size: x-large;"&gt;A Simple Example&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;b&gt;Goal:&lt;/b&gt; Collect and monitor the number of remote desktop sessions in agents and change state of the monitor to &amp;ldquo;Critical&amp;rdquo; when this number&amp;nbsp;exceeds 4&amp;nbsp;over 2 consecutive samples. We also want to store the counter values as performance data in the Operational Database.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Performance Counter:&lt;/b&gt; Terminal Services/Total Sessions&lt;/p&gt;
&lt;h2&gt;Unit Monitor Definition&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;UnitMonitor ID="PerfLogConsecutiveSamplesMonitor" Accessibility="Public" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.Agent" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.PerformanceLogBased.ConsecutiveSamplesThreshold" ConfirmDelivery="false"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;Category&amp;gt;AvailabilityHealth&amp;lt;/Category&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;OperationalStates&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OperationalState ID="Green" MonitorTypeStateID="ConditionFalse" HealthState="Success" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;OperationalState ID="Red" MonitorTypeStateID="ConditionTrue" HealthState="Error" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/OperationalStates&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LogFileDirectory&amp;gt;%SystemDrive%\LogFiles\Perflogs&amp;lt;/LogFileDirectory&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;LogFilePattern&amp;gt;TerminalServices*.csv&amp;lt;/LogFilePattern&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;LogIsUTF8&amp;gt;false&amp;lt;/LogIsUTF8&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Threshold&amp;gt;4&amp;lt;/Threshold&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Direction&amp;gt;greater&amp;lt;/Direction&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;NumSamples&amp;gt;2&amp;lt;/NumSamples&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/UnitMonitor&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;As it can be seen, this monitor uses the &lt;i&gt;System.Performance.PerformanceLogBased.ConsecutiveSamplesThreshold &lt;/i&gt;monitor type, which&amp;nbsp;does exactly what we want: It changes state whenever the value of the performance counter&amp;nbsp;violates the configured threshold over a consecutive number of samples.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Configuration&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;b&gt;LogFilePattern&lt;/b&gt;&lt;/em&gt;: the name of the file(s) containing the performance data. In this case, I've used the wild card character (*) to indicate that it should look for all files which start with &amp;ldquo;TerminalServices&amp;rdquo; and have a .csv extension. Later, we need to tell perfmon to log to a file with the same name format.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;em&gt;LogFileDirectory&lt;/em&gt;: &lt;/b&gt;where the monitor will look for the files matching the pattern.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;em&gt;LogIsUTF8&lt;/em&gt;:&lt;/b&gt; indicates whether the parsing algorithm should decode based on UTF-8 or not.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;em&gt;Threshold&lt;/em&gt;:&lt;/b&gt; the value above or under which this monitor will change state.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;em&gt;NumSamples&lt;/em&gt;:&lt;/b&gt; the number of consecutive samples that need to violate the threshold before the monitor changes state.&lt;/p&gt;
&lt;h2&gt;Collection Rule Definition (Storing counter data in the Ops DB)&lt;/h2&gt;
&lt;p&gt;The following rule collects the performance counters logged to files in the &lt;i&gt;TerminalServices*.csv&lt;/i&gt; format (e.g. TerminalServices01.csv, TerminalServices02.csv), residing in the &lt;i&gt;%SystemDrive%\LogFiles\Perflogs&lt;/i&gt; directory. It will then store the collected values in the Operational database as performance data. This data can then be viewed as usual, through performance views and dashboards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;Rule ID="PerfLogBasedCollectionRule" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.Agent" ConfirmDelivery="false"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Category&amp;gt;Maintenance&amp;lt;/Category&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataSources&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataSource ID="PerfLogRuleDS" TypeID="Performance!System.Performance.PerformanceLogDataProvider"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;LogFileDirectory&amp;gt;%SystemDrive%\LogFiles\Perflogs&amp;lt;/LogFileDirectory&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;LogFilePattern&amp;gt;TerminalServices*.csv&amp;lt;/LogFilePattern&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;LogIsUTF8&amp;gt;false&amp;lt;/LogIsUTF8&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/DataSource&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataSources&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WriteActions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WriteAction ID="PerfLogRuleWA" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/WriteActions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Rule&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Some Observations:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Only 1 performance counter (combination of performance object + counter name + instance) per file. The PerformanceLogDataProvider data source module does not support multiple counters. For example, logging P&lt;i&gt;rivateBytes &lt;/i&gt;for all instances of the &lt;i&gt;w3wp.exe &lt;/i&gt;process will not work. Just one instance per file. &lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;The file should be in CSV format (by default, perfmon logs are in a binary format &amp;ndash; that needs to be changed, as shown below)&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Cyclic logging should not be used. I recommend starting a new file in a sequential manner, based on a size limit or time schedule. For instance, in this case we would have TerminalServices1.csv, TerminalServices2.csv, etc. All logged to the same directory.&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;If the health service is stopped and then started at a later time, parsing should resume from where it stopped at the time the service shut down.&amp;nbsp; When a computer comes back from maintenance mode however, collection will restart as new entries are logged (data produced while the agent was under maintenance is not collected).&lt;/li&gt;
&lt;li&gt;You can define Alerts for the monitor via the UI console by going to this monitor's properties and setting the Alert configuration.&lt;/li&gt;
&lt;li&gt;Although these workflows are targetting the Agent computers, you could define your own type (e.g. a certain app) and specify that as the target. Of course, you would have to create discovery rules to discover instances of the type.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Import the MP with the rules and monitors&lt;/h2&gt;
&lt;p&gt;Assemble an MP file with your final rules and monitors. One option here is to create a new MP by using the Create a Rule wizard, exporting that MP and then editing it to include your custom rules and monitors.&amp;nbsp;Once&amp;nbsp;ready,&amp;nbsp;re-import your final MP.&lt;/p&gt;
&lt;h2&gt;Enabling PerfMon Logging&lt;/h2&gt;
&lt;p&gt;The last piece of work that needs to be done before data starts flowing is actually logging the counters to where Operations Manager is supposed to find them and in the format it is expecting.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The steps involved are:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Enable a new User Defined Data Collector Set in Windows Performance Monitor (perfmon). Choose the &lt;b&gt;&lt;i&gt;Create manually (Advanced)&lt;/i&gt;&lt;/b&gt; option and then check the &lt;b&gt;&lt;i&gt;Performance counter &lt;/i&gt;&lt;/b&gt;checkbox.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8780.1.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8780.1.png" width="271" height="224" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/6320.2.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/6320.2.png" width="282" height="228" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/1220.3.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/1220.3.png" width="271" height="228" /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/3683.2.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;2. &lt;span style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Add the desired counter to the set (only 1 counter should be added) and choose the Sample Interval.&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8524.4.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8524.4.png" width="281" height="243" /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/6646.4.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. Choose the root directory to where the file will be written, save and close the wizard, without starting the collector. This should be the same directory specified in the rule/monitor.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/6215.5.jpg"&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5807.6.jpg"&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5516.5.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5516.5.png" width="273" height="248" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8206.6.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/8206.6.png" width="293" height="247" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;4. Right-Click on the newly created Data Collector Set and select &lt;strong&gt;&lt;em&gt;Properties&lt;/em&gt;&lt;/strong&gt;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/3201.7.jpg"&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/0815.7.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/0815.7.png" width="288" height="226" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;5. On the &lt;b&gt;&lt;i&gt;Directory&lt;/i&gt;&lt;/b&gt;&lt;i&gt; &lt;/i&gt;tab, uncheck the &lt;b&gt;&lt;i&gt;Prefix subdirectory with computer name&lt;/i&gt;&lt;/b&gt; checkbox and make sure the &lt;b&gt;&lt;i&gt;Subdirectory name format&lt;/i&gt;&lt;/b&gt; textbox is empty. Apply those settings. On the &lt;i&gt;Schedule&lt;/i&gt; and &lt;i&gt;Stop Condition&lt;/i&gt; tabs in this window, you can optionally set a new file to be generated after the current one reaches a limit or based on a schedule.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/2671.8.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/2671.8.png" width="315" height="272" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/4278.8.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;6. Open the &lt;em&gt;&lt;strong&gt;Properties&lt;/strong&gt;&lt;/em&gt; for the DataCollector file. In the &lt;strong&gt;&lt;em&gt;Log format&lt;/em&gt;&lt;/strong&gt; drop box, select &lt;strong&gt;Comma Separated&lt;/strong&gt;.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/7888.9.jpg"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5165.10.jpg"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/3288.9.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/3288.9.png" width="350" height="137" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5383.10.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/5383.10.png" width="315" height="245" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;7. Select the &lt;b&gt;&lt;i&gt;File&lt;/i&gt;&lt;/b&gt; tab and make sure the &lt;b&gt;&lt;i&gt;Log file name&lt;/i&gt;&lt;/b&gt; matches the pattern&amp;nbsp;expected by Operations Manager (as specified in the configuration for LogFilePattern). Apply and close the properties window.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/7610.11.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/7610.11.png" width="302" height="259" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16/0815.11.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;8. Start the data collector.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;strong&gt;Other Monitor Types Available&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;There's pretty much a 1-1 matching between what can be done via standard performance data collection and the log-based one. Just like in the standard case, there are log-based monitors for:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Self Tuning Thresholds &lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;2-State Above&lt;/li&gt;
&lt;li&gt;2-State Baselining&lt;/li&gt;
&lt;li&gt;2-State Below&lt;/li&gt;
&lt;li&gt;3-State Baselining&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Single Thresholds&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Average Threshold&lt;/li&gt;
&lt;li&gt;Consecutive Samples over Threshold&lt;/li&gt;
&lt;li&gt;Delta Threshold&lt;/li&gt;
&lt;li&gt;Simple Threshold&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Double Thresholds&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Double Threshold&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Delta Double Threshold&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Average Double Threshold&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Refer to the Performance Library MP (System.Performance.Library) to look at their configuration. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Happy Log-Based Performance Counter Collection!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3500011" width="1" height="1"&gt;</description></item><item><title>KB: Unable to see any performance or availability details using System Center 2012 Operations Manager widgets</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/23/kb-unable-to-see-any-performance-or-availability-details-using-system-center-2012-operations-manager-widgets.aspx</link><pubDate>Wed, 23 May 2012 15:48:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499607</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3499607</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/23/kb-unable-to-see-any-performance-or-availability-details-using-system-center-2012-operations-manager-widgets.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2711375"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one talks about an issue where you may be unable to see any performance or availability details using System Center 2012 Operations Manager widgets&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When using performance widgets in System Center 2012 Operations Manager (OpsMgr), you may experience one or more of the following symptoms:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;While creating Performance widgets, none of the performance objects/counters are shown in the wizard.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;You are unable to retrieve availability details using OpsMgr state widgets. &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Network dashboard views are not showing any availability details or performance details.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The Reset Health State task fails with the exception below shown under the task status view:&lt;/p&gt;   &lt;/li&gt;  &lt;/ol&gt;  &lt;p&gt;&lt;strong&gt;A module reported an error 0x80070490 from a callback which was running as part of rule &amp;quot;System.Health.ResetState&amp;quot; running for instance &amp;quot;&amp;lt;instance name&amp;gt;&amp;quot; with id:&amp;quot;{GUID}&amp;quot; in management group &amp;quot;&amp;lt;Management Group Name&amp;gt;&amp;quot;. &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Error Code: -2130771918 (Unknown error (0x80ff0032)).&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if the Management Group ID is different in the “MT_ManagementGroup” and “__MOMManagementGroupInfo__” tables. If you create the OperationsManager DB using “DBCreateWizard.exe”, the Management Group GUIDs will be different. We can safely change the Management Group ID in “__MOMManagementGroupInfo__” table.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; This issue will only happen on upgraded environments from System Center Operations Manager 2007 R2.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, complete the steps below.&lt;/p&gt;  &lt;p&gt;1. Find the Management Group ID in “MT_ManagementGroup” and “__MOMManagementGroupInfo__” tables. To do this, run the following queries on the OperationsManager Database:&lt;/p&gt;  &lt;dl&gt; &lt;dt&gt;     &lt;p&gt;&lt;strong&gt;Select ManagementGroupId from __MOMManagementGroupInfo__&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;&lt;strong&gt;Select Id_6B1D1BE8_EBB4_B425_08DC_2385C5930B04 from MT_ManagementGroup&lt;/strong&gt;&lt;/p&gt;   &lt;/dt&gt;    &lt;p&gt;2. If the GUIDs are different, change the Management Group ID in the “__MOMManagementGroupInfo__” table. To do this, run the following query to update the “__MOMManagementGroupInfo__” table:&lt;/p&gt;  &lt;/dl&gt;  &lt;p&gt;&lt;strong&gt;Update __MOMManagementGroupInfo__ SET ManagementGroupId = '&amp;lt;GUID&amp;gt;'&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; Change the “GUID” to match the ID from “MT_ManagementGroup” table.&lt;/p&gt;  &lt;p&gt;3. Once the query is executed, restart the System Center Data Access Service, the System Center Management Configuration and the System Center Management services on the Management server.&lt;/p&gt;  &lt;p&gt;4. Re-open the OpsMgr console using “clearcache” switch. For example, run the following command at a command prompt:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;microsoft.mom.ui.console.exe /clearcache&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Make sure that you have recent backups of the OperationsManager and OperationsManagerDW databases before updating the tables.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2711375"&gt;2711375 - Unable to see any performance or availability details using System Center 2012 Operations Manager widgets&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499607" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/performance/">performance</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Availability/">Availability</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Widgets/">Widgets</category></item><item><title>KB: Understanding Operations Manager Maintenance Mode</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/23/kb-understanding-operations-manager-maintenance-mode.aspx</link><pubDate>Wed, 23 May 2012 14:30:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499588</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3499588</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/23/kb-understanding-operations-manager-maintenance-mode.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704170"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one is a basic overview of what Maintenance Mode is and when/how you’d want to use it, plus a couple common issues you may run into. &lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;div style="line-height: normal; list-style-type: disc; border-spacing: 2px 2px;" class="sectionbody" name="sectionbody"&gt;&lt;b&gt;&lt;font style="font-size: 12pt;"&gt;What is Maintenance Mode?&lt;/font&gt;&lt;/b&gt;&lt;font style="font-size: 12pt;"&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;      &lt;br /&gt;Maintenance mode is a feature in Operations Manager to suspend monitoring of an object during regular software or hardware maintenance activities like Software Update installations, Hardware replacements, etc.       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;What happens when an object is put into Maintenance Mode&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;When an object is placed into Maintenance Mode, all workflows targeted against that object are suspended during that specific interval. This prevents Alerts and Notifications from being generated by the workflows targeted against the object in Maintenance Mode and helps reduce alerting noise during a planned maintenance activity on the server. In Maintenance Mode, alerts, notifications, rules, monitors, automatic responses, state changes and new alerts are suppressed at the agent.       &lt;br /&gt;      &lt;br /&gt;The following event is logged on the Operations Manager event log during starting and ending of Maintenance Mode for a monitored object:       &lt;br /&gt;      &lt;br /&gt;=============================================       &lt;br /&gt;      &lt;br /&gt;Log Name: Operations Manager       &lt;br /&gt;Source: HealthService      &lt;br /&gt;Date:       &lt;br /&gt;vent ID: 1216       &lt;br /&gt;Task Category: Health Service       &lt;br /&gt;Level: Information       &lt;br /&gt;Keywords: Classic       &lt;br /&gt;User: N/A       &lt;br /&gt;Computer: Server.Domain.COM       &lt;br /&gt;Description:       &lt;br /&gt;Resuming monitoring for instance &amp;quot;Database&amp;quot; with id:&amp;quot;{GUID}&amp;quot; as the instance maintenance mode is OFF. Management group &amp;quot;MG&amp;quot;.       &lt;br /&gt;      &lt;br /&gt;=============================================       &lt;br /&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;IMPORTANT NOTE:&lt;/b&gt;      &lt;br /&gt;&lt;i&gt;It is not recommend that you put management servers into Maintenance Mode. Configuration distribution, the heartbeat feature, and other features for the system might become unreliable. If you place a management server into Maintenance Mode, alerts, notifications, rules, monitors, automatic responses, state changes, and new alerts generated on the management server will be suppressed. The health service on the management server continues to run. Alerts, notifications, rules, monitors, automatic responses, state changes, and new alerts from other agent-managed computers will be processed and displayed as appropriate.&lt;/i&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;How to put an object into Maintenance Mode&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;In Operations Manager, Monitoring is based on specific classes. A specific monitored object on an agent can be put into Maintenance Mode instead of putting the entire Computer into Maintenance Mode.       &lt;br /&gt;      &lt;br /&gt;In the example below, the SQL Database Engine running on Server A will be updated to the current version. This software update maintenance is expected to take 30 minutes to complete. During this time, the default instance of the SQL Database engine running on this server will not be available.       &lt;br /&gt;      &lt;br /&gt;In this case, we can put the SQL Database engine and its entire contained object into Maintenance Mode instead of putting the entire server into Maintenance Mode. This helps in monitoring the Operating System and other applications running on the server while SQL maintenance is performed.       &lt;br /&gt;      &lt;br /&gt;The default instance of SQL running on Server A can be put into Maintenance mode as follows (Note that this article assumes that we have a working Operations Manager management group with the SQL management pack already installed and working):       &lt;br /&gt;      &lt;br /&gt;1. Open the Operations Manager console. Under the Monitoring Pane, expand the folder named “Microsoft SQL Server”, then expand “Server Roles” and select the “Database Engines” State view.       &lt;br /&gt;      &lt;br /&gt;2. This will list all monitored instances of SQL Database engine in this management group.       &lt;br /&gt;      &lt;br /&gt;3. Select and right-click the default instance (MSSQLSERVER) whose Path value is Server A. In the Displayed menu, select ”Maintenance Mode”.       &lt;br /&gt;      &lt;br /&gt;Choosing “Selected objects only” Puts only the Database engine into Maintenance Mode.       &lt;br /&gt;      &lt;br /&gt;Choosing “Selected Objects and all their contained objects” puts the Database Engine and all the databases hosted by this instance of SQL database engine into Maintenance Mode.       &lt;br /&gt;      &lt;br /&gt;An easier way to find the contained objects is to open the Diagram view for the specific object and drill down in the view.       &lt;br /&gt;      &lt;br /&gt;You can select the Time interval for the Maintenance Mode using on the options under the “Duration” as required.       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;How to Schedule Maintenance Mode&lt;/b&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;      &lt;br /&gt;Operations Manager does not allow scheduling Maintenance Mode for monitored objects from the console. However, Maintenance Mode can be scheduled for a future time with the help of the Maintenance Mode schedule tool that is part of the Operations Manager R2 Admin resource kit. Please see the link below for more information:       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=26139"&gt;http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=26139&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;NOTE&lt;/b&gt; This tool does not work with System Center 2012 Operations Manager       &lt;br /&gt;      &lt;br /&gt;The blog below from the Operations Manager community also has a tool for scheduling Maintenance Mode for monitored objects:       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/"&gt;http://www.scom2k7.com/scom-remote-maintenance-mode-scheduler-2-0-r2-scripts/&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;Additionally, you can use Orchestrator to put objects into Maintenance Mode on a schedule, and there are also third party tools/scripts available.       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;How to automate starting and Ending Maintenance Mode using SCOM SDK&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;The link below provides information on how to automate starting and ending Maintenance Mode of specific objects using Operations Manager 2007 R2 SDK:       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb437532.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb437532.aspx&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;How to view the objects that are in MM&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;To view all objects of a specific class that are in Maintenance Mode using the Operations console, follow the steps below.       &lt;br /&gt;      &lt;br /&gt;1. Open Operations console. Under the Monitoring pane create a state view named “Maintenance Mode” under the specific unsealed Management Pack folder or under the “Monitoring” folder at the root of the view tree. Creating the View under the “Monitoring” folder at the root of the view tree saves the view in the Default Management Pack.       &lt;br /&gt;      &lt;br /&gt;2.Under the Name option, Type in “Maintenance Mode”       &lt;br /&gt;      &lt;br /&gt;Change the Value under “Show data related to” from Entity to the Class of objects that you want to view.       &lt;br /&gt;      &lt;br /&gt;Select “is in Maintenance Mode” check box under the “Select conditions”       &lt;br /&gt;      &lt;br /&gt;Click Ok to create the view.       &lt;br /&gt;      &lt;br /&gt;This view will display all objects of that specific class that are in Maintenance Mode currently.       &lt;br /&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;&lt;b&gt;Maintenance Mode Cmdlets&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;The following command lets are available for Managing Maintenance mode using the Operations Manager command shell in Operations Manager 2007 R2:       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;New-MaintenanceWindow&lt;/b&gt; – This cmdlet puts the Specified monitoring object into Maintenance Mode. More information about this cmdlet is here:       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg132214.aspx"&gt;http://technet.microsoft.com/en-us/library/gg132214.aspx&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Set-MaintenanceWindow&lt;/b&gt;– This cmdlet sets properties of a maintenance windows. It can be used to update end time, reason and comments on the current Maintenance Mode for the monitoring object specified by the Monitoringobject parameter.       &lt;br /&gt;      &lt;br /&gt;More information about this cmdlet is here :       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg132242.aspx"&gt;http://technet.microsoft.com/en-us/library/gg132242.aspx&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Get-MaintenanceWindow&lt;/b&gt;– This cmdlet gets maintenance window information for a monitoring object that is currently in Maintenance Mode. The cmdlet can retrieve maintenance windows for top-level items, items at the current location or for specified monitoring objects.       &lt;br /&gt;      &lt;br /&gt;More information about this cmdlet is here :       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg132195.aspx"&gt;http://technet.microsoft.com/en-us/library/gg132195.aspx&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;How maintenance mode helps reporting&lt;/b&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;      &lt;br /&gt;Starting and ending the Maintenance Mode for a specific object for a planned maintenance helps the Operations Manager administrator report accurately on the planned and unplanned downtime of an application or a service. This helps report the availability of a specific service or an application or a server accurately during a specific period of time.       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Maintenance Mode Known issues:&lt;/b&gt;      &lt;br /&gt;      &lt;br /&gt;1. A computer agent unexpectedly generates heartbeat alerts after you put it into Maintenance Mode in System Center Operations Manager 2007       &lt;br /&gt;      &lt;br /&gt;This issue has been explained in the below KB article:       &lt;br /&gt;      &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/942866"&gt;http://support.microsoft.com/kb/942866&lt;/a&gt;      &lt;br /&gt;      &lt;br /&gt;2. Configuration Manager and Operations Manager agent Maintenance Mode       &lt;br /&gt;      &lt;br /&gt;System Center Configuration Manager 2007 supports Maintenance Mode for Operations Manager with its Software Distribution and Software Updates features. By placing the Agent into Maintenance Mode, alerts can be suppressed on computers running the Configuration Manager client.       &lt;br /&gt;      &lt;br /&gt;This option works well if running MOM 2005 but does not operate as you may think with Operations Manager 2007 and later. When you set this option and Configuration Manager attempts ‘Maintenance Mode’ on an Operations Manager agent, the result is that the health service is paused. While the health service is paused you may get heartbeat failure errors, and when the health service is resumed all queued up actions will process at that time resulting in potential alerts. For this reason and others, we do not recommend using the Configuration Manager option for Operations Manager agents.       &lt;br /&gt;      &lt;br /&gt;3. Alerts are generated by an agent while in Maintenance Mode       &lt;br /&gt;      &lt;br /&gt;This issue could be caused due to the following reason:       &lt;br /&gt;      &lt;br /&gt;- The object that was put into Maintenance Mode is not generating the actual alert. To verify this, right-click “Active Alerts” view on the Operations Manager console and select “Personalize view” from the menu. Select the check box next to “Class” under the “Columns to display” option.       &lt;br /&gt;      &lt;br /&gt;You will see a new column “Class” under the Active Alerts view. Make sure the instance of this class for that agent is in Maintenance Mode.       &lt;br /&gt;      &lt;br /&gt;- The alert was generated before monitoring was suspended on the agent. This can be verified by checking if the Event ID 1215 confirming the monitoring of the specific instance is suspended.&lt;/font&gt;    &lt;br /&gt;&lt;/div&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704170"&gt;2704170 - Understanding Operations Manager Maintenance Mode&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&amp;#160;&lt;b&gt;&lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499588" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2007/">OpsMgr 2007</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/How+To/">How To</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Maintenance+Mode/">Maintenance Mode</category></item><item><title>Private Cloud Demo Extravaganza Videos!</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/22/private-cloud-demo-extravaganza-videos.aspx</link><pubDate>Wed, 23 May 2012 03:35:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499418</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3499418</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/22/private-cloud-demo-extravaganza-videos.aspx#comments</comments><description>&lt;p&gt;I just noticed that all of these cool demo videos were posted to TechNet Video earlier this month.&amp;#160; Check them out to see how System Center 2012 can make managing your private cloud a whole lot easier and better!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 1: Deploy Bare Metal Servers to Hyper-V with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-1-deploy-bare-metal-servers-to-hyper-v-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-1-deploy-bare-metal-servers-to-hyper-v-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-1-deploy-bare-metal-servers-to-hyper-v-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 2: Multiple Hypervisors for Cloud Resources &amp;amp; Adding ESX Servers with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-2-multiple-hypervisors-for-cloud-resources-and-adding-esx-servers-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-2-multiple-hypervisors-for-cloud-resources-and-adding-esx-servers-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-2-multiple-hypervisors-for-cloud-resources-and-adding-esx-servers-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 3: Add Resources to a Failover Cluster with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-3-add-resources-to-a-failover-cluster-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-3-add-resources-to-a-failover-cluster-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-3-add-resources-to-a-failover-cluster-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 4: Service Template Creation &amp;amp; Deployment with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-4-service-template-creation-deployment-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-4-service-template-creation-deployment-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-4-service-template-creation-deployment-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 5: Standardized Service Updating with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-5-tandardized-service-updating-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-5-tandardized-service-updating-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-5-tandardized-service-updating-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 6: Monitor Network Devices with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-6-monitor-network-devices-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-6-monitor-network-devices-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-6-monitor-network-devices-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 7: Monitor and Automatically Resolve Issues in the Fabric with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-7-monitor-and-automatically-resolve-issues-in-the-fabric-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-7-monitor-and-automatically-resolve-issues-in-the-fabric-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-7-monitor-and-automatically-resolve-issues-in-the-fabric-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 8: Create an Orchestrator Runbook and Integrate with Service Manager with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-8-create-an-orchestrator-runbook-and-integrate-with-service-manager-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-8-create-an-orchestrator-runbook-and-integrate-with-service-manager-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-8-create-an-orchestrator-runbook-and-integrate-with-service-manager-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 9: Create Self-Service Request Offerings using the Service Catalog with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-9-create-self-service-request-offerings-using-the-service-catalog-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-9-create-self-service-request-offerings-using-the-service-catalog-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-9-create-self-service-request-offerings-using-the-service-catalog-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 10: Deliver Self-Service Request Offerings using the Service Catalog with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-10-deliver-self-service-request-offerings-using-the-service-catalog-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-10-deliver-self-service-request-offerings-using-the-service-catalog-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-10-deliver-self-service-request-offerings-using-the-service-catalog-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 11: Gain Insight &amp;amp; Visibility through Service Manager Reporting with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-11-gain-insight-and-visibility-through-service-manager-reporting-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-11-gain-insight-and-visibility-through-service-manager-reporting-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-11-gain-insight-and-visibility-through-service-manager-reporting-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 12: Enabling Application Performance Monitoring with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-12-enabling-application-performance-monitoring-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-12-enabling-application-performance-monitoring-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-12-enabling-application-performance-monitoring-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 13: Creating an Application Performance Monitoring Dashboard with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-13-creating-an-application-performance-monitoring-dashboard-with-system-center-2012" href="http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-13-creating-an-application-performance-monitoring-dashboard-with-system-center-2012"&gt;http://technet.microsoft.com/en-us/video/video/private-cloud-demo-extravaganza-13-creating-an-application-performance-monitoring-dashboard-with-system-center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 14: Deep Application Diagnostics &amp;amp; Insight with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-14-deep-application-diagnostics-and-insight-with-system-center-2012.aspx" href="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-14-deep-application-diagnostics-and-insight-with-system-center-2012.aspx"&gt;http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-14-deep-application-diagnostics-and-insight-with-system-center-2012.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 15: Managing Applications Across Private &amp;amp; Public Clouds with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-15-managing-applications-across-private-and-public-clouds-with-system-center-2012.aspx" href="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-15-managing-applications-across-private-and-public-clouds-with-system-center-2012.aspx"&gt;http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-15-managing-applications-across-private-and-public-clouds-with-system-center-2012.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 16: Managing Application Resources Across Private &amp;amp; Public Clouds with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-16-managing-application-resources-across-private-and-public-clouds-with-system-center-2012.aspx" href="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-16-managing-application-resources-across-private-and-public-clouds-with-system-center-2012.aspx"&gt;http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-16-managing-application-resources-across-private-and-public-clouds-with-system-center-2012.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Private Cloud Demo Extravaganza 17: Self-Service Application Deployment with System Center 2012&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-17-self-service-application-deployment-with-system-center-2012.aspx" href="http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-17-self-service-application-deployment-with-system-center-2012.aspx"&gt;http://technet.microsoft.com/en-us/video/private-cloud-demo-extravaganza-17-self-service-application-deployment-with-system-center-2012.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499418" width="1" height="1"&gt;</description></item><item><title>Upcoming Webcast Series: Bare Metal to Private Cloud</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/22/upcoming-webcast-series-bare-metal-to-private-cloud.aspx</link><pubDate>Wed, 23 May 2012 02:42:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499403</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3499403</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/22/upcoming-webcast-series-bare-metal-to-private-cloud.aspx#comments</comments><description>&lt;p&gt;I’ve been spending quite a bit of time with customers over the last 6-12 months helping them plan out and deploy their first private clouds managed by System Center 2012.&amp;#160; To help people get started faster I headed into the Enterprise Engineering Center (EEC) on the Redmond campus, arranged for some really nice hardware, and set up a System Center managed private cloud from bare metal all the way up.&amp;#160; All along the way I recorded everything I did.&amp;#160; In this 8 part webcast series I will show you some of the best practices and process for getting start with your System Center 2012 managed private cloud.&amp;#160; We will deploy a Hyper-V host cluster, Virtual Machine Manager, Operations Manager, Service Manager, Orchestrator, the Cloud Service Process Management Pack, integrate them all together and do so in a high performance and high availability configuration.&lt;/p&gt;  &lt;p&gt;The web cast series starts next week and will be every Tuesday and Thursday at 11:00 AM Redmond time from May 29th through June 28th.&amp;#160; We will take the week of TechEd North America off.&amp;#160; All of the web casts will be available on demand after the initial showing.&lt;/p&gt;  &lt;p&gt;Please register for the sessions, add them to your calendar, and join me over the next few weeks as we go from &lt;strong&gt;Bare Metal to Private Cloud&lt;/strong&gt;!&lt;/p&gt;  &lt;p&gt;-Travis&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;5/29/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 1 of 8): Beginning with the End in Mind&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809577"&gt;http://go.microsoft.com/?linkid=9809577&lt;/a&gt;&amp;#160; or&amp;#160; &lt;a href="http://bit.ly/JTGtJK"&gt;http://bit.ly/JTGtJK&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we take a look at the end state of managing a private cloud with Microsoft System Center, including the Cloud Services management pack. The sessions that follow this session describe how to go from bare metal to a private cloud managed by System Center.&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;_____________&lt;/p&gt;  &lt;p&gt;5/31/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 2 of 8): Hardware and Prerequisite Software Platform&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809578"&gt;http://go.microsoft.com/?linkid=9809578&lt;/a&gt;&amp;#160; or&amp;#160; &lt;a href="http://bit.ly/KJc41E"&gt;http://bit.ly/KJc41E&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract: &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we take a look at the hardware used for these sessions as examples of the kind of hardware that you can use to run a private cloud. We’ll also discuss how to install and configure the prerequisite software, such as the Windows Server operating system, SQL Server data management software, and Active Directory Domain Services.    &lt;br /&gt;_____________&lt;/p&gt;  &lt;p&gt;6/5/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 3 of 8): Clustering Hyper-V and Installing a Highly Available Virtual Machine Manager Cluster&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809579"&gt;http://go.microsoft.com/?linkid=9809579&lt;/a&gt;&amp;#160; or &lt;a href="http://bit.ly/KvgVAM"&gt;http://bit.ly/KvgVAM&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract: &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we take a look at how to create a Hyper-V host cluster and install a highly available cluster by using Virtual Machine Manager, a component of Microsoft System Center 2012.&lt;/p&gt;  &lt;p&gt;_____________&lt;/p&gt;  &lt;p&gt;6/7/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 4 of 8): Configuring System Center 2012 - Virtual Machine Manager&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809580"&gt;http://go.microsoft.com/?linkid=9809580&lt;/a&gt;&amp;#160;&amp;#160; or&amp;#160; &lt;a href="http://bit.ly/KlsCYU"&gt;http://bit.ly/KlsCYU&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we talk about how to configure Virtual Machine Manager, a component of Microsoft System Center 2012. We explore how to deploy agents, create a host group, create a cloud, and create virtual networks.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;_____________&lt;/p&gt;  &lt;p&gt;6/19/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 5 of 8): Installing and Configuring System Center 2012 - Operations Manager&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809581"&gt;http://go.microsoft.com/?linkid=9809581&lt;/a&gt;&amp;#160; or &lt;a href="http://bit.ly/J2WDgE"&gt;http://bit.ly/J2WDgE&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract: &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we show how to install a highly available Microsoft System Center 2012 - Operations Manager and deploy agents to manage the private cloud.&lt;/p&gt;  &lt;p&gt;_____________&lt;/p&gt;  &lt;p&gt;6/21/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 6 of 8): Installing and Configuring System Center 2012 - Service Manager&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809582"&gt;http://go.microsoft.com/?linkid=9809582&lt;/a&gt;&amp;#160;&amp;#160; or &lt;a href="http://bit.ly/Ms8GtP"&gt;http://bit.ly/Ms8GtP&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract:&amp;#160; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we show how to install a highly available Microsoft System Center 2012 Service Manager, including the configuration management database (CMDB), data warehouse, reporting, self-service portal, and service catalog.&lt;/p&gt;  &lt;p&gt;_____________&lt;/p&gt;  &lt;p&gt;6/26/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 7 of 8): Installing and Configuring System Center 2012 - Orchestrator&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809583"&gt;http://go.microsoft.com/?linkid=9809583&lt;/a&gt;&amp;#160; or &lt;a href="http://bit.ly/JXQgPA"&gt;http://bit.ly/JXQgPA&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract: &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we show how to install a highly available Microsoft System Center 2012 - Orchestrator and installing the System Center and other integration packs for automated administration of the private cloud.&lt;/p&gt;  &lt;p&gt;_____________&lt;/p&gt;  &lt;p&gt;6/28/2012 11:00:00 AM -&lt;i&gt; &lt;b&gt;Bare Metal to Private Cloud (Part 8 of 8): Integrating System Center 2012&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/?linkid=9809584"&gt;http://go.microsoft.com/?linkid=9809584&lt;/a&gt;&amp;#160; or &lt;a href="http://bit.ly/JcGHxd"&gt;http://bit.ly/JcGHxd&lt;/a&gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Abstract: &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In this session, we configure the many integration points between the Microsoft System Center components and also between System Center and Active Directory Domain Services.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499403" width="1" height="1"&gt;</description></item><item><title>KB: Notification of Operations Manager alerts may not be received</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/22/kb-notification-of-operations-manager-alerts-may-not-be-received.aspx</link><pubDate>Tue, 22 May 2012 16:53:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499308</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3499308</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/22/kb-notification-of-operations-manager-alerts-may-not-be-received.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2709639"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one describes an issue where recipients of Alert subscriptions may not receive e-mail notifications in OpsMgr. &lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h3 style="margin: 15px 0px; line-height: normal; list-style-type: disc; border-spacing: 2px 2px;" class="ms-SIfield"&gt;&lt;font style="font-size: 11.7pt;"&gt;Symptoms&lt;/font&gt;&lt;/h3&gt;  &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;  &lt;div style="line-height: normal; list-style-type: disc; border-spacing: 2px 2px;"&gt;&lt;span style="line-height: 13pt;"&gt;&lt;font style="font-size: 11pt;"&gt;Recipients of Alert subscriptions may not receive e-mail notifications in System Center Operations Manager.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;  &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;  &lt;h3 style="margin: 15px 0px; line-height: normal; list-style-type: disc; border-spacing: 2px 2px;" class="ms-SIfield"&gt;&lt;font style="font-size: 11.7pt;"&gt;Cause&lt;/font&gt;&lt;/h3&gt;  &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;  &lt;div style="line-height: normal; list-style-type: disc; border-spacing: 2px 2px;"&gt;&lt;font style="font-size: 10pt;"&gt;System Center Operations Manager is able to send e-mail notifications for new alerts, or alerts that have had a change in resolution state. &lt;span&gt;&lt;/span&gt;E-mail notifications will be sent to all recipients that have subscribed to the alert, provided that the alert meets the defined criteria for the subscription, and all other pre-requisites have been met.&lt;span&gt;&lt;/span&gt;If the alert does not meet all criteria, or notification is not configured correctly, intended recipients will not receive E-mail notification.&lt;/font&gt;&lt;/div&gt;  &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;  &lt;h3 style="margin: 15px 0px; line-height: normal; list-style-type: disc; border-spacing: 2px 2px;" class="ms-SIfield"&gt;&lt;font style="font-size: 11.7pt;"&gt;Resolution&lt;/font&gt;&lt;/h3&gt;  &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;  &lt;div style="line-height: normal; list-style-type: disc; border-spacing: 2px 2px;"&gt;&lt;font style="font-size: 10pt;"&gt;&lt;b&gt;Verify Notification Pre-Requisites have been met&lt;/b&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;The process for configuring System Center Operations Manager to send e-mail notifications via SMTP server is described in TechNet:&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;span style="line-height: 13pt;"&gt;&lt;a title="" href="http://technet.microsoft.com/en-us/library/dd440890.aspx" target="_blank"&gt;&lt;font style="font-size: 11pt;"&gt;http://technet.microsoft.com/en-us/library/dd440890.aspx&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;span style="line-height: 13pt;"&gt;&lt;font style="font-size: 11pt;"&gt;The notification channel will need to be configured with the correct FQDN and port of the SMTP server. &lt;span&gt; &lt;/span&gt;This address and port should be accessible from the RMS.&lt;span&gt;&lt;/span&gt;If it is blocked by firewall rules or anti-malware software, exclusions for the RMS should be created.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;The channel can be configured for Anonymous authentication or Windows authentication.&lt;span&gt;&lt;/span&gt;If Anonymous is selected, the SMTP server should either allow anonymous connections, or be configured with an exclusion for the IP address of the RMS.&lt;span&gt;&lt;/span&gt;If Windows Authentication is selected, a Run-as account will need to be created and associated with the &lt;i&gt;Notification Account&lt;/i&gt; Run-As profile.&lt;span&gt;&lt;/span&gt;This account will need permission to send e-mail through the SMTP server.&lt;span&gt;&lt;/span&gt;See the associated help page in TechNet:&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;&lt;a title="" href="http://technet.microsoft.com/en-us/library/dd440886.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/dd440886.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;b&gt;&lt;font style="font-size: 10pt;"&gt;Verify Subscriber configuration&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;Each subscriber can have a schedule during which time notifications will be sent to them.&lt;span&gt;&lt;/span&gt;This is a general setting that affects all addresses configured for that subscriber.&lt;span&gt;&lt;/span&gt;Each address that is defined for a subscriber can also have a schedule that specifies when that address is available to have notifications sent to it.&lt;span&gt;&lt;/span&gt;This allows a great deal of flexibility with notifications. &lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;For example:&lt;span&gt;&lt;/span&gt;A subscriber could have general notification availability from 8:00am to 5:00pm every day of the week.&lt;span&gt;&lt;/span&gt;This subscriber could have two addresses with different notification times, though, such as a work address that is configured for Monday - Thursday and an alternate address configured for Friday through Sunday.&lt;span&gt;&lt;/span&gt;If e-mail notifications are not being received by the subscriber, the general subscriber availability and specific address availability must both be met before the notification can be sent.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;The address the notification is sent to should also be verified as a valid address.&lt;span&gt;&lt;/span&gt;The SMTP server and e-mail client of the subscriber should not have any filtering rules blocking e-mail from the Operations Manager server or the domain name.&lt;span&gt;&lt;/span&gt;The Reply-To address defined in the notification channel can be added as an exemption to any filtering rules on the SMTP server or client, if needed.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;b&gt;&lt;font style="font-size: 10pt;"&gt;Verify Subscription applicability&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;Subscriptions can have multiple criteria that must all be met for a notification to be sent.&lt;span&gt;&lt;/span&gt;If any of the criteria are not met, no notification will be sent.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;The first two available criteria are for the alert to be raised by an instance that is a member of a specific group and for the alert to be raised by an instance of a specific class.&lt;span&gt;&lt;/span&gt;In these two criteria, the instance that raised the alert should be listed in the source field of the alert.&lt;span&gt;&lt;/span&gt;The alert will only list the name of the instance, not the class.&lt;span&gt;&lt;/span&gt;If the class that the instance is a member of is not clear, the Actions menu will list the available actions for that class when the alert is highlighted in an Alert view.&lt;span&gt;&lt;/span&gt;The class should be included in the subscription, if class is a criterion, or the specific instance should be a member of any group that the subscription is defined for.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;In some cases, an alert may be raised by a watcher node or replication partner on behalf of an instance.&lt;span&gt;&lt;/span&gt;In this situation, the source of the alert would be the watcher node or replication partner, so alert subscriptions that do not include the watcher node or replication partner as a source would not send an e-mail notification.&lt;span&gt;&lt;/span&gt;The most common instance of this would be missing agent heartbeat alerts, where the source is the instance of Health Service Watcher for that Health Service.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;Subscriptions can be created for specific rules and monitors.&lt;span&gt;&lt;/span&gt;A specific alert can be highlighted in an alert view and a notification subscription can be created for that alert from the Actions menu or by right-clicking the alert and choosing the Notifications submenu.&lt;span&gt;&lt;/span&gt;If multiple alerts need to be included in a subscription, the “Created by rules or monitors” criteria can be selected in the new subscription wizard, and multiple rules and monitors can be selected at one time.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;Subscriptions will notify on all alert severity and priority, by default, unless otherwise specified.&lt;span&gt;&lt;/span&gt;Rules and Monitors that create alerts of specific severity and priority will usually expose overrides to change the severity and priority of these alerts.&lt;span&gt;&lt;/span&gt;Overrides of these alert properties can be useful to include or exclude alerts raised by these rules and monitors from existing subscriptions.&lt;/font&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;If the criteria for resolution state is not specified, notifications will be sent when an alert is first raised (resolution state 0) and again when it is closed (resolution state 255).&lt;span&gt;&lt;/span&gt;If custom resolution states are used in the management group, each time an alert’s resolution state is changed, a new notification will be sent.&lt;/font&gt;&lt;span&gt;&lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;font style="font-size: 10pt;"&gt;&lt;strong&gt;NOTE&lt;/strong&gt;:&lt;span&gt;&lt;/span&gt;An alert notification will only be sent when an alert changes resolution state.&lt;span&gt;&lt;/span&gt;If an alert is raised by a rule or monitor, alert suppression is enabled for that rule or monitor, and the conditions that caused the alert to be raised are encountered again before the original alert is closed or moved to a custom state, new notifications will not be sent.&lt;span&gt;&lt;/span&gt;An increase in the repeat count of an alert will not send additional notifications.&lt;span&gt;&lt;/span&gt;Once the alert is closed, however, any new detection of the conditions that raised the original alert will cause a new alert to be raised, with a corresponding notification.&lt;/font&gt;&lt;span&gt;&lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;   &lt;font style="font-size: 10pt;"&gt;&lt;/font&gt;    &lt;p style="margin-top: 16px; margin-bottom: 6pt;"&gt;&lt;span style="line-height: 13pt;"&gt;&lt;font style="font-size: 11pt;"&gt;Criteria that look for specific text in the name or in custom fields can also prevent some alert notifications from being sent.&lt;span&gt;&lt;/span&gt;Any criteria that allow wildcard text may prevent notification if the wildcard values specified do not match the alert field specified.&lt;span&gt;&lt;/span&gt;As a test, use a simpler wildcard value, or eliminate the criteria during testing to verify that the alert notification is sent.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2709639"&gt;2709639 - Notification of Operations Manager alerts may not be received&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&amp;#160;&lt;b&gt;&lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499308" width="1" height="1"&gt;</description></item><item><title>Cumulative Update 6 for System Center Operations Manager 2007 R2 is available</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/15/cumulative-update-6-for-system-center-operations-manager-2007-r2-is-available.aspx</link><pubDate>Tue, 15 May 2012 15:44:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498120</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3498120</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/15/cumulative-update-6-for-system-center-operations-manager-2007-r2-is-available.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2626076"&gt;&lt;img style="border: 0px currentcolor; float: left; display: inline; background-image: none;" title="KB" border="0" alt="KB" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/7140.KB_5F00_33B3A65F.jpg" width="85" height="85" /&gt;&lt;/a&gt;Cumulative Update 6 for System Center Operations Manager 2007 R2 is available. Cumulative Update 6 for Operations Manager 2007 R2 resolves the following issues: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;RMS promotion fails if NetworkName and PrincipalNames are not in sync for agents.&lt;/li&gt;    &lt;li&gt;UI is limited to only 100 MB for the Memory Usage field in the wizard.&lt;/li&gt;    &lt;li&gt;Additional OIDs in auth certificate are not processed correctly.&lt;/li&gt;    &lt;li&gt;AEM creates duplicate computer objects in OpsMgr based on Agents NetBIOS name.&lt;/li&gt;    &lt;li&gt;Cannot open reporting pane on OpsMgr 2007 R2 remote console.&lt;/li&gt;    &lt;li&gt;Cannot view schedule for scheduled report.&lt;/li&gt;    &lt;li&gt;ManagementServerConfigTool with the option &amp;quot;promoterms&amp;quot; fails because it stops polling the SDK Service.&lt;/li&gt;    &lt;li&gt;OpsMgr reports are failing on Windows 7 with the error: &amp;quot;Cannot initialize report.&amp;quot;&lt;/li&gt;    &lt;li&gt;ACS events have &amp;quot;n/a&amp;quot; as their category in the ACS database.&lt;/li&gt;    &lt;li&gt;Watch agentless monitoring listener to detect failure to respond.&lt;/li&gt;    &lt;li&gt;SCOM SDK memory leak on cryptography keys and cryptography contexts.&lt;/li&gt;    &lt;li&gt;After you click Edit Schedule, a message box appears, and you cannot save the change value.&lt;/li&gt;    &lt;li&gt;Audit events can be lost when the AdtServer process crashes.&lt;/li&gt; &lt;/ul&gt; Cumulative Update 6 for Operations Manager 2007 R2 resolves the following cross-platform issues:   &lt;ul&gt;   &lt;li&gt;The installation process for the IBM AIX 6.1 agent incorrectly checks for AIX 5.3 packages.&lt;/li&gt;    &lt;li&gt;After a system restart, the OpsMgr agent for Solaris may start to run before local file systems are mounted.&lt;/li&gt;    &lt;li&gt;On Red Hat Linux version 4 and SUSE Linux version 9, LVM disks are not discovered and cannot be monitored.&lt;/li&gt;    &lt;li&gt;The OpsMgr agent for AIX does not report the arguments for monitored processes.&lt;/li&gt;    &lt;li&gt;When Microsoft security update MS12-006 is installed on an OpsMgr management server, that management server can no longer communicate with the OpsMgr agent on any Linux or UNIX server.&lt;/li&gt;    &lt;li&gt;On HP-UX, OpsMgr cannot discover and monitor a logical volume that is composed of more than 127 physical volumes.&lt;/li&gt; &lt;/ul&gt; Cumulative Update 6 for Operations Manager 2007 R2 adds the following cross-platform features:   &lt;ul&gt;   &lt;li&gt;Support for IBM AIX 7.1 (POWER).&lt;/li&gt;    &lt;li&gt;Support for Oracle Solaris 11 (x86 and SPARC).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and a download link, see the following Knowledge Base article:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2626076"&gt;KB2626076 - Cumulative Update 6 for System Center Operations Manager 2007 R2 is available&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498120" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/r2/">r2</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2007/">OpsMgr 2007</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Update+Rollup/">Update Rollup</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Hotfix/">Hotfix</category></item><item><title>Open Beta for Private Cloud MOF Guide - Now Available for Download!</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/10/open-beta-for-private-cloud-mof-guide-now-available-for-download.aspx</link><pubDate>Fri, 11 May 2012 03:53:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497376</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3497376</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/10/open-beta-for-private-cloud-mof-guide-now-available-for-download.aspx#comments</comments><description>&lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="710"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0652.clip_5F00_image001_5F00_2DAC0323.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/6082.clip_5F00_image001_5F00_thumb_5F00_6C9D83BE.jpg" width="768" height="195" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="3"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="3"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="543"&gt;         &lt;table border="0" cellspacing="6" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td width="30%"&gt;                 &lt;p&gt;&lt;b&gt;Managing and Operating a Microsoft Private Cloud—How to Apply the Microsoft Operations Framework (MOF)&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;The Microsoft Operations Framework team is working on a new guide: Managing and Operating a Microsoft Private Cloud—How to Apply the Microsoft Operations Framework&lt;i&gt;.&lt;/i&gt;&lt;/p&gt;                  &lt;p&gt;&lt;b&gt;Get the beta &lt;a href="https://connect.microsoft.com/site14/MOF"&gt;here&lt;/a&gt;.&amp;#160; &lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;This guide leads you through the process of how to manage and operate a Microsoft private cloud using the service management processes of the Microsoft Operations Framework (MOF). The guide applies MOF’s IT service management principles to that conceptual architecture and technology stack. It describes how to maximize the potential of MOF’s people, process, and technical capabilities to manage and operate a Microsoft private cloud. &lt;/p&gt;                  &lt;p&gt;Follow this guidance for a private cloud that is better aligned to meet your business needs. Employ MOF’s service management functions (SMFs) to help align IT and business goals, which can enable you to perform private cloud activities effectively and cost-efficiently. &lt;/p&gt;                  &lt;p&gt;This guide focuses on the SMFs in the Operate Phase and the Manage Layer of MOF to give IT pros and managers what they need to know about managing and operating a private cloud. Management reviews—internal controls that ensure goals are met to achieve business value—are also included. &lt;/p&gt;                  &lt;p&gt;&lt;b&gt;Tell us what you think!&lt;/b&gt; Download and review the beta guide, then send your feedback to &lt;a href="mailto:mofpm@microsoft.com"&gt;mofpm@microsoft.com&lt;/a&gt; by &lt;b&gt;June 11, 2012.&lt;/b&gt; We would especially appreciate feedback in the following areas: &lt;/p&gt;                  &lt;p&gt;· &lt;b&gt;Usefulness&lt;/b&gt; – Is the technical depth of this guide sufficient for the topics covered? Will this guide be useful to you on a day-to-day basis? What portions of the guide are the most useful to your organization? &lt;/p&gt;                  &lt;p&gt;· &lt;b&gt;Usability&lt;/b&gt; – Is the structure or flow of this guide effective? Is the information presented in a clear and logical manner? Can you easily find key content? &lt;/p&gt;                  &lt;p&gt;· &lt;b&gt;Impact&lt;/b&gt; – Do you anticipate that this guide will save you time and accelerate deployment of Microsoft products in your organization? Has this guide had a positive influence on your opinion of the Microsoft technologies it addresses? &lt;/p&gt;                  &lt;p&gt;&lt;b&gt;Benefits for participation:&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;· You get an early look at the guide. &lt;/p&gt;                  &lt;p&gt;· You will be listed on the acknowledgments page for providing usable feedback.&lt;/p&gt;                  &lt;table border="0" cellspacing="4" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;We look forward to hearing from you! Your input helps to make each guide as helpful and useful as possible. Thanks in advance for taking the time to review &lt;i&gt;Managing and Operating a Microsoft Private Cloud—How to Apply the Microsoft Operations Framework (MOF).&lt;/i&gt;&lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;                  &lt;table border="0" cellspacing="4" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/5025.clip_5F00_image003_5F00_4FB45EE9.gif"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/1212.clip_5F00_image003_5F00_thumb_5F00_0F12127A.gif" width="459" height="31" /&gt;&lt;/a&gt;&lt;a name="c4"&gt;&lt;/a&gt;&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;                  &lt;table border="0" cellspacing="4" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;Subscribe to the MOF beta program and we will notify you when new beta guides become available for your review and feedback. These are open beta downloads. If you are not already a member of the MOF Beta Program and would like to join, follow these steps:&lt;/p&gt;                          &lt;p&gt;1. Go here to join the MOF beta program: &lt;/p&gt;                          &lt;p&gt;&lt;a href="https://connect.microsoft.com/site14/InvitationUse.aspx?ProgramID=1880&amp;amp;InvitationID=MOFN-M6H9-PV3X"&gt;https://connect.microsoft.com/site14/InvitationUse.aspx?ProgramID=1880&amp;amp;InvitationID=MOFN-M6H9-PV3X&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;If the link does not work for you, copy and paste it into the web browser address bar.&lt;/p&gt;                          &lt;p&gt;2. Sign in using a valid Windows Live&lt;sup&gt;®&lt;/sup&gt; ID.&lt;/p&gt;                          &lt;p&gt;3. Enter your registration information.&lt;/p&gt;                          &lt;p&gt;4. Continue to the MOF program beta page, scroll down to Microsoft Operations Framework, and click the link to join the MOF beta program. &lt;/p&gt;                          &lt;p&gt;Please send your comments and feedback to &lt;a href="mailto:mofpm@microsoft.com"&gt;mofpm@microsoft.com&lt;/a&gt;.&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;        &lt;td valign="top" width="167"&gt;         &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top"&gt;                 &lt;p&gt;&lt;strong&gt;Want to learn more about other MOF guides?&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Visit our &lt;a href="http://www.microsoft.com/mof"&gt;MOF page&lt;/a&gt; for information on the full series of Microsoft Operations Framework guides.&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;          &lt;hr align="center" size="2" width="100%" /&gt;          &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top"&gt;                 &lt;p&gt;&lt;strong&gt;Check out our other Solution Accelerators: &lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;You can see our full &lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;catalog&lt;/a&gt; of Solution Accelerators here.&lt;/p&gt;                  &lt;p&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;          &lt;hr align="center" size="2" width="100%" /&gt;          &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top"&gt;                 &lt;p&gt;&lt;strong&gt;Questions &amp;amp; Feedback: &lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;For Microsoft-internal questions and feedback on the guide, please &lt;a href="mailto:moffdbk@microsoft.com"&gt;contact&lt;/a&gt; us.&lt;/p&gt;                 &lt;a href="mailto:satbdbk@microsoft.com?subject=Questions%20&amp;amp;%20Feedback%20from%20Service%20Level%20Dashboard%20release%20announcement%20mail"&gt;                   &lt;hr align="center" size="2" width="100%" /&gt; &lt;/a&gt;&lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497376" width="1" height="1"&gt;</description></item><item><title>KB: Deleting a Favorite in Advisor produces an error in the Event Log</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/10/kb-deleting-a-favorite-in-advisor-produces-an-error-in-the-event-log.aspx</link><pubDate>Thu, 10 May 2012 15:44:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497235</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3497235</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/10/kb-deleting-a-favorite-in-advisor-produces-an-error-in-the-event-log.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704138"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one describes an event you may see when deleting a Favorite in AVIcode or System Center 2012 Operations Manager.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Summary&lt;/h5&gt;  &lt;p&gt;After deleting a Favorite Report from AVIcode Advisor in AVIcode 5.7 or Application Advisor from System Center 2012 Operations Manager, you may see an event logged with the message below. The event is logged as an Informational Event with ID 0 in the Intercept Log in AVIcode 5.7 and as an Error Event with ID 34852 in the Operations Manager log in System Center 2012 Operations Manager.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Subscription for Favorite cannot be deleted&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Message: System.Web.Services.Protocols.SoapException: The value for parameter 'SubscriptionID' is not specified. It is either missing from the function call, or it is set to null. ---&amp;gt; Microsoft.ReportingServices.Diagnostics.Utilities.MissingParameterException: The value for parameter 'SubscriptionID' is not specified. It is either missing from the function call, or it is set to null.&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.ReportingServices.Library.DeleteSubscriptionActionParameters.Validate()&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.ReportingServices.Library.RSSoapAction`1.Execute()&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.DeleteSubscription(String SubscriptionID)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;--- End of inner exception stack trace ---&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.DeleteSubscription(String SubscriptionID)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.ReportingServices.WebServer.ReportingService2005.DeleteSubscription(String SubscriptionID)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Source: System.Web.Services&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Target Site: System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage, System.Net.WebResponse, System.IO.Stream, Boolean)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Stack Trace: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Avicode.Intercept.SEManager.Core.Services.ReportingServices.ReportingService.DeleteSubscription(String SubscriptionID)&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Avicode.Intercept.SEManager.WebViewer.Modules.FavoritesSelector.DeleteFavorite()&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;This event occurs when the Favorite report being deleted has a NULL value for the SubscriptionID column in the dbo.FAVORITE table in the SEViewer database for AVIcode 5.7, or in the apm.FAVORITE table in the OperationsManager database for System Center 2012 Operations Manager.    &lt;br /&gt;This event can safely be ignored as the report is successfully removed from the users Favorites.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704138"&gt;2704138 - Deleting a Favorite in Advisor produces an error in the Event Log&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497235" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/avicode/">avicode</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Favorites/">Favorites</category></item><item><title>Update to Update Rollup 1 for System Center 2012</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/09/update-to-update-rollup-1-for-system-center-2012.aspx</link><pubDate>Wed, 09 May 2012 16:19:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497008</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3497008</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/09/update-to-update-rollup-1-for-system-center-2012.aspx#comments</comments><description>&lt;p&gt;An update to Update Rollup 1 for System Center 2012 has been released.&amp;#160; In addition to the previous fixes for Virtual Machine Manager (VMM) and App Controller (AC), the update rollup now includes fixes for Operations Manager (OM).&lt;/p&gt;  &lt;p&gt;A few things to note:&lt;/p&gt;  &lt;p&gt;1) What we used to call ‘Cumulative Updates’ (CU) are now called ‘Update Rollups’ (UR). &lt;/p&gt;  &lt;p&gt;2) We will release Update Rollups for the entire suite not individual components as we have in the past.&amp;#160; Not every component will have something to release in each Update Rollup.&lt;/p&gt;  &lt;p&gt;3) The UR 1 was originally released a couple of weeks ago.&amp;#160; This is an update to the UR that now includes some fixes for SCOM.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can find out more about what is in Update Rollup 1 and get details on how to download and install it here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://support.microsoft.com/kb/2686249" href="http://support.microsoft.com/kb/2686249"&gt;http://support.microsoft.com/kb/2686249&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The VMM and App Controller updates are available via Microsoft Update.&lt;/p&gt;  &lt;p&gt;Below is a snapshot of the VMM and App Controller updates on Microsoft Update.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/1754.clip_5F00_image001_5F00_43E96029.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/4885.clip_5F00_image001_5F00_thumb_5F00_69DF107F.jpg" width="653" height="269" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/5468.clip_5F00_image002_5F00_13DF0EA8.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/2251.clip_5F00_image002_5F00_thumb_5F00_47A704F9.jpg" width="659" height="397" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497008" width="1" height="1"&gt;</description></item><item><title>Management Pack to Sync Alerts to Visual Studio Team Foundation Server</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/09/management-pack-to-sync-alerts-to-visual-studio-team-foundation-server.aspx</link><pubDate>Wed, 09 May 2012 15:35:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497000</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3497000</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/09/management-pack-to-sync-alerts-to-visual-studio-team-foundation-server.aspx#comments</comments><description>&lt;p&gt;This came out a little while ago but better late than never to promote it!&lt;/p&gt;  &lt;p&gt;This management pack synchronizes System Center 2012 - Operations Manager Application Performance Monitoring (APM) alerts and Team Foundation Server (TFS) work items. After importing this management pack, operators can manually assign APM alerts to the engineering team. Assigning an APM alert to engineering creates a new work item in Team Foundation Server. The management pack workflow tracks and synchronizes changes made to TFS work items and changes made to associated Operations Manager APM alerts.    &lt;br /&gt;&lt;b&gt;Important:&lt;/b&gt;    &lt;br /&gt;Only APM alerts that are directly linked to events in Application Diagnostics can be linked to TFS work items. If you assign any other type of alerts to engineering, they will not synchronize with TFS work items.     &lt;br /&gt;&lt;b&gt;Feature Summary&lt;/b&gt;    &lt;br /&gt;After importing this management pack, operators can:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Manually assign APM alerts to the engineering team which results in the creation of a new work item in Team Foundation Server. &lt;/li&gt;    &lt;li&gt;Track and synchronize changes made to TFS work items and changes made to associated Operations Manager APM alerts. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Download here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=29422" href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=29422"&gt;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=29422&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497000" width="1" height="1"&gt;</description></item><item><title>New Kelverion Runbooks for Connecting Operations Manager to Service Desks/Enterprise Management Tools</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/09/new-kelverion-runbooks-for-connecting-operations-manager-to-service-desks-enterprise-management-tools.aspx</link><pubDate>Wed, 09 May 2012 14:56:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496971</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496971</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/09/new-kelverion-runbooks-for-connecting-operations-manager-to-service-desks-enterprise-management-tools.aspx#comments</comments><description>&lt;p&gt;With Microsoft System Center 2012 Operations Manager connections to other Enterprise Management (EM) tools or Service Desks are now provided via System Center 2012 Orchestrator.&amp;#160; Customers have been asking how to build a suite of Orchestrator Runbooks which enable a robust flow of data from Operations Manager 2012 to these other EM tools and Service Desks.&lt;/p&gt;  &lt;p&gt;Kelverion have developed and recently released a series of ‘free of charge’ Runbooks that use best practices to connect Operations Manager 2012 to a number of EM tools and Service Desks as follows:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Service Desks&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;BMC Remedy ARS v7.5, 7.6&lt;/li&gt;    &lt;li&gt;BMC Remedy ARS v7.1&lt;/li&gt;    &lt;li&gt;HP Service Manager&lt;/li&gt;    &lt;li&gt;Service-now.com&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Enterprise Management Tools&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;BMC Enterprise Event Manager (BEM) v7.4&lt;/li&gt;    &lt;li&gt;HP Operations Manager&lt;/li&gt;    &lt;li&gt;IBM Tivoli Netcool/OMNIbus&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These Runbook Connectors deliver a number of inter-connection functions such as;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Event forwarding&lt;/li&gt;    &lt;li&gt;Automatic Incident Ticket creation &lt;/li&gt;    &lt;li&gt;Automatic update of the SCOM Event to record the Service Desk Ticket ID&lt;/li&gt;    &lt;li&gt;Monitoring of the target EM tool or Service Desk in order to automatically resolve the original Operations Manager Event once the Event is Resolved on the target system.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For customers looking for event enrichment and more in-depth processing of events from Operations Manager, this can be achieved by adding further Runbooks to the base solution.&amp;#160; &lt;/p&gt;  &lt;p&gt;The package includes the Runbooks, User Guide, evaluation copy of the Integration Pack for Databases and Runbook Surveyor documentation of the Runbook configurations.&amp;#160; The package is available to download from &lt;a href="http://www.kelverion.com/kim-download-form/"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The product description is available on the Kelverion website &lt;a href="http://www.kelverion.com/download-area/"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you have any questions regarding these Connectors or require assistance please contact &lt;a href="mailto:info@kelverion.com"&gt;info@kelverion.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496971" width="1" height="1"&gt;</description></item><item><title>KB: You may receive the error "Setup Cannot be Completed" when installing System Center 2012 Operations Manager</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/09/kb-you-may-receive-the-error-quot-setup-cannot-be-completed-quot-when-installing-system-center-2012-operations-manager.aspx</link><pubDate>Wed, 09 May 2012 14:31:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496962</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496962</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/09/kb-you-may-receive-the-error-quot-setup-cannot-be-completed-quot-when-installing-system-center-2012-operations-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2705760"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one discusses a database related issue you may run into when installing System Center 2012 Operations Manager.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;While installing System Center 2012 Operations Manager, the installation fails and you receive the error &amp;quot;Setup Cannot be Completed&amp;quot;.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This may occur if the OperationsManager.mdf and OperationsManager.ldf files already exist in the directory where you chose to install the new OperationsManager database. If this occurs you will see an error similar to the following in the OpsMgrSetupWizard.log file:    &lt;br /&gt;&lt;i&gt;[05:44:19]: &lt;/i&gt;&lt;i&gt;&lt;b&gt;Error: :Exception running sql string CREATE DATABASE [OperationsManager]&lt;/b&gt;&lt;/i&gt;&lt;i&gt; ON PRIMARY(NAME=MOM_DATA,FILENAME='C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\OperationsManager.mdf',SIZE=1000MB,MAXSIZE=1000MB,FILEGROWTH=0MB) LOG ON(NAME=MOM_LOG, FILENAME='C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\OperationsManager.ldf',SIZE=500MB,MAXSIZE=500MB,FILEGROWTH=0MB) COLLATE SQL_Latin1_General_CP1_CI_AS: Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Cannot create file 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\OperationsManager.mdf' because it already exists. Change the file path or the file name, and retry the operation. &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;CREATE DATABASE failed. Some file names listed could not be created. Check related errors. &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;[05:44:19]: Error: :StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;at Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.DBConfiguration.RunSqlStrings(String[] sqlCommands) &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;[05:44:19]: Always: :Failed to create and configure the DB with exception.: Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Cannot create file 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\OperationsManager.mdf' because it already exists. Change the file path or the file name, and retry the operation. &lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;CREATE DATABASE failed&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;. Some file names listed could not be created. &lt;/b&gt;&lt;/i&gt;&lt;i&gt;Check related errors.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt; The OpsMgrSetupWizard.log file is located in &lt;i&gt;C:\Users\&amp;lt;InstallationAccount&amp;gt;\AppData\Local\SCOM\Logs&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, you must either delete the old OperationsManager mdf and ldf files, or move them to a separate location and run the install again.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2705760"&gt;2705760 - You may receive the error &amp;quot;Setup Cannot be Completed&amp;quot; when installing System Center 2012 Operations Manager&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496962" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Setup/">Setup</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Database/">Database</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Install/">Install</category></item><item><title>Update Rollup 1 for System Center 2012 now available</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/08/update-rollup-1-for-system-center-2012-now-available.aspx</link><pubDate>Tue, 08 May 2012 20:48:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496807</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496807</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/08/update-rollup-1-for-system-center-2012-now-available.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2686249"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: left; display: inline; background-image: none;" title="KB" border="0" alt="KB" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/0714.KB_5F00_76AB812D.jpg" width="85" height="85" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Update Rollup 1 for System Center 2012 contains a number of fixes for System Center 2012 Operations Manager, App Controller and Virtual Machine Manager, including cross platform fixes and support for Oracle Solaris 11. &lt;/p&gt;  &lt;p&gt;I won’t go into all the details here but you can see what’s included as well as get a download link in the following KB article:&lt;/p&gt;  &lt;p&gt;KB2686249 - Description of Update Rollup 1 for System Center 2012 (&lt;a title="http://support.microsoft.com/kb/2686249" href="http://support.microsoft.com/kb/2686249"&gt;http://support.microsoft.com/kb/2686249&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496807" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Update+Rollup/">Update Rollup</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Hotfix/">Hotfix</category></item><item><title>KB: The Orchestrator Runbook Service starts and then stops after 30-60 seconds</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/08/kb-the-orchestrator-runbook-service-starts-and-then-stops-after-30-60-seconds.aspx</link><pubDate>Tue, 08 May 2012 19:10:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496779</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496779</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/08/kb-the-orchestrator-runbook-service-starts-and-then-stops-after-30-60-seconds.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2702157"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published today. This one talks about an issue where the Orchestrator Runbook Service starts and then stops after 30-60 seconds and logs a 7023 event.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;The Orchestrator Runbook Service (orunbook) on a System Center Orchestrator Runbook Server starts successfully but then terminates after 30-60 seconds.    &lt;br /&gt;In the System Event Log of the System Center Orchestrator Runbook Server, the following sequence of events will be seen:&lt;/p&gt;  &lt;p&gt;Log Name: System    &lt;br /&gt;Source: Service Control Manager     &lt;br /&gt;Date:     &lt;br /&gt;Event ID: 7036     &lt;br /&gt;Task Category: None     &lt;br /&gt;Level: Information     &lt;br /&gt;Keywords: Classic     &lt;br /&gt;User: N/A     &lt;br /&gt;Computer: &amp;lt;Computer&amp;gt;     &lt;br /&gt;Description:     &lt;br /&gt;The Orchestrator Runbook Service service entered the running state.&lt;/p&gt;  &lt;p&gt;Log Name: System    &lt;br /&gt;Source: Service Control Manager     &lt;br /&gt;Date:     &lt;br /&gt;Event ID: 7036     &lt;br /&gt;Task Category: None     &lt;br /&gt;Level: Information     &lt;br /&gt;Keywords: Classic     &lt;br /&gt;User: N/A     &lt;br /&gt;Computer: &amp;lt;Computer&amp;gt;     &lt;br /&gt;Description:     &lt;br /&gt;The Orchestrator Runbook Service service entered the stopped state.&lt;/p&gt;  &lt;p&gt;Log Name: System    &lt;br /&gt;Source: Service Control Manager     &lt;br /&gt;Date:     &lt;br /&gt;Event ID: 7023     &lt;br /&gt;Task Category: None     &lt;br /&gt;Level: Error     &lt;br /&gt;Keywords: Classic     &lt;br /&gt;User: N/A     &lt;br /&gt;Computer: &amp;lt;Computer&amp;gt;     &lt;br /&gt;Description:     &lt;br /&gt;The Orchestrator Runbook Service service terminated with the following error:     &lt;br /&gt;%%-2147467259&lt;/p&gt;  &lt;p&gt;Additionally the following may be observed.&lt;/p&gt;  &lt;p&gt;When querying the status of the Orchestrator Runbook Service using SC.exe, the following output shows the last exit code when the service is in a stopped state:&lt;/p&gt;  &lt;p&gt;C:\Windows\system32&amp;gt;sc query orunbook&lt;/p&gt;  &lt;p&gt;SERVICE_NAME: orunbook    &lt;br /&gt;TYPE : 10 WIN32_OWN_PROCESS     &lt;br /&gt;STATE : 1 STOPPED     &lt;br /&gt;WIN32_EXIT_CODE : -2147467259 (0x80004005)     &lt;br /&gt;SERVICE_EXIT_CODE : 0 (0x0)     &lt;br /&gt;CHECKPOINT : 0x0     &lt;br /&gt;WAIT_HINT : 0x0&lt;/p&gt;  &lt;p&gt;One or more exceptions may be captured in the Orchestrator Runbook Service logging folder on the Orchestrator Runbook Server computer. The default path for these logs is &amp;quot;C:\ProgramData\Microsoft System Center 2012\Orchestrator\RunbookService.exe\Logs&amp;quot;.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;The Orchestrator Runbook Service was not able to connect to the Orchestrator database. This could be due to any of the following reasons:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The service for the Microsoft SQL Server database instance is not running. &lt;/li&gt;    &lt;li&gt;The hostname for the Microsoft SQL Server database instance does not resolve correctly. &lt;/li&gt;    &lt;li&gt;An incorrect database instance has been configured. &lt;/li&gt;    &lt;li&gt;An incorrect TCP/IP port may have been configured in Orchestrator or in Microsoft SQL Server for the database instance. &lt;/li&gt;    &lt;li&gt;TCP/IP may not be configured as an acceptable binding or an alternative protocol binding may be configured as higher priority causing connections to work from some locations but not others (e.g. local versus remote). &lt;/li&gt;    &lt;li&gt;The user account provided does not have appropriate permissions to the Orchestrator database.&lt;/li&gt;  &lt;/ul&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Correct the problem that is preventing the Orchestrator Runbook Service from connecting to the Orchestrator database.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Verify the Microsoft SQL Server database instance that hosts the Orchestrator database is running. &lt;/li&gt;    &lt;li&gt;Verify that the hostname for the Microsoft SQL Server instance is correct and resolves correctly in DNS. &lt;/li&gt;    &lt;li&gt;Verify that the correct Microsoft SQL Server instance is configured in System Center Orchestrator. &lt;/li&gt;    &lt;li&gt;Check that the TCP/IP port configured in Microsoft SQL Server for the instance that hosts the Orchestrator database matches the TCP/IP port defined in System Center Orchestrator. &lt;/li&gt;    &lt;li&gt;Check the protocol configuration for the Microsoft SQL Server instance that hosts the Orchestrator database to ensure communication via TCP/IP is the default protocol. &lt;/li&gt;    &lt;li&gt;Verify that the user account of the Orchestrator Runbook Service or the SQL User Account is a member of the Microsoft.SystemCenter.Orchestrator.Runtime user role in the Orchestrator database.&lt;/li&gt;  &lt;/ol&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The Orchestrator Runbook Service will only terminate due to failed connectivity to the Orchestrator database during the service start. Once the service has successfully started with full database connectivity, any future database issues will be captured and logged without the service terminating.    &lt;br /&gt;This issue occurs most frequently when the System Center Orchestrator environment is restarted and the Orchestrator Runbook Service starts before the Orchestrator database is fully online. In this case, configuring the Orchestrator Runbook Service Recovery Properties can often automatically remediate the problem by having the service wait a period of time and then attempt to start again.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2702157"&gt;2702157 - The Orchestrator Runbook Service starts and then stops after 30-60 seconds&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&amp;#160;&lt;b&gt;&lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496779" width="1" height="1"&gt;</description></item><item><title>KB: Configuring Database fails and presents a Red X when installing System Center 2012 Operations Manager</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/08/kb-configuring-database-fails-and-presents-a-red-x-when-installing-system-center-2012-operations-manager.aspx</link><pubDate>Tue, 08 May 2012 16:22:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496734</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496734</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/08/kb-configuring-database-fails-and-presents-a-red-x-when-installing-system-center-2012-operations-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704143"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one discusses a database issue you may run into when installing System Center 2012 Operations Manager.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Summary&lt;/h5&gt;  &lt;p&gt;When configuring the database during the System Center 2012 Operations Manager installation, next to the database name field, you may receive a Red Circle with an X inside and no tooltip provided with further information about the error if you hover over it.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;This issue occurs when the database name provided is greater than 128 characters. To resolve the issue, shorten the database name to less than 128 characters.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2704143"&gt;2704143 - Configuring Database fails and presents a Red X when installing System Center 2012 Operations Manager&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496734" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Setup/">Setup</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/sql/">sql</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Database/">Database</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Install/">Install</category></item><item><title>KB: The status icon in a title column of a State View only shows health from the first item in System Center Operations Manager</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/07/kb-the-status-icon-in-a-title-column-of-a-state-view-only-shows-health-from-the-first-item-in-system-center-operations-manager.aspx</link><pubDate>Mon, 07 May 2012 22:30:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496556</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3496556</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/07/kb-the-status-icon-in-a-title-column-of-a-state-view-only-shows-health-from-the-first-item-in-system-center-operations-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2711108"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published today. This one discusses an issue where the status icon in a title column of State View shows health from the First Item in System Center 2012 Operations Manager&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;In System Center Operations Manager, the overall health column in any state view should reflect the worst state of all devices/servers in that view, however in System Center 2012 Operations Manager (OpsMgr 2012) it only reflects the state of the server/device in the first row. If you change the sorting order, the overall status column also changes.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/u&gt;:&lt;/p&gt;  &lt;p&gt;Consider we have two servers in a state view. The first row has healthy state and second row has critical state. In this scenario, the overall health should show the Critical state (worst state). In OpsMgr 2012, we are only considering the first row's state and reflecting it as the overall state.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;This is a known issue in System Center 2012 Operations Manager and is scheduled to be addressed in Service Pack 1.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2711108"&gt;2711108 - The status icon in a title column of a State View only shows health from the first item in System Center Operations Manager&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496556" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Health/">Health</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/State+View/">State View</category></item><item><title>KB: Regular expression support in System Center Operations Manager</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/03/kb-regular-expression-support-in-system-center-operations-manager.aspx</link><pubDate>Thu, 03 May 2012 14:35:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3495862</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3495862</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/03/kb-regular-expression-support-in-system-center-operations-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2702651"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one discusses regular expression support in System Center Operations Manager.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Summary&lt;/h5&gt;  &lt;p&gt;The authoring of management packs may need to include regular expression matching in discoveries and groups, as well as for pattern matching in expression criteria in monitors and rules. &lt;/p&gt;  &lt;p&gt;There are two different types of regular expression support in the SCOM product, and you have to know which element you are working in to choose the correct one. Specifically, Group membership calculation and expression filters use distinctly different syntaxes for pattern matching.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Group calculation uses PERL regular expression syntax. By default, the matching is case insensitive, but in the XML you can specify that an expression needs to be….&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the rest of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2702651"&gt;2702651 - Regular expression support in System Center Operations Manager&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3495862" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Management+Packs/">Management Packs</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/authoring/">authoring</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2007/">OpsMgr 2007</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Regular+Expressions/">Regular Expressions</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/XML/">XML</category></item><item><title>New Top Solutions feeds for System Center products</title><link>http://blogs.technet.com/b/momteam/archive/2012/05/02/new-top-solutions-feeds-for-system-center-products.aspx</link><pubDate>Wed, 02 May 2012 18:50:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3495702</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3495702</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/05/02/new-top-solutions-feeds-for-system-center-products.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/rss/scom.xml"&gt;&lt;img style="border: 0px currentcolor; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: left; display: inline; background-image: none;" title="wrench" border="0" alt="wrench" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/1307.wrench_5F00_7CFF79F5.jpg" width="85" height="85" /&gt;&lt;/a&gt;We are very happy to announce that seven of the Product Solution Centers on &lt;a href="http://support.microsoft.com"&gt;http://support.microsoft.com&lt;/a&gt; are featuring new &lt;b&gt;Top Solutions&lt;/b&gt; sections that pull dynamically from the &lt;a href="http://support.microsoft.com/gp/topissuesrss"&gt;Top Solutions RSS feeds&lt;/a&gt;. The Top Solutions are usually listed on the page for the &lt;b&gt;Key Resources&lt;/b&gt; tab. &lt;/p&gt;  &lt;p&gt;The following solution centers have dynamic Top Solutions; the rest will be updated in the near future. Check out the new look and functionality!&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com/ph/14134"&gt;Windows Server 2008 R2&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/ph/1044"&gt;SQL Server&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/ph/16340"&gt;System Center 2012&lt;/a&gt; – select the tabs for the following products       &lt;ul&gt;       &lt;li&gt;Configuration Manager &lt;/li&gt;        &lt;li&gt;Data Protection Manager &lt;/li&gt;        &lt;li&gt;Operations Manager &lt;/li&gt;        &lt;li&gt;Virtual Machine Manager &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/ph/924"&gt;Lync Server&lt;/a&gt; &lt;/li&gt;  &lt;/ul&gt;  &lt;p&gt;If you want to keep up to date on all the latest top solutions you’ll definitely want to check these out.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3495702" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2007/">OpsMgr 2007</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Top+Solutions/">Top Solutions</category></item><item><title>MPViewer, OverrideExplorer, ProxySettings - Boris’s OpsMgr Tools Updated</title><link>http://blogs.technet.com/b/momteam/archive/2012/04/21/mpviewer-overrideexplorer-proxysettings-boris-s-opsmgr-tools-updated.aspx</link><pubDate>Sat, 21 Apr 2012 02:30:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493566</guid><dc:creator>Daniele Muscetta</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3493566</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/04/21/mpviewer-overrideexplorer-proxysettings-boris-s-opsmgr-tools-updated.aspx#comments</comments><description>&lt;p&gt;Over the years, &lt;a href="http://blogs.msdn.com/b/boris_yanushpolsky/"&gt;Boris&lt;/a&gt; has released a set of phenomenal tools, that saved &lt;strike&gt;lives of OpsMgr administrators&lt;/strike&gt; quite some time in performing common OpsMgr tasks in OpsMgr 2007 and 2007 R2..&lt;/p&gt;  &lt;p&gt;Anyhow, Boris has moved to another team within Microsoft. In order to not let those tools go to waste, since I know many people use them, I have asked him to give me the code of his tools and allow me to update and maintain those tools going forward. &lt;/p&gt;  &lt;p&gt;And so I did: I updated a couple of his tools to work with OpsMgr 2012, and also implemented a couple new features in MPViewer (MPB support, Unseal MPs) and in OverrideExplorer (Excel export) and I also fixed a few bugs here and there.&lt;/p&gt;  &lt;p&gt;I actually did post those updated tools a while ago on my blog &lt;a title="http://blogs.msdn.com/b/dmuscett/archive/2012/02/19/boris-s-tools-updated.aspx" href="http://blogs.msdn.com/b/dmuscett/archive/2012/02/19/boris-s-tools-updated.aspx"&gt;http://blogs.msdn.com/b/dmuscett/archive/2012/02/19/boris-s-tools-updated.aspx&lt;/a&gt; , but I am reposting here since some people have missed those and kept asking.&lt;/p&gt;  &lt;p&gt;I will keep that page on my blog up-to-date with new versions and fixes, whenever I make them…. so make sure you bookmark that page and refer to it to grab the latest versions. Please reach out over there for comments and bug reports as well. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493566" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Management+Packs/">Management Packs</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/scom/">scom</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Operations+Manager+2012/">Operations Manager 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/overrides/">overrides</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/tools/">tools</category></item><item><title>New Application Management blogs</title><link>http://blogs.technet.com/b/momteam/archive/2012/04/21/new-application-management-blogs.aspx</link><pubDate>Sat, 21 Apr 2012 02:18:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493564</guid><dc:creator>Daniele Muscetta</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3493564</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/04/21/new-application-management-blogs.aspx#comments</comments><description>&lt;p&gt;In case you haven’t noticed, our colleagues and long-time Application Management experts Shawn Gibbs and Chris Childers have started blogging: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Chris&amp;#160; &lt;a title="http://blogs.technet.com/b/chrischilders/" href="http://blogs.technet.com/b/chrischilders/"&gt;http://blogs.technet.com/b/chrischilders/&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Shawn &lt;a title="http://blogs.technet.com/b/shawngibbs/" href="http://blogs.technet.com/b/shawngibbs/"&gt;http://blogs.technet.com/b/shawngibbs/&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Make sure you add them to your aggregator, as a lot of good information is coming from them in regards to Application Management and System Center.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493564" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Application+Monitoring/">Application Monitoring</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/avicode/">avicode</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/APM/">APM</category></item><item><title>Beta versions of the Windows Server 2012 Management Packs are now available for download</title><link>http://blogs.technet.com/b/momteam/archive/2012/04/19/beta-versions-of-the-windows-server-2012-management-packs-are-now-available-for-download.aspx</link><pubDate>Thu, 19 Apr 2012 22:07:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493304</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3493304</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/04/19/beta-versions-of-the-windows-server-2012-management-packs-are-now-available-for-download.aspx#comments</comments><description>&lt;p&gt;&lt;a href="https://connect.microsoft.com/site1286/Downloads"&gt;&lt;img title="download" border="0" alt="download" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-16-metablogapi/7268.download_5F00_130706BF.jpg" width="90" height="73" /&gt;&lt;/a&gt;Just a quick FYI that beta versions of the Windows Server 2012 Management Packs (MPs) for System Center 2012 Operations Manager are now available to TAP customers. These beta versions of the Windows Server 2012 Management Packs are available for you to test with on your Windows Server 2012 Beta machines (formerly Windows “8” Beta) and can be found at the Connect link below.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;IMPORTANT NOTES&lt;/strong&gt;:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;The use of these MPs in a production environment is not authorized or supported. &lt;/li&gt;    &lt;li&gt;These MPs can only be installed in System Center 2012 Operations Manager &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The following MPs are available for &lt;a href="https://connect.microsoft.com/site1286/Downloads"&gt;download from Connect&lt;/a&gt;:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Active Directory Certificate Services (ADCS) &lt;/li&gt;    &lt;li&gt;Active Directory Directory Services (ADDS) &lt;/li&gt;    &lt;li&gt;Active Directory Federation Services (ADFS) &lt;/li&gt;    &lt;li&gt;Active Directory Rights Management Services (ADRMS) &lt;/li&gt;    &lt;li&gt;DHCP (Core Networking) &lt;/li&gt;    &lt;li&gt;Remote Access &lt;/li&gt;    &lt;li&gt;DNS (Core Networking) &lt;/li&gt;    &lt;li&gt;Cluster Management &lt;/li&gt;    &lt;li&gt;File Services &lt;/li&gt;    &lt;li&gt;Windows Deployment Services &lt;/li&gt;    &lt;li&gt;IIS &lt;/li&gt;    &lt;li&gt;MSMQ &lt;/li&gt;    &lt;li&gt;Network Access Protection &lt;/li&gt;    &lt;li&gt;Network Load Balancing (NLB) &lt;/li&gt;    &lt;li&gt;Networking QoS&lt;/li&gt;    &lt;li&gt;Power Management &lt;/li&gt;    &lt;li&gt;Print Services &lt;/li&gt;    &lt;li&gt;Remote Desktop Services (RDS) &lt;/li&gt;    &lt;li&gt;Windows Backup &lt;/li&gt;    &lt;li&gt;Windows Server Update Services &lt;/li&gt;    &lt;li&gt;Windows Operating System &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;We look forward to your feedback!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The System Center Team&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493304" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/Management+Packs/">Management Packs</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2012/">OpsMgr 2012</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Windows+Server+2012/">Windows Server 2012</category></item><item><title>KB: The Operations Manager OpenView connector fails to auto-forwarding alerts to an HP OVO server</title><link>http://blogs.technet.com/b/momteam/archive/2012/04/19/kb-the-operations-manager-openview-connector-fails-to-auto-forwarding-alerts-to-an-hp-ovo-server.aspx</link><pubDate>Thu, 19 Apr 2012 18:58:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493240</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3493240</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/04/19/kb-the-operations-manager-openview-connector-fails-to-auto-forwarding-alerts-to-an-hp-ovo-server.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2693106"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s one more Knowledge Base article we published this morning. This one shows you how to easily fix an issue where the Microsoft System Center Operations Manager 2007 R2 (OpsMgr) Connector for HP OpenView fails to auto-forwarding alerts to an HP OVO server.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;The Microsoft System Center Operations Manager 2007 R2 (OpsMgr) Connector for HP OpenView Operations for Windows fails to auto-forwarding alerts to an HP OVO server. You also find information similar to the following in the SCInterop log file: &lt;/p&gt;  &lt;p&gt;&lt;em&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] ERROR Could not deliver some events. No providers were available. Cannot create WSManConfig for any providers      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG Microsoft.SystemCenter.Interop.NoProviderAvailableException: Cannot create WSManConfig for any providers       &lt;br /&gt;at Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule.BuildWsmanConfigList(IConfig c)       &lt;br /&gt;at Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule.XFormOutboundAlerts_Callback(Topic topic, Payload payload)       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG Exiting WSRxAlerts_Callback method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.XFormModule] DEBUG Leaving CacheAlerts_Callback       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.Cache] DEBUG Leaving FilterAlerts_Callback       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.FilterModule] DEBUG alerts published       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.FilterModule] DEBUG Leaving OpsAlerts_Callback       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.OpsMgrModule] DEBUG 3 alerts published       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.OpsMgrModule] DEBUG acking alerts 3 to sdk      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.OpsMgrModule] DEBUG 3 alerts acked to sdk      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.OpsMgrModule] DEBUG Leaving TimerCallback      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG Entering TimerCallback method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG Retrieving events...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG locked on WSRxAlerts      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG BuildWsmanConfigList called       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG Not all providers have be queried for WSManType. Attempting to query each provider       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManConfig] DEBUG WSManConfig constructor called       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManConfig] DEBUG Creating WSManConfig for OVO Server       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Entering GetWSManType method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Entering CreateSession method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG using basic auth      &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Calling WSMAN Session host OVO Server with parameters...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG ResourceUri : https://OVO Server:1270       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG SessionFlags : 266241       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG UserName : root       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Exiting CreateSession method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Calling WSMAN Identify on host OVO Server with parameters...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Flags : 0       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Exception A security error occurred occurred while determining WSMan type of server OVO Server       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManWrapper] DEBUG Exiting GetWSManType method...       &lt;br /&gt;[Microsoft.SystemCenter.Interop.Framework.Modules.WSManModule] DEBUG System.Runtime.InteropServices.COMException (0x80072F8F): A security error occurred       &lt;br /&gt;at WSManAutomation.IWSManSession.Identify(Int32 flags)&lt;/em&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if there are no providers can be contacted to get an update event.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, run scicert.exe to import the certificate from the provider into the connector server. To do this, on the server that the OpsMgr Connector for HP OpenView Operations service is installed, run the following command from a command prompt window:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;C:\Program Files\System Center Operations Manager 2007 R2 Connectors\OpsMgr Connector for HP OpenView Operations\&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Then run the following command:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;scicert &amp;lt;OVO server&amp;gt; &amp;lt;wsman user&amp;gt; &amp;lt;wsman password&amp;gt; &amp;quot;OpsMgr Connector for HP OpenView Operations&amp;quot;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; &lt;em&gt;Replace &amp;lt;OVO server&amp;gt; with your OVO server name&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; &lt;em&gt;&amp;lt;wsman user&amp;gt; will be the user you setup in the Connector Configuration UI (e.g., - doman\wsman user or root account)&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;If this is successful it will display the certificate thumbprint and ask if you want to continue. Enter Yes to import the certificate.&lt;/p&gt;  &lt;p&gt;Once you have the certificate imported, restart the OpsMgr Connector for HP OpenView Operations service and check the log. &lt;/p&gt;  &lt;p&gt;You should no longer see the error and should now be able to forward alerts to the OVO Server.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2693106"&gt;2693106 : The Operations Manager OpenView connector fails to auto-forwarding alerts to an HP OVO server&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493240" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OpsMgr+2007/">OpsMgr 2007</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/OVO/">OVO</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/HP+OpenView/">HP OpenView</category></item><item><title>KB: Windows NT services monitored by AVIcode may fail to start automatically</title><link>http://blogs.technet.com/b/momteam/archive/2012/04/19/kb-windows-nt-services-monitored-by-avicode-may-fail-to-start-automatically.aspx</link><pubDate>Thu, 19 Apr 2012 17:34:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493218</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/momteam/rsscomments.aspx?WeblogPostID=3493218</wfw:commentRss><comments>http://blogs.technet.com/b/momteam/archive/2012/04/19/kb-windows-nt-services-monitored-by-avicode-may-fail-to-start-automatically.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2695741"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one talks about an easy fix for an issue you may run into where a Windows NT service fails to start automatically if monitored by AVICode.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Some Windows NT services may fail to start automatically on computer startup if they are monitored by AVICode. However, the services can be started manually afterwards. If you check the Intercept event log, you see an error similar to this:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;[DATA]&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;,[TIME],Intercept Stub,Error,None,4000,N/A,A01-CRM-TRNS22,&amp;quot;An error has occurred. Please contact Technical Support if this issue persists.&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Error: Monitor initialization timeout expired.&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Please contact your system administrator.&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Code: [CODE] Type: Internal External Time [DATE] [TIME] Thread: [TID] Raised in: (ret == WAIT_OBJECT_0). CInitThread::InitAndWaitFinish, Caught in: CProfilerCallback::Initialize. &lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;System information:&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Agent version: [INTERCEPT_AGENT_VERSION]&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Windows version: [OS_VERSION]&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;Process ID: [PID]; Instance ID: [IID];&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;i&gt;InstanceName: [NAME_OF_THE_SERVICE].&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;Startup time for services can increase due to the way the &lt;b&gt;.NET CLR Profiling API &lt;/b&gt;works.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Configure a startup dependency for each of the services that are not starting automatically, to be dependent on the Intercept service (AVICode agent) using this article: &lt;/p&gt;  &lt;p&gt;193888 - How to delay loading of specific services (&lt;a href="http://support.microsoft.com/kb/193888"&gt;http://support.microsoft.com/kb/193888&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;Also make sure that the Intercept service is set to &amp;quot;Automatic&amp;quot; startup and NOT &amp;quot;Automatic (Delayed start)&amp;quot;.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;This article applies to Windows NT services that are monitored with AVICode 5.6 or 5.7&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2695741"&gt;2695741 : Windows NT services monitored by AVIcode may fail to start automatically&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;    &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;    &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;    &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;    &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493218" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/momteam/archive/tags/avicode/">avicode</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/momteam/archive/tags/Service/">Service</category></item></channel></rss>
