Hi @arvind - This looks to me like an indexing issue in your publish instances.Navigate to /system/console/status-oak-index-stats in your publish instance and check the status of indexes and/or check when the last indexing has happened.If you observe that the last indexed timestamp is pretty old, th...
Hi @chandrareddy If I understand correctly, you want to fetch the assets that :Don't have the xyz:pubic property.+Have the xyz:pubic property with value other than 'no' If yes, please try this query: path=/content/dam/we-retailnodename=metadatagroup.p.or=truegroup.1_property=xyz:pubicgroup.1_proper...
Hi @SocialTaylor - Glad that we figured out that the issue is with bundle. If your version of bundle is not updated, then check if the code package is successfully installed in crx/packmgr. If yes, then try to re-install the package and look for any possible errors in the logs.Additionally, you can ...
Hi @kbitra1998 - Just to debug and rule out the permissions issue, try updating replication agent with admin user and replicate the content. It should be successful. You can revert the user, after performing this test. Thanks,Fani
Hi @kbitra1998 - Please follow the instructions in https://experienceleague.adobe.com/docs/experience-manager-64/deploying/configuring/troubleshoot-rep.html?lang=en You only need to make sure the user in your replication agent is present in publish instance and assign repository level permissions to...
Hi @Unnikrishnan-DK - What you are observing is the OOTB feature of AEM, where it externalizes the url's within the XF HTML when exported to target. This should not cause any issue with the Target use cases. If the malformed url http://example.comnull is the concern, try updating the href value in y...
Hi @Shaheena_Sheikh - Do you want to fetch the component path from a page based on the resource type?If yes, there are 2 ways. With the help of a query or with node iteration. With query - Since you know the root path already, construct a query similar to below and this will return the exact compone...