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: Common ClearCase Labeling Error Message


    Here is a common error message in ClearCase when recursively labeling.

    $ cleartool mklabel -nc -r TEST_LABEL .
    cleartool: Error: Unable to access "./FILE2.txt": No such file or directory.
    Created label "TEST_LABEL" on "." version "/main/2".
    Created label "TEST_LABEL" on "./FILE1.txt" version "/main/1".

    This error message is because your config spec is setup to not access any version of the "FILE2.txt" element. Therefore, the ClearCase make label command knows that there is an element with that name; however, it can not access any version of element to label. Thus, this error message is produced.

    Fortunately, the make label command does continue labeling everything else, so you can ignore this error message if you do not want that element labeled. On the other hand, if you need to label this element, then you can either change your config spec to access a version of the element and then label it or you can specify the exact version of the element to label with the make label command like this example below.

    $ cleartool mklabel -nc TEST_LABEL FILE2.txt@@VERSION

    This command only works because ClearCase knows that the element exists, even though no version of the element is selected in the config spec.

    by Phil B.

    Related Articles
     » ClearCase Support: Another Common ClearCase Labeling Error Message
     » ClearCase Support: Common ClearCase Checkin Error Message
     » ClearCase Support: Check In and Label at the Same Time







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