<?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: Possible DECnet problem? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256314#M15157</link>
    <description>I would login as SYSTEM and check the account settings. Does Devices/Directory of user SMSC exists?&lt;BR /&gt;Are errors in the NET$SERVER.LOG file?&lt;BR /&gt;Does SHOW INTR or AUDIT show any problems?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
    <pubDate>Fri, 22 Aug 2008 08:05:35 GMT</pubDate>
    <dc:creator>Karl Rohwedder</dc:creator>
    <dc:date>2008-08-22T08:05:35Z</dc:date>
    <item>
      <title>Possible DECnet problem?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256313#M15156</link>
      <description>I'm trying to access localy node smczu1 with accout smsc, but i'm receiving this result. With account system it's working without problem, but with all other accounts it's not working. On other nodes this problem doesn't exist.&lt;BR /&gt;&lt;BR /&gt;CZU1:SYSTEM&amp;gt; dir smczu1"smsc password"::&lt;BR /&gt;%DIRECT-E-OPENIN, error opening SMCZU1"smsc password"::*.*;* as input&lt;BR /&gt;-RMS-E-FND, ACP file or directory lookup failed&lt;BR /&gt;-SYSTEM-F-LINKEXIT, network partner exited&lt;BR /&gt;&lt;BR /&gt;Where it can be a problem? Thanks for help.</description>
      <pubDate>Fri, 22 Aug 2008 07:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256313#M15156</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-22T07:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Possible DECnet problem?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256314#M15157</link>
      <description>I would login as SYSTEM and check the account settings. Does Devices/Directory of user SMSC exists?&lt;BR /&gt;Are errors in the NET$SERVER.LOG file?&lt;BR /&gt;Does SHOW INTR or AUDIT show any problems?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 22 Aug 2008 08:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256314#M15157</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-08-22T08:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Possible DECnet problem?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256315#M15158</link>
      <description>Hello Karl.&lt;BR /&gt;&lt;BR /&gt;Account setting si the same like on the nodes where is no problem. No intrusions. In the logfile NET$SERVER.LOG is this&lt;BR /&gt;&lt;BR /&gt;CZU1:SYSTEM&amp;gt; search SYS$SYSDEVICE:[SMSC]NET$SERVER.LOG "-e-"&lt;BR /&gt;-SET-E-INVDEV, device is invalid for requested operation&lt;BR /&gt;CZU1:SYSTEM&amp;gt; search SYS$SYSDEVICE:[SMSC]NET$SERVER.LOG "-w-"&lt;BR /&gt;%SET-W-NOTSET, error modifying DSA0:&lt;BR /&gt;CZU1:SYSTEM&amp;gt; search SYS$SYSDEVICE:[SMSC]NET$SERVER.LOG "-f-"&lt;BR /&gt;%DECW-F-INVQUAVAL, invalid qualifier for /NODE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2008 08:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256315#M15158</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-22T08:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Possible DECnet problem?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256316#M15159</link>
      <description>You have probably got issues with either this user's login.com or with sylogin.com.&lt;BR /&gt;&lt;BR /&gt;There are at least some commands that should only be executed in interactive mode being executed during the login.&lt;BR /&gt;&lt;BR /&gt;i.e. &lt;BR /&gt;&lt;BR /&gt;%DECW-F-INVQUAVAL, invalid qualifier for /NODE&lt;BR /&gt;&lt;BR /&gt;You will likely find commands like &lt;BR /&gt;&lt;BR /&gt;SET TERM/INQ&lt;BR /&gt;&lt;BR /&gt;being executed.&lt;BR /&gt;&lt;BR /&gt;It is quite likely that the network login is being aborted by these or other failures in the scripts.&lt;BR /&gt;&lt;BR /&gt;Try using f$mode() to restrict theses commands to interactive sessions.&lt;BR /&gt;&lt;BR /&gt;$ if f$mode() .eqs. "INTERACTIVE"&lt;BR /&gt;$ then&lt;BR /&gt;$       set term/inq&lt;BR /&gt;$       set term/line/insert/wid=132&lt;BR /&gt;$       this_node = f$getsyi("nodename") + "&amp;gt; "&lt;BR /&gt;$       set prompt="''this_node'"&lt;BR /&gt;$ endif&lt;BR /&gt;&lt;BR /&gt;The fact that SYSTEM works, suggest that these commands are being skipped for this username.</description>
      <pubDate>Fri, 22 Aug 2008 08:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256316#M15159</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2008-08-22T08:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Possible DECnet problem?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256317#M15160</link>
      <description>Thank you very much. Problem solved. It was exactly like Duncan said.</description>
      <pubDate>Fri, 22 Aug 2008 09:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-decnet-problem/m-p/4256317#M15160</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-22T09:42:46Z</dc:date>
    </item>
  </channel>
</rss>

