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

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: Replication Queue blocked - Failed to register namespace mapping - Adobe Experience Manager 08-09-2021
Hi @kbitra1998 - Please follow the instructions in https://experienceleague.adobe.com/docs/experience-manager-64/deploying/configuring/troubleshoot-rep.html?lang=en You only need to make sure the user in your replication agent is present in publish instance and assign repository level permissions to the same user for jcr:namespaceManagement privilege in Publish instance. Thanks,Fani

Views

487

Like

1

Replies

2
Re: AEM Target replacing href value - Adobe Experience Manager 08-09-2021
Hi @Unnikrishnan-DK - What you are observing is the OOTB feature of AEM, where it externalizes the url's within the XF HTML when exported to target. This should not cause any issue with the Target use cases. If the malformed url http://example.comnull is the concern, try updating the href value in your HTML to "href=#". For some reason if you don't want externalization to happen, then revert your custom changes and custom domain from the "Day CQ Link Externalizer" OSGI config at location "/syste...

Views

137

Like

1

Replies

2
Re: Old JS and CSS served under new name after deployment - Adobe Experience Manager 01-09-2021
Hi @Alexander_Prikhodko - Are you observing this issue on all the layers like AEM author, publisher, dispatcher and a CDN ?

Views

679

Like

1

Replies

1
Re: Get the component on a page - Adobe Experience Manager 31-08-2021
Hi @Shaheena_Sheikh - Do you want to fetch the component path from a page based on the resource type?If yes, there are 2 ways. With the help of a query or with node iteration. With query - Since you know the root path already, construct a query similar to below and this will return the exact component path.path=/content/we-retail/us/en/men/jcr:contentproperty=sling:resourceTypeproperty.value=weretail/components/content/title With node iteration - From the parent root path, iterate until you find...

Views

282

Likes

2

Replies

0
Re: How to upload a zip file from AWS S3 bucket to AEM? - Adobe Experience Manager 26-08-2021
Hi @Joy786 - Updated my response.

Views

367

Like

1

Replies

0
Re: Image hotspot icon not available in asset editor - Adobe Experience Manager 26-08-2021
The dynamicmedia_scene7 runmode while starting AEM will only enable Dynamic Media specific features/workflows on the AEM instance. Post this, AEM should also be configured to work with a valid Dynamic Media account.For this configuration please refer to Create a Dynamic Media Configuration in Cloud Services section in the same link https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/config-dms7.html

Views

337

Like

1

Replies

0
Re: How to upload a zip file from AWS S3 bucket to AEM? - Adobe Experience Manager 26-08-2021
Hi @Joy786 Uploading a file from S3 into AEM will need to be a 2 step process. Download the object from S3 as a stream and then Upload it into AEM. Let us now look at them individually: Downloading object from S3 - Refer to the script at https://github.com/paulhammond/s3simple Uploading the file to AEM - Refer to the example curl scripts at https://helpx.adobe.com/experience-manager/kb/common-AEM-Curl-commands.htmlUpload a new package curl -u admin:admin -F package=@"name_of_package.zip" http://...

Views

388

Like

1

Replies

2
Re: Customized workflow(Upload Dam Asset) duplicate the file and upload to the other ftp - Adobe Experience Manager 26-08-2021
Hi @johnt54373251 -There are technically feasible options to sync your Adobe DAM assets to a different server, but the best of them can only be determined based on your use cases, like:1. Do you want to perform the sync for all the assets / all file types or only a subset of them?2. Do you want a user to have control over which assets needs to be synced and which not?3. Do you really want to duplicate the asset binary? or Do you want to have assets binary stored only in one system and have their...

Views

117

Like

1

Replies

0
Re: Image hotspot icon not available in asset editor - Adobe Experience Manager 26-08-2021
Hi @davidm28404065 - Have you also completed the Dynamic media configuration and is the connection successful?

Views

361

Like

1

Replies

2
Re: Add data-attributes to component's decorator element - Adobe Experience Manager 26-08-2021
Hi @harish_malineni , As per the documentation, you can add any property names on cq:htmlTag node of a component and that will be added to the decoration tag:cq:htmlTag node : This node can be added under a component and can have the following properties:cq:tagName {String} : This can be used to specify a custom HTML tag to be used for wrapping the components instead of the default DIV element.class {String} : This can be used to specify css class names to be added to the wrapper.Other property ...

Views

193

Like

1

Replies

1