Phil for Humanity

A Guide for the Survival of Humankind, and Improving the World, Society, and Yourself!


Popular Articles
  • Reasons For and Against
    Human Cloning
  • Globalization of the USA
  • The Pros and Cons of
    Capital Punishment
  • World's Stupidest Game

  • Latest Articles

  • Unknown Mushrooms 2
  • Easier Programming Language
  • Managing is Common Sense
  • Improve Cereal Packaging
  • Subscribe to RSS Feed

  • Main Menu

  • HOME
  • SAVE HUMANITY (52)
  • HELP THE WORLD (102)
  • IMPROVE GOVERNMENTS (99)
  • PERSONAL DEVELOPMENT (272)
  • COMPUTER HELP (130)
  • ARCHIVE (all articles)
  • SEARCH THIS SITE
  • CONTACT US
  • DISCLAIMER
  • PLEASE HELP: DONATE

  • ClearCase Support: Checked Out But Removed Error


    One of the most common error messages in ClearCase is when an element (file or directory) is "checked out but removed". From some graphical user interfaces (GUIs), the element even appears to be missing from the directory where the element is suppose to be located.

    However, by executing "cleartool ls" from the command line, the element appears to exist yet removed. For example, this is what a typical user would see:

    $ cleartool ls
    test.txt@@/main/CHECKEDOUT from /main/2 [checkedout but removed]

    There are several possible reasons for this issue to happen. The first most likely reason is because the user had permission to checkout the file, yet the user did not have permission to copy the file from the VOB to the user’s View in the current directory. In other words, the user did not have write permission in the parent directory where the file is located. Therefore, uncheckout the file (using the command "cleartool unco FILENAME"), and then verify that the user has write permissions in the parent directory. Either try creating a new file in the directory or directly check the directory’s write permissions with the user’s permissions. After the permissions have been corrected, then the user can checkout and modify the file correctly.

    Another reason for this error to happen is that the element was checked out correctly but later deleted, moved, or renamed. There is nothing that can be done for this issue, except unchecking out of the element and re-checking out the element.

    by Phil B.

    Related Articles
     » ClearCase Support: Eclipsed Warning Message
     » ClearCase Support: How to Find Checked Out Elements
     » ClearCase Support: Automate Checking of ClearCase Server Log Files







    Copyright © 2006-2010, Phil for Humanity. All Rights Reserved.