Hi Team,
Kindly help me understand what exactly happens after an asset get expired. As per the below link : https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/drm.h... it says "The expiry information ensures that the published asset is unpublished when it expires, which prevents license violation."
My query is will the asset gets deactivated from publish instance or brand portal or dynamic media if an asset is expired.
The off time property deactivates the asset from publish instance, but will prism:expirationDate deactivate an asset from publish instance.
Thank you in advance.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
hello @Smrithi1
Please refer to following section
Config: Adobe CQ DAM Expiry Notification
You can configure the scheduler using the following properties:
true
value of the property cq.dam.expiry.notification.scheduler.istimebased
initiates the scheduler. * The value of the property cq.dam.expiry.notification.scheduler.timebased.rule
is the regular expression to define the time. The example above initiates the scheduler job at 00 hours.send_email
is set to true
, the asset creator (the person who uploads a particular asset to Assets) receives an email when the asset expires.asset_expired_limit
.cq.dam.expiry.notification.scheduler.istimebased
as false
and set the value of the property cq.dam.expiry.notification.scheduler.period.rule
with time in seconds.
When an expiry is reached, an asset is expired i.e unpublished.
In context of AEM, when an asset is unpublished:
The behaviors observed during unpublishing asset, should also apply during expiry
@Smrithi1 I trust the AEM community has been beneficial for you. We hope to see you back as either a learner or a contributor. The community flourishes with SMEs like you. Encourage your AEM peers to participate as well. Happy AEM learning!
Hi @aanchal-sikka,
Will the unpublishing happen as soon as the asset gets expired. I tested the same on my local instance 6.5 with 6.5.18 service pack, and I can see the assets not unpublished from local publish instance. Is there any configurations that needs to be set for unpublishing it as soon as it expires? Kindly advice. Thank you.
hello @Smrithi1
Please refer to following section
Config: Adobe CQ DAM Expiry Notification
You can configure the scheduler using the following properties:
true
value of the property cq.dam.expiry.notification.scheduler.istimebased
initiates the scheduler. * The value of the property cq.dam.expiry.notification.scheduler.timebased.rule
is the regular expression to define the time. The example above initiates the scheduler job at 00 hours.send_email
is set to true
, the asset creator (the person who uploads a particular asset to Assets) receives an email when the asset expires.asset_expired_limit
.cq.dam.expiry.notification.scheduler.istimebased
as false
and set the value of the property cq.dam.expiry.notification.scheduler.period.rule
with time in seconds.
Yes it worked. Thank you.