Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: generating access token using jwt - Adobe Experience Manager 18-07-2022
Hi @sriram_1 ,Please check this article if it helps: https://experience-aem.blogspot.com/2021/07/aem-cloud-service-get-adobe-ims-jwt-and-aem-access-token-using-post-man-aem-sso.htmlRegards,Santosh

Views

29

Like

1

Replies

0
Re: AEM - Archetype Versions - Adobe Experience Manager 18-07-2022
Hi @robertol6836527 ,I believe there isn't a direct way to find out the archetype version once it is created, you can check the release notes for the archetypes which shows the new changes/fixes they have done as part of the version. https://github.com/adobe/aem-project-archetype/tags You should be able to compare them and find the respective version.Most of the times, you can see the core component version changes and get the information right away.Again, even though you go through this process...

Views

74

Likes

3

Replies

0
Re: Regarding screen and forms - Adobe Experience Manager 15-07-2022
Hi @akshata_chaudhari ,You need a separate license for AEM Forms. Your organization will need to contact by filling out this [0] form and Adobe representative will contact you to provide all the information you need. In general this is not part of AEM Sites license.Kindly refer [1] different licenses needed for AEMaaCS.[0]: https://business.adobe.com/products/experience-manager/forms/pricing.html[1]: https://helpx.adobe.com/ca/legal/product-descriptions/aem-cloud-service.htmlHope that helps!Rega...

Views

56

Likes

3

Replies

0
Re: AEM 6.5  (AD0-E126) Certification Exam Study Material - Adobe Experience Manager 15-07-2022
Hi @Samsalim ,In addition to @lukasz-m, Adobe recently launched Certification Exam Prep Portal [0], which benefit from taking free expert-level practice tests and, upon completion, receiving a detailed report that indicates areas you’ll need to strengthen to pass the certification exam.The Exam Prep Portal offers unlimited access to all available practice tests for Adobe’s expert-level exams. Practice tests are developed from the same blueprints as the actual exams, so they can help you gauge ho...

Views

168

Likes

3

Replies

0
Re: Reverse replication for delete event - Adobe Experience Manager 14-07-2022
Hi @hptarora ,There will be 2 aspects here: Author InstanceIn ReplicationActionType.DELETE, it deletes the node from repo and push/replicate the same to publisher as well while in ReplicationActionType.DEACTIVATE, the content or the node will still be available in author but it gets out of publisher. so in future when needed that content can be published again.Publisher InstanceReplicationActionType.DELETE & ReplicationActionType.DEACTIVATE are same.Kindly, have a look at your replication queues...

Views

62

Likes

2

Replies

1
Re: After org.apache.felix.http changed to https only, Local AEM is Broken - Adobe Experience Manager 14-07-2022
Hi @AEMWizard ,You can try these,Stop AEM and navigate /crx-quickstart/launchpad/config/org/apache/felix/http.config and change org.apache.felix.https.enable=B"true" to org.apache.felix.https.enable=B"false". ORHTTPS is enabled by default on port 443 - try to visit hit with that port. OR https://localhost:4502Mostly 1st step should resolve your issue.Hope that helps!Regards,Santosh

Views

49

Likes

2

Replies

0
Re: Sample code for jcr based resource resolver - Adobe Experience Manager 14-07-2022
Hi @akshaybhujbale ,Are you asking about resolving Session from ResourceResolver? In that case below is the code snippet.Create system user, provide appropriate permissionsMap bundle symbolic name to system userUse system user to get session via ResourceResolverFactoryMap param = new HashMap(); param.put(ResourceResolverFactory.SUBSERVICE, ""); ResourceResolver resolver = null; resolver = resolverFactory.getServiceResourceResolver(param); session = resolver.adaptTo(Session.class);Correct me if I...

Views

75

Like

1

Replies

0
Re: ERROR: Annotation delete operation failed - Adobe Experience Manager 14-07-2022
Hi @Flash_RE ,Please check the similar question answered here for write access: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/enhancements-to-aem-to-support-restricted-user-permissions/m-p/168013/highlight/true#M92972In your you should have delete permission to the cq:annotation property.Hope that helps!Regards,Santosh

Views

125

Like

1

Replies

1
Re: X-Frame-Options: SAMEORIGON - Adobe Experience Manager 13-07-2022
Hi @Eshwarign ,As I understood, In Apache you have security.conf file in a conf-available directory. In this file, search for X-Frame-Options, it is already present there but commented by default. Now you have two options.Uncomment this setting and restart your Apache server.Copy and paste this setting in apache.conf file, uncomment it and restart your Apache server. Header merge X-Frame-Options SAMEORIGIN "expr=%{resp:X-Frame Options}!='SAMEORIGIN'" Reference: https://www.aemrules.com/2020/04/a...

Views

81

Like

1

Replies

0
Re: how to create dictionary - Adobe Experience Manager 13-07-2022
Just for info: Prior & up to AEM 6.4.0 that was XML Editor and the Add-on, from AEM 6.5.0 onwards, Add-on is placed under Tools that is - XML DocumentationPlease check here for more details: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-enable-xml-editor-option-in-aem/m-p/456980#M131572

Views

87

Like

1

Replies

0