<?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: Service Manager Engineering Team Blog</title><link>http://blogs.technet.com/b/servicemanager/</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>How To Display User Class Extended Properties on Incident Form</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/25/how-to-display-user-class-extended-properties-on-incident-form.aspx</link><pubDate>Fri, 25 May 2012 21:03:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3500290</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/servicemanager/rsscomments.aspx?WeblogPostID=3500290</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/25/how-to-display-user-class-extended-properties-on-incident-form.aspx#comments</comments><description>&lt;p&gt;This blog post is from one of our community contributors - Markus Klein.&amp;#160; Thanks for sharing Markus!&lt;/p&gt;  &lt;p&gt;=======================================================================================&lt;/p&gt;  &lt;p&gt;Extending classes are common tasks in System Center Service Manager to bind external or additional information to a base class.&lt;/p&gt;  &lt;p&gt;This example shows how to extend the AD User Class with two new attributes called test1 and test2 using the authoring tool.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6746.clip_5F00_image002_5F00_654AC65E.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-62-41-metablogapi/8228.clip_5F00_image002_5F00_thumb_5F00_392DC96D.jpg" width="536" height="550" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The goal is to have these properties appear on the Incident Form and bind additional information to the Affected User.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5516.clip_5F00_image004_5F00_3F086D06.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6661.clip_5F00_image004_5F00_thumb_5F00_3710CAA4.jpg" width="546" height="304" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Using the Authoring Tool you can add a new Tab-Item &lt;b&gt;Test&lt;/b&gt; to the System.WorkItem.Incident.ConsoleForm and on it add two labels and two new textboxes for the new attributes to the form.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7651.clip_5F00_image006_5F00_7C4921CD.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4431.clip_5F00_image006_5F00_thumb_5F00_7B70BBE3.jpg" width="506" height="295" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now you have to change the &lt;b&gt;binding property &lt;/b&gt;of both textboxes to the extended attributes created before. Unfortunately, these attributes are not shown in the attribute list of the “Affected User” relationship.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4527.clip_5F00_image008_5F00_418178F7.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1200.clip_5F00_image008_5F00_thumb_5F00_0072F993.jpg" width="447" height="417" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To add this attributes to the form, you will have to add the prefix “Affected User.” in front of the attribute name for the binding property. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6574.clip_5F00_image010_5F00_3E8C1444.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7658.clip_5F00_image010_5F00_thumb_5F00_08A71F2A.jpg" width="539" height="160" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally we need to seal the management pack and import it to System Center Service Manager.&lt;/p&gt;  &lt;p&gt;The Incident Form displays now all new properties depending on the affected user.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0647.clip_5F00_image012_5F00_79936878.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6087.clip_5F00_image012_5F00_thumb_5F00_3F37F297.jpg" width="688" height="422" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;--------------------&lt;/p&gt;  &lt;p&gt;Note from Travis:&amp;#160; You may want to do this with labels instead of textboxes in case you don’t want the text to be editable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3500290" width="1" height="1"&gt;</description></item><item><title>Clarification on SQL Server Collation Requirements for System Center 2012</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/24/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx</link><pubDate>Thu, 24 May 2012 20:46:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499942</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/servicemanager/rsscomments.aspx?WeblogPostID=3499942</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/24/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-62-41-metablogapi/4540.clip_5F00_image001_5F00_1ABB92F5.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-62-41-metablogapi/7178.clip_5F00_image001_5F00_thumb_5F00_5A194685.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-62-41-metablogapi/4848.clip_5F00_image002_5F00_1976FA16.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-62-41-metablogapi/8637.clip_5F00_image002_5F00_thumb_5F00_5F87B729.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-62-41-metablogapi/6574.clip_5F00_image003_5F00_7DF1F812.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-62-41-metablogapi/4011.clip_5F00_image003_5F00_thumb_5F00_5CFE856B.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-62-41-metablogapi/5008.clip_5F00_image005_5F00_7C412C3E.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-62-41-metablogapi/7167.clip_5F00_image005_5F00_thumb_5F00_6FD30915.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=3499942" width="1" height="1"&gt;</description></item><item><title>Automatically Closing Completed SCSM Service Requests with Orchestrator</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/automatically-closing-completed-scsm-service-requests-with-orchestrator.aspx</link><pubDate>Wed, 23 May 2012 03:52:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499441</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/servicemanager/rsscomments.aspx?WeblogPostID=3499441</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/automatically-closing-completed-scsm-service-requests-with-orchestrator.aspx#comments</comments><description>&lt;p&gt;This is a guest blog post by Mark Newton, one of our community contributors.&amp;#160; Thanks for sharing Mark!&lt;/p&gt;  &lt;p&gt;========================================&lt;/p&gt;  &lt;p&gt;I have set up a number of ‘Service Requests’ in SCSM 2012 which are all working great. However what we were finding was that all our requests once finished were in the SCSM console with a status of ‘Completed’. We were having to go in periodically and ‘Close’ all the request so that they will be eventually purged from the console. I thought what a simple job for Orchestrator to do and here is how I set it up.&lt;/p&gt;  &lt;p&gt;This is what the run book looks like:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7774.clip_5F00_image002_5F00_30B2EA51.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-62-41-metablogapi/2084.clip_5F00_image002_5F00_thumb_5F00_2B6403A0.jpg" width="558" height="126" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;1. &lt;b&gt;Monitor Date/Time&lt;/b&gt; is just setting what time do I want the run book to check for completed service requests.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3566.clip_5F00_image004_5F00_2A1F6AC1.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0830.clip_5F00_image004_5F00_thumb_5F00_6D1B392E.jpg" width="583" height="392" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. &lt;strong&gt;-7 days&lt;/strong&gt; is essentially saying check 7 days back.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3073.clip_5F00_image006_5F00_67CC527D.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3051.clip_5F00_image006_5F00_thumb_5F00_0AAD142E.jpg" width="581" height="393" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3. &lt;b&gt;Get Completed SRF&lt;/b&gt; gets service requests which are ‘Completed’ and older than 7 days using the information available on the bus from &lt;b&gt;–7 days.&lt;/b&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-62-41-metablogapi/4643.clip_5F00_image008_5F00_706CAB09.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7774.clip_5F00_image008_5F00_thumb_5F00_7D668B1A.jpg" width="575" height="259" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;4. On the line between &lt;b&gt;Get Completed SRF &lt;/b&gt;and &lt;b&gt;Close SRF&lt;/b&gt; is ‘Only if value &amp;gt; 0’&lt;b&gt;. &lt;/b&gt;This ensures that the next step is only carried out if there are service requests which have completed.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5545.clip_5F00_image010_5F00_5553DBFB.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4643.clip_5F00_image010_5F00_thumb_5F00_777BC1B4.jpg" width="533" height="68" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;5. &lt;b&gt;Close SRF&lt;/b&gt; closes the service request, sets a closed date and adds a description.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4150.clip_5F00_image012_5F00_61B1D957.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1423.clip_5F00_image012_5F00_thumb_5F00_20A359F3.jpg" width="582" height="279" /&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=3499441" width="1" height="1"&gt;</description></item><item><title>Private Cloud Demo Extravaganza Videos!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/private-cloud-demo-extravaganza-videos.aspx</link><pubDate>Wed, 23 May 2012 03:36:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499422</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/servicemanager/rsscomments.aspx?WeblogPostID=3499422</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/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=3499422" width="1" height="1"&gt;</description></item><item><title>Upcoming Webcast Series: Bare Metal to Private Cloud</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/upcoming-webcast-series-bare-metal-to-private-cloud.aspx</link><pubDate>Wed, 23 May 2012 02:41:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499400</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/servicemanager/rsscomments.aspx?WeblogPostID=3499400</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/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=3499400" width="1" height="1"&gt;</description></item><item><title>Working With Relationships in the SCSM Orchestrator Integration Pack</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/working-with-relationships-in-the-scsm-orchestrator-integration-pack.aspx</link><pubDate>Tue, 22 May 2012 23:01:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499384</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/servicemanager/rsscomments.aspx?WeblogPostID=3499384</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/working-with-relationships-in-the-scsm-orchestrator-integration-pack.aspx#comments</comments><description>&lt;p&gt;Working with relationships in the SCSM integration pack can be a bit tricky so this blog post is intended to provide some tips.&lt;/p&gt;
&lt;p&gt;First of all it is really important when working with Service Manager to understand the data model.&amp;nbsp; Have a look at the data model diagram that is included in the SM Job Aids package (&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2011/02/01/model-visio-diagram-released-job-aids-package-update-update-on-resource-kit.aspx"&gt;more info&lt;/a&gt;) for details on what classes, properties and relationships exist in the out of box model.&amp;nbsp; Keep in mind that the Orchestrator integration pack reflects this data model when you are configuring activities in a runbook.&amp;nbsp; Another useful way to explore the data model is to use PowerShell (&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2011/11/09/viewing-the-data-model-using-powershell.aspx"&gt;more info&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Secondly, if you haven&amp;rsquo;t already watched them I highly recommend watching these two demo videos that will provide you needed background info on automating service request fulfillment with SCSM and Orchestrator:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2011/11/09/demo-automating-service-request-fulfillment-from-the-scsm-service-catalog-with-orchestrator.aspx"&gt;Demo: Automating Service Request Fulfillment from the SCSM Service Catalog with Orchestrator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2011/11/10/demo-automating-service-request-fulfillment-from-the-scsm-service-catalog-with-orchestrator-real-world-examples.aspx#3464611"&gt;Demo: Automating Service Request Fulfillment from the SCSM Service Catalog with Orchestrator&amp;ndash;Real World Examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For the purposes of this blog post we will deal with a fairly common scenario when you are trying to automate service request fulfillment using SCSM (Service Catalog and Service Requests) and Orchestrator (runbooks).&amp;nbsp; The scenario is adding the requesting user to a particular group in Active Directory.&lt;/p&gt;
&lt;p&gt;The relevant part of the data model look like this (simplified):&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1817.image_5F00_32912152.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3051.image_5F00_thumb_5F00_71166EF8.png" width="659" height="386" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Runbook activity is going to kick off the Orchestrator runbook and it is going to pass a single piece of data to the runbook via the Initialize Data activity &amp;ndash; the Runbook Activity Work Item GUID:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Configuration in Orchestrator:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4135.image_5F00_56D605D4.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6278.image_5F00_thumb_5F00_5A07EDBC.png" width="448" height="304" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Configuration in SCSM:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3058.image_5F00_58C354DD.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3036.image_5F00_thumb_5F00_4CC164A9.png" width="599" height="324" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So &amp;ndash; now when the runbook starts out it starts from the context of knowing exactly which Runbook Activity Work item triggered it.&amp;nbsp; From there we can figure out which Group is related to it (i.e. the group that the requesting user should be added to).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8233.image_5F00_56A65614.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6675.image_5F00_thumb_5F00_0A6E4C66.png" width="486" height="183" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We can also figure out the parent service request (see hyperlink above) and then we can traverse from the service request over to the Affected User.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So &amp;ndash; our runbook looks like this at a high level:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4617.image_5F00_690EA6C9.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8420.image_5F00_thumb_5F00_4F3A709A.png" width="1057" height="131" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is what each activity does:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Initialize Data &lt;/strong&gt;&amp;ndash; takes in the runbook activity work item GUID as described above.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get Group Relationship&lt;/strong&gt; &amp;ndash; this activity finds all the objects of a specific class that are related to the runbook activity work item &amp;ndash; in this case the Active Directory Group class.&amp;nbsp; The runbook activity work item GUID that is passed in via the Initialize Data activity is used as the starting point.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get Group Object &lt;/strong&gt;&amp;ndash; this takes the output of the Get Group Relationship activity and actually gets the Group object itself using the related object GUID that is returned by the Get Group Relationship activity.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s recap where we are&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8322.image_5F00_6DA4B183.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0410.image_5F00_thumb_5F00_65AD0F21.png" width="517" height="368" /&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-62-41-metablogapi/6663.image_5F00_1D7F5345.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2553.image_5F00_thumb_5F00_55519768.png" width="658" height="464" /&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-62-41-metablogapi/7737.image_5F00_33F1F1CC.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2860.image_5F00_thumb_5F00_07D4F4DB.png" width="686" height="470" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now we are going to do essentially the same thing to get the parent service request.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get Parent SR Relationship&lt;/strong&gt;&amp;nbsp; - this activity gets the relationship between the Runbook Activity Work Item and the Service Request.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get Parent SR &lt;/strong&gt;&amp;ndash; this activity actually gets the SR object using the output from the Get Parent SR Relationship activity.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6266.image_5F00_186CEFC9.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8311.image_5F00_thumb_5F00_705A40A9.png" width="716" height="316" /&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-62-41-metablogapi/1055.image_5F00_6F15A7CA.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3108.image_5F00_thumb_5F00_150B5821.png" width="722" height="342" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OK &amp;ndash; so let&amp;rsquo;s pause here and take a look at the configuration of each of these activities so far:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2045.image_5F00_28B841B5.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7824.image_5F00_thumb_5F00_20C09F53.png" width="691" height="468" /&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-62-41-metablogapi/6254.image_5F00_70B64DD1.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7220.image_5F00_thumb_5F00_43C0EAF6.png" width="695" height="505" /&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-62-41-metablogapi/8802.image_5F00_6152C5F5.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7725.image_5F00_thumb_5F00_405F534E.png" width="701" height="474" /&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-62-41-metablogapi/6232.image_5F00_424CA257.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6811.image_5F00_thumb_5F00_013E22F3.png" width="702" height="516" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So far this should seem pretty straightforward.&amp;nbsp; Now we are going to get a little bit tricky.&amp;nbsp; The next thing we are going to do is traverse from the service request over to the affected user and get that object.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get User Relationship &amp;ndash; &lt;/strong&gt;This activity gets the relationship between the service request and the affected user.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Get User Object &lt;/strong&gt;&amp;ndash; This activity gets the actual user object.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4251.image_5F00_6CD85D67.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7823.image_5F00_thumb_5F00_2BC9DE03.png" width="643" height="505" /&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-62-41-metablogapi/6330.image_5F00_716E6821.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6712.image_5F00_thumb_5F00_1B6E664A.png" width="638" height="474" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the configuration dialogs:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6724.image_5F00_2F1B4FDE.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7801.image_5F00_thumb_5F00_55110034.png" width="656" height="444" /&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-62-41-metablogapi/1031.image_5F00_43DD2291.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3187.image_5F00_thumb_5F00_1BCA7372.png" width="654" height="478" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Seems the same right?&amp;nbsp; &lt;strong&gt;Not quite!&amp;nbsp; &lt;/strong&gt;There is a catch here.&lt;/p&gt;
&lt;p&gt;Notice how in the Get Group Relationship configuration I pointed to the Active Directory Group class.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8546.image_5F00_128E3831.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1524.image_5F00_thumb_5F00_6605084A.png" width="577" height="169" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And in the Get User Relationship activity I pointed to the Active Directory User class.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6708.image_5F00_3D19F341.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7384.image_5F00_thumb_5F00_10FCF650.png" width="581" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s really only conceivable for purposes of this scenario that the only Active Directory Groups that will be related to the Runbook Activity Work Item will be those which are related by the Work Item About Config Item relationship type.&lt;/p&gt;
&lt;p&gt;In the case of the Service Request being related to the User class there are actually multiple relationship types between those two classes.&amp;nbsp; In fact there are three in the out of the box data model:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5807.image_5F00_33DDB800.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5722.image_5F00_thumb_5F00_40D79811.png" width="678" height="400" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keep in mind that in the Get User Relationship activity the only configuration that I am providing is the source class (Service Request), source object GUID (Service Request GUID), and the target class (User).&amp;nbsp; If the Created By User relationship points to Bob, the Assigned to Relationship points to Sally, and the Affected User points to Donna, how does Orchestrator know that I am looking for the Affected User Donna??&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s what happens.&amp;nbsp; Orchestrator will grab &lt;em&gt;all&lt;/em&gt; of the related objects that are of the User class that are related to the Service Request and put them on the databus as published data. If you open up the Runbook Tester and run this runbook you will see this in the output:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6708.image_5F00_0D9B5EA8.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1018.image_5F00_thumb_5F00_65F4E27D.png" width="629" height="207" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Those &amp;hellip; mean that there is a &lt;em&gt;collection &lt;/em&gt;of property values there not just one.&amp;nbsp; If we double click on the &amp;hellip; we can see the output in a table format:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0844.image_5F00_4FBEC72B.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2570.image_5F00_thumb_5F00_5CB8A73C.png" width="1241" height="174" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So you can see in this case by looking at the Related Object GUID that the Affected User and the Created By User are the same user and the Assigned To User is a different user.&amp;nbsp; Now &amp;ndash; what we want to do is &lt;em&gt;filter&lt;/em&gt; the list of objects that are passed along on the databus such that &lt;em&gt;only &lt;/em&gt;the Affected User is passed along and everything else is dropped.&lt;/p&gt;
&lt;p&gt;To do this we right click on the link coming out of the Get User Relationship activity and choose Properties:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6403.image_5F00_6CE46F35.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3162.image_5F00_thumb_5F00_732B45C3.png" width="225" height="135" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then click the Exclude tab and the Add button to add an Exclude filter.&amp;nbsp; Click the first link and set it to Relationship Class, change the operator to &amp;lsquo;Does Not Equal&amp;rsquo; and then click the last link and type in &amp;lsquo;Affected User&amp;rsquo; (exactly as you see it above in the table).&lt;/p&gt;
&lt;p&gt;This will now filter out the Assigned To User and Created By User and pass along only the Affected User on the databus.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s the trick!&amp;nbsp; The rest is easy.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4237.image_5F00_6729558F.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5633.image_5F00_thumb_5F00_261AD62B.png" width="456" height="309" /&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-62-41-metablogapi/2063.image_5F00_24D63D4C.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8358.image_5F00_thumb_5F00_07ED1877.png" width="464" height="314" /&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-62-41-metablogapi/8037.image_5F00_4D91A295.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8037.image_5F00_thumb_5F00_5A8B82A6.png" width="474" height="319" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s it!&lt;/p&gt;
&lt;p&gt;One more tip.&amp;nbsp; As I showed you above you need to use the &lt;em&gt;Display Name&lt;/em&gt; of the relationship type in question.&amp;nbsp; You can discover the relationship type display name by using &lt;a href="http://smlets.codeplex.com"&gt;SMLets&lt;/a&gt;.&amp;nbsp; First &amp;ndash; look up the internal name in the Visio diagram of the data model linked to at the beginning of this blog post.&amp;nbsp; For example the relationship type with the display name of &amp;lsquo;Affected User&amp;rsquo; is called System.WorkItemAffectedUser.&amp;nbsp; Then you can run a command in SMLets like 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-62-41-metablogapi/8446.image_5F00_5227AD4F.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3644.image_5F00_thumb_5F00_586E83DD.png" width="1122" height="83" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you aren&amp;rsquo;t sure of the exact internal name of a relationship but you might have some idea of the word(s) that might be included you can do a quick search using part of the name using SMLets too:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5710.image_5F00_5E492776.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6787.image_5F00_thumb_5F00_55E5521F.png" width="1103" height="105" /&gt;&amp;nbsp;&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=3499384" width="1" height="1"&gt;</description></item><item><title>FAQ: Why Doesn’t the SCOM Web Console URL in SCSM Work (403 or 404 Error)?</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/faq-why-doesn-t-the-scom-web-console-url-in-scsm-work-403-or-404-error.aspx</link><pubDate>Tue, 22 May 2012 18:27:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499329</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/servicemanager/rsscomments.aspx?WeblogPostID=3499329</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/22/faq-why-doesn-t-the-scom-web-console-url-in-scsm-work-403-or-404-error.aspx#comments</comments><description>&lt;p&gt;When you have an SCOM alert-generated incident selected in SCSM you have two additional tasks available to click on in the task pane: View Alert Details and View CI Health State.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1667.image_5F00_11D0D1B7.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0677.image_5F00_thumb_5F00_7868CE7C.png" width="146" height="54" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When you click on these tasks they will take you directly in context to the SCSM web console alert details or health explorer:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="400"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;strong&gt;Alert Details&lt;/strong&gt;&lt;/td&gt;       &lt;strong&gt;&lt;/strong&gt;        &lt;td valign="top" width="200"&gt;&lt;strong&gt;Health Explorer&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5140.image_5F00_3EE5BE85.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4863.image_5F00_thumb_5F00_452C9513.png" width="615" height="310" /&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1731.image_5F00_1666DC71.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7510.image_5F00_thumb_5F00_15224392.png" width="646" height="274" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;However, in some cases, you may get a 403 error message – Forbidden: Access is denied. - like 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-62-41-metablogapi/2311.image_5F00_5B3300A5.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5025.image_5F00_thumb_5F00_53A79138.png" width="742" height="112" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Or a a 404 error message – The resource cannot be found. – like 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-62-41-metablogapi/3301.clip_5F00_image002_5F00_3247EB9C.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-62-41-metablogapi/3060.clip_5F00_image002_5F00_thumb_5F00_316F85B2.jpg" width="835" height="260" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Here are some common reasons why you might be getting these errors:&lt;/p&gt;  &lt;p&gt;403 – You need to log into the SCOM web console in a browser window to create an authenticated session &lt;em&gt;prior to&lt;/em&gt; clicking the task link in SCSM.&amp;#160; I don’t think this was necessary in SCOM 2007 R2 but due to the architectural changes to the SCOM web console in 2012 it seems that this is now necessary, at least for now.&lt;/p&gt;  &lt;p&gt;404 – You may have the wrong SCOM web console URL configured in SCSM.&amp;#160; You might think it is http://&amp;lt;servername&amp;gt;:&amp;lt;port&amp;gt;/OperationsManager since that is how you access the SCOM web console.&amp;#160; You might also have the SCOM 2007 R2 URL configured – e.g. http://&amp;lt;servername&amp;gt;:&amp;lt;port&amp;gt; .&amp;#160; The web console URL has changed from 2007 R2 to 2012.&amp;#160; The URL for accessing the SCOM web console for these two tasks is now &lt;a href="http://&amp;lt;servername&amp;gt;:&amp;lt;port&amp;gt;/MonitoringView"&gt;:/MonitoringView&amp;quot;&amp;gt;:/MonitoringView&amp;quot;&amp;gt;http://&amp;lt;servername&amp;gt;:&amp;lt;port&amp;gt;/MonitoringView&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-62-41-metablogapi/7585.image_5F00_3E6965C3.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8737.image_5F00_thumb_5F00_1DE22611.png" width="542" height="161" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The &lt;a href="http://technet.microsoft.com/en-us/library/hh524335"&gt;documentation on TechNet&lt;/a&gt; is out of date on this topic and will be updated soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499329" width="1" height="1"&gt;</description></item><item><title>New Exchange Integration Pack On the TechNet Gallery</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/21/new-exchange-integration-pack-on-the-technet-gallery.aspx</link><pubDate>Mon, 21 May 2012 20:53:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499155</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/servicemanager/rsscomments.aspx?WeblogPostID=3499155</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/21/new-exchange-integration-pack-on-the-technet-gallery.aspx#comments</comments><description>&lt;p&gt;Bart Timmermans (&lt;a href="http://www.bart-timmermans.nl/"&gt;blog&lt;/a&gt;, &lt;a href="https://twitter.com/#!/Bart_inovativ"&gt;@Bart_Inovativ&lt;/a&gt;) , a consultant at Inovativ, has just released an integration pack for Exchange!&amp;#160; Here is a graphic of the activities included.&amp;#160; You can read more about the integratio pack on his &lt;a href="http://www.bart-timmermans.nl/exchange-management-ip-for-orchestrator-2012-released-today/"&gt;blog&lt;/a&gt; or download it from the &lt;a href="http://gallery.technet.microsoft.com/Exchange-Management-IP-0fd81227"&gt;TechNet Gallery&lt;/a&gt;.&amp;#160; Nice work Bart!&amp;#160; &lt;/p&gt;  &lt;p&gt;I’m really looking forward to setting up some automated self-service provisioning scenarios with the Service Manager service catalog + Orchestrator on the backend with this integration pack!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3441.image_5F00_4C7BA396.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4530.image_5F00_thumb_5F00_55A7B90A.png" width="594" height="749"&gt;&amp;#160;&lt;/img&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=3499155" width="1" height="1"&gt;</description></item><item><title>New SCSM 2012 IPD Guide - Now Available for Download!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/17/new-scsm-2012-ipd-guide-now-available-for-download.aspx</link><pubDate>Thu, 17 May 2012 17:32:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498519</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/servicemanager/rsscomments.aspx?WeblogPostID=3498519</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/17/new-scsm-2012-ipd-guide-now-available-for-download.aspx#comments</comments><description>&lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top"&gt;         &lt;p&gt;&lt;b&gt;System Center 2012 - Service Manager&lt;/b&gt;&lt;/p&gt;          &lt;p&gt;The Infrastructure Planning and Design team is pleased to announce that the IPD Guide for System Center 2012 - Service Manager is now available for download!&lt;/p&gt;          &lt;p&gt;&lt;b&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=245470"&gt;Download the IPD Guide for System Center 2012 - Service Manager.&lt;/a&gt; &lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;This guide can help your organization more quickly benefit from this platform for automating and adapting IT Service Management best practices such as those found in Microsoft Operations Framework (MOF) and the IT Infrastructure Library (ITIL). This guide takes you through an easy-to-follow process for successfully designing the servers and components of a Service Manager implementation. The result will be a design that is sized, configured, and appropriately placed to deliver the stated business benefits, while also considering the performance, capacity, and fault tolerance of the system. &lt;/p&gt;  &lt;p&gt;Thank you to Vijay Aski, Thomas Ellerman, Dmitry Garaev, Rajat Kumar, Arjan van de Rest (Capgemini), Ranganathan Srikanth, Darko Vukovic, Kathleen Wilson, and Dave Winter (Dynamic Systems Integrators, LLC) for providing feedback on this or the previous version of the guide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498519" width="1" height="1"&gt;</description></item><item><title>KB: The System Center Service Manager console crashes when creating a Knowledge Article</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/14/kb-the-system-center-service-manager-console-crashes-when-creating-a-knowledge-article.aspx</link><pubDate>Mon, 14 May 2012 18:12:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497897</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/servicemanager/rsscomments.aspx?WeblogPostID=3497897</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/14/kb-the-system-center-service-manager-console-crashes-when-creating-a-knowledge-article.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2703129"&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 an issue where the SCSM console crashes when using a console installed on the Spanish version of Windows XP.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When a new Knowledge Article is created in System Center Service Manager 2010 on a remote console installed on a Spanish version of Windows XP Service Pack 3 (SP3), when you click ‘OK’ to save this article, the Service Manager console crashes with the following exception:    &lt;br /&gt;&lt;i&gt;System.Reflection.TargetInvocationException: Se produjo una excepción en el destino de la invocación. ---&amp;gt; System.Reflection.TargetInvocationException: Se produjo una excepción en el destino de la invocación. ---&amp;gt; System.Windows.Markup.XamlParseException: No se puede crear una instancia de 'LocaleIDPicker' en el ensamblado 'Microsoft.EnterpriseManagement.UI.SMControls, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Se produjo una excepción en el destino de la invocación. Error en el objeto 'CategoryStackPanel' en el archivo de marcado 'Microsoft.EnterpriseManagement.ServiceManager.KnowledgeManagement.Forms;V7.0.5000.0;component/allforms/knowledgeui.xaml'. ---&amp;gt; System.Reflection.TargetInvocationException: Se produjo una excepción en el destino de la invocación. ---&amp;gt; System.ArgumentException: Ya existe una entrada con la misma clave. en System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) en System.Collections.Generic.SortedList`2.Add(TKey key, TValue value) en Microsoft.EnterpriseManagement.UI.WpfControls.LocaleIDPicker..ctor() --- Fin del seguimiento de la pila de la excepción interna --- en System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck) en System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) en System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) en System.Activator.CreateInstance(Type type, Boolean nonPublic) en System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail) --- Fin del seguimiento de la pila de la excepción interna --- en System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType) en System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException) en System.Windows.Markup.BamlRecordReader.ThrowExceptionWithLine(String message, Exception innerException) en System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail) en System.Windows.Markup.BamlRecordReader.GetElementAndFlags(BamlElementStartRecord bamlElementStartRecord, Object&amp;amp; element, ReaderFlags&amp;amp; flags, Type&amp;amp; delayCreatedType, Int16&amp;amp; delayCreatedTypeId) en System.Windows.Markup.BamlRecordReader.BaseReadElementStartRecord(BamlElementStartRecord bamlElementRecord) en System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord) en System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord) en System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord) en System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment() en System.Windows.Markup.TreeBuilder.Parse() en System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) en System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) en Microsoft.EnterpriseManagement.ServiceManager.KnowledgeManagement.Forms.KnowledgeMainForm.InitializeComponent() en Microsoft.EnterpriseManagement.ServiceManager.KnowledgeManagement.Forms.KnowledgeMainForm..ctor() --- Fin del seguimiento de la pila de la excepción interna --- en System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck) en System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) en System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) en System.Activator.CreateInstance(Type type, Boolean nonPublic) en Microsoft.EnterpriseManagement.UI.FormsInfra.FormViewController.CreateForm(String assemblyName, String typeName) en Microsoft.EnterpriseManagement.UI.FormsInfra.FormViewController.CreateFormFromConfiguration(XPathNavigator configNav) en Microsoft.EnterpriseManagement.UI.FormsInfra.FormViewController.ParseConfiguration() en Microsoft.EnterpriseManagement.UI.FormsInfra.FormViewController.EndInit() en Microsoft.EnterpriseManagement.ServiceManager.UI.Console.FormViewController.EndInit() en Microsoft.EnterpriseManagement.ConsoleFramework.ComponentFactory.CreateComponentWithDefaultConstructor(ConstructorInfo constructor, IContainer parentContainer, String componentName, EventHandler`1 componentInitializeProcedure) en Microsoft.EnterpriseManagement.ConsoleFramework.ComponentFactory.CreateComponent(Type componentType, IContainer parentContainer, String componentName, EventHandler`1 componentInitializeProcedure) en Microsoft.EnterpriseManagement.ConsoleFramework.FrameworkServices.ServiceTableRecord.CreateComponent(Type componentType, String componentName, EventHandler`1 componentInitializeProcedure) en Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.CreateViewController(Object parent, Object view, Type controllerType) en Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state) en Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateNonRecyclableView(ShowViewContext showViewContext) en Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateAndShowViewCore(ShowViewContext showViewContext) en Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.ShowViewOperation.Begin(ShowViewContext showViewContext) en Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteOpenViewTaskStep.BeginDoStep(AsyncCallback callback, Object state) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepExecutionFrame.BeginStep(Action`2 completedCallback) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.BeginNextStep() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.ContinueExecution() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepCompleted(StepExecutionFrame frame, IAsyncResult result) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepExecutionFrame.StepCompleted(IAsyncResult ar) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteOpenLinkStep.OnEndExecuteLinkedNodeTask(IAsyncResult result) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.NotifyExecutionCompleted() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.ContinueExecution() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepCompleted(StepExecutionFrame frame, IAsyncResult result) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepExecutionFrame.StepCompleted(IAsyncResult ar) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteOpenLinkStep.OnEndExecuteLinkedNodeTask(IAsyncResult result) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.NotifyExecutionCompleted() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.ContinueExecution() en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepCompleted(StepExecutionFrame frame, IAsyncResult result) en Microsoft.EnterpriseManagement.ConsoleFramework.ExecuteNodeTask.StepExecutionFrame.StepCompleted(IAsyncResult ar) en Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.WindowRecord.IndicateShowWindowCompleted() en Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.WpfWindowRecord.OnApplicationIdle(Object sender, EventArgs e) --- Fin del seguimiento de la pila de la excepción interna --- en System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp;amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) en System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) en System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) en System.Delegate.DynamicInvokeImpl(Object[] args) en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) en System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) en System.Windows.Threading.DispatcherOperation.InvokeImpl() en System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) en System.Threading.ExecutionContext.runTryCode(Object userData) en System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Windows.Threading.DispatcherOperation.Invoke() en System.Windows.Threading.Dispatcher.ProcessQueue() en System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled) en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled) en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) en System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) en System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter) en System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg) en MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) en MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg) en System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) en System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) en System.Windows.Window.ShowHelper(Object booleanBox) en System.Windows.Window.Show() en System.Windows.Window.ShowDialog() en Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.GenericWpfWindowConstructor.BeginShow(ShowViewContext showViewContext, Object parent, Object view, AsyncCallback callback, Object state) en Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state) en Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.GenericWpfWindowConstructor.ShowWindowCore(ShowViewContext showViewContext) en Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.WpfWindowRecord.ShowWindow() en System.Threading.ThreadHelper.ThreadStart_Context(Object state) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Threading.ThreadHelper.ThreadStart()&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Under the Applications Event log, an error message (5000) is also logged:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Descripción:EventType clr20r3, P1 miisdoylp4janzlhyczwcu3fx1qy0rnk, P2 7.0.5000.0, P3 4cda301b, P4 mscorlib, P5 2.0.0.0, P6 4e154d36, P7 f4f, P8 7, P9 n3ctrye2kn3c34sgl4zqyrbfte4m13nb, P10 NIL.Para obtener más información, vea el Centro de ayuda y soporte técnico en &lt;/i&gt;&lt;i&gt;&lt;a href="http://go.microsoft.com/fwlink/events.asp.Datos:0000"&gt;http://go.microsoft.com/fwlink/events.asp.Datos:0000&lt;/a&gt;&lt;/i&gt;&lt;i&gt;: 63 00 6c 00 72 00 32 00 c.l.r.2.0008: 30 00 72 00 33 00 2c 00 0.r.3.,.0010: 20 00 6d 00 69 00 69 00 .m.i.i.0018: 73 00 64 00 6f 00 79 00 s.d.o.y.0020: 6c 00 70 00 34 00 6a 00 l.p.4.j.0028: 61 00 6e 00 7a 00 6c 00 a.n.z.l.0030: 68 00 79 00 63 00 7a 00 h.y.c.z.0038: 77 00 63 00 75 00 33 00 w.c.u.3.0040: 66 00 78 00 31 00 71 00 f.x.1.q.0048: 79 00 30 00 72 00 6e 00 y.0.r.n.0050: 6b 00 2c 00 20 00 37 00 k.,. .7.0058: 2e 00 30 00 2e 00 35 00 ..0...5.0060: 30 00 30 00 30 00 2e 00 0.0.0...0068: 30 00 2c 00 20 00 34 00 0.,. .4.0070: 63 00 64 00 61 00 33 00 c.d.a.3.0078: 30 00 31 00 62 00 2c 00 0.1.b.,.0080: 20 00 6d 00 73 00 63 00 .m.s.c.0088: 6f 00 72 00 6c 00 69 00 o.r.l.i.0090: 62 00 2c 00 20 00 32 00 b.,. .2.0098: 2e 00 30 00 2e 00 30 00 ..0...0.00a0: 2e 00 30 00 2c 00 20 00 ..0.,. .00a8: 34 00 65 00 31 00 35 00 4.e.1.5.00b0: 34 00 64 00 33 00 36 00 4.d.3.6.00b8: 2c 00 20 00 66 00 34 00 ,. .f.4.00c0: 66 00 2c 00 20 00 37 00 f.,. .7.00c8: 2c 00 20 00 6e 00 33 00 ,. .n.3.00d0: 63 00 74 00 72 00 79 00 c.t.r.y.00d8: 65 00 32 00 6b 00 6e 00 e.2.k.n.00e0: 33 00 63 00 33 00 34 00 3.c.3.4.00e8: 73 00 67 00 6c 00 34 00 s.g.l.4.00f0: 7a 00 71 00 79 00 72 00 z.q.y.r.00f8: 62 00 66 00 74 00 65 00 b.f.t.e.0100: 34 00 6d 00 31 00 33 00 4.m.1.3.0108: 6e 00 62 00 20 00 4e 00 n.b. .N.0110: 49 00 4c 00 0d 00 0a 00 I.L.....&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;The issue occurs because when Windows XP SP3 was localized for the Spanish language, there was a mistake made in the entry for Sami (Southern) (Norway) (LCID = 6203). This was localized to Spanish as Sami septentrional (Noruega). Sami septentrional (Noruega) already exists and translates to Sami (Northern) (Norway) with LCID = 1083. LCID should have been translated as Sami Meridional (Noruega). Because LocaleIdPicker uses the DisplayName (which is the localized name of the language), it attempts to insert 'Sami septentrional (Noruega) as the key twice and hits the duplicate entry exception. &lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;On the affected computer, back up the registry, then delete the value &lt;b&gt;0000183b&lt;/b&gt; from the following registry location:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;HKLM\System\CCS\Control\Nls\Locale&lt;/b&gt;&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/2703129"&gt;2703129 - The System Center Service Manager console crashes when creating a Knowledge Article&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=3497897" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/SCSM+2010/">SCSM 2010</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/Crash/">Crash</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/Knowledge+Article/">Knowledge Article</category></item><item><title>Customizing the Query Result Prompt to Store Related Objects Using Different Relationship Types</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/11/customizing-the-query-result-prompt-to-store-related-objects-using-different-relationship-types.aspx</link><pubDate>Fri, 11 May 2012 05:33:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497388</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/servicemanager/rsscomments.aspx?WeblogPostID=3497388</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/11/customizing-the-query-result-prompt-to-store-related-objects-using-different-relationship-types.aspx#comments</comments><description>&lt;p&gt;MVP Patrik Sundqvist is at it again hacking around in MP XML and coming up with awesome solutions to problems.&amp;#160; Check this one out.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.litware.se/?p=1300" href="http://blogs.litware.se/?p=1300"&gt;http://blogs.litware.se/?p=1300&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Nice job Patrik!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497388" width="1" height="1"&gt;</description></item><item><title>Signature Consultancy Now Offers Two New Solutions – CTI Integration and Work Item Scheduling</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/signature-consultancy-now-offers-two-new-solutions-cti-integration-and-work-item-scheduling.aspx</link><pubDate>Fri, 11 May 2012 04:06:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497379</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/servicemanager/rsscomments.aspx?WeblogPostID=3497379</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/signature-consultancy-now-offers-two-new-solutions-cti-integration-and-work-item-scheduling.aspx#comments</comments><description>&lt;p&gt;One of our ISV/SI partners in the Middle East, Signature Consultancy, is now offering two solutions that have been in high demand from SM customers for a long time now. Check it out!&lt;/p&gt;  &lt;p&gt;1-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SMAX&lt;/p&gt;  &lt;p&gt;SMAX is intended to provide SCSM with a scheduling functionality useful for booking analyst time for specific tickets. It uses exchange web services to send meeting requests directly from SCSM console to the assigned analysts. Additional details as well as a short video are available online (&lt;a href="http://www.signatureconsultancy.com/smax.html"&gt;http://www.signatureconsultancy.com/smax.html&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;2-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SMTI&lt;/p&gt;  &lt;p&gt;SMTI (Service Manager Telephony Integration) creates a link between SCSM and computer based telephony systems. It was designed to reduce the support call time for the highest numbers of incoming calls to support(people would call support to check on an open incident status or to create a new incident). SMTI would link up with computer based telephony such as Cisco desktop agent, Lync, 3CX, Avaya&amp;#160; and others… to identify the caller and bring up a summary list of open incidents for that caller.&amp;#160;&amp;#160; SMTI also provides a reduced form for creating an incident. It is suitable for all levels of support and is especially useful for front line or first level support. Additional details as well as a short video are available online (&lt;a href="http://www.signatureconsultancy.com/smti.html"&gt;http://www.signatureconsultancy.com/smti.html&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=3497379" width="1" height="1"&gt;</description></item><item><title>Open Beta for Private Cloud MOF Guide - Now Available for Download!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/open-beta-for-private-cloud-mof-guide-now-available-for-download.aspx</link><pubDate>Fri, 11 May 2012 03:52:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497372</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/servicemanager/rsscomments.aspx?WeblogPostID=3497372</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/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-62-41-metablogapi/8510.clip_5F00_image001_5F00_68900DC3.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-62-41-metablogapi/7026.clip_5F00_image001_5F00_thumb_5F00_0398B705.jpg" width="768" height="195" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;&amp;nbsp;&lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;&amp;nbsp;&lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&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-62-41-metablogapi/2555.clip_5F00_image003_5F00_428A37A0.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-62-41-metablogapi/2146.clip_5F00_image003_5F00_thumb_5F00_6CF668BD.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;nbsp;&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=3497372" width="1" height="1"&gt;</description></item><item><title>FAQ: How Do I Customize the SMPortal Header on the Portal to Something Else?</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/faq-how-do-i-customize-the-smportal-header-on-the-portal-to-something-else.aspx</link><pubDate>Thu, 10 May 2012 19:37:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497302</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/servicemanager/rsscomments.aspx?WeblogPostID=3497302</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/faq-how-do-i-customize-the-smportal-header-on-the-portal-to-something-else.aspx#comments</comments><description>&lt;p&gt;Out of the box the portal header says ‘SMPortal’ like 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-62-41-metablogapi/5102.image_5F00_7307758E.png"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6758.image_5F00_thumb_5F00_4B60F964.png" width="237" height="137" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;That’s not something that you want to present to end users obviously. Fortunately this is &lt;strong&gt;super easy &lt;/strong&gt;to customize since this is just basic SharePoint site customization.&lt;/p&gt;  &lt;p&gt;To change this make sure you are accessing the site as a SharePoint site administrator.&amp;#160; Just above where it says SMPortal there is a drop down labeled ‘Site Actions’.&lt;/p&gt;  &lt;p&gt;Pull down that menu by clicking on it:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8814.image_5F00_1C9B40C2.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5672.image_5F00_thumb_5F00_62ABFDD5.png" width="231" height="365" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And click on Site Settings.&lt;/p&gt;  &lt;p&gt;That will take you to a page that looks like 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-62-41-metablogapi/3108.image_5F00_0F54B7AF.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0550.image_5F00_thumb_5F00_2DBEF898.png" width="1004" height="350" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;On the middle column there under the Look and Feel section click the ‘Title, description, and icon’ link.&lt;/p&gt;  &lt;p&gt;That will take you to a page that looks like 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-62-41-metablogapi/3681.image_5F00_332D693C.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2438.image_5F00_thumb_5F00_0B1ABA1D.png" width="848" height="525" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can change the title and the URL path here.&amp;#160; You probably don’t want your URL to have SMPortal in it either.&amp;#160; In the example above I changed the title to Contoso Electronics and the URL to /ServiceDesk.&amp;#160; You can also specify a graphic file that will show up in the header area.&lt;/p&gt;  &lt;p&gt;After clicking OK my site now looks like 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-62-41-metablogapi/3603.image_5F00_622FA513.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1512.image_5F00_thumb_5F00_28406227.png" width="663" height="325" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Notice the URL too!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;There are lots of customizations you can make to the portal just using standard SharePoint functionality.&amp;#160; Just experiment by clicking around in Site Settings and try out some things!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497302" width="1" height="1"&gt;</description></item><item><title>KB: Additional Activities are created when creating a Change Request or Incident Request in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/kb-additional-activities-are-created-when-creating-a-change-request-or-incident-request-in-system-center-service-manager.aspx</link><pubDate>Thu, 10 May 2012 19:26:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497295</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/servicemanager/rsscomments.aspx?WeblogPostID=3497295</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/kb-additional-activities-are-created-when-creating-a-change-request-or-incident-request-in-system-center-service-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2703549"&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 an issue where you might find duplicate Activities in a SCSM Change or Incident Request.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;&lt;b&gt;Scenario 1:&lt;/b&gt; &lt;b&gt;     &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;A new Change Request (CR) is created in System Center Service Manager. When you open the new Change Request, you see that there are duplicate Activities on the activities tab and the second of each activity will not have the prefix applied, only a number.     &lt;br /&gt;&lt;b&gt;Scenario 2:&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;A new Incident Request (IR) is created from a template which has activities defined. When the new Incident Request is opened there are duplicate Activities on the activities tab and the second of each activity will not have the prefix applied, only a number.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;When these requests are created, a template is selected to create the Request. When there are activities defined in the template, an instance of these activities are created at the time the request is created. Then the workflow runs, and because the option to apply a template is selected, another template is applied on top of the original template selected, which will then create the additional activities. &lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Both scenarios above are resolved in the same way. In the Service Manager console, Under Administration -&amp;gt; Workflows -&amp;gt; Configuration, highlight the Change Request/Incident Request event workflow Configuration and click Configure Workflow Rules in the task pane on the right. In the configure workflows screen, there will be any number of workflows which have been defined. Find and highlight the one that matches the criteria of the Change Request or Incident Request submitted in one of the scenarios above and click Edit. In the Configuration wizard for this workflow, there is a section called Apply Template which has a checkbox next to &amp;quot;Apply the Selected Template&amp;quot;. Uncheck this box and click OK.&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/2703549"&gt;2703549 - Additional Activities are created when creating a Change Request or Incident Request in System Center Service 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=3497295" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/SCSM+2010/">SCSM 2010</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/Change+Request/">Change Request</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/Activities/">Activities</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/Incident+Request/">Incident Request</category></item><item><title>FAQ: Cloud Service MP Pre req error: The current user is not a valid System Center Orchestrator user</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/faq-cloud-service-mp-pre-req-error-the-current-user-is-not-a-valid-system-center-orchestrator-user.aspx</link><pubDate>Thu, 10 May 2012 17:08:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497271</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/servicemanager/rsscomments.aspx?WeblogPostID=3497271</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/faq-cloud-service-mp-pre-req-error-the-current-user-is-not-a-valid-system-center-orchestrator-user.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you get this error message when trying to import the Cloud Service MP runbooks into Orchestrator?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0456.Capture_5F00_44F22DFC.png"&gt;&lt;img style="display: inline; background-image: none;" title="Capture" border="0" alt="Capture" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0755.Capture_5F00_thumb_5F00_11B5F493.png" width="643" height="300" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is because the Cloud Service MP is not actually testing to see if the user that is running the setup actually has the required permissions by asking Orchestrator.&amp;nbsp; It is looking for something very specific:&amp;nbsp; It wants to see if the logged in user is &lt;strong&gt;&lt;span style="color: #ff0000;" color="#ff0000"&gt;directly&lt;/span&gt;&lt;/strong&gt; a member of a &lt;strong&gt;&lt;span style="color: #ff0000;" color="#ff0000"&gt;local&lt;/span&gt;&lt;/strong&gt; security group called &lt;span style="color: #ff0000;" color="#ff0000"&gt;&lt;strong&gt;OrchestratorUsersGroup&lt;/strong&gt;&lt;/span&gt;.&amp;nbsp; You must also be running the setup on a Orchestrator management server.&lt;/p&gt;
&lt;p&gt;Regardless of how you configured security for Orchestrator you need to have the logged in user be a member of a local group on the server called &amp;lsquo;OrchestratorUsersGroup&amp;rsquo; in order to get past the prereq checker.&lt;/p&gt;
&lt;p&gt;The Orchestrator setup explicitly recommends using a domain group to grant permissions so assuming people are following instructions I expect quite a few people will hit this when installing CSPP.&lt;/p&gt;
&lt;p&gt;Default:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4666.clip_5F00_image0027_5F00_5445900B.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image002[7]" border="0" alt="clip_image002[7]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7215.clip_5F00_image0027_5F00_thumb_5F00_6F11B617.jpg" width="700" height="282" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Normally should be changed to a domain group&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8765.image_5F00_0DE829F6.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0336.image_5F00_thumb_5F00_580334DB.png" width="702" height="280" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Of course, you still need to have permissions to write to the root folder in order to be able to create a new folder and import the new runbooks but you can actually get those permissions from however you configured it when you set up Orchestrator &amp;ndash; probably by using a domain group and putting your user account in it.&lt;/p&gt;
&lt;p&gt;Note: If you chose to use a domain account during the inital setup of Orchestrator you will not have a local OrchestratorUsersGroup.&amp;nbsp; You will need to &lt;em&gt;create it&lt;/em&gt; manually.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497271" width="1" height="1"&gt;</description></item><item><title>Cloud Service Process Management Pack RTM Now Released!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/cloud-service-process-management-pack-rtm-now-released.aspx</link><pubDate>Thu, 10 May 2012 16:55:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3497263</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/servicemanager/rsscomments.aspx?WeblogPostID=3497263</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/10/cloud-service-process-management-pack-rtm-now-released.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-62-41-metablogapi/5270.clip_5F00_image001_5F00_6C99AFE2.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-62-41-metablogapi/4300.clip_5F00_image001_5F00_thumb_5F00_32AA6CF6.jpg" width="770" height="196" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;&amp;nbsp;&lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="710"&gt;         &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td width="8"&gt;&amp;nbsp;&lt;/td&gt;                &lt;td width="701"&gt;                 &lt;p&gt;&lt;b&gt;Enhance private cloud management with new process pack&lt;/b&gt;&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="543"&gt;         &lt;table border="0" cellspacing="5" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td width="30%"&gt;                 &lt;p&gt;&lt;b&gt;Microsoft System Center Cloud Services Process Pack now available for download!&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;The Microsoft Solution Accelerators team is pleased to announce that the System Center Cloud Services Process Pack is now available for download. &lt;/p&gt;                  &lt;p&gt;&amp;#160;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=231143"&gt;Download the System Center Cloud Services Process Pack.&lt;/a&gt;&lt;/p&gt;                  &lt;p&gt;The System Center Cloud Services Process Pack is Microsoft’s Infrastructure as a Service solution built on the System Center platform. With the System Center Cloud Services Process Pack, enterprises can realize the benefits of Infrastructure as a Service while simultaneously leveraging their existing investments in the Service Manager, Orchestrator, Virtual Machine Manager, and Operations Manager platforms.&lt;/p&gt;                  &lt;p&gt;Corporate datacenters are in transition. The recent shift from physical to virtual environments is now being replaced by an interest in moving to the cloud—specifically both private and public cloud infrastructures. Private cloud management assets are being delivered with System Center 2012 and a key part of this solution is the self-service experience. This experience is now significantly enhanced by the System Center Cloud Services Process Pack.&lt;/p&gt;                  &lt;table border="0" cellspacing="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;                             &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&gt;                             &lt;/tr&gt;                              &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&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-62-41-metablogapi/1072.clip_5F00_image003_5F00_58A01D4C.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-62-41-metablogapi/0083.clip_5F00_image003_5F00_thumb_5F00_0A2B8AE2.gif" width="525" height="35" /&gt;&lt;/a&gt;&lt;/p&gt;                               &lt;/td&gt;                             &lt;/tr&gt;                           &lt;/tbody&gt;&lt;/table&gt;                          &lt;p&gt;The benefits offered by System Center Cloud Services Process Pack for the enterprise include:&lt;/p&gt;                          &lt;ul&gt;                           &lt;li&gt;Deep customization and extension of the cloud services experience; natively supported by the System Center suite of products.&lt;/li&gt;                            &lt;li&gt;Reduced cost, effort, and time to deploy cloud services to organizations that already leverage the System Center platform.&lt;/li&gt;                         &lt;/ul&gt;                          &lt;p&gt;The benefits offered by System Center Cloud Services Process Pack for consumers of IT within the enterprise include:&lt;/p&gt;                          &lt;ul&gt;                           &lt;li&gt;Standardized and well-defined processes for requesting and managing cloud services, including the ability to define Projects, Capacity pools, and Virtual Machines.&lt;/li&gt;                            &lt;li&gt;Natively supported request, approval, and notification to enable businesses to effectively manage their own allocated infrastructure capacity pools.&lt;/li&gt;                         &lt;/ul&gt;                          &lt;p&gt;The System Center Cloud Services Process Pack offers a self-service experience to facilitate private cloud capacity requests from your business unit IT application owners and end users, including the flexibility to request additional capacity as business demands increase.&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;&amp;nbsp;&lt;/td&gt;                     &lt;/tr&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-62-41-metablogapi/0488.clip_5F00_image005_5F00_7E95CDA2.gif"&gt;&lt;img style="border: 0px currentcolor; 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-62-41-metablogapi/8004.clip_5F00_image005_5F00_thumb_5F00_24F7B0EE.gif" width="525" height="35" /&gt;&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Download the System Center Cloud Services Process Pack: &lt;/b&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=231143"&gt;Download the process pack.&lt;/a&gt;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Learn more. &lt;/b&gt;Visit our &lt;a href="http://go.microsoft.com/fwlink/?LinkId=233253"&gt;TechNet Library page&lt;/a&gt; to learn more.&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Tell your peers about Solution Accelerators! &lt;/b&gt;Please forward this to anyone who wants to learn more about Microsoft Solution Accelerators.&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Already using Solution Accelerators? &lt;/b&gt;We’d like to hear about your experiences. Please send comments and suggestions to &lt;a href="mailto:satfdbk@microsoft.com"&gt;satfdbk@microsoft.com&lt;/a&gt;. &lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;                  &lt;table border="0" cellspacing="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/server-cloud/system-center/default.aspx"&gt;System Center&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/server-cloud/system-center/2012.aspx"&gt;System Center 2012&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/server-cloud/private-cloud/default.aspx"&gt;Microsoft Private Cloud&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 Solution Accelerators?&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Visit our &lt;a href="http://www.microsoft.com/solutionaccelerators"&gt;Solution Accelerators&lt;/a&gt; home page to discover how these tools can help your organization save time and money.&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;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;View our full catalog of Solution Accelerators.&lt;/a&gt;&lt;/p&gt;                  &lt;hr align="center" size="2" width="100%" /&gt;                  &lt;p&gt;&lt;strong&gt;Send us your feedback:&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Please send your comments &lt;/p&gt;                  &lt;p&gt;and feedback to &lt;a href="mailto:cloudservicesfdbk@microsoft.com"&gt;cloudservicesfdbk@microsoft.com&lt;/a&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;Follow us on Twitter!&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Get the latest tips from Solution Accelerators—in 140 characters or less! &lt;a href="http://www.twitter.com/mssolutionaccel"&gt;@MSSolutionAccel&lt;/a&gt;&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;        &lt;td width="3"&gt;&amp;nbsp;&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=3497263" width="1" height="1"&gt;</description></item><item><title>IT Governance, Risk, and Compliance (GRC) 2012 Management Pack Released!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/it-governance-risk-and-compliance-grc-2012-management-pack-released.aspx</link><pubDate>Wed, 09 May 2012 15:30:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496998</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/servicemanager/rsscomments.aspx?WeblogPostID=3496998</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/it-governance-risk-and-compliance-grc-2012-management-pack-released.aspx#comments</comments><description>&lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="719"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="550"&gt;         &lt;table border="0" cellspacing="5" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td width="30%"&gt;                 &lt;p&gt;The Microsoft Solution Accelerators and the System Center Service Manager teams are pleased to announce the availability of the System Center 2012 Process Pack for IT GRC.&lt;/p&gt;                  &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28726"&gt;Download the System Center 2012 Process Pack for IT GRC.&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;The System Center 2012 Process Pack for IT GRC helps simplify, strengthen, and manage your organization’s IT GRC programs.&amp;#160; This process pack enables your organization to manage compliance programs for over 400 regulations and standards, track risks and incidents, and automate hundreds of controls.&lt;/p&gt;                  &lt;p&gt;This update to the Process Pack for IT GRC adds capabilities allowing you to:&lt;/p&gt;                  &lt;p&gt;· Streamline your GRC process through exception management&lt;/p&gt;                  &lt;p&gt;· Drive data insights through comprehensive trend reporting&lt;/p&gt;                  &lt;p&gt;· Stay current with the latest knowledge libraries&lt;/p&gt;                  &lt;p&gt;New and existing users can download this release of the Process Pack for IT GRC from the Microsoft Download Center.&lt;/p&gt;                  &lt;table border="0" cellspacing="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;                             &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&gt;                             &lt;/tr&gt;                              &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&gt;                                &lt;td&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6177.clip_5F00_image002_5F00_48EA1D7B.gif"&gt;&lt;img style="border: 0px currentcolor; 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-62-41-metablogapi/6574.clip_5F00_image002_5F00_thumb_5F00_2143A151.gif" width="480" height="32" /&gt;&lt;/a&gt;&lt;/td&gt;                             &lt;/tr&gt;                           &lt;/tbody&gt;&lt;/table&gt;                         &lt;a name="c3"&gt;&lt;/a&gt;&lt;a name="c1"&gt;&lt;/a&gt;&lt;a name="c2"&gt;&lt;/a&gt;                          &lt;p&gt;Streamline and strengthen your IT GRC compliance process through a combination of policy enforcement and a simplified exception management mechanism. With the exception management feature, you can now optimize your IT GRC process: easily define, classify, and manage noncompliance incidents, technology/service constraints, and justifiable exceptions. Simplified exception management provides for the creation, approval, and reporting of justifiable exceptions to control and assess the applicability for a given business/IT situation.&lt;/p&gt;                          &lt;p&gt;Drive deeper insights into your compliance health and status with comprehensive trending analysis and richer reporting.&amp;#160; Proactively manage your IT compliance life cycle trends through multi-dimensional analysis across various measures, including control activities, risk factors, and exceptions, to strengthen your IT governance, risk, and compliance programs.&lt;/p&gt;                          &lt;p&gt;With the System Center 2012 Process Pack for IT GRC, you can automatically check, download, and keep abreast of the latest knowledge libraries through online and offline updates. With this release, you can broaden your IT compliance scope with even more control activities for various Microsoft technologies, including Windows Server 2008 R2 SP1, Windows 7 SP1, and more.&lt;em&gt;&lt;/em&gt;&lt;/p&gt;                          &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;                          &lt;p&gt;&lt;em&gt;For a complete end-to-end solution, the Process Pack for IT GRC should be used in combination with &lt;b&gt;System Center Service Manager 2012&lt;/b&gt;. To learn more, please visit the &lt;/em&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=201509"&gt;&lt;i&gt;System Center site&lt;/i&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;                          &lt;p&gt;&lt;em&gt;&lt;b&gt;System Center Service Manager&lt;/b&gt;&lt;/em&gt;&lt;em&gt; and these IT GRC solutions provide a customizable and extensible platform that enables customers and partners to implement additional GRC capabilities.&lt;/em&gt;&lt;/p&gt;                          &lt;p&gt;&lt;em&gt;The &lt;b&gt;System Center 2012&lt;/b&gt; &lt;b&gt;Process Pack for IT GRC &lt;/b&gt;provides end-to-end compliance management and automa­tion for desktop and datacenter computers.&lt;/em&gt;&lt;em&gt; &lt;/em&gt;&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;&amp;nbsp;&lt;/td&gt;                     &lt;/tr&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-62-41-metablogapi/7651.clip_5F00_image004_5F00_00BC619F.gif"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1803.clip_5F00_image004_5F00_thumb_5F00_603521EC.gif" width="462" height="31" /&gt;&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28726"&gt;Download the System Center 2012 Process Pack for IT GRC.&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Learn more.&lt;/b&gt; To learn more about this end-to-end IT GRC solution, please visit the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=201509"&gt;System Center site&lt;/a&gt;. &lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Tell your peers. &lt;/b&gt;Please forward this to anyone who wants to learn more about IT GRC solutions from the System Center Service Manager and Microsoft Solution Accelerators teams.&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;&amp;nbsp;&lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;                  &lt;table border="0" cellspacing="3" 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-62-41-metablogapi/1200.clip_5F00_image006_5F00_1F92D57D.gif"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0724.clip_5F00_image006_5F00_thumb_5F00_6A1A1357.gif" width="463" 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="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/compliancemanagement/threads/"&gt;Compliance Management Forum&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/dd229342.aspx"&gt;Regulatory Compliance TechCenter&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/cc835245.aspx"&gt;Security Solution Accelerators&lt;/a&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;&lt;a href="http://www.microsoft.com/solutionaccelerators"&gt;Microsoft Solution Accelerators&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="168"&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;&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;&lt;a href="http://www.microsoft.com/GRC"&gt;www.microsoft.com/GRC&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;                 &lt;strong&gt;                   &lt;hr align="center" size="2" width="100%" /&gt; &lt;/strong&gt;                  &lt;p&gt;&lt;strong&gt;Want to learn more about Compliance Solution Accelerators?&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Visit our &lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/dd229342.aspx"&gt;Compliance Solution Accelerators&lt;/a&gt; home page to discover how these tools can help your organization improve its compliance while saving time and money.&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;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;View our full catalog of Solution Accelerators.&lt;/a&gt;&lt;/p&gt;                  &lt;hr align="center" size="2" width="100%" /&gt;                  &lt;p&gt;&lt;strong&gt;Tell us your story:&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Please send your comments and feedback to &lt;a href="mailto:secwish@microsoft.com"&gt;secwish@microsoft.com&lt;/a&gt;. &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;Follow us on Twitter!&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Get the latest tips from Solution Accelerators—in 140 characters or less! &lt;a href="http://www.twitter.com/mssolutionaccel"&gt;@MSSolutionAccel&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;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496998" width="1" height="1"&gt;</description></item><item><title>Channel 9 Interview on Service Delivery and Automation at MMS</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/channel-9-interview-on-service-delivery-and-automation-at-mms.aspx</link><pubDate>Wed, 09 May 2012 15:21:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496988</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/servicemanager/rsscomments.aspx?WeblogPostID=3496988</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/channel-9-interview-on-service-delivery-and-automation-at-mms.aspx#comments</comments><description>&lt;p&gt;OK – this is more just about comedic relief here.&amp;#160; &lt;img class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5282.wlEmoticon_2D00_smile_5F00_676FC40F.png" /&gt;&amp;#160; You know how it’s always embarrassing/awkward to hear your voice on an audio recording (“I sound like &lt;em&gt;that&lt;/em&gt;?”) ?&amp;#160; Well, it’s even worse watching yourself on a video recording.&amp;#160; &lt;img class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5282.wlEmoticon_2D00_smile_5F00_676FC40F.png" /&gt;&lt;/p&gt;  &lt;p&gt;Symon Perriman, a Microsoft Technical Evangelist for IT pros, interviewed me at MMS for Channel 9.&amp;#160; Anybody already reading this blog probably knows everything that I talk about in this video, but it’s fun just to watch anyway.&amp;#160; We had to do about 12 different takes of the demo part because of microphone problems.&lt;/p&gt; &lt;iframe style="width: 512px; height: 288px;" src="http://channel9.msdn.com/posts/Service-Delivery-and-Automation-with-System-Center-2012/player?w=512&amp;amp;h=288" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;Enjoy laughing at me being a cheeseball on TV!&lt;/p&gt;  &lt;p&gt;You can also download it and take it with you on your smartphone for whenever you need a little comedic uplift on the go.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://channel9.msdn.com/posts/Service-Delivery-and-Automation-with-System-Center-2012" href="http://channel9.msdn.com/posts/Service-Delivery-and-Automation-with-System-Center-2012"&gt;http://channel9.msdn.com/posts/Service-Delivery-and-Automation-with-System-Center-2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hint: Watch my phone (Nokia Lumia 900) on the table.&amp;#160; Now you see it.&amp;#160; Now you don’t.&amp;#160; &lt;img style="style" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5282.wlEmoticon_2D00_smile_5F00_676FC40F.png" /&gt;&amp;#160; They thought that part of the mic problems was my phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496988" width="1" height="1"&gt;</description></item><item><title>Updated Sizing Tool for SCSM 2012 Now Available!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/updated-sizing-tool-for-scsm-2012-now-available.aspx</link><pubDate>Wed, 09 May 2012 15:08:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496981</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/servicemanager/rsscomments.aspx?WeblogPostID=3496981</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/updated-sizing-tool-for-scsm-2012-now-available.aspx#comments</comments><description>&lt;p&gt;The Sizing Tool for SCSM has been updated for 2012!&amp;#160; This tool can be used to size your Service Manager deployment based on how much data you plan to manage.&amp;#160; It specifies recommended HW and deployment topologies based on your inputs.&lt;/p&gt;  &lt;p&gt;It is included in the Job Aids download package.&lt;/p&gt;  &lt;p&gt;Up next for update:&lt;/p&gt;  &lt;p&gt;* Data Model Visio diagram&lt;/p&gt;  &lt;p&gt;* DW data model diagram&lt;/p&gt;  &lt;p&gt;* Architecture diagram&lt;/p&gt;  &lt;p&gt;For the most part those have not changed a lot from 2010 to 2012 so you can still use the 2010 versions for 2012 for now.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=232378"&gt;http://go.microsoft.com/fwlink/p/?LinkID=232378&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=3496981" width="1" height="1"&gt;</description></item><item><title>Microsoft Application Approval Workflow (RTM) Now Available!</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/microsoft-application-approval-workflow-rtm-now-available.aspx</link><pubDate>Wed, 09 May 2012 14:59:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496974</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/servicemanager/rsscomments.aspx?WeblogPostID=3496974</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/microsoft-application-approval-workflow-rtm-now-available.aspx#comments</comments><description>&lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="741"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="575"&gt;         &lt;table border="0" cellspacing="5" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td width="98%"&gt;                 &lt;p&gt;&lt;b&gt;Enhance your Application Approval Process&lt;/b&gt;&lt;/p&gt;                  &lt;table border="0" cellspacing="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td&gt;                         &lt;p&gt;The Microsoft Solution Accelerators team is pleased to announce that the Application Approval Workflow Solution Accelerator is now available for download! &lt;/p&gt;                          &lt;p&gt;· &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29687"&gt;Download Application Approval Workflow&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;Application Approval Workflow (AAW) takes an application request submitted through the System Center 2012 Configuration Manager Application Catalog and transforms it into a System Center 2012 - Service Manager service request, allowing flexible approval lists and activities. &lt;/p&gt;                          &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;                             &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&gt;                             &lt;/tr&gt;                              &lt;tr&gt;                               &lt;td&gt;&amp;nbsp;&lt;/td&gt;                                &lt;td&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3122.clip_5F00_image002_5F00_19B793C0.gif"&gt;&lt;img style="border: 0px currentcolor; 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-62-41-metablogapi/0871.clip_5F00_image002_5F00_thumb_5F00_194B60CB.gif" width="480" height="32" /&gt;&lt;/a&gt;&lt;/td&gt;                             &lt;/tr&gt;                           &lt;/tbody&gt;&lt;/table&gt;                         &lt;a name="c3"&gt;&lt;/a&gt;&lt;a name="c1"&gt;&lt;/a&gt;&lt;a name="c2"&gt;&lt;/a&gt;                          &lt;p&gt;&lt;b&gt;Key features:&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;· Synchronize Configuration Manager applications data into the Service Manager database. &lt;/p&gt;                          &lt;p&gt;· Monitor and transport Configuration Manager Application Catalog requests requiring approval to Service Manager and open a service request.&lt;/p&gt;                          &lt;p&gt;· Return the completed approval workflow status to Configuration Manager for handling.&lt;/p&gt;                          &lt;p&gt;· Allow administrators to define and maintain application selection criteria for specific applications or application groups and specific users or user groups.&lt;/p&gt;                          &lt;p&gt;· Track application approval service requests and view application catalog contents in Service Manager.&lt;/p&gt;                          &lt;p&gt;AAW extends your application approval process. End users can easily request applications on-demand directly through the Configuration Manager Application Catalog or via redirection from the Service Manager Self-Service Portal. Application requests requiring approval are routed to Service Manager where custom approver lists and activities can be configured based on user and application properties.&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;&amp;nbsp;&lt;/td&gt;                     &lt;/tr&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-62-41-metablogapi/0410.clip_5F00_image004_5F00_3D048865.gif"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2134.clip_5F00_image004_5F00_thumb_5F00_63666BB0.gif" width="465" height="31" /&gt;&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29687"&gt;Download Microsoft Application Approval Workflow.&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                          &lt;p&gt;&lt;b&gt;Already using Application Approval Workflow? &lt;/b&gt;We’d like to hear about your experiences. Please send comments and suggestions to &lt;a href="mailto:aawfeedback@microsoft.com"&gt;aawfeedback@microsoft.com&lt;/a&gt;.&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                      &lt;tr&gt;                       &lt;td&gt;&amp;nbsp;&lt;/td&gt;                     &lt;/tr&gt;                   &lt;/tbody&gt;&lt;/table&gt;                  &lt;p&gt;&lt;a name="c4"&gt;&lt;/a&gt;&lt;/p&gt;                  &lt;table border="0" cellspacing="3" cellpadding="0"&gt;&lt;tbody&gt;                     &lt;tr&gt;                       &lt;td width="557"&gt;                         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3531.clip_5F00_image006_5F00_42DF2BFE.gif"&gt;&lt;img style="border: 0px currentcolor; display: inline; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2541.clip_5F00_image006_5F00_thumb_5F00_3B53BC91.gif" width="467" height="35" /&gt;&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/info.aspx?na=40&amp;amp;p=4&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;amp;u=http%3a%2f%2fwww.microsoft.com%2fsystemcenter%2fen%2fus%2fdefault.aspx"&gt;Microsoft System Center&lt;/a&gt;&lt;/p&gt;                          &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;Microsoft Solution Accelerators&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="166"&gt;         &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top"&gt;&amp;#160;&lt;/td&gt;             &lt;/tr&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;&lt;a href="http://technet.microsoft.com/en-us/solutionaccelerators/default.aspx"&gt;View our full catalog of Solution Accelerators.&lt;/a&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;Already using Solution Accelerators? &lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;Tell us your story. Please send your experiences to &lt;a href="mailto:aawfeedback@microsoft.com"&gt;aawfeedback@microsoft.com&lt;/a&gt;. &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;p&gt;&lt;strong&gt;Follow us on Twitter!&lt;/strong&gt;&lt;/p&gt;                  &lt;p&gt;&lt;a href="http://www.twitter.com/mssolutionaccel"&gt;@MSSolutionAccel&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;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496974" width="1" height="1"&gt;</description></item><item><title>Removing the Sample Incident Management Configuration – Support Tiers 1, 2, 3</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/removing-the-sample-incident-management-configuration-support-tiers-1-2-3.aspx</link><pubDate>Wed, 09 May 2012 14:44:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496967</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/servicemanager/rsscomments.aspx?WeblogPostID=3496967</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/removing-the-sample-incident-management-configuration-support-tiers-1-2-3.aspx#comments</comments><description>&lt;h3&gt;&lt;font style="font-weight: normal;"&gt;This is a guest blog post from Sam Erskin (NN4 Consultants), one of our outstanding community contributors and “ MP XML guru” Dieter Gasser (Syliance IT Services).&amp;#160; Thanks for sharing guys!&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;======================================&lt;/p&gt;  &lt;h3&gt;&lt;font style="font-weight: normal;"&gt;The default installation of SCSM is configured with sample names for the incident management views and lists. Most organizations have support groups with names personalized to their naming standards. Additionally the icons used in the sample configuration and the support folder are not available for views and folder created using the SCSM console (without XML editing).&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;Here is a process and steps to remove the sample configuration.&lt;/p&gt;  &lt;h4&gt;&lt;a name="_Toc323822897"&gt;Incident Templates Modification&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;A number of the default templates are configured to use the Tier 1 support group. You must either delete the templates or edit the support group field using these steps.&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0" width="1170"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;SCSM Console |Library |Templates |filter by incident&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="860"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2364.clip_5F00_image002_5F00_00DA16D7.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-62-41-metablogapi/1881.clip_5F00_image002_5F00_thumb_5F00_18FD8132.jpg" width="720" height="237" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Select a template |Properties |Ensure When I click OK, open the template form is ticked |Click OK&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="860"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8637.clip_5F00_image004_5F00_780A0E8A.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6175.clip_5F00_image004_5F00_thumb_5F00_174CB55E.jpg" width="377" height="349"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Delete the Entry in the Support group field &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="860"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6177.clip_5F00_image006_5F00_2B65D1E7.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8637.clip_5F00_image006_5F00_thumb_5F00_0A725F40.jpg" width="419" height="341" /&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-62-41-metablogapi/8244.clip_5F00_image007_5F00_027ABCDE.png"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8540.clip_5F00_image007_5F00_thumb_5F00_6912B9A3.png" width="284" height="125"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Click OK&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="860"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Repeat for all Incident Templates with the support group field populated&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="860"&gt;         &lt;p&gt;High Priority Incident Template&lt;/p&gt;          &lt;p&gt;Default Incident Template&lt;/p&gt;          &lt;p&gt;Software Issue Template&lt;/p&gt;          &lt;p&gt;Printing Issue Template&lt;/p&gt;          &lt;p&gt;Hardware Issue Template&lt;/p&gt;          &lt;p&gt;Networking Issue Template&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;h4&gt;&lt;a name="_Toc323822898"&gt;Delete Incident Support Group Views&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;The next step is to delete the sample support group views.&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0" width="1170"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;SCSM Console | Work Items |Incident Management &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7651.clip_5F00_image009_5F00_7A831A7B.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image009" border="0" alt="clip_image009" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2474.clip_5F00_image009_5F00_thumb_5F00_41000A84.jpg" width="474" height="296" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Expand Incident Support Group&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6180.clip_5F00_image010_5F00_4746E112.png"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0211.clip_5F00_image010_5F00_thumb_5F00_26BFA160.png" width="396" height="254" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Select Tier 1 Open Incidents |Delete |Yes to the dialog&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;                &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Repeat for the rest of the Tier x views&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4034.clip_5F00_image014_5F00_2C9A44F9.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0211.clip_5F00_image014_5F00_thumb_5F00_1DEF9914.jpg" width="265" height="145" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;&lt;b&gt;Remove the Incident Support Group folder&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;                &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;SCSM console |Administration |Management Packs&lt;/p&gt;          &lt;p&gt;Select the unsealed management Pack : Service Manager Incident Management Configuration Library |Export&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;                &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Browse to a destination folder for Example D:\ManagementPacks\Export |OK&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8244.clip_5F00_image020_5F00_2F5FF9EC.jpg"&gt;&lt;img style="margin: 0px; display: inline; background-image: none;" title="clip_image020" border="0" alt="clip_image020" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1616.clip_5F00_image020_5F00_thumb_5F00_6EBDAD7C.jpg" width="214" height="208" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;Keep a copy of the original exported MP as a backup before proceeding with the next step&lt;/font&gt;!!!&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Open the exported Management pack with an XML editor (For Example Notepad++)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1307.clip_5F00_image022_5F00_430CE380.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image022" border="0" alt="clip_image022" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6082.clip_5F00_image022_5F00_thumb_5F00_026A9711.jpg" width="507" height="134" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Search for “ServiceManager.Console.IncidentManagement.TierQueues.Folder”&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0726.clip_5F00_image024_5F00_08B16D9F.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image024" border="0" alt="clip_image024" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5826.clip_5F00_image024_5F00_thumb_5F00_682A2DEC.jpg" width="582" height="122" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;First occurrence will be a Category tag: &amp;lt;Category ID=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueuesFolder.Category&amp;quot; Target=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot; Value=&amp;quot;Incident!ServiceManager.IncidentManagement.TierQueuesFolderTasks&amp;quot; /&amp;gt; &lt;/p&gt;          &lt;p&gt;Delete it. From &amp;lt;Category … /&amp;gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0724.image_5F00_3964754A.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7585.image_5F00_thumb_5F00_30283A09.png" width="720" height="28"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search. Next occurrence will be a Folder tag. Delete it, including the parent Folders tag.&lt;/p&gt;          &lt;p&gt;* &amp;lt;Folders&amp;gt; &lt;/p&gt;          &lt;p&gt;* &amp;lt;Folder ID=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot; Accessibility=&amp;quot;Public&amp;quot; ParentFolder=&amp;quot;Incident!ServiceManager.Console.IncidentManagement&amp;quot; /&amp;gt; &lt;/p&gt;          &lt;p&gt;* &amp;lt;/Folders&amp;gt; &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8540.image_5F00_7D583394.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7266.image_5F00_thumb_5F00_6A3706E8.png" width="707" height="60"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search. Next occurrence will be a FolderItem tag. Delete it. &lt;/p&gt;          &lt;p&gt;&amp;lt;FolderItem ElementID=&amp;quot;SMConsole!Microsoft.EnterpriseManagement.ServiceManager.UI.Console.Task.CreateGridView&amp;quot; ID=&amp;quot;ServiceManager.Console.IncidentManagement.FolderItem.CreateTierView&amp;quot; Folder=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot; /&amp;gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3858.image_5F00_025A7144.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7167.image_5F00_thumb_5F00_2C5A6F6C.png" width="685" height="47"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search. Next occurrence will be a ImageReference tag. Delete it.&lt;/p&gt;          &lt;p&gt;&amp;lt;ImageReference ElementID=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot; ImageID=&amp;quot;Incident!Wunderbar_IncidentManagement_16&amp;quot; /&amp;gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4527.image_5F00_39544F7D.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7673.image_5F00_thumb_5F00_66693C4B.png" width="698" height="42"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search. Next occurrence will be another ImageReference tag. Delete it.&lt;/p&gt;          &lt;p&gt;&amp;lt;ImageReference ElementID=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot; ImageID=&amp;quot;Incident!Wunderbar_IncidentManagement_24&amp;quot; /&amp;gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2705.image_5F00_178876EC.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3056.image_5F00_thumb_5F00_2FABE147.png" width="711" height="42"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search. Next occurrence will be a DisplayString tag. Delete it&lt;/p&gt;          &lt;p&gt;&amp;lt;DisplayString ElementID=&amp;quot;ServiceManager.Console.IncidentManagement.TierQueues.Folder&amp;quot;&amp;gt; &lt;/p&gt;          &lt;p&gt;&amp;lt;Name&amp;gt;Incident Support Group&amp;lt;/Name&amp;gt; &lt;/p&gt;          &lt;p&gt;&amp;lt;Description&amp;gt;Contains Incident Management support group views&amp;lt;/Description&amp;gt; &lt;/p&gt;          &lt;p&gt;&amp;lt;/DisplayString&amp;gt; &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5516.image_5F00_4EEE881A.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7563.image_5F00_thumb_5F00_46F6E5B8.png" width="720" height="82"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Continue search and delete all remaining DisplayString tags that are found.&lt;/p&gt;          &lt;p&gt;This would be in all the other languages supported by SCSM&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Save XML&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Import the modified MP into SCSM |SCSM Console |Administration | Management Packs |Import&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;                &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;There is a warning message because you will be overwriting an existing MP. Click Import &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1803.image_5F00_740BD286.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1715.image_5F00_thumb_5F00_53185FDF.png" width="507" height="471" /&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-62-41-metablogapi/8233.image_5F00_790E1035.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3750.image_5F00_thumb_5F00_3F1ECD49.png" width="517" height="479"&gt;&amp;#160;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="272"&gt;         &lt;p&gt;Close the SCSM Console and Re-open to validate&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="896"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1881.clip_5F00_image044_5F00_0939D82F.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image044" border="0" alt="clip_image044" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3858.clip_5F00_image044_5F00_thumb_5F00_410C1C52.jpg" width="473" height="305" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;h4&gt;&lt;a name="_Toc323822899"&gt;Remove the List items from the Incident Tier Queue (Support Group)&lt;/a&gt;&lt;/h4&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="181"&gt;         &lt;p&gt;SCSM console |Library |Lists |Incident Tier Queue&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="435"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0825.clip_5F00_image046_5F00_1C0E5BD9.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image046" border="0" alt="clip_image046" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3858.clip_5F00_image046_5F00_thumb_5F00_5B6C0F69.jpg" width="441" height="102" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="181"&gt;         &lt;p&gt;Double Click to Edit&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="435"&gt;         &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1212.clip_5F00_image048_5F00_7AAEB63C.jpg"&gt;&lt;img style="display: inline; background-image: none;" title="clip_image048" border="0" alt="clip_image048" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5025.clip_5F00_image048_5F00_thumb_5F00_3A0C69CD.jpg" width="400" height="169" /&gt;&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="181"&gt;         &lt;p&gt;Select Tier 1 |Click Delete&lt;/p&gt;          &lt;p&gt;Repeat for Tier 2 and Tier 3&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="435"&gt;&amp;nbsp;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Enjoy!!!&lt;/p&gt;  &lt;p&gt;Sam Erskine (&lt;a href="http://www.NN4consultants.com"&gt;www.NN4consultants.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=3496967" width="1" height="1"&gt;</description></item><item><title>Request Filter Query Result Filtering Tips</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/request-filter-query-result-filtering-tips.aspx</link><pubDate>Wed, 09 May 2012 14:25:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496957</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/servicemanager/rsscomments.aspx?WeblogPostID=3496957</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/09/request-filter-query-result-filtering-tips.aspx#comments</comments><description>&lt;p&gt;Nate Lasnoski, a Microsoft MVP, has been working with some large customers on their SCSM deployments lately.&amp;#160; He has shared some great tips on configuring Query Result prompts in request offerings on his blog.&amp;#160; Check it out!&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blog.concurrency.com/infrastructure/service-manager-request-query-result-filtering/" href="http://blog.concurrency.com/infrastructure/service-manager-request-query-result-filtering/"&gt;http://blog.concurrency.com/infrastructure/service-manager-request-query-result-filtering/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thanks for sharing Nate!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496957" width="1" height="1"&gt;</description></item><item><title>KB: Service Manager 2010 Reports fail to include current data</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/08/kb-service-manager-2010-reports-fail-to-include-current-data.aspx</link><pubDate>Tue, 08 May 2012 15:16:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496714</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/servicemanager/rsscomments.aspx?WeblogPostID=3496714</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/08/kb-service-manager-2010-reports-fail-to-include-current-data.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2703027"&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 an issue where reporting data isn’t current due to a hung MPSyncJob or DWMaintenance job.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;In System Center Service Manager 2010, you may experience one or more of the following: &lt;/p&gt;  &lt;p&gt;-Reports do not have current information    &lt;br /&gt;-ETL jobs are not running     &lt;br /&gt;-The MPSyncJob or DWMaintenance job is running for an extended period of time (e.g. a more than a few hours)&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur when either the MPSyncJob or DWMaintenance job is hung or stuck. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt;&lt;b&gt; &lt;/b&gt;When the MPSyncJob or DWMaintenance job is running, it disables the ETL job. Because of this, no ETL jobs can run until MPSyncJob or DWMaintenance job finishes running. When either job is hung, no data will move to the DWDatamart for reporting. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt; The MPSyncJob can take up to 6 hours for intial deployment. However after initial deployment the MPsync job should complete quickly, usually in a few minutes. If the MPSyncJob is taking several hours or longer that there is a problem that needs to be addressed. This expected time also applies to the DWMaitnenance job - more information on resolving those issues can be found at &lt;a href="http://technet.microsoft.com/en-us/library/hh542403.aspx"&gt;http://technet.microsoft.com/en-us/library/hh542403.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Before troubleshooting, you will first need to understand what a Batch, Module, and Workitem are.    &lt;br /&gt;&lt;u&gt;     &lt;br /&gt;&lt;b&gt;Batch:&lt;/b&gt;&lt;/u&gt; Data Warehouse will create the batch for each process when it wants to run the extract job. For example: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * FROM Infra.Process Where ProcessName like '%Extract%'&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Data Warehouse will create the batch for this process    &lt;br /&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;b&gt;S&lt;/b&gt;&lt;b&gt;elect * FROM Infra.Batch Where ProcessId = &amp;lt;ProcessID from 1st query&amp;gt;&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Module:&lt;/u&gt;&lt;/b&gt; Module is defined to get the data from classes. Multiple modules are bound together to run in batches. One module runs one Workitem. To find out the modules process that the 1st query is running, use the query below: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * FROM Infra.ProcessModule Where ProcessId = &amp;lt;ProcessID from 1st query&amp;gt;      &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;u&gt;Workitem:&lt;/u&gt;&lt;/b&gt; Workitem is the smallest execution unit. Once all workitems are finished then the batch will be considered as finished &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * FROM Infra.WorkItem Where BatchId = &amp;lt;BatchID from 2nd query&amp;gt;&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Compare this query result with the result of 3rd query result (number of rows returned by query) will be same as every module runs in separate Workitem. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Troubleshooting Steps:&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;MPSyncJob hung:&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;When we see that the MPSyncJob hung, we first need to figure out why it hung. You can do that using the steps below: &lt;/p&gt;  &lt;p&gt;1. Get the MPSyncJob batchid using the PowerShell command &lt;b&gt;Get-SCDWJob –JobName MPSyncJob.&lt;/b&gt;     &lt;br /&gt;2. Issue the query to DWStagingAndConfig using the batchid from step #1. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;select * from infra.WorkItem where BatchId = '...' &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;3. If no workitem is in status 7 (i.e. all of the workitems are either 6 or 3), and the job has been running for a while, then we need to restart the “System Center Management” service. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE &lt;/b&gt;Find all the available status by using the query below. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * FROM Infra.Status&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;4. Otherwise, check the CustomInfo column of workitems whose statusid = 7 &lt;/p&gt;  &lt;p&gt;If it says waiting for acquiring lock, that means currently the DWMaintenance job is running. Wait until that job is complete, then the focus on why the DWMaintenance job is hung. If it says waiting for deployment to complete, then we need to run the following: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;select * from DeploySequenceView where DeploymentStatusId != 6&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;If the query returns something where the status is waiting or not started or running, that means the deployment cannot complete. Next we need to check if deployment and execution processcategory are enabled using he following query: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * from infra.ProcessCategory &lt;/b&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;From here, we want to make sure the &lt;i&gt;Deploymen&lt;/i&gt;t and &lt;i&gt;Execution&lt;/i&gt; process categories are enabled. If they are enabled, from this point on the investigation should focus on MP deployment. Change the underlying table using this query &lt;/p&gt;  &lt;p&gt;&lt;b&gt;select * from DeploySequenceView where DeploymentStatusId != 6&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;    &lt;br /&gt;This only returns those with a failed status, or if there are MPs that depend on the failed MP, their status should be Waiting. From the view DeploySequenceView definition in DWStaingAndConfig, we can see deploymentstatusId is calculated via the following tables:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;dbo.DeploySequence,dbo.DeploySequenceStaging,and Infra.WorkItem&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;The work around for this is to modify the deploysequencestaging table using the commands below. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt; Please complete a backup of the DWStagingAndConfig database before running the query below. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;use DWStagingAndConfig&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;update DeploySequenceStaging&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;set StatusId = 2&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;where StatusId = 4&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;The work around above is just to allow the MPSyncJob job to move on; it doesn’t resolve the MP failure to deploy issue. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;DWMaintenance job hung&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;In general, when we see the DWMaintenance job is hung, we would troubleshoot this much the same way we would a hung MPSyncJob: &lt;/p&gt;  &lt;p&gt;Get the DWMaintenance batchid by using the PowerShell command &lt;b&gt;Get-SCDWJob –JobName DWMaintenance&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Issue the following query to DWStagingAndConfig using the batchid from first step: &lt;/p&gt;  &lt;p&gt;select * from infra.WorkItem where BatchId = '...' &lt;/p&gt;  &lt;p&gt;From here, continue on just as you would for a hung MPSyncJob. &lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;&lt;u&gt;&lt;b&gt;Prevention:&lt;/b&gt; &lt;/u&gt;    &lt;br /&gt;Monitor the Jobs running status weekly using the PowerShell command &lt;b&gt;Get-SCDWJob&lt;/b&gt;. Use PowerShell instead of the UI because from the PowerShell output you can see how long the job has been running.&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/2703027"&gt;2703027 - Service Manager 2010 Reports fail to include current data&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=3496714" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/reporting/">reporting</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/servicemanager/archive/tags/SCSM+2010/">SCSM 2010</category></item><item><title>FAQ: Why is my Self-Service Portal/Service Catalog Blank?</title><link>http://blogs.technet.com/b/servicemanager/archive/2012/05/04/faq-why-is-my-self-service-portal-service-catalog-blank.aspx</link><pubDate>Fri, 04 May 2012 06:03:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496017</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/servicemanager/rsscomments.aspx?WeblogPostID=3496017</wfw:commentRss><comments>http://blogs.technet.com/b/servicemanager/archive/2012/05/04/faq-why-is-my-self-service-portal-service-catalog-blank.aspx#comments</comments><description>&lt;p&gt;Does your portal look like 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-62-41-metablogapi/1754.image_5F00_714CACD6.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/2766.image_5F00_thumb_5F00_61C99B07.png" width="798" height="338" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here’s why:&lt;/p&gt;  &lt;p&gt;The Self-service portal is a SharePoint web site.&amp;#160; That much is fairly obvious since you had to install SharePoint as a prerequisite.&amp;#160; The menu options on the left take you to different &lt;em&gt;pages&lt;/em&gt; on the SharePoint site.&amp;#160; Each of those pages has nothing but a single web part in it out of the box.&amp;#160; You can add more if you want but it looks like this if you choose to edit the page:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5481.image_5F00_6EC37B18.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8623.image_5F00_thumb_5F00_7B512834.png" width="856" height="242" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Notice how the Home page has just the one web part – ServiceCatalogWebPart.&lt;/p&gt;  &lt;p&gt;This is a map of the Pages – Web Parts:&lt;/p&gt;  &lt;p&gt;Home – ServiceCatalogWebPart&lt;/p&gt;  &lt;p&gt;Help Articles – Knowledge Article WebPart&lt;/p&gt;  &lt;p&gt;My Requests – My Requests WebPart&lt;/p&gt;  &lt;p&gt;My Activities – My Activities WebPart&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Those web parts correspond to a set of Silverlight .xap files.&lt;/p&gt;  &lt;p&gt;Home – ServiceCatalogWebPart – ServiceCatalogSilverlightModule.xap, ServiceOfferingSilverlightModule.xap, RequestOfferingSilverlightModule.xap&lt;/p&gt;  &lt;p&gt;Help Articles – Knowledge Article WebPart – KnowledgeArticleSilverlightModule.xap&lt;/p&gt;  &lt;p&gt;My Requests – My Requests WebPart – MyActivitiesSilverlightModule.xap&lt;/p&gt;  &lt;p&gt;My Activities – My Activities WebPart – MyRequestsSilverlightModule.xap&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;These web parts are hosted on the Web Content Server in the folder (by default):&lt;/p&gt;  &lt;p&gt;C:\inetpub\wwwroot\System Center Service Manager Portal\ContentHost\ClientBin&lt;/p&gt;  &lt;p&gt;There is also a Settings.xml file that is hosted there which contains settings for controlling the layout and format of the Silverlight web parts.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1273.image_5F00_72ED52DD.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1106.image_5F00_thumb_5F00_6AF5B07B.png" width="828" height="286" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are also some .resx files which contain localized text strings and some .zip files which contain other things the Silverlight web parts need.&lt;/p&gt;  &lt;p&gt;All of these files need to be downloaded to the client browser in order to display the Silverlight web parts.&amp;#160; That’s why this web site is called the &lt;strong&gt;&lt;em&gt;*Content*&lt;/em&gt;&lt;/strong&gt; server.&lt;/p&gt;  &lt;p&gt;The SCSMWebContentServer is configured to be rooted at C:\inetpub\wwwroot\System Center Server Manager Portal&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0513.image_5F00_297AFE22.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8130.image_5F00_thumb_5F00_1659D176.png" width="722" height="369" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Sooo….&lt;/p&gt;  &lt;p&gt;First of all – you need Silverlight installed!&lt;/p&gt;  &lt;p&gt;Secondly – you need to make sure that the Web Content Server URL is configured correctly in the settings of the SharePoint web site.&amp;#160; To do that go to IIS Manager on the SharePoint site web server.&lt;/p&gt;  &lt;p&gt;Select Service Manager Portal in the tree.&lt;/p&gt;  &lt;p&gt;Double click the Application Settings icon.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3240.image_5F00_34C4125F.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4403.image_5F00_thumb_5F00_3789C752.png" width="827" height="302" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Double click the SMPortal_WebContentServer_URL to configure it:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4745.image_5F00_7CC21E7B.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4810.image_5F00_thumb_5F00_14E588D7.png" width="815" height="460" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Make sure the name is &lt;strong&gt;SMPortal_WebContentServer_URL&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Then make sure that the following is true about the URL:&lt;/p&gt;  &lt;p&gt;1) If you are using HTTP&lt;strong&gt;S&lt;/strong&gt; to access the SharePoint site then the value for the Web Content Server URL must also be HTTP&lt;strong&gt;S&lt;/strong&gt;.&amp;#160; If you are using HTTP for SharePoint then the Web Content Server URL should be HTTP.&lt;/p&gt;  &lt;p&gt;2) If you are using the NetBIOS name of the computer to access SharePoint then you should have the NetBIOS name of the Web Content Server in the URL.&amp;#160; If you are using FQDN to access SharePoint then configure the Web Content Server URL to use FQDN,&lt;/p&gt;  &lt;p&gt;3) Make sure the port is right.&amp;#160; It is configurable during setup.&amp;#160; It should be set to the value that you see when you right click on the SCSMWebContentServer web site and choose Edit Bindings…&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6567.image_5F00_48414C33.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8535.image_5F00_thumb_5F00_72AD7D50.png" width="534" height="249" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you have the site configured for both HTTP and HTTPS then make sure you configure the URL with the port that corresponds to the protocol.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Then – test the Web Content Server URL first to make sure it is right before you save it.&amp;#160; Just open a browser and paste it in followed by ‘Settings.xml’ e.g. &lt;a href="http://SP:85/ContentHost/ClientBin/Settings.xml"&gt;http://SP:85/ContentHost/ClientBin/Settings.xml&lt;/a&gt;.&amp;#160; That should resolve to something that looks like 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-62-41-metablogapi/3326.image_5F00_7CE0683A.png"&gt;&lt;img style="display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0601.image_5F00_thumb_5F00_69530899.png" width="632" height="362" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you are using a load balancer for your Web Content Server make sure you are using the cluster name to connect to not one of the individual node names.&amp;#160; See this blog post for more information on &lt;a href="http://blogs.technet.com/b/servicemanager/archive/2012/05/04/how-to-configure-the-self-service-portal-sharepoint-site-or-the-web-content-server-for-load-balancing.aspx"&gt;How to Configure the Self-Service Portal SharePoint Site or the Web Content Server for Load Balancing&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Hope that helps!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496017" width="1" height="1"&gt;</description></item></channel></rss>
