<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with OCPM 4.1 for Microsoft SCOM in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/106490#M19239</link>
    <description>&lt;P&gt;My fix for this issue.&lt;/P&gt;&lt;P&gt;The query from STEFANDELFS post returns two results, associated with FCPAdapter image, with null ImageCategory field.&lt;BR /&gt;Run the query:&lt;BR /&gt;SELECT * FROM [dbo].[Category] where CategoryName like 'Cat.dataontap%' order by CategoryName&lt;BR /&gt;You will see that field CategoryTarget for 'Cat.DataONTAP.Cluster.NodeVserver.FCPAdapter.Image.Large' is the same as for category 'Cat.DataONTAP.Cluster.DataVserver.Volume.SMBShare.Image.Large'. The same is for 'small' version of this image. Looks like copy/paste when creating objects.&amp;nbsp;You shoud replace CategoryTarget for FCPAdapter with correct values. You can take it from the ResourceId field of the query:&lt;BR /&gt;SELECT * FROM [dbo].[Resource] where FileName like '%fcpadapter%'&lt;BR /&gt;This works for me.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2015 07:36:04 GMT</pubDate>
    <dc:creator>Nala</dc:creator>
    <dc:date>2015-06-23T07:36:04Z</dc:date>
    <item>
      <title>Problem with OCPM 4.1 for Microsoft SCOM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/102138#M19237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we are using above mentioned solution for monitoring our FAS Systems (7-Mode and cDOT).&lt;/P&gt;
&lt;P&gt;After installing the OCPM 4.1 within SCOM 2012R2 our Exchange SCOM Management Pack did not work anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A call at Microsoft yieled this:&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ROOT CAUSE:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;==============&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The issue is caused because in OM 2012 the sproc &lt;STRONG&gt;p_SelectForTypeCache &lt;/STRONG&gt;can return NULL values for &lt;STRONG&gt;ImageCategory&lt;/STRONG&gt; when retrieving the Image Ressources if some Management Packs did not have this defined. In this case the Management Pack which was causing this was the&amp;nbsp;&lt;STRONG&gt; MP&lt;/STRONG&gt;, but essentially the sproc should be fixed to not return NULL values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Following shouldn't return NULL for the column ImageCategory :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"SELECT [ImageReference].[ImageId], [ImageReference].[ReferenceId], [ImageReference].[ManagementPackId], [ImageReference].TimeAdded, [ImageReference].LastModified, SUBSTRING([EnumType].EnumTypeName, 39, 100) AS ImageCategory, [MPElementView].[MPElementName],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ManagementPack].[ContentReadable]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FROM dbo.ImageReference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;JOIN dbo.[Resource] on ([Resource].ResourceId = ImageReference.ImageId)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LEFT JOIN dbo.[Category] ON [Category].CategoryTarget = [Resource].ResourceId&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LEFT JOIN dbo.[EnumType] ON [EnumType].EnumTypeId = [Category].CategoryValue&lt;/P&gt;
&lt;P&gt;&amp;nbsp; JOIN dbo.MPElementView ON (ImageReference.ReferenceId = MPElementView.MPElementId)&lt;/P&gt;
&lt;P&gt;INNER JOIN dbo.[ManagementPack] ON dbo.ManagementPack.ManagementPackId = [ImageReference].ManagementPackId AND dbo.ManagementPack.ContentReadable = 1&lt;/P&gt;
&lt;P&gt;WHERE dbo.[ImageReference].[ReferenceId] IN (select dbo.ManagedType.ManagedTypeId from dbo.ManagedType)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and dbo.[Resource].ResourceType = 4"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideasd how to fix this?&lt;/P&gt;
&lt;P&gt;Will there be an update of OCPM fixing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 01:20:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/102138#M19237</guid>
      <dc:creator>STEFANDELFS</dc:creator>
      <dc:date>2015-08-25T01:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCPM 4.1 for Microsoft SCOM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/103578#M19238</link>
      <description>&lt;P&gt;I am having a similar issue. After installing and configuring OnCommand Clustered Data ONTAP managemnt Pack and rebooted my RMS server, it broke Exchange 2010 MP. Specifically the Microsoft Exchange Monitoring Correlation Service on the RMS crashed. I am unable to Start it. which makes the Exchange 2010 useless. I have contacted NetApp support and waiting for a reply.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:57:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/103578#M19238</guid>
      <dc:creator>Niki</dc:creator>
      <dc:date>2015-04-22T16:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCPM 4.1 for Microsoft SCOM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/106490#M19239</link>
      <description>&lt;P&gt;My fix for this issue.&lt;/P&gt;&lt;P&gt;The query from STEFANDELFS post returns two results, associated with FCPAdapter image, with null ImageCategory field.&lt;BR /&gt;Run the query:&lt;BR /&gt;SELECT * FROM [dbo].[Category] where CategoryName like 'Cat.dataontap%' order by CategoryName&lt;BR /&gt;You will see that field CategoryTarget for 'Cat.DataONTAP.Cluster.NodeVserver.FCPAdapter.Image.Large' is the same as for category 'Cat.DataONTAP.Cluster.DataVserver.Volume.SMBShare.Image.Large'. The same is for 'small' version of this image. Looks like copy/paste when creating objects.&amp;nbsp;You shoud replace CategoryTarget for FCPAdapter with correct values. You can take it from the ResourceId field of the query:&lt;BR /&gt;SELECT * FROM [dbo].[Resource] where FileName like '%fcpadapter%'&lt;BR /&gt;This works for me.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 07:36:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/106490#M19239</guid>
      <dc:creator>Nala</dc:creator>
      <dc:date>2015-06-23T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCPM 4.1 for Microsoft SCOM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/107396#M19240</link>
      <description>&lt;P&gt;Nala, thank you - your fix appears to have done the trick for us!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I just want to add the actual queries to run, just running these two queries in our environment fixed the issue.&amp;nbsp; As always, make sure you have a backup before you do any manual updates to your SQL database!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the correlation service wouldnt' start for us until we restarted our SCOM server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;UPDATE dbo.Category
SET CategoryTarget='1469A3E7-BC77-3551-3AA7-290DBEA7C72D'
where CategoryName='Cat.DataONTAP.Cluster.DataVserver.Volume.SMBShare.Image.Large'&lt;/PRE&gt;&lt;PRE&gt;UPDATE dbo.Category
SET CategoryTarget='6AF8CD6B-C876-E0D2-00C0-5EEB0F134729'
where CategoryName='Cat.DataONTAP.Cluster.NodeVserver.FCPAdapter.Image.Small'&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jul 2015 22:06:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problem-with-OCPM-4-1-for-Microsoft-SCOM/m-p/107396#M19240</guid>
      <dc:creator>mrp</dc:creator>
      <dc:date>2015-07-16T22:06:19Z</dc:date>
    </item>
  </channel>
</rss>

