cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Missing uid and uniqueInx importing AsCategoryAwareSearchConfiguration

Former Member
543

Hello, I am following the Commerce Search to Adaptive Search migration guide: https://help.hybris.com/1808/hcd/0dd7e302de0c4d5480336816386e1f40.html#loio0dd7e302de0c4d54803368163...

However, the ImpEx import results in an error from de.hybris.platform.servicelayer.interceptor.impl.MandatoryAttributesValidator that lines for AsCategoryAwareSearchConfiguration are missing values for mandatory attributes [uid, uniqueIdx].

I see from ImpEx headers that these attributes are not generated during the export and consequently not inserted during the import. How could this be fixed?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem occurred because some interceptors, including AsCategoryAwareSearchConfigurationInterceptor, which generates the uniqueIdx value, failed to run. Rebuilding with "ant clean all" and restarting the server helped to make necessary interceptors work.

Ask a Question