<?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: Sending Mail Error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689833#M100202</link>
    <description>You did NOT define user_disk in /EXECUTIVE mode,&lt;BR /&gt;probably ignored the error message ?&lt;BR /&gt;And in addition should remove the /PROCESS logicals of the user$disk and user_disk:&lt;BR /&gt;deassign/process user$disk&lt;BR /&gt;deassign/process user_disk&lt;BR /&gt;&lt;BR /&gt;Your directory is not in $1$DGA1:[ERDEMIR_VMS],&lt;BR /&gt;but supposedly in $1$DGA1:[USER.ERDEMIR_VMS].&lt;BR /&gt;&lt;BR /&gt;The real problem still is the wrong definition of USER_DISK.&lt;BR /&gt;deassign/system user_disk&lt;BR /&gt;and do&lt;BR /&gt;define/system/exec/trans=(conceal,terminal) user_disk $1$DGA1:&lt;BR /&gt;&lt;BR /&gt;And at all either get rid of user_disk at all:&lt;BR /&gt;the disk $1$DGA1 gets a (concealed,terminal) logical associated at MOUNT time, usually DISK$label , where "label" is the volume label of of $1$DGA1; use SHOW DEVICE $1$DGA1: to see the volume label.&lt;BR /&gt;&lt;BR /&gt;So either use this logical in the definition of disk$user&lt;BR /&gt; or better define disk$user as&lt;BR /&gt;define/system/exec/trans=conceal disk$user $1$DGA1:[user.]&lt;BR /&gt;&lt;BR /&gt;and even better, don't use the logical disk$user, because this will be in conflict with a possible disk volume labeled "USER".</description>
    <pubDate>Thu, 23 Sep 2010 05:42:10 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2010-09-23T05:42:10Z</dc:date>
    <item>
      <title>Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689817#M100186</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When I want to send mail to an another user ( for example I am online(my username) and I want to send mail to myself.&lt;BR /&gt;&lt;BR /&gt;Mail&amp;gt; send&lt;BR /&gt;To:   online&lt;BR /&gt;Subj: hello&lt;BR /&gt;Enter your message below. Press CTRL/Z when complete, or CTRL/C to quit:&lt;BR /&gt;Hello!&lt;BR /&gt;CTRL+Z&lt;BR /&gt;&lt;BR /&gt;then I got this message ;&lt;BR /&gt;&lt;BR /&gt;%MAIL-E-SENDERR, error sending to user ONLINE&lt;BR /&gt;-MAIL-E-OPENOUT, error opening USER$DISK:[ERDEMIR_VMS]MAIL.MAI as output&lt;BR /&gt;-SYSTEM-F-IVDEVNAM, invalid device name&lt;BR /&gt;&lt;BR /&gt;And when I searh there is no queue which name is sys$print. Do you think is it a problem? and what do u think? How Can I solve this.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689817#M100186</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-22T06:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689818#M100187</link>
      <description>Is USER$DISK: a valid device (or logical name)&lt;BR /&gt;&lt;BR /&gt;What does the UAF record for ONLINE look like?&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Wed, 22 Sep 2010 07:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689818#M100187</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2010-09-22T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689819#M100188</link>
      <description>"USER$DISK" = "USER_DISK:[USER.]"&lt;BR /&gt;  "USER_DISK" = "$1$DGA1:"&lt;BR /&gt;&lt;BR /&gt;it is logical name and ONLINE is an administrator.it has all privileges.</description>
      <pubDate>Wed, 22 Sep 2010 09:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689819#M100188</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-22T09:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689820#M100189</link>
      <description>&amp;gt;&amp;gt;&lt;BR /&gt; "USER$DISK" = "USER_DISK:[USER.]"&lt;BR /&gt;"USER_DISK" = "$1$DGA1:"&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;User disk is a concealed logical name consisting of another logical name.&lt;BR /&gt;This works indeed if the concealed logical is not TERMINAL.&lt;BR /&gt;And also the mode (/EXEC ?) of the l;ogical may be important for MAIL, while a DIR USER$DISK:[ERDEMIR_VMS] may succeed.&lt;BR /&gt;&lt;BR /&gt;Show the the result of show logical/full of the two USER* logicals.</description>
      <pubDate>Wed, 22 Sep 2010 10:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689820#M100189</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-22T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689821#M100190</link>
      <description>And the existance of a queue sys$print is irrelevant for mail, it just means You have to add the /QUEUE to every PRINT command, or set the default queue via SET QUEUE in MAIL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;And also in VMS general there is no requirement  for a sys$print queue: it is just the default   queue for commands like PRINT, SUBMIT/PRINT etc.&lt;BR /&gt;For locations with many distributed printers it  may even be better not to have sys$print, so every user has to explicitly specify a queue.</description>
      <pubDate>Wed, 22 Sep 2010 10:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689821#M100190</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-22T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689822#M100191</link>
      <description>$ SHOW LOGICAL/FULL USER*&lt;BR /&gt;&lt;BR /&gt;(LNM$PROCESS_TABLE)     [kernel]&lt;BR /&gt;                        [no protection information]&lt;BR /&gt;&lt;BR /&gt;(LNM$JOB_820D1200)      [kernel]  [shareable]  [Quota=(3520,4096)]&lt;BR /&gt;                        [Protection=(RWCD,RWCD,,)]  [Owner=[ERDEMIR_VMS]]&lt;BR /&gt;&lt;BR /&gt;(LNM$GROUP_000100)      [kernel]  [shareable,group]&lt;BR /&gt;                        [Protection=(RWCD,R,R,)]  [Owner=[100,*]]&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]&lt;BR /&gt;                        [Protection=(RWC,RWC,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;  "USER$DISK" [exec] = "USER_DISK:[USER.]" [concealed]&lt;BR /&gt;  "USER_DISK" [super] = "$1$DGA1:"&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSCLUSTER_TABLE)  [kernel]  [shareable,system]&lt;BR /&gt;                        [Protection=(RWC,RWC,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;(DECW$LOGICAL_NAMES)    [exec]  [shareable]&lt;BR /&gt;                        [Protection=(RWCD,RWCD,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i am starter at vms...I would be grateful if you tell me what I should do elaborately..</description>
      <pubDate>Wed, 22 Sep 2010 10:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689822#M100191</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-22T10:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689823#M100192</link>
      <description>Could you show the output from &lt;BR /&gt;&lt;BR /&gt;$ dir USER$DISK:[ERDEMIR_VMS]&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 22 Sep 2010 10:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689823#M100192</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-09-22T10:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689824#M100193</link>
      <description>Sorry,  Ignore!!&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 22 Sep 2010 10:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689824#M100193</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-09-22T10:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689825#M100194</link>
      <description>&amp;gt;&amp;gt;&lt;BR /&gt; "USER$DISK" [exec] = "USER_DISK:[USER.]" [concealed]&lt;BR /&gt;"USER_DISK" [super] = "$1$DGA1:"&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;USER_DISK must as well be an /EXEC logical !&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689825#M100194</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-22T10:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689826#M100195</link>
      <description>Can you post the output from &lt;BR /&gt;&lt;BR /&gt;MAIL&amp;gt;  show all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and, is USER$DISK:[ERDEMIR_VMS] the login directory for user ONLINE?&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 22 Sep 2010 10:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689826#M100195</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-09-22T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689827#M100196</link>
      <description>MAIL&amp;gt; show all&lt;BR /&gt;Your mail file directory is USER$DISK:[ERDEMIR_VMS].&lt;BR /&gt;%MAIL-E-OPENIN, error opening USER$DISK:[ERDEMIR_VMS]MAIL.MAI as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;%MAIL-E-NOMSGS, no messages&lt;BR /&gt;&lt;BR /&gt;You have not set a forwarding address.&lt;BR /&gt;You have not set a personal name.&lt;BR /&gt;Your editor is TPU.&lt;BR /&gt;CC prompting is disabled.&lt;BR /&gt;Automatic copies to yourself are disabled.&lt;BR /&gt;Automatic deleted message purge is enabled.&lt;BR /&gt;Your default print queue is SYS$PRINT.&lt;BR /&gt;You have not specified a default print form.&lt;BR /&gt;You have not specified a default signature file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes it is the login directory of online..</description>
      <pubDate>Wed, 22 Sep 2010 11:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689827#M100196</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-22T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689828#M100197</link>
      <description>How can I make the USER_DISK an /EXEC logical ?</description>
      <pubDate>Wed, 22 Sep 2010 11:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689828#M100197</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-22T11:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689829#M100198</link>
      <description>Use /EXEC on the DEFINE/SYS or ASSIGN/SYS command.&lt;BR /&gt;&lt;BR /&gt;But you will need SYSNAM or SYSPRV privilege.&lt;BR /&gt;&lt;BR /&gt;Don't forget to fix it in the system startup, too.&lt;BR /&gt;&lt;BR /&gt;Craig&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2010 12:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689829#M100198</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2010-09-22T12:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689830#M100199</link>
      <description>DEFINE/SYSTEM/EXEC logical equivalence&lt;BR /&gt;&lt;BR /&gt;See HELP DEFINE,&lt;BR /&gt;and maybe a thing at least once to read through the VMS manual "DCL dictionary" and "VMS users guide".&lt;BR /&gt;See the links to HP VMS docs on the OpenVMS furum main page (bottom).</description>
      <pubDate>Wed, 22 Sep 2010 12:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689830#M100199</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-22T12:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689831#M100200</link>
      <description>I tried to make something. But I think I made some mistakes.&lt;BR /&gt;&lt;BR /&gt;I did ;&lt;BR /&gt;&lt;BR /&gt;$Define/sys/execute &lt;BR /&gt;_Log name: USER_DISK&lt;BR /&gt;_Equ name: $1$DGA1:&lt;BR /&gt;&lt;BR /&gt;and something else...&lt;BR /&gt;&lt;BR /&gt;then when I do&lt;BR /&gt;&lt;BR /&gt;$show logical/full user*&lt;BR /&gt;&lt;BR /&gt;(LNM$PROCESS_TABLE)     [kernel]&lt;BR /&gt;                        [no protection information]&lt;BR /&gt;&lt;BR /&gt;  "USER$DISK" [exec] = "USER_DISK"&lt;BR /&gt;  "USER_DISK" [super] = "$1$DGA1:"&lt;BR /&gt;&lt;BR /&gt;(LNM$JOB_820E1EC0)      [kernel]  [shareable]  [Quota=(3520,4096)]&lt;BR /&gt;                        [Protection=(RWCD,RWCD,,)]  [Owner=[ERDEMIR_VMS]]&lt;BR /&gt;&lt;BR /&gt;(LNM$GROUP_000100)      [kernel]  [shareable,group]&lt;BR /&gt;                        [Protection=(RWCD,R,R,)]  [Owner=[100,*]]&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]&lt;BR /&gt;                        [Protection=(RWC,RWC,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;  "USER$DISK" [exec] = "USER_DISK"&lt;BR /&gt;  "USER_DISK" [super] = "$1$DGA1:"&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSCLUSTER_TABLE)  [kernel]  [shareable,system]&lt;BR /&gt;                        [Protection=(RWC,RWC,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;(DECW$LOGICAL_NAMES)    [exec]  [shareable]&lt;BR /&gt;                        [Protection=(RWCD,RWCD,R,R)]  [Owner=[SYSTEM]]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and when I logout and login again.. There is nothing under the (LNM$PROCESS_TABLE) ..&lt;BR /&gt;&lt;BR /&gt;And the important problem. &lt;BR /&gt;$ dir&lt;BR /&gt;%DIRECT-E-OPENIN, error opening $1$DGA1:[ERDEMIR_VMS]*.*;* as input&lt;BR /&gt;-RMS-E-DNF, directory not found&lt;BR /&gt;-SYSTEM-W-NOSUCHFILE, no such file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I cannot reach. the name was changed but it should be USER$DISK:[ERDEMIR_VMS]&lt;BR /&gt;&lt;BR /&gt;How can I change it again? It is so important:(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689831#M100200</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-23T04:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689832#M100201</link>
      <description>Okk I solved it. but still have mail problem...</description>
      <pubDate>Thu, 23 Sep 2010 05:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689832#M100201</guid>
      <dc:creator>mkayhan</dc:creator>
      <dc:date>2010-09-23T05:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mail Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689833#M100202</link>
      <description>You did NOT define user_disk in /EXECUTIVE mode,&lt;BR /&gt;probably ignored the error message ?&lt;BR /&gt;And in addition should remove the /PROCESS logicals of the user$disk and user_disk:&lt;BR /&gt;deassign/process user$disk&lt;BR /&gt;deassign/process user_disk&lt;BR /&gt;&lt;BR /&gt;Your directory is not in $1$DGA1:[ERDEMIR_VMS],&lt;BR /&gt;but supposedly in $1$DGA1:[USER.ERDEMIR_VMS].&lt;BR /&gt;&lt;BR /&gt;The real problem still is the wrong definition of USER_DISK.&lt;BR /&gt;deassign/system user_disk&lt;BR /&gt;and do&lt;BR /&gt;define/system/exec/trans=(conceal,terminal) user_disk $1$DGA1:&lt;BR /&gt;&lt;BR /&gt;And at all either get rid of user_disk at all:&lt;BR /&gt;the disk $1$DGA1 gets a (concealed,terminal) logical associated at MOUNT time, usually DISK$label , where "label" is the volume label of of $1$DGA1; use SHOW DEVICE $1$DGA1: to see the volume label.&lt;BR /&gt;&lt;BR /&gt;So either use this logical in the definition of disk$user&lt;BR /&gt; or better define disk$user as&lt;BR /&gt;define/system/exec/trans=conceal disk$user $1$DGA1:[user.]&lt;BR /&gt;&lt;BR /&gt;and even better, don't use the logical disk$user, because this will be in conflict with a possible disk volume labeled "USER".</description>
      <pubDate>Thu, 23 Sep 2010 05:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-mail-error/m-p/4689833#M100202</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-23T05:42:10Z</dc:date>
    </item>
  </channel>
</rss>

