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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: AuthenticationSupport service missing while restarting aem instance - Adobe Experience Manager 25-02-2022
@Dolly1. Check whether your Apache Sling Authentication Service Bundle is active or not (http://localhost:4502/system/console/bundles/)- if not active then try to activate it manually.2. Stop the AEM instance - Go to folder crx-quickstart/repository/remove folder index -> Start the AEM3. Go for a re-indexing - http://www.wemblog.com/2011/12/how-to-rebuild-index-in-cq5-wem.html4. Check the ERROR log - if you are seeing any memory related logs (Java Heap Space (java.lang.OutOfMemoryError: Java hea...

Views

247

Likes

3

Replies

0
Re: Introducing AEM Headless Developer Portal - Adobe Experience Manager Headless 14-02-2022
Hi @Shashi_Mulugu the tutorials linked are backwards compatible with 6.5 versions. Most of the docs pages have equivalent 6.5 pages. Would it be helpful to have some sort of "version" switcher on the page?

Views

154

Like

1

Replies

0
Re: Fetch Content from AEM between two dates using Query - Adobe Experience Manager 14-02-2022
Let's suppose you want to retrieve list of pages based between current time and 14 days based on some criteria then you could refer below example - map.put("path", pagepath.trim());map.put("type", FMConstants.CQ_PAGE_NODETYPE);map.put("1_group.daterange.property", "jcr:content/expires");map.put("1_group.daterange.lowerBound", getCurrentDate());map.put("2_group.relativedaterange.property", "jcr:content/expires");map.put("2_group.relativedaterange.upperBound", "14d");map.put("p.limit", "-1"); Plea...

Views

320

Like

1

Replies

0
Re: Rollout shows 0 of 2 live copies - Adobe Experience Manager 13-02-2022
@Shashi_Mulugu :Thanks, I didn't try this.Livecopy Overview : I am getting the same issue. Showing 0 of 2 live copies.Page properties sync in live copy page properties : I can rollout the page. But, after rolling out, I get the following error:com.adobe.granite.jobs.async.commons.AbstractAsyncJobExecutor :Error while saving the job result: com.adobe.granite.jobs.async.AsyncJobResult$AsyncJobResultException: Can't create node to save job result.

Views

226

Like

1

Replies

0
Re: Aem Author - Account lockout feature - Adobe Experience Manager 13-02-2022
There is no OOTB feature for that. But you can check the solution suggested by @Bhuwan_B

Views

217

Like

1

Replies

0
Re: AEM As Cloud | Mandatory fields not working when there are multiple tabs ? - Adobe Experience Manager 13-02-2022
Just an update on this one. On the same line we found out few issues with core components for cloud and has raised bug with the Engineering team. Another issue we found out is missing Tab titles, when there is only one Tab.

Views

220

Likes

0

Replies

0
Re: AEM6.5 How to pass the value from Touch Ui Dialog's Select field to Datasource script of another Select - Adobe Experience Manager 09-02-2022
@srinivas_chann1 I also think the solution provided by @Nitin_laad is the right one. You can write an AJAX call on the selection change of the first dropdown and it should populate the second dropdown.

Views

211

Like

1

Replies

0
Re: AEM| Touch UI | Extend Rich Text Link Dialog - Issue with custom JS for Links plugin - Adobe Experience Manager 30-01-2022
So I re-did this again. Used the same JS from Sreekanth , but added dialogFromModel and dlgToModel from coralUI 3 and added the new requirements to it.

Views

184

Like

1

Replies

0
Re: convert static HTML page in iframe to AEM component based - Adobe Experience Manager 24-01-2022
@B_Sravan There is a drawback with the approach 1, I assume when @anuradha3 mentioned static page HTML, I assume it is the full HTML from tag till end of the HTML Document. If that is the case, putting it in RTE might not work. What can be done in that case is to add only the relevant HTML. But RTE has XSS validations and may strip off some HTMLs or links depending on what you add.

Views

412

Like

1

Replies

0
Re: Sling Resource Resolver - Suffix Path - Adobe Experience Manager 21-01-2022
Yes this indeed works --- /content/asset-share-commons/en/light/details.html/content/dam/img.png

Views

260

Like

1

Replies

0