Saturday 23 May 2015

Resolved Error : Search interface "All" contains a nonexistent member "product.repositoryId"

While importing CRS endeca studio project (CRS.esp) file into Endeca Developer Studio it was throwing error.

Error : Search interface "All" contains a nonexistent member "product.repositoryId".


After analyzing I found that product.repositoryId was missing from CRS.prop_refs.xml.

Manually adding below entry in this file resolved this issue.

<PROP_REF NAME="product.repositoryId" TYPE="ALPHA"/>


No comments:

Post a Comment