<?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: Reports have duplicates for every server in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002850#M47870</link>
    <description>WOOHOO!   That Did it!!&lt;BR /&gt;&lt;BR /&gt;Thank You very Much!</description>
    <pubDate>Wed, 13 Sep 2006 09:19:28 GMT</pubDate>
    <dc:creator>Richard Layton_2</dc:creator>
    <dc:date>2006-09-13T09:19:28Z</dc:date>
    <item>
      <title>Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002842#M47862</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;  I have attmepting to create a simple server inventory report that includes System Name, Product ID, and Serial Number.  Now matter what I get i get duplicate information for each server.&lt;BR /&gt;&lt;BR /&gt;Below is the SQL query that Insight used to create the report.&lt;BR /&gt;&lt;BR /&gt;select R_Inventory.DeviceName, R_Inventory.ProductId, R_Inventory.SerialNumber from R_Inventory  WHERE ((R_Inventory.SnapShotID=-1) OR (R_Inventory.SnapShotID is NULL)) AND DeviceKey=?  order by R_Inventory.DeviceName ASC &lt;BR /&gt;&lt;BR /&gt;Let me know if you have any ideas.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 12 Sep 2006 15:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002842#M47862</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-12T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002843#M47863</link>
      <description>Do you have WBEM enabled globally with domain credentials.&lt;BR /&gt;I've seen this where WBEM data and the agent data doubles up.&lt;BR /&gt;I'm also seeing a similar issue on a hand crafted report with HPSIM SP5 where I'm now getting duplicate entries and I'm not sure what has changed there, and I don't have WBEM enabled for that server. &lt;BR /&gt;That started happening for me when I ditched our old HPSIM Database and installed a new HPSIM SP5 version.</description>
      <pubDate>Tue, 12 Sep 2006 15:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002843#M47863</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2006-09-12T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002844#M47864</link>
      <description>Yes WBEM is enabled in the global protocol settings.  I'm monitoring some system that are not on our Domain so I have added account in there with multiple passwords for the admin accounts on the server.</description>
      <pubDate>Wed, 13 Sep 2006 07:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002844#M47864</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-13T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002845#M47865</link>
      <description>Is this an upgrade from SIM 4.X?</description>
      <pubDate>Wed, 13 Sep 2006 07:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002845#M47865</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2006-09-13T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002846#M47866</link>
      <description>Yes,  it is an upgraded system</description>
      <pubDate>Wed, 13 Sep 2006 08:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002846#M47866</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-13T08:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002847#M47867</link>
      <description>The problem you encountered is a result of a database table entry that was not properly updated during the upgrade.&lt;BR /&gt;&lt;BR /&gt;To fix the problem you need to run the following script in SQL query analyzer.&lt;BR /&gt;-------------------&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=11&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=12&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=13&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=14&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=18&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=19&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=20&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=21&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=162&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=193&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=194&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=195&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=225&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=226&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=227&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=228&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=507&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=580&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=581&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=582&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=593&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=594&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=595&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=703&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=713&lt;BR /&gt;Update DC_PolledData set preferredProto=8 where PollId=2162&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;Then restart the SIM service, run another data collection and the problem should be resolved.</description>
      <pubDate>Wed, 13 Sep 2006 08:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002847#M47867</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2006-09-13T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002848#M47868</link>
      <description>Well that helped some but about 90% of the report is still duplicating.  When I ran the queries it said 1 row effected by each query.</description>
      <pubDate>Wed, 13 Sep 2006 08:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002848#M47868</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-13T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002849#M47869</link>
      <description>After modifying the database you need to restart the SIM service and then run a data collection on all servers.</description>
      <pubDate>Wed, 13 Sep 2006 09:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002849#M47869</guid>
      <dc:creator>Joel Rubenstein</dc:creator>
      <dc:date>2006-09-13T09:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002850#M47870</link>
      <description>WOOHOO!   That Did it!!&lt;BR /&gt;&lt;BR /&gt;Thank You very Much!</description>
      <pubDate>Wed, 13 Sep 2006 09:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002850#M47870</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-13T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reports have duplicates for every server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002851#M47871</link>
      <description>Thanks for your help.  The info replies did the trick!</description>
      <pubDate>Wed, 13 Sep 2006 09:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reports-have-duplicates-for-every-server/m-p/5002851#M47871</guid>
      <dc:creator>Richard Layton_2</dc:creator>
      <dc:date>2006-09-13T09:39:23Z</dc:date>
    </item>
  </channel>
</rss>

