Moving Indexes to shared location
We are planning for HA and have installed two CLM servers using the following
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_setting_up_ha.html&scope=null
in primary server while running diagnostics we are facing the following error:
CRJZS6125E The location for full-text indexes is invalid or inaccessible
we are using windows shared location mapped as network drive and a shared folder for indexes.
any idea how to resolve this?
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_setting_up_ha.html&scope=null
in primary server while running diagnostics we are facing the following error:
CRJZS6125E The location for full-text indexes is invalid or inaccessible
we are using windows shared location mapped as network drive and a shared folder for indexes.
any idea how to resolve this?
Accepted answer
Hi Naveed,
The following may give you a jumping off point:
The full text index can be found where ever your setting in the teamserver.properties of your application says it is located in the property com.ibm.team.fulltext.indexLocation
The following may give you a jumping off point:
The full text index can be found where ever your setting in the teamserver.properties of your application says it is located in the property com.ibm.team.fulltext.indexLocation
com.ibm.team.fulltext.indexLocation=/opt/IBM/JazzTeamServer/workitemindex
I would check that value in your teamserver.properties.
Note: For high availability applications, have the Jazz Team Servers reference the same location for the full text index. To keep the index up to date and available for all servers, each server teamserver.properties should update the com.ibm.team.fulltext.indexLocation in teamserver.properties to store the index for the full text on a single shared drive location