<?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: Login error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448932#M95331</link>
    <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;Apparently the (I assume) logical names DISK$APPLICATIONS and ALPHA$DKA0 do not point to valid devices (disk1) for the system.&lt;BR /&gt;Check the various DCL procedures (like SYLOGICALS, SYSTARTUP_VMS, SYLOGIN et alia) for those definitions and check your system for the actual devices.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Jun 2009 10:07:51 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2009-06-29T10:07:51Z</dc:date>
    <item>
      <title>Login error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448931#M95330</link>
      <description>I am getting following error while log in&lt;BR /&gt;&lt;BR /&gt;%DCL-E-OPENIN, error opening DISK$APPLICATIONS:[RS1R4]RS1LOG.COM; as input&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;$ dir&lt;BR /&gt;%DIRECT-E-OPENIN, error opening ALPHA$DKA0:[UTILITIES]*.*;* as input&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;&lt;BR /&gt;Could anybody help?</description>
      <pubDate>Mon, 29 Jun 2009 09:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448931#M95330</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2009-06-29T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Login error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448932#M95331</link>
      <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;Apparently the (I assume) logical names DISK$APPLICATIONS and ALPHA$DKA0 do not point to valid devices (disk1) for the system.&lt;BR /&gt;Check the various DCL procedures (like SYLOGICALS, SYSTARTUP_VMS, SYLOGIN et alia) for those definitions and check your system for the actual devices.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 10:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448932#M95331</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2009-06-29T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Login error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448933#M95332</link>
      <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;Has this worked before? If YES, what has been changed?&lt;BR /&gt;&lt;BR /&gt;Without any more pertinent info, my first guess is that the defining of DISK$APPLICATIONS as ALPHA$DKA0:[UTILITIES] is invalid.&lt;BR /&gt;The syntax DISK$APPLICATIONS:[RS1R4] implies that DISK$APPLICATIONS should be a Concealed Device.&lt;BR /&gt;That definition then has to be&lt;BR /&gt;ALPHA$DKA0:[UTILITIES . ] /TRANS=CONCEAL&lt;BR /&gt;( the spaces around the dot in the syntax are for readability, they should NOT be in the definition!&lt;BR /&gt;&lt;BR /&gt;-- only a first guess, without actual code it will be difficult to be sure.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe &lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 10:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448933#M95332</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2009-06-29T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Login error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448934#M95333</link>
      <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;Background research is appropriate here. DISK$APPLICATIONS is most likely a logical name. It may be defined at a number of levels, including: cluster-wide, system-wide, group-wide, job-wide, or process-wide.&lt;BR /&gt;&lt;BR /&gt;To determine precisely what is happening, start by checking the file executed when a user logs in. Generally, this is LOGIN.COM in their directory, but the actual file is controlled by their entry in the system authorization file. There is also a system wide login profile, generally located in SYS$MANAGER:SYLOGIN.COM, but this can be re-directed by a system-wide logical name.&lt;BR /&gt;&lt;BR /&gt;Logical names can be created at other times, notably at system startup. That will require tracing the flow of what happens when the system is started. Before doing that, looking carefully at the system and various group logical name tables is advised.&lt;BR /&gt;&lt;BR /&gt;Also, is this problem limited to a single account, or is it occurring on a number of accounts.&lt;BR /&gt;&lt;BR /&gt;Reading background like the Programming Concepts manuals, and my series of articles on logical names on OpenVMS.org is also advised.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 29 Jun 2009 12:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448934#M95333</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-06-29T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Login error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448935#M95334</link>
      <description>As Bob says, look at your LOGIN.COM and at the SYLOGIN.COM or whatever is being defined by SYS$SYLOGIN as this will be run when anyone logs in.&lt;BR /&gt;It may also be something pointed to by the LGICMD parameter that's set in your entry in the SYSUAF.&lt;BR /&gt;&lt;BR /&gt;Does DISK$APPLICATIONS exist?&lt;BR /&gt;Is that DKA0:&lt;BR /&gt;Is the allocation class set to zero (hence ALPHA$DKA0:)?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 30 Jun 2009 09:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/login-error/m-p/4448935#M95334</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2009-06-30T09:58:24Z</dc:date>
    </item>
  </channel>
</rss>

