Depuis la console administration Adobe (https://adminconsole.adobe.com/), j'ai ajouté les droits à un utilisateur sur AEM.Depuis AEM je recherche l'utilisateur mais il n'apparait pas.J'ai essayé en créant l'utilisateur par le suite directement dans AEM mais cela ne fonctionne pas, l'utilisateur ne p...
Depuis la console administration Adobe (https://adminconsole.adobe.com/), j'ai ajouté les droits à un utilisateur sur AEM.Depuis AEM je recherche l'utilisateur mais il n'apparait pas.J'ai essayé en créant l'utilisateur par le suite directement dans AEM mais cela ne fonctionne pas, l'utilisateur ne p...
Hi everyone,In our AEM as a Cloud Service project, we are generating an **access token inside an OSGi service class**. Every time we call the method in this service, it generates a **new token**.The requirement is:* The token should be **generated only once every 24 hours*** The same token should be...
Folks, need some suggestions, we are looking to migrate around 500GB of content from on-prem AEM to 3rd party tool preferably azure, the content is about 500GB and we want to preserve all our versions of our assets and documents. what is the best way to approach this?, when we migrate to 3rd party t...
Hello All, In slingmodel trying to get layoutcontainer models methods, as belowI added below code ContainerImpl@Self@Via(type=Layoutcontainer.class)Delegate(types=Layoutcontainer.class)LayoutContainer layoutContainer; But when I access the getLayout method from htl getting error cannot access method...
Hi all, I am going through WKND Tutorial and encountered an issue executing "git clone" Command, taken right from Tutorial. Namely: $git clone git@github.com:adobe/aem-guides-wknd.git Error manifestation is: Permission denied (publickey). fatal: Could not read from remote repository. I saw an al...
Hi all, I am deploying the WKND project using "mvn clean install -PautoInstallSinglePackage" command.https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/project-setup It is failing with the below errors: C:\Rama\Adobe\WKND Site\...
Hi there, I am trying to convert JCR-SQL2 query to Query Builder, but I see a warning that "Usage of self property in path predicate has been deprecated. Please avoid its usage.". I have tried several approaches but they didn't return valid results. Probably someone of you had experience with it....
Hello, I am wanting to build my own Page Report. The default Page Report is almost what I need. However, I am looking to add a Date Range field or a Date field that I can enter a date and it will only return results that are Newer than that date. Any guidance is appreciated. The purpose of this repo...