Expand my Community achievements bar.

SOLVED

Uploaded asset could not present in Asset Finder in Page Edit

Avatar

Level 2

Hi,

 

I am facing strange issue in my non-prod environment after installing SP 6.5.20. The filters in Asset Finder in page edit does not show any images. I uploaded few asset in particular folder in DAM. I could not see these images in Asset finder while editing page. There are some images visible in Asset Finder from other folder but new images are not.

 

Environment AEM 6.5.20

 

I tried to reproduce same in my local environment but it is not reproducible in local with same setup. I had tried reindexing as well. I tried to add Asset Finder logger and Query Builder logger but no details in logs.

 

I noticed URI /bin/wcm/contentfinder/asset/view.html is called for getting assets. Could anyone tell what query is formed to get all assets in Asset finder?

 

Thanks

Abhijit

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@abhijit_t you can check for an asset which is not showing up whether that asset state is processed or unprocessed in jcr:content node. If it's not processed by Dam update asset workflow, then it won't show up in the asset finder. You can check it. Also you can run the wf for an asset and see if it shows up in asset finder. 

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@abhijit_t you can check for an asset which is not showing up whether that asset state is processed or unprocessed in jcr:content node. If it's not processed by Dam update asset workflow, then it won't show up in the asset finder. You can check it. Also you can run the wf for an asset and see if it shows up in asset finder. 

 

 

Avatar

Level 1

@Saravanan_Dharmaraj The asset is processed. I ran the workflow as well. I reindexed damassetLucen index. I am still checking query being used and will run it from query debugger.