It's all about the answers!

Ask a question

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


Andy Jewell (24236174) | asked Nov 13 '13, 11:42 a.m.
edited Nov 13 '13, 11:43 a.m.
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

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Nov 13 '13, 10:19 p.m.
JAZZ DEVELOPER
That is correct. The sandbox has the .jazz5 folder which contains the meta data.
Andy Jewell selected this answer as the correct answer

One other answer



permanent link
Andy Jewell (24236174) | answered Nov 13 '13, 11:46 a.m.
 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.

Your answer


Register or 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.