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

  • How to Help Humanity
  • Why Economists Miss the Mark
  • Daylight Saving Time
  • Natural Log Proof
  • Subscribe to RSS Feed

  • Main Menu

  • HOME
  • SAVE HUMANITY (42)
  • HELP THE WORLD (96)
  • IMPROVE GOVERNMENTS (87)
  • PERSONAL DEVELOPMENT (238)
  • COMPUTER HELP (125)
  • ARCHIVE (all articles)
  • SEARCH THIS SITE
  • CONTACT US
  • DISCLAIMER
  • PLEASE HELP: DONATE

  • ClearCase Support: Common ClearCase Config Spec Error Message


    Here is a common ClearCase error that I am asked to resolve about once a month or so.

    $ cleartool edcs
    Set config spec for view "VIEW_NAME"? [yes]
    cleartool: Error: No registered VOB tag in path: "/VOB_NAME/...".
    cleartool: Error: Config spec semantic processing failed.
    Errors during compilation - edit config spec? [yes]


    The problem is that a Windows Config Spec is being used on UNIX. Specifically, Windows VOB paths typically start with "\VOB_NAME\" or "/VOB_NAME/". For instance, a "tools" VOB will have a VOB path of "\tools\".

    Unfortunately, this is not a valid path for ClearCase in UNIX. On UNIX, we must use the VOB tag for the VOB path instead of just the VOB name. For example, the "tools" VOB will need to have the path of "/vob/tools/" or "/vobs/tools/". Therefore, to resolve the above error message, all you have to do is update each Windows VOB path in your config spec to use UNIX paths instead.

    Alternatively, the same error will happen if you try to import a UNIX config spec onto Windows. The solution is to convert the UNIX VOB paths to Windows VOB paths.

    by Phil B.

    Related Articles
     » ClearCase Support: Automate Checking of ClearCase Server Log Files
     » ClearCase Support: Another Common ClearCase Labeling Error Message
     » ClearCase Support: Issue with Links and Config Specs







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