Unable search text on workitem summary or any filled item
We are facing an issue while searching an text on workitem summary or any filled item for a specific project area.
For some are we are getting results, while for others it won't retrieve any records where it is there on an workitem summary or any of filled item.
We also went for -rebuildIndices with also -rebuildTextIndices and -reindex on reportools. Still it won't help us here. Also while am clicking the search duplicate button for the non-searchable item page, it throws an error "assertion failed : unable to find the document in the index(ID:itemOid/com.ibm.team.workitem.WorkItem/_-GpxEHKPEeC7-IT4bRat0Q, Type:com.ibm.team.workitem.WorkItem.
Please help us, why we are encountering this type of error and why the many of workitems are not searchable.
For some are we are getting results, while for others it won't retrieve any records where it is there on an workitem summary or any of filled item.
We also went for -rebuildIndices with also -rebuildTextIndices and -reindex on reportools. Still it won't help us here. Also while am clicking the search duplicate button for the non-searchable item page, it throws an error "assertion failed : unable to find the document in the index(ID:itemOid/com.ibm.team.workitem.WorkItem/_-GpxEHKPEeC7-IT4bRat0Q, Type:com.ibm.team.workitem.WorkItem.
Please help us, why we are encountering this type of error and why the many of workitems are not searchable.
2 answers
Having the same issue with RTC v3.0. Does the fixpack 3.0.1 resolve this?
Hi
Check the location of your index files (jts and ccm) and see if the files have been updated after you re-index. Do you have the correct permissions to access these directories:
C:\IBM\JazzTeamServer\server\conf\jts\indices
C:\IBM\JazzTeamServer\server\conf\ccm\indices
The indices must be stored in different locations (otherwise the apps will potentially overwrite each other). The teamserver.properties file tells each app (/ccm and /jts) where to look
Check your teamserver.properties files are not pointing to the same place - look for entries like:
com.ibm.team.fulltext.indexLocation=conf/ccm/indices/workitemindex
regards
anthony