Expand my Community achievements bar.

SOLVED

ACS AEM CSV Asset Importer local to remote server

Avatar

Level 1

Hi,

I would like to upload 500GB of assets from my local filesystem to AEM server running in AMS. I have been asked to use CSV Asset Importer for bulk updates.

But while I click on import assets, it says "Could not find any asset entries that can be processed Scroll down to see details.". I think it is because the file is in my local system. The csv has absolute path with reference to my local system. Is there a way to upload images from local system to Remote AEM server using CSV Importer ? If yes, how?

If no, Is there any other alternative upload mechanism for the above scenario ?

AEM Assets - Questions

smacdonald2008kautuksahnijustinedelsongauravb10066713

Screen Shot 2019-05-27 at 2.30.27 PM.png

1 Accepted Solution

Avatar

Correct answer by
Level 1

UPDATE : we were not able to upload from local filesystem into remote AEM Server.

We had to transfer the files from my local system into Amazon s3. We used S3 Asset Ingestor  to push the assets into Remote AEM Server. s3 Ingestion automatically handled batch-wise ingestion to AEM.

View solution in original post

2 Replies

Avatar

Level 10

I couldn't locate this exception in the source code @ acs-aem-tools/CsvAssetImporterServlet.java at master · Adobe-Consulting-

Services/acs-aem-tools · GitHub

Probably best bet would be to enable logs on "com.adobe.acs.tools" or debug this java code

Even there is a similar/open issue - CSV asset importer issue for AEM 6.3 · Issue #195 · Adobe-Consulting-Services/acs-aem-tools · GitHub

Alternatively, you may try AEM Desktop App/Remote sync utilities for same

Try - Remote Assets

Avatar

Correct answer by
Level 1

UPDATE : we were not able to upload from local filesystem into remote AEM Server.

We had to transfer the files from my local system into Amazon s3. We used S3 Asset Ingestor  to push the assets into Remote AEM Server. s3 Ingestion automatically handled batch-wise ingestion to AEM.