DAM asset deletion popup issue | Community
Skip to main content
New Participant
August 8, 2023
Solved

DAM asset deletion popup issue

  • August 8, 2023
  • 1 reply
  • 1153 views

Hi Team,

 

Whenever I am trying to delete an asset in particular DAM folder, a popup saying "One or more item(s) has local references and/or activated.". When I actually checked References of asset it's "Local References(0)". I observed that this is happening only in this particular folder and in all other folder, when ever I am trying to delete it works fine. Please enlighten me with your ideas.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

Hello @giribabu 

 

It also says about Asset being activated, can you please check ?

- Deactivate the asset

- Delete the asset

 

 

To verify any reference, please execute following query:

 select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/dam/wknd-shared/en/activities/skiing/skitouring.jpg') and isdescendantnode(a, '/content') option(index tag [wcmReferenceSearch]) 

1 reply

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
August 9, 2023

Hello @giribabu 

 

It also says about Asset being activated, can you please check ?

- Deactivate the asset

- Delete the asset

 

 

To verify any reference, please execute following query:

 select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/dam/wknd-shared/en/activities/skiing/skitouring.jpg') and isdescendantnode(a, '/content') option(index tag [wcmReferenceSearch]) 

Aanchal Sikka
GiriBabuAuthor
New Participant
August 15, 2023

Thank you for the response, issue got resolved.

New Participant
January 11, 2024

Hello! Could you please tell me how this was resolved? I get the same error message, but when I move forward in the deletion or move process, it appears it is not referenced anywhere. But it still makes me nervous at times to proceed. Thank you!