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

Mahamood
Mahamood
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
7

Posts

Posts
30

Discussions

Discussions
9

Questions

Questions
21

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mahamood
Customize the badges you want to showcase on your profile
Content Fragment Constrain or Limitation in AEM - Adobe Experience Manager 27-11-2019
There is requirement that content author want to review the "Content Fragment" with Business Owner Group before it mapped to actual page. This will be done by using workflow step.I understand from the blogs ( Display AEM Content Fragment in a Workflow Step ) and tutorial links Working with Content Fragments that Content Fragment can't be viewed from workflow step.Is this constrains or limitation in AEM that in workflow step Fragment content can't be viewed.

Views

1.5K

Likes

0

Replies

1
Re: Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:19 -> https://repo.adobe.com/nexus/content/groups/public] in eclipse - Adobe Experience Manager 25-11-2019
I am, also facing the issue during creation of new project. Is it really the reason that "https://repo.adobe.com/nexus/content/groups/public" down ? or it is any other setting which I am missing .Please advice

Views

4.8K

Likes

0

Replies

0
Re: AEM 6.4 org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.adobe.cq.wcm.core.components.models.Page cannot be correctly instantiated by the Use API - Adobe Experience Manager 17-10-2019
I was encountered the similar issue and got resolved after following the step.Go to http://localhost:4502/system/console/scriptcache and click “Clear Cache” to resolve the issue.reference : https://forms.life/2019/08/01/runtime-extension-is-not-available-use/

Views

24.3K

Likes

2

Replies

1
Re: Page Having DTM configuration fails in Activation - Adobe Experience Manager 10-08-2018
kautuk , we have raised adobe ticket and they also mentioned the same point you have mentioned. Since the sub folder option we created manually from CRX/DE it is not the recommended option . To resolve the issue we just moved the configuration to root level and it resolved the issue.

Views

1.3K

Likes

0

Replies

0
Re: Not able to Delete DAM Asset - Adobe Experience Manager Assets 24-04-2018
Update on the above solution.The deleted out of box index reappear on restart of the instance and we started noticing the issue again. After further working with Adobe support team, here is the updated solution.Step1: open the object in crx/de : "/oak:index/ntBaseLucene/indexRules/nt:base/properties/cqLastReplicationAction"Step2: add property "index" and set the value " {Boolean} false".Step3: go to http://[author]:4502/libs/granite/operations/content/diagnosis/tool.html/granite_oakindexmanagerS...

Views

1.5K

Likes

0

Replies

0
Page Having DTM configuration fails in Activation - Adobe Experience Manager 23-04-2018
Our current system is in AEM 6.1 SP 2 CF5 - Where we have existing DTM structure in AEM is as below./etc/cloudservices/dynamictagmanagement --> Global ( Sling:Folder ) --> Brand ( Sling :Folder ) --> Country ( Sling : Folder ) --> Language ( Sling : Folder ) --> DTM_Config - Actual DTM Configuration.This hierarchy we are maintaining from AEM 6.1 onwards and with folder structure, it is clean in term of managing the configuration.Now we are migrated to AEM 6.1 SP CF2 . Post-migration identified i...

Views

1.5K

Likes

0

Replies

2
Re: Not able to Delete DAM Asset - Adobe Experience Manager Assets 23-03-2018
Issue is resolved by Adobe Support Team. It is bug in AEM 6.3+ SP1 + CFP2 , instance having more DAM assets will face this issue due to wrong index value.Problem : Asset delete causing slowness Root cause : Cannot be efficiently handled by the ntBaseLucene index because it is (intentionally) not configured to evaluate paths constraints Solution : Remove the 'cq:lastReplicationAction' from the Oak Index at /oak:index/ntBaseLucene (and reindex)

Views

1.5K

Likes

0

Replies

0
Not able to Delete DAM Asset - Adobe Experience Manager Assets 19-03-2018
We are recently migrating from AEM 6.1 to AEM 6.3.In Production we have large DAM assets content and post migration we identified that in AEM 6.3 if you delete any single DAM assets itself it gives the exception as The query read more than 500000 nodes in memory. To avoid running out of memory, processing was stopped.Cannot serve request to /bin/wcmcommand in com.day.cq.wcm.core.impl.commands.WCMCommandServletI believe the warning / exception message is expected in case the query return more tha...

Views

2.6K

Likes

0

Replies

2
Re: The query read more than 500000 nodes in memory. - Adobe Experience Manager 19-03-2018
Hope you are aware about AEM 6.2 onward there is configuration available in AEM and threshold is setup to restrict any query execution which may cause impact to instance.For AEM 6.0 - 6.2 versions, you can tune the threshold for node traversal via JVM parameters in the AEM start script to prevent large queries from overloading the environment. The recommended values are :-Doak.queryLimitInMemory=500000-Doak.queryLimitReads=100000In AEM 6.3, the above 2 parameters are preconfigured by default, an...

Views

4.0K

Likes

0

Replies

0
Curl Command for restoring page old version - Adobe Experience Manager 13-03-2018
Is there curl command available to restore page old version or it can only be achieved using API?For example, I have a page with 3 versions. I want to restore the previous page version using curl command.I know AEM UI itself has the option to page restore but I am looking to do the same from Curl Command.

Views

816

Likes

0

Replies

1