1

ClearCase アプリケーション (Windows Vista 環境) でコマンド ラインから動的ビューを作成する際に問題があります。

C:\Users\xxx>
cleartool mkview -tag xxx -host xxx 
-hpath C:\ccviews\xxx.vws -gpath C:\ccviews\xxx.vws C:\ccviews\xxx.vws

cleartool: Warning: Config spec OK, but unable to tell view server to load.
cleartool: Warning: View server should be restarted.
cleartool: Error: Set configuration spec of c:\Program Files\Rational\ClearCase\

default_config_spec failed: view storage directory or control files unavailable

---
additional information may be present in the view server host's view log

cleartool: Error: unable to remove C:\ccviews\xxx.vws: 
The process cannot access the file because it is being used by another process.

cleartool: Error: C:\ccviews\xxx.vws: Permission denied

cleartool: Error: Unable to create view "C:\ccviews\xxx.vws".

IBMによると、解決策は次のとおりです。

Windows システムで作成された VOB およびビュー記憶域は、Windows オペレーティング システムから作成する必要があります。

確認しましたが、すべて問題ないようです。

ここで私を助けてくれませんか?アイデア、ヒントはありますか?提案をありがとう。

4

2 に答える 2

1

ClearCase サービス (albd、ロック マネージャー) に問題があるはずです。

試す:

  • start / settings/ control panel / ClearCase > ClearCase サービスの停止/再起動
  • または完全に再起動してから、mkview を再試行してください。
于 2013-11-05T17:02:52.063 に答える