Content Transfer Tool with AzCopy
Hi,
I am trying to transfer a large amount of assets from an Adobe Managed Service environment to an AEMaaCS. I configured the AzCopy to use with the Content Transfer Tool following this documentation: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/migration-journey/cloud-migration/content-transfer-tool/handling-large-content-repositories.html?lang=en
But during the migration set creation, I am having an error:
2023-09-08 11:56:54,336 [main] ERROR c.a.granite.skyline.migrator.Main - Error in migration
2023-09-08 11:56:54,429 [main] INFO c.a.g.s.c.AzureReadWriteLockUtils - Released lease locks/write modified at Fri Sep 08 11:56:48 CDT 2023
2023-09-08 11:56:54,610 [main] INFO c.a.g.s.m.commons.MigrationMetadata - Setting job status FAILED in metadata
2023-09-08 11:56:54,798 [main] ERROR c.a.granite.skyline.migrator.Main - Can't finish extraction
com.adobe.granite.skyline.migration.commons.azcopy.AzCopyProcessException: AzCopy pre-copy phase terminated with exit code=1. Stopping extraction.
at com.adobe.granite.skyline.migration.commons.azcopy.AzCopyBlobPreCopy.runAzCopyProcess(AzCopyBlobPreCopy.java:140)
at com.adobe.granite.skyline.migration.commons.azcopy.AzCopyCloudBlobPreCopy.performPreCopy(AzCopyCloudBlobPreCopy.java:52)
at com.adobe.granite.skyline.migration.commons.ContentExtractor.migrate(ContentExtractor.java:151)
at com.adobe.granite.skyline.migrator.Main.runExtraction(Main.java:189)
at com.adobe.granite.skyline.migrator.Main.main(Main.java:145)
2023-09-08 11:56:54,798 [Thread-3] INFO c.a.g.s.m.commons.MigrationMetadata - Setting job status RUNNING in metadata
And in the INFO messages I saw something interesting, but I couldn't find where is the destination container:
"INFO: Failed to create one or more destination container(s). Your transfers may still succeed if the container already exists."
2023-09-08 11:56:53,804 [main] INFO c.a.g.s.m.commons.ContentExtractor - ****************** Beginning AzCopy pre-copy phase ******************
2023-09-08 11:56:53,894 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] INFO: Scanning...
2023-09-08 11:56:53,894 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] INFO: Authenticating to source using S3AccessKey
2023-09-08 11:56:54,028 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] INFO: azcopy 10.19.0: A newer version 10.20.0 is available to download
2023-09-08 11:56:54,029 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy]
2023-09-08 11:56:54,317 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] INFO: Failed to create one or more destination container(s). Your transfers may still succeed if the container already exists.
2023-09-08 11:56:54,317 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support
2023-09-08 11:56:54,333 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy]
2023-09-08 11:56:54,334 [main] INFO c.a.g.s.m.c.a.AzCopyCloudBlobPreCopy - [AzCopy pre-copy] failed to perform copy command due to error: cannot start job due to error: cannot list objects, The AWS Access Key Id you provided does not exist in our records..
Please, do you have any clue to help me to troubleshoot it?