You need to sign in to do that
Don't have an account?

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:\>
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:\>
You'll actually want two different commands for that.
1) cd F:\Ant
2) ant retrieveCode
All Answers
You'll actually want two different commands for that.
1) cd F:\Ant
2) ant retrieveCode
Thank You for your quick response. Now The Issue was resolved.