You need to sign in to do that
Don't have an account?
chrisunitt
Force.com migration tool - must specify a folder name
I have followed the instructions for the migration tool but I can't get it to retrieve my metadata:
sf.metadataType = Report
password="${sf.password}"
serverurl="${sf.serverurl}"
metadataType="${sf.metadataType}"
retrieveTarget="retrieveUnpackaged"/>
bulkRetrieve:
BUILD FAILED
com.sforce.ws.SoapFaultException: null: No folder name specified; must specify a folder name for:Report
password="${sf.password}"
serverurl="${sf.serverurl}"
metadataType="${sf.metadataType}"
resultFilePath="listMetadata.log" />
listMetadata:
BUILD FAILED
com.sforce.ws.SoapFaultException: null: No folder name specified; must specify a folder name for:Report
Any ideas? The test target seems to work fine.
sf.metadataType = Report
password="${sf.password}"
serverurl="${sf.serverurl}"
metadataType="${sf.metadataType}"
retrieveTarget="retrieveUnpackaged"/>
bulkRetrieve:
BUILD FAILED
com.sforce.ws.SoapFaultException: null: No folder name specified; must specify a folder name for:Report
password="${sf.password}"
serverurl="${sf.serverurl}"
metadataType="${sf.metadataType}"
resultFilePath="listMetadata.log" />
listMetadata:
BUILD FAILED
com.sforce.ws.SoapFaultException: null: No folder name specified; must specify a folder name for:Report
Any ideas? The test target seems to work fine.
Were you able to make any progress on this? I'm having the exact same problem.
Thanks!
No unfortunately I couldn't find an answer anywhere.
The only workaround was to dump the entire org and manually edit the resulting xml.