Not able to Set View in Base clearcase

佐手、 提交于 2019-12-10 10:41:52

问题


I am not able to set view on the server even though I have re-mounted the file system , getting below error :

$ cleartool setview view_name
cleartool: Error: Timed out trying to start view_server for view PATH
cleartool: Error: See view server error log and/or look for view_server problem on host Hostname
cleartool: Error: Couldn't set view tag tagename: error detected by ClearCase subsystem

回答1:


First, try to avoid *enter code here: it spawns a subshell which is tricky for your current session and environment variables.

Then, check if the issue us the same when you simply try to start that dynamic view:

cleartool start <aDynamicViewName>

Typically, looking at the logs might tell you more about the issue:

cleartool getlog error *
cleartool getlog -host <clearcaseServer> view

(Remember: you had database timeout before)



来源:https://stackoverflow.com/questions/34530908/not-able-to-set-view-in-base-clearcase

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