AZCopy Issues
Home › Forums › Cloud Computing › Microsoft Azure › AZCopy Issues
- This topic has 1 reply, 2 voices, and was last updated 2 years, 10 months ago by
Ossian.
-
AuthorPosts
-
servo56jmMemberMar 26, 2018 at 7:38 am #167477Morning all Happy Monday,
So i have a mountain of data to move and well azcopy is the fastest way to get to blobs. I get the below error on 90% of folders i try it on. Once in a while Ill get a DIRECTORY that will copy but rarely. I am a Domain Admin and I am running the Command prompt as administrator. I am completely stumped on this
Unhandled Exception: System.UnauthorizedAccessException: Access is denied. (Exce
ption from HRESULT: 0x80070005 (E_ACCESSDENIED))
at Microsoft.WindowsAzure.Storage.DataMovement.Interop.NativeMethods.ThrowExc
eptionForLastWin32ErrorIfExists(Int32 errorCode, Int32[] expectErrorCodes)
at Microsoft.WindowsAzure.Storage.DataMovement.TransferEnumerators.EnumerateD
irectoryHelper.CheckPathDiscoveryPermission(String dir)
at Microsoft.WindowsAzure.Storage.DataMovement.TransferEnumerators.EnumerateD
irectoryHelper.d__2.MoveNext()
at Microsoft.WindowsAzure.Storage.DataMovement.TransferEnumerators.FileEnumer
ator.d__8.MoveNext()
at Microsoft.WindowsAzure.Storage.DataMovement.MultipleObjectsTransfer.ListNe
wTransfers(CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Execute()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.DataMovement.MultipleObjectsTransfer.
teAsync>d__30.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.WindowsAzure.Storage.DataMovement.MultipleObjectsTransfer.
teAsync>d__30.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.DataMovement.DirectoryTransfer.
c>d__17.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.DataMovement.TransferManager.d_
_73.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.DataMovement.TransferManager.
ryInternalAsync>d__70.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.AzCopy.DirectoryTransferLauncher.
ectory>d__3.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.AzCopy.DirectoryTransferLauncher.
plAsync>d__1.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.AzCopy.TransferLauncherBase.d
__14.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Microsoft.WindowsAzure.Storage.AzCopy.BlobFileTransfer.DoTransfer()
at Microsoft.WindowsAzure.Storage.AzCopy.AzCopy.ExecuteTransfer()
at Microsoft.WindowsAzure.Storage.AzCopy.AzCopy.Execute(String[] args)
at Microsoft.WindowsAzure.Storage.AzCopy.AzCopy.Main(String[] args)
-
AuthorPosts
You must be logged in to reply to this topic.