I want to trigger a workflow automatically when I upload files to a certain folder.The workflow is launching when an asset is uploaded, however it's going stale. If I explicitly activate the workflowon the asset then it runs successully. I set the event type to "created" and the nodetype to "nt:file...
Hi,Is there a way to configure dispatchers to automatically invalidate all pages that match a given pattern (e.g. home.products.xml) only for 1 day in the dispatcher cache?Thanks.
Hi All,We were customizing certain scripts for the DAM console through an overlay. However, we found that this resulted in folder duplication while creating folders and multiple downloads for a single asset. We deleted certain folders which removed our concern altogether. These folders or the script...
Hi,I have HSSFWorkbook Object using wich I have to create an excel file in /content/dam.//code snippetInputStream is = new ByteArrayInputStream(workbook.getBytes());AssetManager assetManager = resourceResolver.adaptTo(AssetManager.class); assetManager.createAsset("/content/dam/test-report.xls",...
Hi,I have the dispatcher installed locally and I can access published sites through it, but cache invalidation is not working. In short, its endpoint return 404 Not Found.In the dispatcher.any, the filter section is configured to allow /0030 { /type "allow" /url "/dispatcher/invalidate.cache" }.Afte...
Is there a way to create a custom asseteditor for images in the DAM that will catch a number of custom MIME types?It seems I have to create a custom editor for each mimetype / dc:format that could possibly be clicked on by creating the correct sub-folders according to the type. Is it possible to cre...
Hi, I want to create a mobile Live Copy of an existing desktop site. To automate this, I created a rollout configuration and would like to add certain node properties (e.g. cq:deviceGroups) to the Live Copy during rollout, in order to make this a mobile site for authoring as well. I know that proper...
I want to know the maximum capacity of a single publish instance from following parameter1. No of Pages/Templates2. Maximum number of nodes.3. Maximum number of page views4. Maximum number of dynamic pages5.The replication capability . Any other parameter to be considered for a stable single publish...
Hi, We have upgraded our AEM server from 5.6.1 to Adobe Experience Manager, Version 6.0.0.SP2When we try to unbind any service configurations from /system/console/configMgr , there is no change on the page and service is still bind with the jar. Its difficult for us to unbind any configuration for s...
The datastore folder of my cq55 author server is very large (~70GB).What i've done yet:I made a DataStore Garbage Collection and a tar optimization (With a restart at the end!) but the folder wouldn't get smaller.What should i do now? How can i clean up this folder?