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

Jagadeesh_Prakash
Jagadeesh_Prakash
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
31

Likes Received

Likes Received
139

Posts

Posts
120

Discussions

Discussions
38

Questions

Questions
82

Ideas

Ideas
7

Blog Posts

Blog Posts
3
Top badges earned by Jagadeesh_Prakash
Customize the badges you want to showcase on your profile
Re: what is the recommended way to create component and dialogs - Adobe Experience Manager 20-07-2022
@ganeshbyale There are some IDE like eclipse and Intellij which helps you create the components and also push to the server using the build in server in IDEBest Practises:https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/dev-guidelines-bestpractices.html?lang=en Sample Tutorial:https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/getting-started.html?lang=en Eclipse to AEM plugin:https://experienceleague.adobe.com/docs/experien...

Views

77

Like

1

Replies

0
Re: Multifield Add button disappearing at some stage while trying to author - Adobe Experience Manager 20-07-2022
@JakeCham Hope you will be seeing the below error in your logs org.apache.sling.api.request.TooManyCallsException: /libs/cq/gui/components/authoring/componentbrowser/component/component.jsp at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:530) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:44) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:77) at com.day.cq....

Views

70

Like

1

Replies

2
Re: Page Action is not working in AEM - Adobe Experience Manager 19-07-2022
@Manjunathbanakar92 Seems this could be permission issues for your ID. But if the page is not moving with any action you can check the logs if there are any error. And also can you make sure if you are doing it right Refer to couple of earlier issues reported : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-move-page-functionality/m-p/395281#M9066https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/move-multiple-pages/idi-p/459578https://...

Views

171

Like

1

Replies

0
Re: AEMaaCS | Cloud Manager Service Credentials - Adobe Experience Manager 19-07-2022
@Jineet_Vora yes it will be in millisecounds. the AEM as a Cloud Service credentials expire after a year. To ensure service continuity, developers have the option of refreshing the credentials, extending their availability for an extra year. Refer to below links: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html?lang=en#the-server-to-server-flow How to use the tocken from POST MANhttps://exp...

Views

69

Like

1

Replies

0
Re: Working Principle of OOTB Scheduled Activation Workflow - Adobe Experience Manager 19-07-2022
@S_K_Agarwal The publish workflow publish later will wait in the /var/workflow location for the page to publish. It is same as 'activate now' Please refer to below links There should be a system user with necessary permisions to trigger the publish event on time. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/publish-later-error-not-enough-rights-to-manage-publications/td-p/324308 https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/activation-wf-s...

Views

79

Like

1

Replies

0
Re: Site Templates - Adobe Experience Manager 19-07-2022
@Eweni Adobe have some list of default templates and also you can create any new one if neededhttps://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/templates/templates.html?lang=en Example Site:https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/pages-templates.html?lang=en And also you can refer to Sample content / templates provided with the AEM

Views

107

Like

1

Replies

0
Re: Page Action is not working in AEM - Adobe Experience Manager 19-07-2022
@Manjunathbanakar92 Are you taking about the default page actions or do you have any page actions in your project? Can you mention some more details? Version of AEM, Service pack

Views

191

Like

1

Replies

2
Re: Can we use JCR to store files? - Adobe Experience Manager 19-07-2022
@AEMexplorer Yes you can use. Like you can store the XML product data in the jcr nodes and do a query to retrive the data. If you are having huge data i prefer you to go for below two options1. Put the data in an structured way so that it would be easy to query and get the resutls.2. You can also use solr to index the data and then query on solr to retrive the results. And also for pdf files you can use DAM and solr options works fine here as well

Views

145

Like

1

Replies

1
Re: IDermisBridge in aem service or servlet makes them unsatisfied - Adobe Experience Manager 18-07-2022
@cof65232 From the description i see that issue is not with the version. I feel that it is because of the IDreamBridge dependencies not getting resolved. Can you try check the class package from /system/console/depfinder. Below is the API reference that you can see https://developer.adobe.com/experience-manager/reference-materials/6-5/forms/javadocs/com/adobe/aem/dermis/api/bridge/IDermisBridge.html

Views

66

Likes

2

Replies

1
Re: AEM Page Authentication property does not enforce SAML Authentication after every restart - Adobe Experience Manager 18-07-2022
@sk09 do you see any error in the logs. Can you share it

Views

187

Like

1

Replies

1