Hello Community - There are some issues with rollback of the installed service pack (6.5.11) on our AEM instance. We have followed the below forum to rollback to previous version but no luck. Even after the uninstall of the service pack or installing the /lib folder taken from the other environment ...
I need to create a solution that allows me to click on elements within a given component in edit mode. I am able to add custom toolbar actions on a component level but i would also like to be able to create a component toolbar action that lets me interact with the content of a given component while ...
I would like to search for any users under home/users with a first or last name that contain a non-alphanumeric character. I've tried the following SQL2 but no luck: SELECT * FROM [rep:User] AS user WHERE ISDESCENDANTNODE([/home/users]) AND [profile/familyName] is not null AND [profile/familyName] L...
Hi community, production build fails in the last step, custom functional testing, in com.xxxxxx.it.tests.PublishPageValidationITthe publish url is pointing to localhost:4503 which is the same problem described here https://github.com/adobe/aem-project-archetype/issues/794 i created a new vhosts file...
Hi All, I am having a hard time figuring out if it is possible to copy and paste a Experience Fragment Template into another folder. When I try to do so, I will get this error. In the example below I was trying to copy and paste a Header(Experience Fragment) from "us" to the site folder in "Language...
Hello together,is it possible to edit the page properties via Java Script? I would have to do this for 4000 pages, which would take a very long time manually.The script must go to the page properties --> Advanced tab --> Break inheritance --> Check an option --> Close inheritance and activate the pa...
Hi, I am facing Http error 503 authentication support missing while opening publisher server. In the logs file it is showing AuthenticationSupoprt service missing. Cannot authenticate request.Please find below the error screenshot: Could you please help me on this asap as it is a production publish...
Hi,Checking what can be better approach to implement countdown time so that:- On Day3 it displays message text X- On Day2 it displays message text Y- On Day1 it displays message text Z All these X ,Y , Z message should not be exposed to end user before time. We are planning to expose Product Promo c...
We have a a Content Fragment model which has around 30-40 fields. We want to group these fields and provide a tab to present Content Authors an easy content entry from. Is this something doable in Content Fragments?
Hi guys, For pages and assets, once you publish(or republish) that content, the replication or distribution service will start the process of invalidating the dispatcher cache.But how can I start the process of invalidating the response cache of a persistent query? It seems that publishing the conte...