Hi, I need to clone my present authoring and publish instances and then re deploy them on a new server.I have not done this before.What method should I use and what pitfalls should I avoid. RegardsClive Stewart
Hi guys,I am trying to figure out if there is any "sorting" logic for queries that have no "order by" clause. Take for instance the following query:select [jcr:path], [jcr:score], * from [dam:Asset] as a where contains(*, 'geometrixx') and isdescendantnode(a, '/content/dam')How do results get put to...
I am trying to export a component created in crx/de under apps/myProject/components/testComponent to eclipse workspace under src/main/content/jcr_root/apps/myProject/components//testComponent. using below command.vlt export http://localhost:4502/crx apps/myProject/components/testComponent /apps/my...
Hi All,We are upgrading our CQ instance from 5.5 to AEM 6.2. We are basically using the below com.day.cq.collab : cq-collab-commons : 5.5.2 dependency in CQ 5.5. Since the collab API is deprecated in higher versions (https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/collab/commons/CollabUse...
One of the page of our site is not editable, on checking its properties we found out that the has a property "jcr:isCheckedOut" marked as false and that's why we were not able to edit that page.I could just find that it is related to versioning. But could not figure out, how it happened and to chang...
Hi All,I have configured my resource resolver as below, Which is working fine, but after deploying the same into 6.2, the urls are not getting truncated in the links (hrefs), It is giving complete path of page like /content/site1/en/home.html, so please help me in this regard, how to fix this.Here i...
We planned to use this document https://docs.adobe.com/docs/en/aem/6-2/administer/security/security/sync.html to configure user sync on two 6.2 publish instances. It seems though that user profiles would have to be located under /home in order to be synchronized. Our requirement is to synchronize p...
Im new to AEM and i am uploading assets and im trying to edit the metadata, however i'm being prompted with an "unable to edit properties" pop-up when i click save. Any suggestions?
Hi Members:I would like to set up expiry headers on the DAM assets we have to Leverage browser caching. Are there any server settings or dam settings that i need to configure to do this?
I am trying to use an available General Component 'Carousel'. But when I tried, it's not allowing me to choose anything other than Pages. But the expectation is that the Carousel Component will allow to choose 'Images', 'Videos' and such. So, then I tried to see if I can create 'Carousel Sets' and s...