<?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: DIAGNOSE not working in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074810#M86932</link>
    <description>it will fail like that if it can't find a&lt;BR /&gt;file to chew on eg.&lt;BR /&gt;&lt;BR /&gt; sys$errorlog:errlog.sys&lt;BR /&gt;&lt;BR /&gt;make sure thats there. or try it on and old&lt;BR /&gt;one if you have one laying around eg.&lt;BR /&gt;&lt;BR /&gt;$ diag sys$errorlog:errlog.old&lt;BR /&gt;&lt;BR /&gt;Dean</description>
    <pubDate>Wed, 17 Oct 2007 18:02:21 GMT</pubDate>
    <dc:creator>Dean McGorrill</dc:creator>
    <dc:date>2007-10-17T18:02:21Z</dc:date>
    <item>
      <title>DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074806#M86928</link>
      <description>Hello, &lt;BR /&gt;I'm just facing troubles with diagnose software on OVMS. &lt;BR /&gt;&lt;BR /&gt;After fresh installation of decevent 3.4 on vms 7.3-2 the diagnose is not working: &lt;BR /&gt;Code: &lt;BR /&gt;&lt;BR /&gt;VMS:SYSTEM&amp;gt; dia &lt;BR /&gt;&lt;BR /&gt;DECevent V3.4 &lt;BR /&gt;_DIAGNOSE-FAT: Execution failed &lt;BR /&gt;&lt;BR /&gt;VMS:SYSTEM&amp;gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any hints how to find out what went wrong? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Michal</description>
      <pubDate>Wed, 17 Oct 2007 16:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074806#M86928</guid>
      <dc:creator>Michal Libra</dc:creator>
      <dc:date>2007-10-17T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074807#M86929</link>
      <description>Michal,&lt;BR /&gt;&lt;BR /&gt;  Ah yes, the Unix/Microsoft school of error messages. State the obvious, but never reveal anything actually useful for working out the cause. Kind of ironic given the name of the product ;-)&lt;BR /&gt;&lt;BR /&gt;  I don't have DECevent installed, so I can't check, but I think there's a STARTUP procedure which needs to be run. Check: &lt;BR /&gt;&lt;BR /&gt;$ DIR SYS$STARTUP:*DIA*.COM&lt;BR /&gt;&lt;BR /&gt;Failing that, (re?)read the installation guide to check for any post installation configuration tasks.</description>
      <pubDate>Wed, 17 Oct 2007 16:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074807#M86929</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-17T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074808#M86930</link>
      <description>John, &lt;BR /&gt;thanks for your time. &lt;BR /&gt;&lt;BR /&gt;I already did some research. &lt;BR /&gt;Startup files are present for DECevent. In log of startup process I can see this strange error as well. &lt;BR /&gt;&lt;BR /&gt;I think DIAGNOSE should be used just like one-time command without any "daemon" running, am I right? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also went through some howtos and FAQs and found an advice to delete FMG_LOCAL_PARAM_LIBRARY.KNL in my SYS$LOGIN: .&lt;BR /&gt;&lt;BR /&gt;I found this file, deleted it and after next execution of diagnose i got this error: &lt;BR /&gt;&lt;BR /&gt;DECevent V3.4&lt;BR /&gt;_DIAGNOSE-FAT: Execution failed&lt;BR /&gt;_DIAGNOSE-ERR: no such file or directory,&lt;BR /&gt;  from pre_par__parse_command in thread 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Every other try to execute diagnose ends with : &lt;BR /&gt;&lt;BR /&gt;DECevent V3.4&lt;BR /&gt;_DIAGNOSE-FAT: Execution failed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have also some other identical running systems where DECevent is running fine. &lt;BR /&gt;By identical I mean:&lt;BR /&gt;-same OS level&lt;BR /&gt;-same product history &lt;BR /&gt;-same DECevent&lt;BR /&gt;-and as fa as I know also logical are very similar. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR &lt;BR /&gt;Michal</description>
      <pubDate>Wed, 17 Oct 2007 17:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074808#M86930</guid>
      <dc:creator>Michal Libra</dc:creator>
      <dc:date>2007-10-17T17:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074809#M86931</link>
      <description>Michal,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  _DIAGNOSE-ERR: no such file or directory,&lt;BR /&gt;&amp;gt;from pre_par__parse_command in thread 1&lt;BR /&gt;&lt;BR /&gt;  Another one ;-)  (note to all you software developers out there, you should never issue a message like that without clearly stating *WHICH* file or directory!&lt;BR /&gt;&lt;BR /&gt;The startup file is SYS$STARTUP:DECEVENT$STARTUP. Make sure this has been executed.&lt;BR /&gt;&lt;BR /&gt;Please post the output of:&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOGICAL/FULL DIA$*&lt;BR /&gt;$ DIRECTORY SYS$SYSROOT:[DIA$TOOLS]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  If that doesn't help, you may get some clues from SET WATCH:&lt;BR /&gt;&lt;BR /&gt;$ SET WATCH/CLASS=MAJOR FILE&lt;BR /&gt;$ DIA&lt;BR /&gt;$ SET WATCH/CLASS=NONE FILE&lt;BR /&gt;&lt;BR /&gt;This should generate lots of output showing what files are being accessed.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 17:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074809#M86931</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-17T17:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074810#M86932</link>
      <description>it will fail like that if it can't find a&lt;BR /&gt;file to chew on eg.&lt;BR /&gt;&lt;BR /&gt; sys$errorlog:errlog.sys&lt;BR /&gt;&lt;BR /&gt;make sure thats there. or try it on and old&lt;BR /&gt;one if you have one laying around eg.&lt;BR /&gt;&lt;BR /&gt;$ diag sys$errorlog:errlog.old&lt;BR /&gt;&lt;BR /&gt;Dean</description>
      <pubDate>Wed, 17 Oct 2007 18:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074810#M86932</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-10-17T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074811#M86933</link>
      <description>Hello John &amp;amp; Dean,&lt;BR /&gt;&lt;BR /&gt;The problem was in logical SYS$ERRORLOG. &lt;BR /&gt;&lt;BR /&gt;When running DIAG without any parameters this logical has to point to valid directory with errlog.sys file inside. &lt;BR /&gt;&lt;BR /&gt;Because of some unknown reason this logical was  wrong and this caused DIAGNOSE to crash. &lt;BR /&gt;&lt;BR /&gt;Thank you guys, you helped me a lot! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Michal</description>
      <pubDate>Tue, 23 Oct 2007 17:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074811#M86933</guid>
      <dc:creator>Michal Libra</dc:creator>
      <dc:date>2007-10-23T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074812#M86934</link>
      <description>When running DIAG without any parameters the logical SYS$ERRORLOG has to point to valid directory with errlog.sys file inside.</description>
      <pubDate>Tue, 23 Oct 2007 17:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074812#M86934</guid>
      <dc:creator>Michal Libra</dc:creator>
      <dc:date>2007-10-23T17:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: DIAGNOSE not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074813#M86935</link>
      <description>Michal,&lt;BR /&gt;&lt;BR /&gt;to begine with:&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS forum.&lt;BR /&gt;&lt;BR /&gt;On how to sat "Thanks" to those that helped you, please review&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 24 Oct 2007 04:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/diagnose-not-working/m-p/5074813#M86935</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-10-24T04:04:23Z</dc:date>
    </item>
  </channel>
</rss>

