<?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: TYPE NODE&amp;quot;user pass&amp;quot;::&amp;quot;TASK=dcl&amp;quot; in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662345#M72440</link>
    <description>SYSMAN has the disadvantage of not doing a login to the user environment. It justs creates a process with the right uic.&lt;BR /&gt;&lt;BR /&gt;I use T2T in DCL since years and still from time to time (1 in 10000 ?) I get a client and server that got disconnected.&lt;BR /&gt;&lt;BR /&gt;Stop your script with stop/id=0 or otherwise the process and it's context are reused for other T2T jobs.&lt;BR /&gt;&lt;BR /&gt;You get about 75 seconds to open sys$net. Otherwise client and server get disconnected (but continue).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 02 Nov 2005 02:01:10 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-11-02T02:01:10Z</dc:date>
    <item>
      <title>TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662342#M72437</link>
      <description>What are all of the DECnet prerequisites required to use the TYPE node"user pass"::"TASK=dcl" construct?&lt;BR /&gt;&lt;BR /&gt;I receive the following error when I try the command:&lt;BR /&gt;$ type NODEA"username pass"::"task=test"&lt;BR /&gt;%TYPE-W-OPENIN, error opening NODEA"username password"::"task=test" as input&lt;BR /&gt;-RMS-E-ACC, ACP file access failed&lt;BR /&gt;-SYSTEM-F-LINKEXIT, network partner exited&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Nov 2005 18:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662342#M72437</guid>
      <dc:creator>Mario Abruzzi</dc:creator>
      <dc:date>2005-11-01T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662343#M72438</link>
      <description>I get that response when the remote task&lt;BR /&gt;exits prematurely (such as because of an&lt;BR /&gt;error).  For example:&lt;BR /&gt;&lt;BR /&gt;alp $ type task_ok.com&lt;BR /&gt;$ open /read /write sysnet sys$net&lt;BR /&gt;$ write sysnet f$trnlnm( "sys$net")&lt;BR /&gt;$ close sysnet&lt;BR /&gt;&lt;BR /&gt;(I have a DECnet proxy, hence no need for&lt;BR /&gt;"user pass".)&lt;BR /&gt;&lt;BR /&gt;alp $ type alp::"task=task_ok"&lt;BR /&gt;ALP::"0=SMS/Ã¿Ã¿TASK_OK"&lt;BR /&gt;&lt;BR /&gt;alp $ type task_e2.com&lt;BR /&gt;$ exit&lt;BR /&gt;$ open /read /write sysnet sys$net&lt;BR /&gt;$ write sysnet f$trnlnm( "sys$net")&lt;BR /&gt;$ close sysnet&lt;BR /&gt;&lt;BR /&gt;alp $ type alp::"task=task_e2"&lt;BR /&gt;%TYPE-W-OPENIN, error opening ALP::"task=task_e2" as input&lt;BR /&gt;-RMS-E-ACC, ACP file access failed&lt;BR /&gt;-SYSTEM-F-LINKEXIT, network partner exited&lt;BR /&gt;&lt;BR /&gt;In this case, the behavior appears to depend&lt;BR /&gt;on timing, or something, as another example&lt;BR /&gt;with an actual error ("$ show junk") failed&lt;BR /&gt;once this way, and then started working&lt;BR /&gt;better.  (Perhaps I need slower hardware.)&lt;BR /&gt;&lt;BR /&gt;You might look for clues in&lt;BR /&gt;SYS$LOGIN:NET$SERVER.LOG on the remote&lt;BR /&gt;system.&lt;BR /&gt;&lt;BR /&gt;Have you tried a simple task (like mine,&lt;BR /&gt;above)?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Nov 2005 18:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662343#M72438</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-01T18:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662344#M72439</link>
      <description>Another option is to use sysman.  If you're not in a cluster you'll need to start SMISERVER&lt;BR /&gt;&lt;BR /&gt;$ @SYS$SYSTEM:STARTUP SMISERVER&lt;BR /&gt;&lt;BR /&gt;After this is done, generally in your startup you can manager another node.  &lt;BR /&gt;&lt;BR /&gt;$ mc sysman&lt;BR /&gt;$ set envi/node=NODE/user=USERID&lt;BR /&gt;Remote Password:&lt;BR /&gt;SYSMAN&amp;gt; do show systems&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 01 Nov 2005 23:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662344#M72439</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-11-01T23:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662345#M72440</link>
      <description>SYSMAN has the disadvantage of not doing a login to the user environment. It justs creates a process with the right uic.&lt;BR /&gt;&lt;BR /&gt;I use T2T in DCL since years and still from time to time (1 in 10000 ?) I get a client and server that got disconnected.&lt;BR /&gt;&lt;BR /&gt;Stop your script with stop/id=0 or otherwise the process and it's context are reused for other T2T jobs.&lt;BR /&gt;&lt;BR /&gt;You get about 75 seconds to open sys$net. Otherwise client and server get disconnected (but continue).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Nov 2005 02:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662345#M72440</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-02T02:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662346#M72441</link>
      <description>look at the log file in the user login directory. &lt;BR /&gt;LOGIN.COM or SYLOGIN can do things that cause this - ensure they check for network mode and act appropriately.</description>
      <pubDate>Wed, 02 Nov 2005 04:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662346#M72441</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-02T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662347#M72442</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've tried it, have recieved the same message, but on the remote node in sys$login dir I've found in NETSERVER.LOG, that the command had been executed and output written in it. (I used only dir command in remote procedure). So the problem may reside in TASK object definition in NCP/NCL. I take a look at it.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 02 Nov 2005 05:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662347#M72442</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-02T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662348#M72443</link>
      <description>Be sure, that your remote procedure contains something along the lines:&lt;BR /&gt;&lt;BR /&gt;$      Open/Read/Write/Share=Write/Error=Network$10 Netlun Sys$Net&lt;BR /&gt;$ Define/Nolog Sys$Output Netlun:&lt;BR /&gt;$ 'your command here'</description>
      <pubDate>Wed, 02 Nov 2005 06:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662348#M72443</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-11-02T06:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662349#M72444</link>
      <description>I've found this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_0159.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_0159.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But there is no hint for TYPE command. OPEN is used instead.&lt;BR /&gt;&lt;BR /&gt;M</description>
      <pubDate>Wed, 02 Nov 2005 06:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662349#M72444</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-02T06:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662350#M72445</link>
      <description>Karl hits the nail on its head. ;o)&lt;BR /&gt;&lt;BR /&gt;And dont't forget CLOSE command&lt;BR /&gt;&lt;BR /&gt;This works all right.&lt;BR /&gt;&lt;BR /&gt;$ Open/Read/Write/Share=Write/Error=Network$10 Netlun Sys$Net&lt;BR /&gt;$ Define/Nolog Sys$Output Netlun:&lt;BR /&gt;$ dir&lt;BR /&gt;$ close netlun&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 02 Nov 2005 06:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662350#M72445</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-02T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662351#M72446</link>
      <description>There is a restriction on the length of the filename parameter when using remote task execution.  Make sure the DCL file is in the default login directory and the filename is less than 9 characters (plus .COM - I think that's the right number).  &lt;BR /&gt;&lt;BR /&gt;Allan&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 18:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662351#M72446</guid>
      <dc:creator>Allan Bowman</dc:creator>
      <dc:date>2005-11-03T18:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662352#M72447</link>
      <description>&amp;gt; There is a restriction on the length of the&lt;BR /&gt;&amp;gt; filename [...]&lt;BR /&gt;&lt;BR /&gt;True, but the failure symptom is different&lt;BR /&gt;(and more local).  Same data, different names:&lt;BR /&gt;&lt;BR /&gt;alp $ type alp::"task=task_long_name16"&lt;BR /&gt;ALP::"0=SMS/Ã¿Ã¿TASK_LONG_NAME16"&lt;BR /&gt;&lt;BR /&gt;alp $ type alp::"task=task_long_name_17"&lt;BR /&gt;%TYPE-W-OPENIN, error opening ALP::"task=task_long_name_17" as input&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;&lt;BR /&gt;Further conjecture with no new info may be&lt;BR /&gt;wasted effort.</description>
      <pubDate>Thu, 03 Nov 2005 19:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662352#M72447</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-03T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662353#M72448</link>
      <description>Allen wrote&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt; Make sure the DCL file is in the default login directory and the filename is less than 9 characters &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;There is an elegant way around this (which may be preferable even when not needed for the above reasons):&lt;BR /&gt;&lt;BR /&gt;DEFINE a logical name (max 9 chars) to point to the DCL file.&lt;BR /&gt;&lt;BR /&gt;This is especially desirable if several users need the remote task, because defining ONE (system, cluster, group) logical to ONE file accessable to all intended users will do the job, in a maintainable manner.&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</description>
      <pubDate>Fri, 04 Nov 2005 05:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662353#M72448</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-04T05:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662354#M72449</link>
      <description>Mario,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 34 of 103  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Some of those are quite old.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&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;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption â  My Question(s)â   you will find â  questions or topics with unassigned points â   Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.  â   nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â   please do not take offence â   none is intended!&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>Fri, 04 Nov 2005 15:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662354#M72449</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-04T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE NODE"user pass"::"TASK=dcl"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662355#M72450</link>
      <description>Mario,&lt;BR /&gt;&lt;BR /&gt;Also watch the contents of your LOGIN.COM file. I have seen a wide range of possible errors generated when the LOGIN.COM files do erroneous things.&lt;BR /&gt;&lt;BR /&gt;A first test is can you do a DIRECTORY remotely.&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, 07 Nov 2005 06:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/type-node-quot-user-pass-quot-quot-task-dcl-quot/m-p/3662355#M72450</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-11-07T06:32:10Z</dc:date>
    </item>
  </channel>
</rss>

