<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">System Center: Service Manager Engineering Team Blog</title><subtitle type="html">Straight from the System Center Engineering Team!</subtitle><id>http://blogs.technet.com/b/servicemanager/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/b/servicemanager/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2013-04-11T16:07:32Z</updated><entry><title>Creating notification for an unassigned Incident or Service Request in Service Manager</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/05/16/creating-notification-for-an-unassigned-incident-or-service-request-in-service-manager.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/05/16/creating-notification-for-an-unassigned-incident-or-service-request-in-service-manager.aspx</id><published>2013-05-16T16:29:16Z</published><updated>2013-05-16T16:29:16Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/"&gt;&lt;img title="Tools_thumb2_thumb_thumb" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="Tools_thumb2_thumb_thumb" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3441.Tools_5F00_thumb2_5F00_thumb_5F00_thumb_5F00_71C12CA3.jpg" width="100" height="103" /&gt;&lt;/a&gt;&lt;em&gt;&lt;b&gt;Babulal Ghule&lt;/b&gt; &lt;strong&gt;| Support Escalation Engineer&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Hi everyone, Babulal Ghule here again and in this blog post I will walk you through the steps to configure the notification workflow so that it will notify you if the assigned to user field is empty for an Incident or Service Request in System Center 2012 Service Manager (SCSM 2012).&lt;/p&gt;  &lt;p&gt;We seem to get a few requests from customers on how to create this notification workflow as this is something that currently is not possible out of the box, however it can be achieved by using some XML magic. For this blog post I'll create a notification workflow that will notify the helpdesk every 10 minutes until the Incident or Service Request is assigned.&lt;/p&gt;  &lt;p&gt;NOTE: For detailed steps on creating notification workflow in Service Manager, please refer this TechNet link:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh519719.aspx"&gt;http://technet.microsoft.com/en-us/library/hh519719.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 1: Create the notification template&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Refer this TechNet article to create the template: &lt;a href="http://technet.microsoft.com/en-us/library/hh519719.aspx"&gt;http://technet.microsoft.com/en-us/library/hh519719.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Step 2: Create the notification workflow (periodic subscription)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I selected the target class as Incident but if you want to notify for Service Request then select Service Request.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-53/4604.sub-1.jpg"&gt;&lt;img title="clip_image001" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4527.clip_5F00_image001_5F00_4367A6F6.jpg" width="500" height="319" /&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-97-53/1464.sub-2.jpg"&gt;&lt;img title="clip_image002" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5037.clip_5F00_image002_5F00_3BDC3789.jpg" width="500" height="345" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Add&lt;strong&gt; 'First assigned date'&lt;/strong&gt; in the criteria. This field will be updated with the date/time when Incident/Service Request is assigned to a user. If this field is empty then the incident is not assigned to any user yet, so we need to check if this field &lt;strong&gt;isNull or isEmpty&lt;/strong&gt; but we don't have these operators in the UI. For now, add any temporary criteria here such as &lt;strong&gt;&amp;quot;is less than or equal&amp;quot;&lt;/strong&gt; to '05/05/2013' as the UI will not allow us to click Next until we specify something here. But don’t worry, we will modify this MP and add the isNull operator in the XML.&lt;/p&gt;  &lt;p&gt;If you like, you can also add additional criteria here based on specific requirements (e.g. you have multiple helpdesks). Make sure that you add all the criteria that you need here along with first assigned date as we will not be able modify this workflow from the UI after we make our changes in XML.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-53/3323.sub-3.jpg"&gt;&lt;img title="clip_image003" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1738.clip_5F00_image003_5F00_49424A8F.jpg" width="500" height="348" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; In the recurring notification section, specify the criteria that suits your requirement for recurring notifications. For this scenario, I want to notify the helpdesk every 10 minutes until the incident is assigned to an analyst. If you want to notify once then you can set &lt;strong&gt;'End after number of occurrences' = 1&lt;/strong&gt;.&amp;#160; This workflow will run every 10 minutes if thecriteria is true. This criteria will be false when incident has assigned to 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-97-53/2234.sub-4.jpg"&gt;&lt;img title="clip_image004" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4786.clip_5F00_image004_5F00_41B6DB22.jpg" width="500" height="349" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; Select the notification template and add the required recipients on the next screen.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-53/3718.sub-5.jpg"&gt;&lt;img title="clip_image005" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3324.clip_5F00_image005_5F00_36211DE3.jpg" width="500" height="346" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now we are done creating notification workflow from the UI, so it’s time to modify it using XML. To begin, export the&amp;#160; management pack and open it in XML editor. Locate the &lt;strong&gt;&amp;lt;Criteria&amp;gt;&lt;/strong&gt; section in the MP for &lt;strong&gt;&amp;quot;First assigned date&amp;quot;&lt;/strong&gt; as below:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;Criteria&amp;gt; &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;Expression&amp;gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;SimpleExpression&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;ValueExpressionLeft&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Property&amp;gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/FirstAssignedDate$&lt;/font&gt;&amp;lt;/Property&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/ValueExpressionLeft&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Operator&amp;gt;LessEqual&amp;lt;/Operator&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;ValueExpressionRight&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Value&amp;gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;2013-04-27T18:30:00&lt;/font&gt;&amp;lt;/Value&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/ValueExpressionRight&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/SimpleExpression&amp;gt;       &lt;br /&gt;&amp;lt;/Expression&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;/Criteria&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;We need to replace the lines between the tag &lt;strong&gt;&amp;lt;Expression&amp;gt;&lt;/strong&gt; and &lt;strong&gt;&amp;lt;/Expression&amp;gt;&lt;/strong&gt; with the code below.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;UnaryExpression&amp;gt;      &lt;br /&gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;&amp;lt;ValueExpression&amp;gt;        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Property&amp;gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/FirstAssignedDate$&amp;lt;/Property&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/ValueExpression&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Operator&amp;gt;IsNull&amp;lt;/Operator&amp;gt;         &lt;br /&gt;&lt;/font&gt;&amp;lt;/UnaryExpression&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;So when we’re done it will look like this:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;Criteria&amp;gt;      &lt;br /&gt;&amp;#160; &amp;lt;Expression&amp;gt;       &lt;br /&gt;&amp;#160;&lt;font style="background-color: rgb(255, 255, 0);"&gt;&amp;lt;UnaryExpression&amp;gt;        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;ValueExpression&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Property&amp;gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/FirstAssignedDate$&amp;lt;/Property&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/ValueExpression&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Operator&amp;gt;IsNull&amp;lt;/Operator&amp;gt;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/UnaryExpression&amp;gt;         &lt;br /&gt;&lt;/font&gt;&amp;#160;&amp;#160; &amp;lt;/Expression&amp;gt;       &lt;br /&gt;&amp;lt;/Criteria&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Those are all the changes we need to make so go ahead and save the management pack and re-import it back into SCSM.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Note: Once you modify and re-import the MP, do not modify it from the UI as it will break the XML code.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;I have attached a sample MP with this post.&lt;/p&gt;  &lt;div id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:d9995a64-c454-4e44-a5d6-9ccdcce3276f" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;&lt;p&gt;To download the MP &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7041.UnassignedMP_5F00_7C38C2C0.zip" target="_blank"&gt;click here&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;  &lt;p&gt;Hope this helps!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;Babulal Ghule&lt;/b&gt; &lt;strong&gt;| Support Escalation Engineer &lt;/strong&gt;&lt;/b&gt;&lt;/b&gt;&lt;strong&gt;| Microsoft GBS Management and Security Division&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;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;p&gt;The Forefront Endpoint Protection 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=3573159" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>MVP Speaker Series Presentation Tomorrow: Building Workstation and Application Deployment Automation with Service Manager and Orchestrator</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/05/16/mvp-speaker-series-presentation-tomorrow-building-workstation-and-application-deployment-automation-with-service-manager-and-orchestrator.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/05/16/mvp-speaker-series-presentation-tomorrow-building-workstation-and-application-deployment-automation-with-service-manager-and-orchestrator.aspx</id><published>2013-05-16T07:00:13Z</published><updated>2013-05-16T07:00:13Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-49-02-metablogapi/0257.MVP_2D00_Logo_5F00_2B5DAF7C.png"&gt;&lt;img title="MVP Logo" border="0" alt="MVP Logo" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-49-02-metablogapi/6114.MVP_2D00_Logo_5F00_thumb_5F00_0B42A2BF.png" width="92" height="139" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We are hosting another MVP Speaker Series session tomorrow (Thursday) morning at 8 A.M. Redmond time.&amp;#160; The speaker will be Nate Lasnoski, one of the Windows Server/System Center MVPs, and one of the top speakers at the Microsoft Management Summit.&lt;/p&gt;  &lt;p&gt;You can find the meeting invite by following this &lt;a href="https://skydrive.live.com/?cid=918C54A82D3B2A31&amp;amp;id=918C54A82D3B2A31%21107"&gt;link&lt;/a&gt; where you can add all the meeting invites to your calendar for the rest of the series and listen in and participate.&lt;/p&gt;  &lt;p&gt;You will need the Lync client application to join the meeting.&amp;#160; We will also be posting the recording afterwards if you can’t make it live.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573051" width="1" height="1"&gt;</content><author><name>Travis Wright MSFT</name><uri>http://blogs.technet.com/twright/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>How to configure notifications for assignment/re-assignment as well as action log and user comment updates for Incidents and Service Requests in SCSM</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/05/13/how-to-configure-notifications-for-assignment-re-assignment-as-well-as-action-log-and-user-comment-updates-for-incidents-and-service-requests-in-scsm.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/05/13/how-to-configure-notifications-for-assignment-re-assignment-as-well-as-action-log-and-user-comment-updates-for-incidents-and-service-requests-in-scsm.aspx</id><published>2013-05-13T20:34:05Z</published><updated>2013-05-13T20:34:05Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/5428.Tools_5F00_thumb2_5F00_thumb_5F00_65C9F57A.jpg"&gt;&lt;img title="Tools_thumb2_thumb" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="Tools_thumb2_thumb" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6521.Tools_5F00_thumb2_5F00_thumb_5F00_thumb_5F00_1E749F88.jpg" width="100" height="103" /&gt;&lt;/a&gt;&lt;em&gt;&lt;b&gt;Babulal Ghule&lt;/b&gt; &lt;strong&gt;| Support Escalation Engineer&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Hey there again! This is Babulal Ghule from the System Center team and today I wanted to walk you through the steps to configure the notification for assignment/re-assignment, action log/user comment updates for Incident/Service Request.&lt;/p&gt;  &lt;p&gt;In System Center Service Manager 2010 (SCSM 2010) we used an xml based management pack to create notifications for action log/user input updates. Now with System Center 2012 Service Manager (SCSM 2012) we have new classes that we can use for notifications. &lt;/p&gt;  &lt;p&gt;&lt;em&gt;ref: &lt;/em&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2010/08/30/notifying-the-affected-user-when-the-analyst-has-updated-the-action-log.aspx"&gt;&lt;em&gt;http://blogs.technet.com/b/servicemanager/archive/2010/08/30/notifying-the-affected-user-when-the-analyst-has-updated-the-action-log.aspx&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In this article I will cover the following scenarios:&lt;/p&gt;  &lt;p&gt;1. Notify the Analyst when a user adds comments from the portal for an Incident or Service Request.&lt;/p&gt;  &lt;p&gt;2. Notify the End User when the Analyst updates the action log from the console for an Incident or Service Request.&lt;/p&gt;  &lt;p&gt;If you are using the Exchange connector to process emails to create and update emails:&lt;/p&gt;  &lt;p&gt;3. Notify the Analyst when an end user replies to email notifications with comments (or provides new information) for an incident or Service Request.&lt;/p&gt;  &lt;p&gt;4. Notify an End User when analysts reply to emails requesting more information (reply to assigned to user notification or analyst notification which will be logged as Analyst comments on the Incident or Service Request)&lt;/p&gt;  &lt;p&gt;5. We will modify assignment/re-assignment management pack to notify for assignment or re-assignment of a Service Request.&lt;/p&gt;  &lt;h3&gt;Step 1: Creating Notifications&lt;/h3&gt;  &lt;p&gt;For detailed steps on creating notifications in Service Manager, please refer this TechNet link:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh519719.aspx"&gt;http://technet.microsoft.com/en-us/library/hh519719.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We also have a very good blog post on creating Notification templates here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2009/09/28/creating-notification-templates-in-system-center-service-manager.aspx"&gt;http://blogs.technet.com/b/servicemanager/archive/2009/09/28/creating-notification-templates-in-system-center-service-manager.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Scenarios 1 and 3&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;First create the notification template:&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/4073.clip_5F00_image002_5F00_3E237950.jpg"&gt;&lt;img title="clip_image002" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7041.clip_5F00_image002_5F00_thumb_5F00_1D9C399E.jpg" width="500" height="298" /&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Select the target class&lt;b&gt; “Trouble Ticket Analyst Comments” &lt;/b&gt;(Click on Browse and Select All Basic classes). This contains the analyst comments for Incident and Service Request class.&lt;/p&gt;  &lt;p&gt;If you are sending notification for incidents, to get the incident ID select &lt;b&gt;‘Has Analyst Comment ‘-&amp;gt; WorkItem –&amp;gt; ID:&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/5074.clip_5F00_image004_5F00_7D14F9EB.jpg"&gt;&lt;img title="clip_image004" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/8032.clip_5F00_image004_5F00_thumb_5F00_27812B09.jpg" width="500" height="346" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you are sending notification for Service Requests, to get the SR ID select &lt;b&gt;‘Work Item Has Comment Log‘-&amp;gt; WorkItem –&amp;gt; ID.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Using this same method you can get the Title and Status fields from the respective class as above.&lt;/p&gt;  &lt;p&gt;To get the Assigned to user for Incident/Service Request:&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/3364.clip_5F00_image006_5F00_06F9EB57.jpg"&gt;&lt;img title="clip_image006" style="display: inline; background-image: none;" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7870.clip_5F00_image006_5F00_thumb_5F00_0217379B.jpg" width="504" height="352" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To get the Analyst comments for the Incident/Service Request. (&lt;strong&gt;Note: This will only include recent comments&lt;/strong&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/3288.clip_5F00_image008_5F00_33A2A530.jpg"&gt;&lt;img title="clip_image008" style="display: inline; background-image: none;" border="0" alt="clip_image008" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1651.clip_5F00_image008_5F00_thumb_5F00_730058C0.jpg" width="504" height="349" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Lastly, don’t forget to select&lt;strong&gt; “Send as HTML”&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&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/1565.clip_5F00_image010_5F00_5279190E.jpg"&gt;&lt;img title="clip_image010" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image010" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6874.clip_5F00_image010_5F00_thumb_5F00_3FC41F57.jpg" width="500" height="349" /&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h3&gt;Step 2: Creating the Notification workflow (subscription)&lt;/h3&gt;  &lt;p&gt;Select &lt;b&gt;“When Object of selected class is created”&lt;/b&gt; and Target class as &lt;strong&gt;“Trouble Ticket Analyst Comments”&lt;/strong&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/0842.clip_5F00_image012_5F00_5134802F.jpg"&gt;&lt;img title="clip_image012" style="display: inline; background-image: none;" border="0" alt="clip_image012" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6305.clip_5F00_image012_5F00_thumb_5F00_5E9A9335.jpg" width="504" height="317" /&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Select the template that we created:&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/0363.clip_5F00_image014_5F00_102600CB.jpg"&gt;&lt;img title="clip_image014" style="display: inline; background-image: none;" border="0" alt="clip_image014" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/0878.clip_5F00_image014_5F00_thumb_5F00_6F9EC118.jpg" width="504" height="234" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Add related Recipients. For Incident it 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/8836.clip_5F00_image015_5F00_6F328E23.png"&gt;&lt;img title="clip_image015" style="display: inline; background-image: none;" border="0" alt="clip_image015" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/1884.clip_5F00_image015_5F00_thumb_5F00_1CB3ADE7.png" width="504" height="236" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For Service Request it 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/1401.clip_5F00_image016_5F00_7C2C6E34.png"&gt;&lt;img title="clip_image016" style="display: inline; background-image: none;" border="0" alt="clip_image016" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/6710.clip_5F00_image016_5F00_thumb_5F00_7BC03B3F.png" width="504" height="236" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;At this point we are done creating a subscription for an action log update.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Scenarios 2 and 4&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This is the same as scenarios 1 and 3 above, only here we create the notification subscription/template where the target class will be &lt;strong&gt;“Trouble Ticket User Comments”&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Scenario 5:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This blog post provides instructions on how to create the notification workflow for Incident assignment/re-assignment:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/servicemanager/archive/2009/12/15/custom-notification-workflow-on-incident-assignement-or-re-assignment.aspx"&gt;http://blogs.technet.com/b/servicemanager/archive/2009/12/15/custom-notification-workflow-on-incident-assignement-or-re-assignment.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We will use that as a reference but we will modify it so that it will notify for Service Request assignment/re-assignment.&lt;/p&gt;  &lt;p&gt;But first let’s understand how this Management Pack works. This MP has two main sections that we need to understand before we make our modification.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1. When to notify (criteria section)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;Rule ID=&amp;quot;IncidentAssignmentChanges&amp;quot; Enabled=&amp;quot;true&amp;quot; Target=&amp;quot;SystemCenter!Microsoft.SystemCenter.SubscriptionWorkflowTarget&amp;quot; ConfirmDelivery=&amp;quot;false&amp;quot; Remotable=&amp;quot;true&amp;quot; Priority=&amp;quot;Normal&amp;quot; DiscardLevel=&amp;quot;100&amp;quot;&amp;gt;      &lt;br /&gt;&amp;lt; Category&amp;gt;Discovery&amp;lt;/Category&amp;gt;       &lt;br /&gt;&amp;lt; DataSources&amp;gt;       &lt;br /&gt;&amp;lt; DataSource ID=&amp;quot;DS&amp;quot; TypeID=&amp;quot;SystemCenter1!Microsoft.SystemCenter.CmdbInstanceSubscription.DataSourceModule&amp;quot;&amp;gt;       &lt;br /&gt;&amp;lt; Subscription&amp;gt;       &lt;br /&gt;&amp;lt; RelationshipSubscription RelType=&amp;quot;$MPElement[Name='WorkItem!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.WorkItemAssignedToUser'&lt;/font&gt;]$&amp;quot; SourceType=&amp;quot;$MPElement[Name='CoreIncident!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.WorkItem.Incident'&lt;/font&gt;]$&amp;quot; TargetType=&amp;quot;$MPElement[Name='System!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.Domain.User'&lt;/font&gt;]$&amp;quot;&amp;gt;       &lt;br /&gt;&amp;lt; AddRelationship&amp;gt;       &lt;br /&gt;&amp;lt; /AddRelationship&amp;gt;       &lt;br /&gt;&amp;lt; /RelationshipSubscription&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Our only change will be SourceType.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;Rule ID=&amp;quot;ServiceRequestAssignmentChanges&amp;quot; Enabled=&amp;quot;true&amp;quot; Target=&amp;quot;SystemCenter!Microsoft.SystemCenter.SubscriptionWorkflowTarget&amp;quot; ConfirmDelivery=&amp;quot;false&amp;quot; Remotable=&amp;quot;true&amp;quot; Priority=&amp;quot;Normal&amp;quot; DiscardLevel=&amp;quot;100&amp;quot;&amp;gt;      &lt;br /&gt;&amp;lt; Category&amp;gt;Discovery&amp;lt;/Category&amp;gt;       &lt;br /&gt;&amp;lt; DataSources&amp;gt;       &lt;br /&gt;&amp;lt; DataSource ID=&amp;quot;DS&amp;quot; TypeID=&amp;quot;SystemCenter1!Microsoft.SystemCenter.CmdbInstanceSubscription.DataSourceModule&amp;quot;&amp;gt;       &lt;br /&gt;&amp;lt; Subscription&amp;gt;       &lt;br /&gt;&amp;lt; RelationshipSubscription RelType=&amp;quot;$MPElement[Name='WorkItem!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.WorkItemAssignedToUser'&lt;/font&gt;]$&amp;quot; SourceType=&amp;quot;$MPElement[Name='WorkItem_ServiceRequest!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.WorkItem.ServiceRequest'&lt;/font&gt;]$&amp;quot; TargetType=&amp;quot;$MPElement[Name='System!&lt;font style="background-color: rgb(255, 255, 0);"&gt;System.Domain.User'&lt;/font&gt;]$&amp;quot;&amp;gt;       &lt;br /&gt;&amp;lt; AddRelationship&amp;gt;       &lt;br /&gt;&amp;lt; /AddRelationship&amp;gt;       &lt;br /&gt;&amp;lt; /RelationshipSubscription&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;2.&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Who to notify&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This will decide who we send the notification to and is based on your requirements.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;WorkflowArrayParameter Name=&amp;quot;UserAliasOrRelationships&amp;quot; Type=&amp;quot;string&amp;quot;&amp;gt;      &lt;br /&gt;&amp;lt; Item&amp;gt;$MPElement[Name='WorkItem!System.&lt;font style="background-color: rgb(255, 255, 0);"&gt;WorkItemAssignedToUser&lt;/font&gt;']$&amp;lt;/Item&amp;gt;&amp;lt;/WorkflowArrayParameter&amp;gt;       &lt;br /&gt;&amp;lt; /WorkflowParameters&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Attached to this blog is a ZIP file that contains two MPs for use in all 5 scenarios.&lt;/p&gt;  &lt;div id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:bd3cac39-2758-4f1c-a4d7-388c4cc3cd6b" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;&lt;p&gt;Management Packs download &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/7750.MP_5F00_76A474E6.zip" target="_blank"&gt;MP.ZIP&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;Babulal Ghule&lt;/b&gt; &lt;strong&gt;| Support Escalation Engineer &lt;/strong&gt;&lt;/b&gt;&lt;/b&gt;&lt;strong&gt;| Microsoft GBS Management and Security Division&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;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;p&gt;The Forefront Endpoint Protection 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;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&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/7624.Tools_5F00_thumb4_5F00_thumb_5F00_13E3A59B.jpg"&gt;&lt;img title="Tools_thumb4_thumb" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="Tools_thumb4_thumb" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3007.Tools_5F00_thumb4_5F00_thumb_5F00_thumb_5F00_7A7BA260.jpg" width="200" height="205" /&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=3572424" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Microsoft Virtual Academy: Service Manager Data Warehouse and Reporting</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/05/01/microsoft-virtual-academy-service-manager-data-warehouse-and-reporting.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/05/01/microsoft-virtual-academy-service-manager-data-warehouse-and-reporting.aspx</id><published>2013-05-01T18:06:53Z</published><updated>2013-05-01T18:06:53Z</updated><content type="html">&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/video/mva-system-center-2012-sp1-extensibility-service-manager-data-warehouse-and-reporting-part-1-overview"&gt;&lt;img title="image" style="border: 0px currentcolor; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/3365.image_5F00_36B7115F.png" width="361" height="200" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I recently (well, that’s relative!) recorded a series of sessions on extending, customizing, and using the Service Manager data warehouse and reporting.&amp;#160; Those are now posted on Microsoft Virtual Academy.&amp;#160; After you watch the sessions, you can take the self-assessment test and score bragging points on Microsoft Virtual Academy.&amp;#160; Enjoy!&lt;/p&gt;    &lt;p&gt;&lt;b&gt;Microsoft Virtual Academy: System Center 2012 SP1 Extensibility: Service Manager: Data Warehouse &amp;amp; Reporting - Part 1 – Overview&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/video/mva-system-center-2012-sp1-extensibility-service-manager-data-warehouse-and-reporting-part-1-overview"&gt;http://technet.microsoft.com/en-us/video/mva-system-center-2012-sp1-extensibility-service-manager-data-warehouse-and-reporting-part-1-overview&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Virtual Academy: System Center 2012 SP1 Extensibility: Service Manager: Data Warehouse &amp;amp; Reporting - Part 2 - Data Modeling&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/video/mva-system-center-2012-sp1-extensibility-service-manager-data-warehouse-and-reporting-part-2-data-modeling"&gt;http://technet.microsoft.com/en-us/video/mva-system-center-2012-sp1-extensibility-service-manager-data-warehouse-and-reporting-part-2-data-modeling&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Virtual Academy: System Center 2012 SP1 Extensibility: Service Manager: Data Warehouse &amp;amp; Reporting - Part 3 - Data Warehouse Concepts&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/video/microsoft-virtual-academy-system-center-2012-sp1-extensibility-service-manager-data-warehouse-reporting-part3-data-warehouse-concepts.aspx"&gt;http://technet.microsoft.com/en-us/video/microsoft-virtual-academy-system-center-2012-sp1-extensibility-service-manager-data-warehouse-reporting-part3-data-warehouse-concepts.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Microsoft Virtual Academy: System Center 2012 SP1 Extensibility: Service Manager: Data Warehouse &amp;amp; Reporting - Part 4 - Demo Authoring Data Warehouse Extensions&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/video/microsoft-virtual-academy-system-center-2012-sp1-extensibility-service-manager-data-warehouse-reporting-part4-demo-authoring-data-warehouse-extensions.aspx"&gt;http://technet.microsoft.com/en-us/video/microsoft-virtual-academy-system-center-2012-sp1-extensibility-service-manager-data-warehouse-reporting-part4-demo-authoring-data-warehouse-extensions.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=3570293" width="1" height="1"&gt;</content><author><name>Travis Wright MSFT</name><uri>http://blogs.technet.com/twright/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>KB: System Center 2012 Service Manager: Recommended OS Fixes and Updates for Management Server computers</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/30/kb-system-center-2012-service-manager-recommended-os-fixes-and-updates-for-management-server-computers.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/30/kb-system-center-2012-service-manager-recommended-os-fixes-and-updates-for-management-server-computers.aspx</id><published>2013-04-30T16:32:54Z</published><updated>2013-04-30T16:32:54Z</updated><content type="html">&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2843587"&gt;&lt;img title="Capture" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="Capture" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-62-41-metablogapi/4743.Capture_5F00_44154FB2.jpg" width="100" height="105" /&gt;&lt;/a&gt;We just published a short KB that mentions the fixes and updates recommended for Microsoft System Center 2012 Service Manager Management Server computers. You can find the details here:&lt;/p&gt;  &lt;p&gt;KB2843587 - System Center 2012 Service Manager: Recommended OS Fixes and Updates for Management Server computers (&lt;a title="http://support.microsoft.com/kb/2843587" href="http://support.microsoft.com/kb/2843587"&gt;http://support.microsoft.com/kb/2843587&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Microsoft GBS Management and Security Division&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;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;p&gt;The Forefront Endpoint Protection 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=3569978" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>SCSM - Exchange Connector 3.0 RTM Released &amp; Supported</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/26/scsm-exchange-connector-3-0-rtm-released-amp-supported.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/26/scsm-exchange-connector-3-0-rtm-released-amp-supported.aspx</id><published>2013-04-27T03:13:20Z</published><updated>2013-04-27T03:13:20Z</updated><content type="html">&lt;p&gt;At long last!&amp;#160; We have released a version of the Exchange Connector which has been thoroughly tested, passed on strict security audit process, and most importantly is officially supported!&amp;#160; It’s been a long time coming, but finally the day is here!&lt;/p&gt;  &lt;p&gt;This version of the Exchange Connector is just an evolution of the &lt;a href="http://blogs.technet.com/b/servicemanager/archive/2012/04/15/exchange-connector-3-0-rc-released.aspx"&gt;Exchange Connector 3.0 RC&lt;/a&gt; where we have fixed a few bugs and added some security-related features.&lt;/p&gt;  &lt;p&gt;In order to use the Exchange Connector 3.0 RTM you need to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Have System Center 2012 SP1 – Service Manager &lt;strong&gt;Cumulative Update 2&lt;/strong&gt;.&amp;#160; It is a prerequisite due to a workflow change required to support the new ability in the Exchange Connector to specify a Run As Account similar to the other connectors.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Uninstall Exchange Connector 3.0 RC first.&amp;#160; &lt;/strong&gt;Do this by deleting all of the Exchange Connectors you have in the Connectors view (you might want to take screenshots of the properties dialogs or something to remind you of how to set everything back up again).&amp;#160; Then delete the Exchange Connector management pack from the Management Packs view.&amp;#160; Then delete the .dll in the Service Manager Program Files directory.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Please see the documentation included in the download package for all the other information you need to know.&lt;/p&gt;  &lt;p&gt;The Send Email solution is no longer included in the Exchange Connector package.&amp;#160; We have moved it to the &lt;a href="http://gallery.technet.microsoft.com/Service-Manager-SendEmail-8171ba70"&gt;TechNet Gallery&lt;/a&gt;.&amp;#160; It is still not a supported solution.&amp;#160; We will work on productizing this at some point in the future.&amp;#160; Also, keep in mind that Patrik Sundqvist (MVP) has created a version of &lt;a href="http://gallery.technet.microsoft.com/SendEmail-for-Service-dfe53a1a"&gt;SendEmail for service requests&lt;/a&gt; that is also on the TechNet Gallery.&lt;/p&gt;  &lt;p&gt;The Exchange Connector 3.0 RC download has been taken down now.&amp;#160; Exchange Connector 2.0 RTM is still available for customers that are using SCSM 2010, but that is still not a technically supported solution.&amp;#160; The Exchange Connector 3.0 RTM will not work on SCSM 2010.&lt;/p&gt;  &lt;p&gt;Thank you to everyone for your testing and patience as this critical solution has evolved.&lt;/p&gt;  &lt;p&gt;Here is the download location:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38791" href="http://www.microsoft.com/en-us/download/details.aspx?id=38791"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38791&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=3569396" width="1" height="1"&gt;</content><author><name>Travis Wright MSFT</name><uri>http://blogs.technet.com/twright/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Service Manager 2012 SP1 secondary Management Server–Cannot set availability on a health service that doesn’t exist</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/22/service-manager-2012-sp1-secondary-management-server-cannot-set-availability-on-a-health-service-that-doesn-t-exist.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/22/service-manager-2012-sp1-secondary-management-server-cannot-set-availability-on-a-health-service-that-doesn-t-exist.aspx</id><published>2013-04-22T20:07:34Z</published><updated>2013-04-22T20:07:34Z</updated><content type="html">&lt;p&gt;Just a heads up, in Service Manager 2012 SP1, we made certain changes to custom actions in setup which renders fresh installs of the secondary management server incapable of connecting to the Management Group. This issue was first surfaced in a blog post at &lt;a href="http://shaunlaughton.wordpress.com/2013/03/07/service-manager-2012-sp1-secondary-management-servercannot-set-availability-on-a-health-service-that-doesnt-exist/"&gt;http://shaunlaughton.wordpress.com/2013/03/07/service-manager-2012-sp1-secondary-management-servercannot-set-availability-on-a-health-service-that-doesnt-exist/&lt;/a&gt;. Please read this blog post for a detailed explanation of the problem.&lt;/p&gt;  &lt;p&gt;Once again, this issue ONLY impacts SCSM 2012 SP1 new installs. It does not impact those customers who are either upgrading from Service Manager 2012 RTM, or are installing only the primary management server. The recommended workaround to address this issue yourself is to install System Center Service Manager 2012 RTM and then upgrade to SP1. If for any reason you are unable to do this, please reach out to support so that they can provide assistance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3568359" width="1" height="1"&gt;</content><author><name>A Nangia</name><uri>http://blogs.technet.com/anshuman.nangia_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>KB: Installing SharePoint Portal in Service Manager fails with "An error occurred while executing a custom action"</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/11/kb-installing-sharepoint-portal-in-service-manager-fails-with-quot-an-error-occurred-while-executing-a-custom-action-quot.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/11/kb-installing-sharepoint-portal-in-service-manager-fails-with-quot-an-error-occurred-while-executing-a-custom-action-quot.aspx</id><published>2013-04-11T20:31:46Z</published><updated>2013-04-11T20:31:46Z</updated><content type="html">&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2834776"&gt;&lt;img title="e" border="0" alt="e" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-06-metablogapi/7701.e_5F00_39D5FB59.jpg" width="85" height="84" /&gt;&lt;/a&gt;Just a quick note to let you know about a new KB article we published. This one describes an issue where you get the following error message when trying to install SharePoint Portal in System Center 2012 Service Manager:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;Configure portal SharePoint Web site        &lt;br /&gt;An error occurred while executing a custom action:_CreateSharePointWebSite         &lt;br /&gt;This upgrade attempt has failed before permanent modifications were made&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;For all the details please see the following:&lt;/p&gt;  &lt;p&gt;KB2834776 - Installing SharePoint Portal in Service Manager fails with &amp;quot;An error occurred while executing a custom action&amp;quot; (&lt;a title="http://support.microsoft.com/kb/2830069" href="http://support.microsoft.com/kb/2834776"&gt;http://support.microsoft.com/kb/2834776&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck | Knowledge Engineer&lt;/b&gt;&lt;strong&gt; | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;/p&gt;  &lt;p&gt;The Forefront Endpoint Protection 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=3566314" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Update Rollup 2 for System Center 2012 Service Pack 1–Service Manager updates</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/11/update-rollup-2-for-system-center-2012-service-pack-1-service-manager-updates.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/11/update-rollup-2-for-system-center-2012-service-pack-1-service-manager-updates.aspx</id><published>2013-04-11T18:15:21Z</published><updated>2013-04-11T18:15:21Z</updated><content type="html">&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2802159"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/1731.hotfix_5F00_473C22F1.jpg" width="80" height="89" /&gt;&lt;/a&gt;Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1) is now available and includes the following updates for Service Manager 2012 SP1:&lt;/p&gt;  &lt;p&gt;Issue 1: If the number of &amp;quot;Manual Activities&amp;quot; that are displayed in the Service Manager Portal exceeds a certain limit, page loads may time out and do not render correctly. This results in a blank page.&lt;/p&gt;  &lt;p&gt;Issue 2: Incorrect cleanup of a custom related type causes grooming on the EntityChangeLog table to stall. This causes the table to grow significantly.&lt;/p&gt;  &lt;p&gt;Issue 3: Service requests complete unexpectedly because of a race condition between workflows.&lt;/p&gt;  &lt;p&gt;Issue 4: The console crashes when you double-click a parent incident link on an extended incident class.&lt;/p&gt;  &lt;p&gt;Issue 5: PowerShell tasks that were created by using the authoring tool do not run because of an incorrect reference to certain assemblies.&lt;/p&gt;  &lt;p&gt;Issue 6: The Exchange management pack is stuck in a Pending state after management pack synchronization.&lt;/p&gt;  &lt;p&gt;You can get all the details and a download link here:&lt;/p&gt;  &lt;p&gt;KB2802159 - Description of Update Rollup 2 for System Center 2012 Service Pack 1 (&lt;a href="http://support.microsoft.com/kb/2802159"&gt;http://support.microsoft.com/kb/2802159&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck | Knowledge Engineer&lt;/b&gt;&lt;strong&gt; | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;/p&gt;  &lt;p&gt;The Forefront Endpoint Protection 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=3565403" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>KB: Selecting a report in Service Manager fails with "Cannot impersonate user for data source 'DWDataMart'"</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/servicemanager/archive/2013/04/11/kb-selecting-a-report-in-service-manager-fails-with-quot-cannot-impersonate-user-for-data-source-dwdatamart-quot.aspx" /><id>http://blogs.technet.com/b/servicemanager/archive/2013/04/11/kb-selecting-a-report-in-service-manager-fails-with-quot-cannot-impersonate-user-for-data-source-dwdatamart-quot.aspx</id><published>2013-04-11T15:07:32Z</published><updated>2013-04-11T15:07:32Z</updated><content type="html">&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2834789"&gt;&lt;img title="e" border="0" alt="e" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-06-metablogapi/7701.e_5F00_39D5FB59.jpg" width="85" height="84" /&gt;&lt;/a&gt;Just a quick note to let you know about a new KB article we published. This one describes an issue where selecting a report in the System Center 2012 Service Manager console fails with the following error:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;An error has occurred during report processing (rsProcessingAborted)        &lt;br /&gt;Cannot impersonate user for data source 'DWDataMart' (rsErrorImpersonatingUser)         &lt;br /&gt;Log on failed. Ensure the User name and password are correct. (rsLogonFailed)         &lt;br /&gt;The parameter is incorrect&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;For all the details please see the following:&lt;/p&gt;  &lt;p&gt;KB2834789 - Selecting a report in Service Manager fails with &amp;quot;Cannot impersonate user for data source 'DWDataMart'&amp;quot; (&lt;a title="http://support.microsoft.com/kb/2830069" href="http://support.microsoft.com/kb/2834789"&gt;http://support.microsoft.com/kb/2834789&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck | Knowledge Engineer&lt;/b&gt;&lt;strong&gt; | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – 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;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – 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 – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&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;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&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;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&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;/p&gt;  &lt;p&gt;The Forefront Endpoint Protection 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=3565342" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry></feed>