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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

FAST Instream Reindexing

poduvalarun
1-Visitor

FAST Instream Reindexing

Hi,

Can anyone let me know the procedure you are following for reindexing using FAST Instream? If you could share any errors you faced and any workaround you used with FAST it will be helpful. I am on version 9.1.

Regards,

Arun

1 REPLY 1
LiuLiang
4-Participant
(To:poduvalarun)

Most of our indexing issues can be resolved by restarting Fast services or rebooting Fast server.

For unresponsive status service processes that cause index queue entries piled up, refer TPI 138495.

For re-indexing all objects from scratch, reset index status table in database by dropping the indexstatus table and recreating it.

open Windhcill shell,

cd <windchill_home>\db\sql\wnc\Foundation\wt\index

sqlplus <windchill_schema_user><password>@<sid>

create table indexstatus_bak as (select * from indexstatus);

@drop_IndexStatus_Table.sql

@create_IndexStatus_Table.sql

@create_IndexStatus_Index.sql

Start windchill bulk indexing tool by command :

windchill wt.index.BulkIndexTool

login as admin user and press 1 to start indexing and press 7 to check status.

Good luck.



In Reply to Arun Paranthatta:

Hi,

Can anyone let me know the procedure you are following for reindexing using FAST Instream? If you could share any errors you faced and any workaround you used with FAST it will be helpful. I am on version 9.1.

Regards,

Arun

Announcements
Top Tags