<?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 How to delete file without version or wildcard in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647361#M8032</link>
    <description>I know this flies in the face of OVMS standards but, I am using BizTalk server 2004 and I trying to get the FTP adapter to work. Unfortunately OVMS is not supported because when it attempts to delete the file it doesn't add an ";" ";1" or "." and OVMS rejects the delete. In does this using a the raw ftp command DELE. This means you are trapped in the FTP procedure and cannot do anything clever in login.com.&lt;BR /&gt;Does anyone know of a way to delete a file in OVMS without a version number or wildcard?</description>
    <pubDate>Wed, 12 Oct 2005 03:29:39 GMT</pubDate>
    <dc:creator>Nick Garroch</dc:creator>
    <dc:date>2005-10-12T03:29:39Z</dc:date>
    <item>
      <title>How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647361#M8032</link>
      <description>I know this flies in the face of OVMS standards but, I am using BizTalk server 2004 and I trying to get the FTP adapter to work. Unfortunately OVMS is not supported because when it attempts to delete the file it doesn't add an ";" ";1" or "." and OVMS rejects the delete. In does this using a the raw ftp command DELE. This means you are trapped in the FTP procedure and cannot do anything clever in login.com.&lt;BR /&gt;Does anyone know of a way to delete a file in OVMS without a version number or wildcard?</description>
      <pubDate>Wed, 12 Oct 2005 03:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647361#M8032</guid>
      <dc:creator>Nick Garroch</dc:creator>
      <dc:date>2005-10-12T03:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647362#M8033</link>
      <description>The BizTalk server is communicating with a ftp server and issues a DELE command - is that correct? Which ftp server?</description>
      <pubDate>Wed, 12 Oct 2005 03:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647362#M8033</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-12T03:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647363#M8034</link>
      <description>You can try another FTP server, e.g. the FTP server from Hunter Goatley (HGFTP). It can replace your standard server or you can run it in parallel using another port.&lt;BR /&gt;It allows deletion of the highest version without specifying a versionnumber.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; dele TDC$SAP01$050623102008.LOG&lt;BR /&gt;250 Delete file BO_USER_1:[ROHWEDDER]TDC$SAP01$050623102008.LOG;1, completed.&lt;BR /&gt;&lt;BR /&gt;For the kit see &lt;A href="http://www.process.com/openvms/index.html." target="_blank"&gt;http://www.process.com/openvms/index.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2005 04:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647363#M8034</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-10-12T04:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647364#M8035</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this :&lt;BR /&gt;&lt;BR /&gt;$ DEFINE /SYSTEM TCPIP$FTP_NO_VERSION 1&lt;BR /&gt;&lt;BR /&gt;Restart ftp service...&lt;BR /&gt;&lt;BR /&gt;Example ftp from Windows XP to VMS:&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;ftp xxxxx&lt;BR /&gt;Connected to xxxxx.&lt;BR /&gt;220 xxxxx FTP Server (Version 5.4) Ready.&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; del q.com&lt;BR /&gt;250 File USER1:[SCHOLLAERT]Q.COM;1 deleted.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 12 Oct 2005 05:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647364#M8035</guid>
      <dc:creator>Jan Schollaert</dc:creator>
      <dc:date>2005-10-12T05:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647365#M8036</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;this does not work here (TCPIP V5.5-Eco1) and acc. to the documentation the logical name TCPIP$FTP_NO_VERSION suppresses version numbers to be sent using the LS or MGET commands.&lt;BR /&gt;&lt;BR /&gt;Log:&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "TCPIP$FTP_NO_VERSION" = "1"&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; dele vuw30.trace&lt;BR /&gt;550-Failed to delete file vuw30.trace&lt;BR /&gt;550 The file specification must contain a version number (even if wildcarded).&lt;BR /&gt;FTP&amp;gt;</description>
      <pubDate>Wed, 12 Oct 2005 05:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647365#M8036</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-10-12T05:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647366#M8037</link>
      <description>I think its the ftp server that is complaining. The logical mentioned affects display of information only.&lt;BR /&gt;&lt;BR /&gt;HG FTP may do what you want.&lt;BR /&gt;&lt;A href="ftp://ftp.process.com/vms-freeware/fileserv/hgftp.zip" target="_blank"&gt;ftp://ftp.process.com/vms-freeware/fileserv/hgftp.zip&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2005 06:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647366#M8037</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-12T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647367#M8038</link>
      <description>Nick,&lt;BR /&gt;&lt;BR /&gt;I know nothing of BizTalk, and more importantly, I do not know how much control you can get over the VMS environment, but yout question&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Does anyone know of a way to delete a file in OVMS without a version number or wildcard? &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;in itself IS solvable, if you can somehow get a logical name defined:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE &lt;SOMELOGICAL&gt; &lt;YOURFILENAME&gt;;0&lt;BR /&gt;&lt;BR /&gt;and then DELETE &lt;SOMELOGICAL&gt;&lt;BR /&gt;&lt;BR /&gt;Notice the &lt;SEMICOLON&gt;&lt;ZERO&gt; that is appended to &lt;YOURFILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Now, how you can manage to define that logical bocomes another problem, and I have not the faintest idea about the (im-)possibility of that, but, at least, it IS anoher possible road to a solution.&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;/YOURFILENAME&gt;&lt;/ZERO&gt;&lt;/SEMICOLON&gt;&lt;/SOMELOGICAL&gt;&lt;/YOURFILENAME&gt;&lt;/SOMELOGICAL&gt;</description>
      <pubDate>Wed, 12 Oct 2005 06:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647367#M8038</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-10-12T06:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647368#M8039</link>
      <description>Carl,&lt;BR /&gt;&lt;BR /&gt;My example is the output of a test I just did. That proves it works...&lt;BR /&gt;&lt;BR /&gt;Important is that I started the ftp session from a Windows client. When I start the session from a VMS system, I get the error...&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 12 Oct 2005 06:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647368#M8039</guid>
      <dc:creator>Jan Schollaert</dc:creator>
      <dc:date>2005-10-12T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete file without version or wildcard</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647369#M8040</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;Also 5.5 on VMS 8.2 work for me. But don't forget to stop/start the ftp service....&lt;BR /&gt;&lt;BR /&gt;220 xxxx FTP Server (Version 5.5) Ready.&lt;BR /&gt;User (xxxx:(none)): schollaert&lt;BR /&gt;331 Username schollaert requires a Password&lt;BR /&gt;Password:&lt;BR /&gt;230 User logged in.&lt;BR /&gt;ftp&amp;gt; del z.z&lt;BR /&gt;250 File USER1:[SCHOLLAERT]Z.Z;1 deleted.&lt;BR /&gt;ftp&amp;gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 12 Oct 2005 07:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-file-without-version-or-wildcard/m-p/3647369#M8040</guid>
      <dc:creator>Jan Schollaert</dc:creator>
      <dc:date>2005-10-12T07:03:59Z</dc:date>
    </item>
  </channel>
</rss>

