function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mohan s 37mohan s 37 

access is denied issue when try to retrievecode using force.com migration tool

Hi Friends,

                 I am getting following Issue when try to retrieve code using force.com migration tool."Access is denied". Can any one suggest me what is this Issue.I have copied the force.com migration tool in F drive. I used the following command to retieve 
C:\Users\lenovo>F:

F:\>cd F:\Ant>ant retrieveCode
Access is denied.

F:\>
Best Answer chosen by mohan s 37
James LoghryJames Loghry

You'll actually want two different commands for that.

1) cd F:\Ant

2) ant retrieveCode

 

All Answers

James LoghryJames Loghry

You'll actually want two different commands for that.

1) cd F:\Ant

2) ant retrieveCode

 

This was selected as the best answer
mohan s 37mohan s 37
Hi James,

                 Thank You for your quick response. Now The Issue was resolved.