Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do I avoid "could not unload due to name collisions"?

I get this error while trying to load a workspace even though the workspace was completely unloaded and the workspace filesystem space completely empty.   Is there a trick to this?

[tomcat@pzxdcc0131 sandbox]$ l
total 12
drwxr-xr-x  3 tomcat tomcat 4096 Nov 13 08:35 .
drwxr-xr-x  3 tomcat tomcat 4096 Nov 13 08:28 ..
drwxr-xr-x 20 tomcat tomcat 4096 Nov 13 08:34 .jazz5
[tomcat@pzxdcc0131 sandbox]$ scm load -d . -i -f --all -r "https://repo.org/ccm1/" -u "O386600" -P 'passwd'  'mbe release uat build'    
/wms/C Source
/wms/.project
/wms/Build
.. snip
Problem running 'load':
Load could not complete due to collisions. Choose a different destination for the load.
	
	



Appreciate your thoughts!

- Andy

0 votes


Accepted answer

Permanent link
That is correct. The sandbox has the .jazz5 folder which contains the meta data.
Andy Jewell selected this answer as the correct answer

0 votes


One other answer

Permanent link
 AH, I got it. . . you have to delete the root directory as well (which I suppose it because of the metadata and that jazz folder).  I removed the root directory and then ran this:

scm load -d sandbox -i -f --all -r "https://repo.org/ccm1/" -u "O386600" -P 'passwd'  'mbe release uat build' 
		
And it seemed to like it.

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,025

Question asked: Nov 13 '13, 11:42 a.m.

Question was seen: 6,315 times

Last updated: Nov 13 '13, 10:19 p.m.

Confirmation Cancel Confirm