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: Error when Downloading assets in AEM 6.5.2 - Adobe Experience Manager 07-07-2022
@BRAGAD Can you check on below points1. Check logs for any errors2. The download service creates a zip under /var/dam/donwloads. Check if the package is available at that location3. Check if you have necessary permissions to download the assets4. Are you doing this from author or publisher

Views

86

Likes

2

Replies

0
Re: Not getting edit option when the component is nested within another component - Adobe Experience Manager 07-07-2022
@ManuMathew1994 Thank you for letting me know. I tried my self in a new instance and its working absolutly fine for me.

Views

39

Like

1

Replies

0
Re: AEM6.5 edit dialogue is not opening in author - Adobe Experience Manager 07-07-2022
@kyasam : Got it, Actually I was expecting that it was a multifield where you have authored huge data and up on reaching a limit you are unable to add more and also not able to open the data. In that case 'Apache Sling Main Servlet' will be usefull. But in your case it will be "Apache Sling Get Servlet" " The maximum number of resources that should be returned when doing a node.5.json or node.infinity.json. In JSON terms this basically means the number of Objects to return. "

Views

106

Likes

3

Replies

0
Re: AEM6.5 edit dialogue is not opening in author - Adobe Experience Manager 07-07-2022
Hi @kyasam Can you try increasing the 'Number of Calls per Request ' to 2500 in below OSGi configration org.apache.sling.engine.impl.SlingMainServlet

Views

121

Like

1

Replies

2
Re: AEM as Cloud : Pushing code from GIT to Cloud Repo - Adobe Experience Manager 07-07-2022
git push cloudurl develop:uat -f uat branch will be overrided with develop branch code

Views

122

Like

1

Replies

0
Re: AEM as Cloud : Pushing code from GIT to Cloud Repo - Adobe Experience Manager 07-07-2022
@maheshp Below commands should help you to push to remote Git remote -vGit remote add bitbucket https;//${USERID}:${PASSWORD}@bitbucket urlGit checkout -f branch nameGit remote -vGit push bitbucket branch name:branch name

Views

141

Like

1

Replies

2
Re: How to have an ordered or unordered list with headings and paragraphs in it? - Adobe Experience Manager 07-07-2022
@shaileshbassi and @SantoshSai I guess i understood the question here. @vvl1 wanted to have the headings inside the List. For ex: as shown below the highlighted one should in headings and the next content in a paragraph. Even when i tried with OOTB seems like an issue for me also. On trying to highlight the heading the paraformat is disabled.

Views

124

Likes

2

Replies

0
Re: Move multiple pages - Adobe Experience Manager 06-07-2022
@Kevin_Eye Agree with you, but as of now from Adobe there is no such implementation. May be available in future roadmap releases. But I recommend you to work on the custom implementation if it’s a priority and saves some time.

Views

90

Likes

0

Replies

0
Re: AEM Cloud - DAM Access - Adobe Experience Cloud 06-07-2022
@Sucheta_T In AEM cloud you can add the permission at a particular folder level as below navigate to below location Tools --> Security --> Permissions You can edit the permission for a particular folder required and specify to a group.

Views

83

Like

1

Replies

0
Re: Get Scheme(http/https..etc) serverName and ServerPort in EventHandler - Adobe Experience Manager 06-07-2022
Hi @kumamanish You can get the Protocal, Servername and Serverport from CQ Link Externalizer configration. Create local OSGi configration as shown below in the screen shot and also you need use the externalizer and use below code String publishUrl = externalizer.publishLink(resolver, payloadPath + CommonConstants.SUFFIX_HTML); If the domain is different from the current server, You can put the other domain in a different configration seperatly.

Views

67

Like

1

Replies

1