<?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 ALL Events in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612599#M14008</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;where are all these events stored ?&lt;BR /&gt;&lt;BR /&gt;I need a select statement to get these data or the tablename where to find these data.&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;BR /&gt;&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Aug 2005 04:12:48 GMT</pubDate>
    <dc:creator>HJAKOBI</dc:creator>
    <dc:date>2005-08-26T04:12:48Z</dc:date>
    <item>
      <title>ALL Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612599#M14008</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;where are all these events stored ?&lt;BR /&gt;&lt;BR /&gt;I need a select statement to get these data or the tablename where to find these data.&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;BR /&gt;&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 04:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612599#M14008</guid>
      <dc:creator>HJAKOBI</dc:creator>
      <dc:date>2005-08-26T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALL Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612600#M14009</link>
      <description>You can query it from the view named "notices_view".</description>
      <pubDate>Mon, 29 Aug 2005 11:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612600#M14009</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-08-29T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALL Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612601#M14010</link>
      <description>That view fails for me - using both SQL Query Analyzer or connecting with an Access ADP front end.&lt;BR /&gt;&lt;BR /&gt;Does it bomb out for other people as well?&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Tue, 30 Aug 2005 10:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612601#M14010</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-08-30T10:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALL Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612602#M14011</link>
      <description>i have found the error:&lt;BR /&gt;&lt;BR /&gt;CREATE VIEW notices_view AS ( select distinct  devices.Name as 'Device Name', 'Severity' = case when noticeSeverity=100 then 'Informational' when noticeSeverity = 1 then 'Normal' when noticeSeverity=2 then 'Warning' when noticeSeverity=3 then 'Minor' when noticeSeverity=4 then 'Major' when noticeSeverity=5 then 'Critical' else convert(char(10), noticeSeverity) end, 'state' = case when state=1 then 'Discovered' when state=2 then 'Not Cleared' when state = 5 then 'Cleared' when state = 6 then 'IN Progress' end, generated, cleared, largeValue as Description from notices, noticeType, devices, stringresource, stringtablelarge where notices.noticeType = noticeType.noticeType and notices.deviceKey = devices.deviceKey and stringresource.resourceclassname='Alerttype' and stringresource.subclass='description' and noticeType.typeidstr=stringresource.resourcename and stringtablelarge.id = stringresource.id and stringtablelarge.language='en' ) &lt;BR /&gt;&lt;BR /&gt;this view is working now&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2005 04:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/all-events/m-p/3612602#M14011</guid>
      <dc:creator>HJAKOBI</dc:creator>
      <dc:date>2005-09-01T04:26:26Z</dc:date>
    </item>
  </channel>
</rss>

