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 jcr:uuid? When it will be generate? - Adobe Experience Manager 02-08-2022
@akshaybhujbale The jcr:uuid property is a protected, auto-created, mandatory property. This means that it is created and administered by the system and can only be read (but not changed or deleted) by the client. The job of the jcr:uuid property is to expose the universally unique identifier (UUID) of its node https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/4.9_Referenceable_Nodes.html#:~:text=The%20jcr%3Auuid%20property%20is,(UUID)%20of%20its%20node.

Views

66

Likes

0

Replies

2
Re: Setting up AEM in cloud service Design aspects - Adobe Experience Manager 26-07-2022
@srinivas_chann1 you can go ahead and look at the AEM cloud documentation and new features. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/home.html And also as this is cloud environment it is auto scalable environment and up on increase in the traffic the environments gets auto scaled automatically. AEM sites https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/sites/home.html?lang=en

Views

44

Like

1

Replies

0
Re: Why import Metadata is failing. - Adobe Experience Manager 22-07-2022
@akshaybhujbale When preparing a CSV file to import, it is easier to generate a CSV with the list of assets by using the Metadata Export feature. You can then modify the generated CSV file and import it using the Import feature. Once refer to below link https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-export.html?lang=en

Views

66

Likes

2

Replies

0
Re: Adobe ID is not linked with your Adobe Experience Cloud solution accounts - Adobe Experience Manager 22-07-2022
@Vishal_S01 you need to contact the person in your organization who handles all the Adobe accounts or who has Administrator rights.

Views

80

Likes

3

Replies

1
Re: How to reduce the secutiry rating in cloud manager pipeline ? - Adobe Experience Manager 21-07-2022
@Mario248 After code scan you will get option for review. Click on review and select the option override and approved.It will overridden the changes and deployed to the cloud. You can proceed without metric failure by configuring “Proceed immediately” to the deployment pipeline as shown below. If the build is failing without the review option, then I guess you need to fix those vulnerable errors and then proceed

Views

87

Like

1

Replies

1
Re: Start Email Notifications on triggering and activites on deployment pipeline - Adobe Experience Cloud 21-07-2022
@tusharbias I already have gone through the article and did a POC, But what i feel is that, it is missing some more details as requested in the description. Like Email notifications and not as AEM inbox notification. The mail notification the we get doesn't capture the details. It is just a message that build is triggered and missing "who triggered it" and when is it triggered.Build details like failure, success Build Status notification to clients with what code is pushed in the current buildNo...

Views

69

Likes

0

Replies

0
Start Email Notifications on triggering and activites on deployment pipeline - Adobe Experience Cloud 21-07-2022
Description – On Triggering the builds from cloud manager pipelines it is expected for a group of users to get build email notifications / Activities on below actions. And also it would be better for an Admin to configure the list of users who needed the notifications (and not in the aem inbox)When build is successfulWhen build failsWhen build is paused or waiting for manual actionWhen build gets completedWho triggered the buildWho cancel the buildWhy is this feature important to you – It is nee...

Views

77

Like

1

Replies

2
Re: Upgrade Dispatcher - Adobe Experience Manager 20-07-2022
@robertol6836527 Please go thought the release note of dispatcher below link https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/release-notes.html?lang=en DISP-874 - Creates a dispatcher configuration to turn implementation of DISP-818 either On or Off through a flag DispatcherRestrictUncacheableContent. The default value is Off. When On, it removes any caching headers set by mod expires for uncacheable content. This is different from the behavior found i...

Views

66

Like

1

Replies

0
Re: Multifield Add button disappearing at some stage while trying to author - Adobe Experience Manager 20-07-2022
@JakeCham The problem is the nesting of components, and this limit is there to prevent recursion use less sling:include The limit of 1000 (default value) can barely be reached by authors adding more and more components. Instead it is only critical, if an authorable component internally consists of 10+ components. Therefor it’s not an authoring problem, but rather the result of developer decisions. Refer to below artical:https://cqdump.joerghoh.de/2022/01/05/how-to-deal-with-the-toomanycallsexcep...

Views

53

Like

1

Replies

0
Re: Any way to get Permissions data - Adobe Experience Manager 20-07-2022
Hi @akshaybhujbale You can refer to below links Authentication for API Accesshttps://adobe-apiplatform.github.io/umapi-documentation/en/UM_Authentication https://developer.adobe.com/experience-cloud/cloud-manager/guides/getting-started/permissions/ If you are looking for migrating the users along with permissions you can use CTT to do it. You can follow below linkhttps://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/migration-journey/cloud-migration/content-transfer-to...

Views

89

Like

1

Replies

0