<?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: Problem while copying thro tcpip in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244472#M57205</link>
    <description>What do you expect VMS should print?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; %DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt;\FTP\&lt;BR /&gt;&lt;BR /&gt;DCL tells you that it happily will try a copy/ftp, but it also tells you that it sees other qualifiers before the /ftp, which DCL will ignore based on the CLD which defines the  copy/ftp (as a new syntax, which doesn't know of the qualifier which came before the /ftp). As other pointed out, there is very likely a symbol for copy defined and the definition contains another qualifier.&lt;BR /&gt;&lt;BR /&gt;Then DCL tries, but fails due to&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; A Phase 1 Integration compliant OpenVMS TCP/IP product has not been&lt;BR /&gt;installed or properly configured on this system.&lt;BR /&gt;%SYSTEM-E-UNSUPPORTED, unsupported operation or function.&lt;BR /&gt;&lt;BR /&gt;The first reply here asked the question: is there a compliant OpenVMS TCP/IP product on your system? Using the FTP utility doesn't show if there is such a compliant product installed. It only shows that there is an FTP utility and that it does what you expect it to do.&lt;BR /&gt;&lt;BR /&gt;So, what else should VMS tell you to understand and resolve the copy problem?&lt;BR /&gt;&lt;BR /&gt;mw</description>
    <pubDate>Fri, 01 Aug 2008 14:01:57 GMT</pubDate>
    <dc:creator>mike wagner_4</dc:creator>
    <dc:date>2008-08-01T14:01:57Z</dc:date>
    <item>
      <title>Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244466#M57199</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;When i copy a file thro TCPIP i get the following error message.&lt;BR /&gt;&lt;BR /&gt;Command: &lt;BR /&gt;&lt;BR /&gt;copy/ftp yyyy.txt Nodename"username password "::Dka100:[test]&lt;BR /&gt;&lt;BR /&gt;Error: &lt;BR /&gt;&lt;BR /&gt;%DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt; \FTP\&lt;BR /&gt;       A Phase 1 Integration compliant OpenVMS TCP/IP product has not been&lt;BR /&gt;       installed or properly configured on this system.&lt;BR /&gt;%SYSTEM-E-UNSUPPORTED, unsupported operation or function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kindly reply me ASAP&lt;BR /&gt;&lt;BR /&gt;With regards&lt;BR /&gt;Rajesh.J</description>
      <pubDate>Fri, 01 Aug 2008 09:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244466#M57199</guid>
      <dc:creator>RAJESH.J</dc:creator>
      <dc:date>2008-08-01T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244467#M57200</link>
      <description>What TCP/IP stack are you using?&lt;BR /&gt;Do the following logicals exist:&lt;BR /&gt;OPENVMS$FTP, OPENVMS$FTPDEL, OPENVMS$FTPDIR</description>
      <pubDate>Fri, 01 Aug 2008 09:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244467#M57200</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2008-08-01T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244468#M57201</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;If you do &lt;BR /&gt;$ ftp nodename /user=username/pass=password &lt;BR /&gt;put yyyy.txt&lt;BR /&gt;&lt;BR /&gt;Does it work ? Or do you get an error message ?</description>
      <pubDate>Fri, 01 Aug 2008 09:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244468#M57201</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-08-01T09:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244469#M57202</link>
      <description>&lt;BR /&gt;labadie,&lt;BR /&gt;&lt;BR /&gt;        I have executed the command there is no issues. It copies to another node without any exception.&lt;BR /&gt;&lt;BR /&gt;Command:&lt;BR /&gt;$ ftp nodename /user=username/pass=password &lt;BR /&gt;put yyyy.txt&lt;BR /&gt;&lt;BR /&gt;please reply if any ting else.....&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Rajesh&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244469#M57202</guid>
      <dc:creator>RAJESH.J</dc:creator>
      <dc:date>2008-08-01T11:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244470#M57203</link>
      <description>Is 'copy' per chance defined as a symbol?&lt;BR /&gt;Exectue $ SHOW SYMB COP*&lt;BR /&gt;&lt;BR /&gt;But that's just your first problem...&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ copy/ftp x y&lt;BR /&gt;Cannot use COPY/FTP for local copies.&lt;BR /&gt;$ copy:=copy/log&lt;BR /&gt;$ copy/ftp x y&lt;BR /&gt;%DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt; \FTP\&lt;BR /&gt;Cannot use COPY/FTP for local copies.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244470#M57203</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-08-01T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244471#M57204</link>
      <description>Annoyingly the /FTP qualifier has to be the first qualifier on the command line, so it looks as though Hein was right and your COPY symbol has been redefined.&lt;BR /&gt;&lt;BR /&gt;COPY/FTP/LOG is fine&lt;BR /&gt;COPY/LOG/FTP is not&lt;BR /&gt;&lt;BR /&gt;Funnily enough, in the HELP, the /FTP qualifier is listed in HELP COPY, but isn't when you do HELP COPY QUALIFIER.</description>
      <pubDate>Fri, 01 Aug 2008 12:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244471#M57204</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2008-08-01T12:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244472#M57205</link>
      <description>What do you expect VMS should print?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; %DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt;\FTP\&lt;BR /&gt;&lt;BR /&gt;DCL tells you that it happily will try a copy/ftp, but it also tells you that it sees other qualifiers before the /ftp, which DCL will ignore based on the CLD which defines the  copy/ftp (as a new syntax, which doesn't know of the qualifier which came before the /ftp). As other pointed out, there is very likely a symbol for copy defined and the definition contains another qualifier.&lt;BR /&gt;&lt;BR /&gt;Then DCL tries, but fails due to&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; A Phase 1 Integration compliant OpenVMS TCP/IP product has not been&lt;BR /&gt;installed or properly configured on this system.&lt;BR /&gt;%SYSTEM-E-UNSUPPORTED, unsupported operation or function.&lt;BR /&gt;&lt;BR /&gt;The first reply here asked the question: is there a compliant OpenVMS TCP/IP product on your system? Using the FTP utility doesn't show if there is such a compliant product installed. It only shows that there is an FTP utility and that it does what you expect it to do.&lt;BR /&gt;&lt;BR /&gt;So, what else should VMS tell you to understand and resolve the copy problem?&lt;BR /&gt;&lt;BR /&gt;mw</description>
      <pubDate>Fri, 01 Aug 2008 14:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244472#M57205</guid>
      <dc:creator>mike wagner_4</dc:creator>
      <dc:date>2008-08-01T14:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244473#M57206</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have the similar problem on FTP, on only one of our nodes.&lt;BR /&gt;&lt;BR /&gt;********************************************&lt;BR /&gt;&lt;BR /&gt;The node with the problem:&lt;BR /&gt;&lt;BR /&gt;CSP101$ dir/ftp csp101"system password"::welcome.txt&lt;BR /&gt;       A Phase 1 Integration compliant OpenVMS TCP/IP product has not been&lt;BR /&gt;       installed or properly configured on this system.&lt;BR /&gt;%SYSTEM-E-UNSUPPORTED, unsupported operation or function&lt;BR /&gt;CSP101$ &lt;BR /&gt;&lt;BR /&gt;********************************************&lt;BR /&gt;The node without problem :&lt;BR /&gt;&lt;BR /&gt;CSP001$ dir/ftp csp101"system password"::welcome.txt&lt;BR /&gt;&lt;BR /&gt;Directory CSP101"system password"::&lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYSMGR]WELCOME.TXT;1 &lt;BR /&gt;&lt;BR /&gt;********************************************&lt;BR /&gt;&lt;BR /&gt;COPY/FTP has the same problem. However, manual FTP is fine. I could do PUT or GET and other commands without any problem.&lt;BR /&gt;&lt;BR /&gt;OpenVMS version 8.3&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244473#M57206</guid>
      <dc:creator>YJTAN</dc:creator>
      <dc:date>2008-11-06T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244474#M57207</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I have the similar problem [...]&lt;BR /&gt;&lt;BR /&gt;You're allowed to start a new thread for your&lt;BR /&gt;new, similar, problem, and cite the old&lt;BR /&gt;thread for reference.&lt;BR /&gt;&lt;BR /&gt;Did you read the old thread?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  Is 'copy' per chance defined as a symbol?&lt;BR /&gt;&amp;gt; Exectue $ SHOW SYMB COP*&lt;BR /&gt;&lt;BR /&gt;Did you try:&lt;BR /&gt;&lt;BR /&gt;SHOW SYMBOL DIR*&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;And, if not, why not?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] on only one of our nodes.&lt;BR /&gt;&lt;BR /&gt;Different [SY]LOGIN.COM files, I'd guess.</description>
      <pubDate>Thu, 06 Nov 2008 12:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244474#M57207</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-06T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244475#M57208</link>
      <description>These two cases are similar in that both are involving ftp.  Beyond that, these two cases are quite different.  As a typical and general practice here in ITRC, start a new thread and reference the old thread as needed.  In particular, you have no control and no management over a thread you've borrowed.&lt;BR /&gt;&lt;BR /&gt;The following command and error sequence indicates that the TCP/IP stack installed is not compatible with OpenVMS V6.2 or later, or not installed correctly, or not configured and started correctly. &lt;BR /&gt;&lt;BR /&gt;[[[CSP101$ dir/ftp csp101"system password"::welcome.txt&lt;BR /&gt;A Phase 1 Integration compliant OpenVMS TCP/IP product has not been&lt;BR /&gt;installed or properly configured on this system.&lt;BR /&gt;%SYSTEM-E-UNSUPPORTED, unsupported operation or function&lt;BR /&gt;CSP101$]]]&lt;BR /&gt;&lt;BR /&gt;Loosely translated, tjat means DCL can't connect to the local ftp client, or that the local ftp client is incompatible with the DCL interface into ftp.&lt;BR /&gt;&lt;BR /&gt;What to do here?    First, please identify and confirm the IP stack and its version and ECO level, as a start.  Please also confirm the OpenVMS versions and current ECOs on both platforms; either OpenVMS Alpha or OpenVMS I64 V8.3 is reported on one node; please confirm that the other node involved is also using OpenVMS Alpha V8.3 or OpenVMS I64 V8.3.  There are various ECOs for both OpenVMS Alpha and for OpenVMS I64, and the various IP stacks can also have ECOs.&lt;BR /&gt;&lt;BR /&gt;Ensure that the ftp client has been configured.    If this is TCP/IP Services, a failure to configure the ftp client can sometimes almost work.&lt;BR /&gt;&lt;BR /&gt;Do also ensure that the IP stack has been started, and that the system and IP startup are not logging relevant errors.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244475#M57208</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-06T14:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244476#M57209</link>
      <description>nb: If these two sequences were the same case, then that DCL command should have tossed an error around the DCL command qualifiers, as was shown with the IGNQUAL in the original sequence.  And that error was not in the sequence shown in the more recent discussion.</description>
      <pubDate>Thu, 06 Nov 2008 14:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244476#M57209</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-06T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while copying thro tcpip</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244477#M57210</link>
      <description>I have done the SHOW SYM DIR* and SHOW SYM COP*. Nothing is defined.&lt;BR /&gt;&lt;BR /&gt;It is on IA64 ( RX4640 ) machines. We have more than 30 of those machines with the same patch level.&lt;BR /&gt;&lt;BR /&gt;Tried on a few accounts and they have the same problem on that particular machine. Will check on the sylogin.com&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;P/S: I will start a new thread.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2008 00:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-while-copying-thro-tcpip/m-p/4244477#M57210</guid>
      <dc:creator>YJTAN</dc:creator>
      <dc:date>2008-11-07T00:18:13Z</dc:date>
    </item>
  </channel>
</rss>

