


Hello Team,
We are in process of migrating the AEM as a Cloud service ,during this process we have run Best Practice Analyzer tool.We are seeing the below CRITICAL and saying index definition as "index.rule.violation".
{"data":{"path":"/oak:index/xxxxx","violation":"seed property is not allowed"},"type":"index.rule.violation"}
Please help me to fix this error.
Thanks,
Kishore
Views
Replies
Sign in to like this content
Total Likes
Hi @GK-007 ,
Try using Index Converter Tool.
https://www.npmjs.com/package/@adobe/aem-cs-source-migration-index-converter
It will change the oak:index definitions that are expected in AEMaaCS. So it should remove the properties that are not compatible with AEMaaCS.
Hi @GK-007 ,
Try using Index Converter Tool.
https://www.npmjs.com/package/@adobe/aem-cs-source-migration-index-converter
It will change the oak:index definitions that are expected in AEMaaCS. So it should remove the properties that are not compatible with AEMaaCS.