simba
simba

Reputation: 277

clearcase - Error while creating a view

I am getting the below error while i am trying to create view :

CRMSV3062: Problems performing setcs.


CCRC WAN Server: Error: Syntax error on line 2, near column 2, file "/var/tmp/ccrctemp/tmp21436".
CCRC WAN Server: Error: Config spec parsing failed: "/var/tmp/ccrctemp/tmp21436".

My config spec is :

element * CHECKEDOUT
element  * .../CCR_PPD_LINEITEM/LATEST
element  *  .../ccrportal/LATEST -mkbranch CCR_PPD_LINEITEM
element * /main/LATEST  -mkbranch ccrportal

Upvotes: 1

Views: 496

Answers (1)

VonC
VonC

Reputation: 1323553

I am working on desktop... it is working on laptops.

Check your difference in term of:

  • user rights (what is your CLEARCASE_PRIMARY_GROUP on both machines?)
  • view protection (check what returns cleartool lsview -l -full -pro -cview, in both machines)

Try with a simple config spec on the desktop:

element * CHECKEDOUT 
element * /main/LATEST

Make sure that config spec at least can be set.

Then work your way back to your intended config spec, by added bits to it, up until you determine what exact part of that target makes the setcs fail.

Upvotes: 1

Related Questions