top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Clearcase: Error: The VOB storage directory "VOB-storage" was not found.?

0 votes
828 views

I am getting below error while executing checkout in vob directory:

cleartool: Error: The VOB storage directory "VOB-storage" was not found.
cleartool: Error: Could not register gpath in the prefix map.

posted Sep 8, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

These errors occur when attempting to mount a VOB (first msg) or start a view (second msg) from the CLI for a VOB and/or view whose server has either had its name changed or is not available. The GUI error message is null. That is, a CC error box pops up, but there is no error message.

If the server that owns the view/VOB has had its name changed, the view and VOB global paths will have to be reregistered and retagged.

  # ct unregister -view -uuid UUID

  # ct rmtag -view view-tag

  # ct register -view view-storage

 # ct mktag -view -tag view-tag view-storage
answer Sep 8, 2014 by Amit Kumar Pandey
...