<?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 Query Events HPSIM in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/query-events-hpsim/m-p/3469744#M9266</link>
    <description>Hi,&lt;BR /&gt;I need to obtain the HPSIM events.&lt;BR /&gt;I have relationated those tables: "notices", "noticeType", and "device", but I need to know the "Description" field. I think this field is in "stringResource" with "stringTableLarge", but I don´t know how to obtain this field.&lt;BR /&gt;Do you know how to do it???&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;   Jose</description>
    <pubDate>Mon, 24 Jan 2005 11:57:41 GMT</pubDate>
    <dc:creator>Jose Antonio_5</dc:creator>
    <dc:date>2005-01-24T11:57:41Z</dc:date>
    <item>
      <title>Query Events HPSIM</title>
      <link>https://community.hpe.com/t5/server-management-systems/query-events-hpsim/m-p/3469744#M9266</link>
      <description>Hi,&lt;BR /&gt;I need to obtain the HPSIM events.&lt;BR /&gt;I have relationated those tables: "notices", "noticeType", and "device", but I need to know the "Description" field. I think this field is in "stringResource" with "stringTableLarge", but I don´t know how to obtain this field.&lt;BR /&gt;Do you know how to do it???&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;   Jose</description>
      <pubDate>Mon, 24 Jan 2005 11:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/query-events-hpsim/m-p/3469744#M9266</guid>
      <dc:creator>Jose Antonio_5</dc:creator>
      <dc:date>2005-01-24T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query Events HPSIM</title>
      <link>https://community.hpe.com/t5/server-management-systems/query-events-hpsim/m-p/3469745#M9267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have made this query (what do you think about it???)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;select notices.NoticeId, notices.NoticeSeverity, notices.Generated, devices.FullDNSName, devices.Name, devices.ProductName, devices.ProductSubType, devices.ProductTypeStr, notices.AssignedTo, notices.Comments, noticeType.TypeIdStr, noticeType.Category, noticeType.DispHandler, stringTableLarge.largeValue &lt;BR /&gt;from notices, noticeType, devices, stringResource, stringTableLarge&lt;BR /&gt;where ((notices.DeviceKey = devices.Devicekey)&lt;BR /&gt;and (notices.NoticeType = noticeType.NoticeType)&lt;BR /&gt;and (notices.NoticeSeverity&amp;lt;&amp;gt;100)&lt;BR /&gt;and (notices.State=2)&lt;BR /&gt;and (stringTableLarge.Language = 'en')&lt;BR /&gt;and stringResource.SubClass='description'&lt;BR /&gt;and cast(notices.NoticeType as varchar)=stringResource.ResourceName&lt;BR /&gt;and (stringTableLarge.id = stringResource.id))&lt;BR /&gt;order by generated ASC&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 07:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/query-events-hpsim/m-p/3469745#M9267</guid>
      <dc:creator>Jose Antonio_5</dc:creator>
      <dc:date>2005-01-25T07:30:31Z</dc:date>
    </item>
  </channel>
</rss>

