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

tb1687196
tb1687196
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
21

Posts

Posts
20

Discussions

Discussions
2

Questions

Questions
18

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tb1687196
Customize the badges you want to showcase on your profile
Re: CRX synchronization of two AEM 6.5 instances - Adobe Experience Manager 22-02-2022
Hi @GopalV ,I believe you are trying to sync all the content as well as users ( in case if you have users in AEM).So, for content sync VLT-RCP is the best way. There is one similar tools also available named "Grabbit" which also internally use vlt-rcp mechanism. But, it is not supported by Adobe and as well you need to install this to environments. So, maybe in upper environments you might not have access to install this tool.You can use below command for VLT-RCP to sync asset ( example given co...

Views

119

Likes

2

Replies

0
Re: Closed unclosed ResourceResolver :: AEM 6.5 SP 10 - Adobe Experience Manager 17-02-2022
Hi @parakh ,You can also ignore these "info" messages. Also, open a support ticket for that. Details thread related this this maybe you can read here and try some checks mentioned. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/upgrade-to-aem-6-3-closed-unclosed-resourceresolver-unclosed/m-p/291815

Views

103

Like

1

Replies

0
Re: Http error 503 authentication support missing - Adobe Experience Manager 17-02-2022
Hi @Ayush8684 ,This can be due to multiple reasons. But, most commonly in your local instance it happens if you abruptly close instance which may lead to repository corruption. For that reason, including considering all the points mentioned by @milind_bachani also check in error log if any repository error is there. If it persists and all your bundles are still active. You may need to attempt fresh installation. But, yes before that try all the re-indexing and other steps mentioned above.

Views

92

Like

1

Replies

0
Re: SAML 2.0 Authentication Handler - successful login but redirect to blank page / 404 - Adobe Experience Manager 16-02-2022
I totally agree with @JeevanRaj . @DuDan you have to give the absolute path which will lead to dashboard. Taking the path from the "/content". Also, to debug the issue check your log, you will get the hint where it's causing the issue.

Views

438

Like

1

Replies

0
Re: AEM Dispatcher handle bypass extension filter - Adobe Experience Manager 16-02-2022
Hi @teaevo ,Your given lines i have segregated and given separately in the comment. In place of "extenstion" use that set. That holds the same meaning.

Views

187

Likes

0

Replies

0
Re: How to write aem query to fetch data between 2 specific dates in Jenkins console? - Adobe Experience Manager 16-02-2022
Hi @Namanap29 ,You need to write groovy script and any script which will call the Query Builder Rest API through the jenkins job.I doubt one thing, how you will mitigate your need by writing jenkins query builder job. As the query builder API is always comes with dynamic requirements based on case to case.

Views

70

Like

1

Replies

0
Re: AEM as Cloud Service - Content Deployment - Adobe Experience Manager 15-02-2022
Hi @Asutosh_Jena_ , Could you please emphasized why you are not able to use grabit tool in cloud manager. We have migrated huge assets using grabbit from one env to another ( but not in cloud manager). Only point in that case you need to keep in mind disabling the "dam asset rendition workflow". It might increase the I/O of memory.

Views

793

Like

1

Replies

0
Re: Custom Replication agent on Adobe cloud - Adobe Experience Manager 15-02-2022
Hi @Sanjay_Bangar , This job you only need if you want to clear the Akamai anytime as per your need. Just by triggering the job will clear the akamai cache. I am not sure about the steps in cloud manager but this as I am aware of doing it in Jenkins. In this case You need to contact your devops / admin team who manage CI-CD deployment process . But, your requirement will be done by adding the config workflow process based on url or CP code ( as mentioned in the steps in link). It will clear the ...

Views

378

Like

1

Replies

0
Re: AEM Dispatcher handle bypass extension filter - Adobe Experience Manager 15-02-2022
Hi @teaevo ,Please consider removing "extension" from your filter section. For security reason you can implement below to allow the mime types. /0041 { /type "allow" /glob "* *.css *" } # enable css/0042 { /type "allow" /glob "* *.gif *" } # enable gifs/0043 { /type "allow" /glob "* *.ico *" } # enable icos/0044 { /type "allow" /glob "* *.js* *" } # enable javascript (with ?querystrings)/0045 { /type "allow" /glob "* *.png *" } # enable png/0046 { /type "allow" /glob "* *.swf *" } # enable flash...

Views

221

Like

1

Replies

2
Re: Custom Replication agent on Adobe cloud - Adobe Experience Manager 14-02-2022
Hi @Sanjay_Bangar,Rather creating a separate replication agent of Akamai flush, whenever any content gets published automatically the Akamai also will be cleared based on URL or CP code. You can follow below link details:https://ravipampana.blogspot.com/2020/06/aem-integration-with-akamai-fast-purge.htmlNow, if you want any to have a separate job you can setup that job in cloud manager deployment pipeline based on CP code.

Views

388

Like

1

Replies

2