My Snapshot views in ClearCase have disappeared, how can I get them back?

筅森魡賤 提交于 2019-12-06 12:44:39

The cleanest solution:

Go at the root directory of one of those views in a shell session (DOS or bash or...) type:

clearexplorer .

(Note the final space followed by a dot '.')

That will open the ClearCase Explorer directly in the current path, and will restore the right shortcut.


The "less-clean" solution:

Open the ClearCase Explorer, and ask for a "refresh view shortcuts" Alt+F5.

If your identity hasn't changed, it will restore the shortcuts of all your views in the ClearCase Explorer.


If that doesn't work:

  • check the properties from one of your views:
cd /path/to/root/of/one/of/your/views
cleartool lsview -l -full -pro -cview
  • compare that with your credentials (how you are known both locally and on your Vob server)
credmap VobServerName

(you need to add etc/utils from ClearCase to your path)

Sean Gao

I had similar problems. Normally, this problem happens if Windows couldn't contact the clearcase server at startup and the ALBD service would stop automatically.

For Windows environment, check if albd service is running from clearcase item in control panel. If so, stop it and then start clearcase then refresh with shortcut (Alt+F5) from the clearcase explorer, or simply restart Windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!