<?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: CMS file deletion in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152479#M26288</link>
    <description>The error was resovled</description>
    <pubDate>Mon, 26 Jan 2009 15:19:28 GMT</pubDate>
    <dc:creator>Shamseer Abdullah</dc:creator>
    <dc:date>2009-01-26T15:19:28Z</dc:date>
    <item>
      <title>CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152474#M26283</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I recently created a file in CMS libray named as x.sql. I then deleted the file from it's physical location to delete the particular version which I have created. &lt;BR /&gt;Now on existing cms library eventhough the file is not physically existing it is still showing the history and not allowing me to reserve/ create new element with the same file name.&lt;BR /&gt;&lt;BR /&gt;Can anybody please  help me to remove the link which cms have that it is referring to a file which is not existing.&lt;BR /&gt;&lt;BR /&gt;Screenshot of the error is attched.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shamseer</description>
      <pubDate>Mon, 26 Jan 2009 13:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152474#M26283</guid>
      <dc:creator>Shamseer Abdullah</dc:creator>
      <dc:date>2009-01-26T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152475#M26284</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Screenshot of the error is attched.&lt;BR /&gt;&lt;BR /&gt;No, and a bit of plain text would probably&lt;BR /&gt;be more useful than an image of your screen.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] created a file in CMS libray [...]&lt;BR /&gt;&lt;BR /&gt;I believe that one creates _elements_ in a &lt;BR /&gt;CMS library:&lt;BR /&gt;&lt;BR /&gt;HELP CMS CREATE&lt;BR /&gt;&lt;BR /&gt;And then one may delete them:&lt;BR /&gt;&lt;BR /&gt;HELP CMS DELETE [ELEMENT]&lt;BR /&gt;&lt;BR /&gt;If I actually used CMS, I could probably tell&lt;BR /&gt;you more.</description>
      <pubDate>Mon, 26 Jan 2009 13:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152475#M26284</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-26T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152476#M26285</link>
      <description>Hi Stephen&lt;BR /&gt;&lt;BR /&gt;You are almost there&lt;BR /&gt;&lt;BR /&gt;The problem was instead of cms delete &lt;FILE name=""&gt; I used &lt;BR /&gt;&lt;BR /&gt;delete &lt;FILE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hence the physical file has disappered from the CMS location. however the links are still existing. Can you please advice&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shamseer&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152476#M26285</guid>
      <dc:creator>Shamseer Abdullah</dc:creator>
      <dc:date>2009-01-26T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152477#M26286</link>
      <description>Hi Abdullah&lt;BR /&gt;&lt;BR /&gt;First of all welcome to HP ITRC OpenVMS Forum.&lt;BR /&gt;&lt;BR /&gt;If I'm right you did the following:&lt;BR /&gt;&lt;BR /&gt;$ cms cre element x.sql ""&lt;BR /&gt;$ delete 'location_of_cmslibrary':x.sql;*&lt;BR /&gt;&lt;BR /&gt;and now you have the problem described above.&lt;BR /&gt;&lt;BR /&gt;I tested the following&lt;BR /&gt;&lt;BR /&gt;$ cre /dir [.cmslib]&lt;BR /&gt;$ cms cre lib [.cmslib] "description"&lt;BR /&gt;$ cms cre element login.com ""&lt;BR /&gt;$ delete [.CMSLIB.CMS$000]LOGIN.COM;1&lt;BR /&gt;&lt;BR /&gt;Now I can't create another element LOGIN.COM. If I try to do so, I receive &lt;BR /&gt;&lt;BR /&gt;%CMS-E-NOCREATE, error creating element DISK:[GENI.CMSLIB]LOGIN.COM&lt;BR /&gt;-CMS-E-ALRDYEXISTS, DISK:[GENI.CMSLIB]LOGIN.COM is already a element name&lt;BR /&gt;&lt;BR /&gt;But I can do the following:&lt;BR /&gt;&lt;BR /&gt;$ CMS DELETE ELEMENT LOGIN.COM ""&lt;BR /&gt;$ CMS CRE ELEMENT LOGIN.COM&lt;BR /&gt;&lt;BR /&gt;This works, but the history records remain within the cms library. &lt;BR /&gt;You can then delete the history with&lt;BR /&gt;&lt;BR /&gt;$ CMS DELETE HISTORY login.com ""&lt;BR /&gt;&lt;BR /&gt;Hope that works for you&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 15:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152477#M26286</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2009-01-26T15:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152478#M26287</link>
      <description>Thank you Geni..&lt;BR /&gt;&lt;BR /&gt;The problem is resolved. Many thanks for your help....</description>
      <pubDate>Mon, 26 Jan 2009 15:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152478#M26287</guid>
      <dc:creator>Shamseer Abdullah</dc:creator>
      <dc:date>2009-01-26T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152479#M26288</link>
      <description>The error was resovled</description>
      <pubDate>Mon, 26 Jan 2009 15:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152479#M26288</guid>
      <dc:creator>Shamseer Abdullah</dc:creator>
      <dc:date>2009-01-26T15:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: CMS file deletion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152480#M26289</link>
      <description>Shamseer, you could also use the '$ CMS VERIFY /REPAIR' command, which should fix any inconsistencies within your library.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Tue, 27 Jan 2009 10:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-file-deletion/m-p/5152480#M26289</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-01-27T10:30:55Z</dc:date>
    </item>
  </channel>
</rss>

