<?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 SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630368#M378368</link>
    <description>Hi Everyone, &lt;BR /&gt;&lt;BR /&gt;Keep getting this error when trying to launch SAM:&lt;BR /&gt;A SAM internal error has occurred.  Check the SAM log file using the&lt;BR /&gt;      Options menu or the /usr/sam/bin/samlog_viewer command for more&lt;BR /&gt;      details on the failure.  Contact an HP support representative and&lt;BR /&gt;      provide them with the contents of the log file (/var/sam/log/samlog)&lt;BR /&gt;      so that an appropriate resolution to this problem can be provided.&lt;BR /&gt;&lt;BR /&gt;And this is what I get when I look at samlog_viewer:&lt;BR /&gt;Error Code: 5000                                                 ^&lt;BR /&gt;   | ===== Fri May  7 15:29:58 2010 Entering SAM area "System               |&lt;BR /&gt;   |       Administration Manager (spbe013a)".                              |&lt;BR /&gt;   | ERROR An infrastructural error message for [error code 80054,          |&lt;BR /&gt;   |       location ../prod4/Roseville/intermed/arch_scan.C:721] was not    |&lt;BR /&gt;   |       found in the internal error table.                               |&lt;BR /&gt;   |       Location: arch_err_handler.C:256&lt;BR /&gt;   |       Error Code: 5000&lt;BR /&gt;&lt;BR /&gt;---------------&lt;BR /&gt;I saw a previous discussion that it could be a patch issues. Is that so? Help :)&lt;BR /&gt;</description>
    <pubDate>Fri, 07 May 2010 18:33:13 GMT</pubDate>
    <dc:creator>DW1234</dc:creator>
    <dc:date>2010-05-07T18:33:13Z</dc:date>
    <item>
      <title>SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630368#M378368</link>
      <description>Hi Everyone, &lt;BR /&gt;&lt;BR /&gt;Keep getting this error when trying to launch SAM:&lt;BR /&gt;A SAM internal error has occurred.  Check the SAM log file using the&lt;BR /&gt;      Options menu or the /usr/sam/bin/samlog_viewer command for more&lt;BR /&gt;      details on the failure.  Contact an HP support representative and&lt;BR /&gt;      provide them with the contents of the log file (/var/sam/log/samlog)&lt;BR /&gt;      so that an appropriate resolution to this problem can be provided.&lt;BR /&gt;&lt;BR /&gt;And this is what I get when I look at samlog_viewer:&lt;BR /&gt;Error Code: 5000                                                 ^&lt;BR /&gt;   | ===== Fri May  7 15:29:58 2010 Entering SAM area "System               |&lt;BR /&gt;   |       Administration Manager (spbe013a)".                              |&lt;BR /&gt;   | ERROR An infrastructural error message for [error code 80054,          |&lt;BR /&gt;   |       location ../prod4/Roseville/intermed/arch_scan.C:721] was not    |&lt;BR /&gt;   |       found in the internal error table.                               |&lt;BR /&gt;   |       Location: arch_err_handler.C:256&lt;BR /&gt;   |       Error Code: 5000&lt;BR /&gt;&lt;BR /&gt;---------------&lt;BR /&gt;I saw a previous discussion that it could be a patch issues. Is that so? Help :)&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2010 18:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630368#M378368</guid>
      <dc:creator>DW1234</dc:creator>
      <dc:date>2010-05-07T18:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630369#M378369</link>
      <description>&amp;gt;I saw a previous discussion that it could be a patch issues?&lt;BR /&gt;&lt;BR /&gt;Possibly, what HP-UX version do you have?  Do you have the latest SAM patches?&lt;BR /&gt;If that doesn't work, you should contact the Response Center.</description>
      <pubDate>Fri, 07 May 2010 21:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630369#M378369</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-07T21:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630370#M378370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try swconfig then sam again:&lt;BR /&gt;# swconfig \*&lt;BR /&gt;&lt;BR /&gt;If you continue to get the error, copy a clean set of the sam files back over to /etc/sam:&lt;BR /&gt;# cd /etc/sam&lt;BR /&gt;# mv reg_da.db reg_da.db.old&lt;BR /&gt;# mv reg_files.db reg_files.db.old&lt;BR /&gt;# mv reg_tm.db reg_tm.db.old&lt;BR /&gt;# cp -p /usr/newconfig/etc/sam/reg* /etc/sam&lt;BR /&gt;&lt;BR /&gt;Cheers//&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 08 May 2010 03:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630370#M378370</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2010-05-08T03:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630371#M378371</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer to this thread. It looks like your error.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1090134" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1090134&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2010 18:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam/m-p/4630371#M378371</guid>
      <dc:creator>S. Ney</dc:creator>
      <dc:date>2010-05-10T18:27:06Z</dc:date>
    </item>
  </channel>
</rss>

