After Page move, not updating all the links where that path is configured in page AEM 6.5 on-premise | Community
Skip to main content
Level 3
October 8, 2024

After Page move, not updating all the links where that path is configured in page AEM 6.5 on-premise

  • October 8, 2024
  • 1 reply
  • 1251 views

Hi All,

As we know , this is AEM OOB feature where all the links which is configured with speciifc page should update automatically as part of page move operation.

In Development environment, We see reference page count and Adjust option showed up when moving/renaming page like below with highlighted in yellow color, but in qa/higher environment it is not showing and which leads to issue where internal links are not getting updated after page moved/renamed.

this get API (4502/bin/wcm/heavymove?path) is getting references details in DEV env, but not in QA/higher environment.

 

Is there any configurations we are missing here even though we are seeing references internal links in QA environment like Devenv on specific page?

Please share your suggestions/comments, Thank you.

 

Dev ENV Working case:

 

 

QA Env Not Working Case:

 

 

 

 

1 reply

arunpatidar
Community Advisor
Community Advisor
October 9, 2024

Hi @raju-komari 

Are you using AMS or Cloud? Can you compare the product versions between both environments?

Also, could you try testing in the STAGE or PROD environments to rule out any issues specific to QA?

Arun Patidar
Level 3
October 9, 2024

Hi Arun, 

Thanks for the update.

It is on-premise and it is managed by our client which is hosted in AWS.

AEM version is 6.5.20.0 across all environments including same acs commons(5.4.0)  and WCM Core (2.21.2)package.

Level 3
October 10, 2024

Hi Arun,

Thanks for the update, we will validate bundle by decompiling and keep you posted.


Hi Arun,

As part of analysis on WCM CORE API class HeavyMoveDialogServlet.java which is using search API by calling ReferenceSearch.java to get references details and able to identify that below XPATH Query used to get references details through backend WCM API code.

 

//*
[
(jcr:contains(., '/content/health-care/psp/global/us/en/test-page-after-move-on-4'))
]

 

Above query is getting results in Development environment, but not in QA/PREPROD/PRDO Author.

 

any insights/suggestions why results are not coming in other environment's even reference pages are available like development environment.