<?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: E8.4 - Submit-Command fails in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213398#M26962</link>
    <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;have you raised a problem report for this problem ? If so, please ask for the PTR number and report it here for reference.&lt;BR /&gt;&lt;BR /&gt;$ submit/name="()()()"/log=login login.com/hold&lt;BR /&gt;&lt;BR /&gt;Works fine on V8.2. SUBMIT/HOLD also works fine on E8.4 and SHOW ENTRY/FULL shows the same information as on V8.2. If the job is being released, it works on V8.2 and fails on E8.4 with %RMS-F-SYN. So the submit code itself seems to be o.k., It's LOGINOUT (or the underlying services e.g. RMS), which seems to be failing.&lt;BR /&gt;&lt;BR /&gt;As this is clearly a regression, i.e. something which has worked as documented before and now fails with E8.4, this needs to be fixed ! It doesn't make sense to try argue, HOW one could work around the problem by specifying different log file name strings on the SUBMIT command. If an upgrade breaks an application, this is a severe problem - especially if the behaviour is as documented.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Thu, 10 Dec 2009 07:41:50 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2009-12-10T07:41:50Z</dc:date>
    <item>
      <title>E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213394#M26958</link>
      <description>Just to share my findings...&lt;BR /&gt;&lt;BR /&gt;On E8.4 the SUBMIT command fails, if the /NAME qualifier is used and specifies a jobname, which is illegal filenamesyntax though a correct logfile is specified using /LOG.  &lt;BR /&gt;E.g.:&lt;BR /&gt;submit/noprint/keep login.com/name="()()()"/log=login.log&lt;BR /&gt;Job ()()() (queue ZZW15_BAT_QUE_1_1, entry 383) started on ZZW15_BAT_QUE_1_1&lt;BR /&gt;ZZW15_Roh.&lt;BR /&gt;%%%%%%%%%%%  OPCOM   9-DEC-2009 07:22:30.52  %%%%%%%%%%%&lt;BR /&gt;Message from user AUDIT$SERVER on ZZW15&lt;BR /&gt;Security alarm (SECURITY) and security audit (SECURITY) on ZZW15, system id: 57287&lt;BR /&gt;Auditable event:          Batch process login failure&lt;BR /&gt;Event time:                9-DEC-2009 07:22:30.52&lt;BR /&gt;PID:                      000003B1&lt;BR /&gt;Process name:             BATCH_383&lt;BR /&gt;Username:                 ROHWEDDER&lt;BR /&gt;Process owner:            [BO,ROHWEDDER]&lt;BR /&gt;Image name:               $1$DKA300:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE&lt;BR /&gt;Posix UID:                -2&lt;BR /&gt;Posix GID:                -2 (%XFFFFFFFE)&lt;BR /&gt;Status:                   %RMS-F-SYN, file specification syntax error&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213394#M26958</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-12-09T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213395#M26959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some observations..&lt;BR /&gt;&lt;BR /&gt;If our current directory is sys$manager i.e.&lt;BR /&gt;&lt;BR /&gt;$ sh def&lt;BR /&gt;  SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;  =   SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;and we try to submit our example com procedure then the command fails,&lt;BR /&gt;&lt;BR /&gt;$ submit/noprint/keep ex.com/name="()()()"/log=m.log /noti&lt;BR /&gt;Job ()()() (queue SYS$BATCH, entry 62) started on SYS$BATCH&lt;BR /&gt;Job ()()() (queue SYS$BATCH, entry 62) terminated with error status&lt;BR /&gt;%RMS-F-SYN, file specification syntax error &lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;In general if we try to create a log file in SYS$MANAGER then the error comes..&lt;BR /&gt;_________________________________________________________&lt;BR /&gt;&lt;BR /&gt;Where as if you specify correct directory specification for log qualifier by translating SYS$SYSROOT logical then it works fine.&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;$ sh log sys$sysroot&lt;BR /&gt;   "SYS$SYSROOT" = "USITY$DKB200:[SYS0.]" (LNM$SYSTEM_TABLE)&lt;BR /&gt;        = "SYS$COMMON:"&lt;BR /&gt;1  "SYS$COMMON" = "USITY$DKB200:[SYS0.SYSCOMMON.]" (LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;Working conditions:&lt;BR /&gt;&lt;BR /&gt;$submit/noprint/keep ex.com/name="()()()"/log=USITY$DKB200:[SYS0.SYSMGR]m.log /noti&lt;BR /&gt;&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 64) started on SYS$BATCH&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 64) completed&lt;BR /&gt;&lt;BR /&gt;$submit/noprint/keep ex.com/name="()()()"/log=USITY$DKB200:[SYS0.SYSCOMMON]m.log /noti&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 65) started on SYS$BATCH&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 65) completed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ submit/noprint/keep ex.com/name="()()()"/log=USITY$DKB200:[SYS0]m.log /noti&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 66) started on SYS$BATCH&lt;BR /&gt; Job ()()() (queue SYS$BATCH, entry 66) completed&lt;BR /&gt;&lt;BR /&gt;Or even if we specify other directory also it works fine:&lt;BR /&gt;&lt;BR /&gt;$ submit/noprint/keep ex.com/name="()()()"/log=USITY$DKB200:[murali]m.log /noti&lt;BR /&gt;Job ()()() (queue SYS$BATCH, entry 68) started on SYS$BATCH&lt;BR /&gt;Job ()()() (queue SYS$BATCH, entry 68) completed&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213395#M26959</guid>
      <dc:creator>Murali L.R.</dc:creator>
      <dc:date>2009-12-09T09:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213396#M26960</link>
      <description>I think the point was that something that works on 8.3 does not work on E8.4&lt;BR /&gt;&lt;BR /&gt;I just tried this on an Alpha 8.3 system with patches current as of Nov 25, 2009.&lt;BR /&gt;&lt;BR /&gt;This was run from the SYSTEM account.&lt;BR /&gt;Default:  SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;LGICMD:   LOGIN&lt;BR /&gt;&lt;BR /&gt;Login.com was the standard template login with some instrumentation added in the BATCH specific section.&lt;BR /&gt;&lt;BR /&gt;See attachment.&lt;BR /&gt;&lt;BR /&gt;While this type of regression may seem benign, it is an indication that some change was made where there were unintentional side effects.  Perhaps the underlying cause is not in the submit code, it may be in some service that will affect other things besides the submit.&lt;BR /&gt;&lt;BR /&gt;P.S. &lt;BR /&gt;&lt;BR /&gt;I was surprised at the results on 8.3, it appears that the login.com is executed twice.  Perhaps once for each element of the sys$sysroot logical name.&lt;BR /&gt;&lt;BR /&gt;Just to be sure that this wasn't caused by sys$sylogin.com, I put an EXIT at the top of that command file.  Same results, so it was not the sylogin.com.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 09 Dec 2009 12:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213396#M26960</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-12-09T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213397#M26961</link>
      <description>Looks like somebody tightened up the rules in a parser a notch or two too far, and skewed the behavior away from the documentation:&lt;BR /&gt;&lt;BR /&gt;     Names the job (and possibly the batch job log file). The job name&lt;BR /&gt;     must be 1 to 39 alphanumeric characters. If characters other than&lt;BR /&gt;     alphanumeric characters, underscores (_),  or dollar signs ($)&lt;BR /&gt;     are used in the name, enclose the name in quotation marks (" ").&lt;BR /&gt;     The default job name is the name of the first file in the job.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 15:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213397#M26961</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-09T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213398#M26962</link>
      <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;have you raised a problem report for this problem ? If so, please ask for the PTR number and report it here for reference.&lt;BR /&gt;&lt;BR /&gt;$ submit/name="()()()"/log=login login.com/hold&lt;BR /&gt;&lt;BR /&gt;Works fine on V8.2. SUBMIT/HOLD also works fine on E8.4 and SHOW ENTRY/FULL shows the same information as on V8.2. If the job is being released, it works on V8.2 and fails on E8.4 with %RMS-F-SYN. So the submit code itself seems to be o.k., It's LOGINOUT (or the underlying services e.g. RMS), which seems to be failing.&lt;BR /&gt;&lt;BR /&gt;As this is clearly a regression, i.e. something which has worked as documented before and now fails with E8.4, this needs to be fixed ! It doesn't make sense to try argue, HOW one could work around the problem by specifying different log file name strings on the SUBMIT command. If an upgrade breaks an application, this is a severe problem - especially if the behaviour is as documented.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 10 Dec 2009 07:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213398#M26962</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-10T07:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213399#M26963</link>
      <description>All that said...&lt;BR /&gt;&lt;BR /&gt;yes this is a bug,&lt;BR /&gt;yes it should be reported&lt;BR /&gt;yes it should be fixed&lt;BR /&gt;&lt;BR /&gt;BUT, when you've got rules about valid character sets contingent on which qualifiers are present, I'd STRONGLY recommend sticking with the most restrictive character set for all cases, regardless of what the documentation says.&lt;BR /&gt;&lt;BR /&gt;Why set yourself up for failures such as reported in this thread?&lt;BR /&gt;&lt;BR /&gt;(and don't be too surprised if the "fix" is a change in the documentation!)</description>
      <pubDate>Thu, 10 Dec 2009 20:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213399#M26963</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-12-10T20:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213400#M26964</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;I reported this to the Email-adress  vms84ftptr@hp.com, but received no answer so far.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 11 Dec 2009 06:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213400#M26964</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-12-11T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213401#M26965</link>
      <description>What is interesting about this problem is that there seems to be in interaction with search list based directory specifications.&lt;BR /&gt;&lt;BR /&gt;As far as parsing is concerned, this is all under Alpha 8.3 with OSD-2 system disk&lt;BR /&gt;&lt;BR /&gt;OT$ sho proc/parse&lt;BR /&gt;&lt;BR /&gt;11-DEC-2009 08:39:32.23   User: SYSTEM           Process ID:   202029FA&lt;BR /&gt;                          Node: OMEGA            Process name: "SYSTEM"&lt;BR /&gt; &lt;BR /&gt;Soft CPU Affinity: off&lt;BR /&gt; &lt;BR /&gt;Parse Style: Traditional&lt;BR /&gt;OT$ write sys$output f$parse("login.com")&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]LOGIN.COM;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","abc")&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]LOGIN.COM;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","[sysexe]")&lt;BR /&gt;SYS$SYSROOT:[SYSEXE]LOGIN.COM;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","()()()")&lt;BR /&gt;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"abc")  &lt;BR /&gt;SYS$SYSROOT:[SYSMGR]LOGIN.COM;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"[sysexe]")&lt;BR /&gt;SYS$SYSROOT:[SYSEXE]LOGIN.COM;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"()()()")&lt;BR /&gt;OT$ set proc/parse=ext&lt;BR /&gt;OT$ sho proc/par&lt;BR /&gt;&lt;BR /&gt;11-DEC-2009 08:40:48.32   User: SYSTEM           Process ID:   202029FA&lt;BR /&gt;                          Node: OMEGA            Process name: "SYSTEM"&lt;BR /&gt; &lt;BR /&gt;Soft CPU Affinity: off&lt;BR /&gt; &lt;BR /&gt;Parse Style: Extended&lt;BR /&gt;OT$ write sys$output f$parse("login.com")&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]login.com;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","abc")&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]login.com;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","[sysexe]")&lt;BR /&gt;SYS$SYSROOT:[SYSEXE]login.com;&lt;BR /&gt;OT$ write sys$output f$parse("login.com","()()()")&lt;BR /&gt;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"abc")&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]login.com;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"[sysexe]")&lt;BR /&gt;SYS$SYSROOT:[SYSEXE]login.com;&lt;BR /&gt;OT$ write sys$output f$parse("login.com",,"()()()")&lt;BR /&gt;OT$&lt;BR /&gt;&lt;BR /&gt;So it appears that parsing itself is probably not be the root cause, because on 8.3 passing "()()()" as a default of related specification causes the parse to fail anyway.&lt;BR /&gt;&lt;BR /&gt;Kalle/Volker&lt;BR /&gt;&lt;BR /&gt;If you turn on auditing for the system account, does the audit provide any useful information about the file specification RMS is complaining about?&lt;BR /&gt;&lt;BR /&gt;RE:"Why set yourself up for failures such as reported in this thread?"&lt;BR /&gt;&lt;BR /&gt;Isn't one of the main reasons for field test to have people stress test things?  I doubt Kalle uses such a construct in his production jobs, but it is always a good testing stratedgy to present the unit under test with abnormal conditions, and see how it handles these conditions. Now that this case has been found, it seems like a good candidate for part of the standard regression testing suite.&lt;BR /&gt;&lt;BR /&gt;There is a lot of software that "works" correctly in the eyes of the person that did the programming, since many programmers only test their "enhancements" to see if the new functionality they have added works like they expected it to.  Many times they are unaware of side effects they have created that cause other things to break.&lt;BR /&gt;&lt;BR /&gt;BTW, I downloaded and watched the 8.4 field test presentation recorded on Dec 2, 2009(really just powerpoint and audio, but it is a .wmv file, 25 MB, 35 minutes in length).  I felt it was worth the time listening to it.  You can download the powerpoint and the .wmv from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=50a3545d05ee4210VgnVCM200000a460ea10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=50a3545d05ee4210VgnVCM200000a460ea10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Slide 6 discusses reasons for a Field test, The first and the second bullets:&lt;BR /&gt;&lt;BR /&gt;Increase Quality&lt;BR /&gt;&lt;BR /&gt;o  We can't imagine all the ways people will use OpenVMS!&lt;BR /&gt;&lt;BR /&gt;Recieve Feedback on Features/Functionality&lt;BR /&gt;&lt;BR /&gt;o  Avoid "Works as coded"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 14:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213401#M26965</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-12-11T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213402#M26966</link>
      <description>The bug report has arrived at HP :-)</description>
      <pubDate>Fri, 11 Dec 2009 16:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213402#M26966</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2009-12-11T16:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: E8.4 - Submit-Command fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213403#M26967</link>
      <description>Since HP knows the bug and the fix had to come from HP I close this thread.</description>
      <pubDate>Wed, 16 Dec 2009 06:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/e8-4-submit-command-fails/m-p/5213403#M26967</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-12-16T06:07:52Z</dc:date>
    </item>
  </channel>
</rss>

