acs-aem-commons icon indicating copy to clipboard operation
acs-aem-commons copied to clipboard

CSV asset importer not working in TEST instance

Open Mohanasundarm586 opened this issue 11 months ago • 3 comments

When import the asset using CSV asset importer tool from my local assets to AEM TEST environment getting “Could not find any asset entries that can be processed Scroll down to see details.” error. But same csv file working in my local not working in TEST environment. Please help to understand the issue.

My local image path : C:\Users\lidrhs4\Pictures

And iam using C:\Users\lidrhs4\Pictures to "Absolute File Dump Location" option. local images stored C:\Users\lidrhs4\Pictures

import (3).csv Image TEST EDAM logs.txt

Please refer the attached error log and image.

Note: I am using admin credentials for asset import.

Mohanasundarm586 avatar Jan 21 '25 07:01 Mohanasundarm586

Can anyone check this and respond

Mohanasundarm586 avatar Apr 02 '25 13:04 Mohanasundarm586

From the error log you provided:

Caused by: java.io.FileNotFoundException: C:\Users\lidrhs4\Pictures/Brand config resourcetype.PNG (No such file or directory)

Can you try changing the Absolute FIle Dump Location to use forward slashes C:/Users/lidrhs4/Pictures and / also in any rel paths in the CSV?

For backslashes in Java I believe you have to use double \\ (though i dont use windows so not 100% sure)

davidjgonzalez avatar Apr 02 '25 16:04 davidjgonzalez

From the error log you provided:

Caused by: java.io.FileNotFoundException: C:\Users\lidrhs4\Pictures/Brand config resourcetype.PNG (No such file or directory)

Can you try changing the Absolute FIle Dump Location to use forward slashes C:/Users/lidrhs4/Pictures and / also in any rel paths in the CSV?

For backslashes in Java I believe you have to use double \\ (though i dont use windows so not 100% sure)

Hi @davidjgonzalez

I have tried with C:/Users/lidrhs4/Pictures in Absolute File Dump Location but still getting same error. But same working in my local problem only on AEM server.when try to aem inctance to my local location. Please check attached import file which I am using. And the relSrcPath column refered images from my C:/Users/lidrhs4/Pictures location.

import.csv

Image

Apr-3 error log.txt

Mohanasundarm586 avatar Apr 03 '25 06:04 Mohanasundarm586