Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Is there a way stop authoring team from uploading duplicate assets.?

Avatar

Level 1

Hi All,

 

I'm searching for ways to stop the Authoring team from Uploading Duplicate Assets and a way to Identify & List existing Duplicate Assets. 

Any Help will be much appreciated.

 

 

Thanks

Lasya.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @LSA_12 ,

 

If your authoring team is uploading duplicate assets and you want to notify them, then these steps will help you.

: Duplicate detection is disabled by default. To enable the feature, do the following steps:

  • Open the Adobe Experience Manager Web Console Configuration page at https://[server]:[port]/system/console/configMgr.

  • Edit the configuration for the servlet Day CQ DAM Create Asset.

  • Select the detect duplicate option, and click/tap Save.

If assets were already existing & you want to detect duplicates, I suggest you view this useful code.

https://experience-aem.blogspot.com/2019/06/aem-65-find-duplicate-assets-binaries-in-existing-reposi... 

 

 

I hope these steps might helps,

Aditya Ch

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @LSA_12 ,

 

If your authoring team is uploading duplicate assets and you want to notify them, then these steps will help you.

: Duplicate detection is disabled by default. To enable the feature, do the following steps:

  • Open the Adobe Experience Manager Web Console Configuration page at https://[server]:[port]/system/console/configMgr.

  • Edit the configuration for the servlet Day CQ DAM Create Asset.

  • Select the detect duplicate option, and click/tap Save.

If assets were already existing & you want to detect duplicates, I suggest you view this useful code.

https://experience-aem.blogspot.com/2019/06/aem-65-find-duplicate-assets-binaries-in-existing-reposi... 

 

 

I hope these steps might helps,

Aditya Ch