Hello,
I am trying to create Inventory Part in IFS Application 9 but it raise error.
“domain index is marked LOADING/FAILED/UNUSABLE”
kindly help me to resolve this issue.
error log attached.
Hello,
I am trying to create Inventory Part in IFS Application 9 but it raise error.
“domain index is marked LOADING/FAILED/UNUSABLE”
kindly help me to resolve this issue.
error log attached.
Hi
This is due to the indexes in the Inventory Part table has been marked on those three status. You may find that through the below query on the database.
SELECT INDEX_NAME, STATUS FROM USER_INDEXES WHERE TABLE_NAME = 'tablename'; If you are not the owner of the table, then search ALL_INDEXES or DBA_INDEXES instead of USER_INDEXES.
You need to rebuild the indexes related to the Inventory Part table or drop and recreate the indexes in order to resolve the issue.
Hi
You may rebuild the index through the below query and resolve the issue.
SQL> alter index <INDEX_NAME> rebuild;
Hi
You can drop the InventoryPart search index through the application itself.
I have got the same error when creating an Inventory Part, it was resolved after dropping the search indexes like above.
Thanks,
Hi
Correct you can drop and reactivate the indexes through the Search Domain application window as well as you mentioned. Or else you can manually do that from the database end as well through SQL queries.
Thank you
Thanks,
Hello,
I am trying to create Inventory Part in IFS Application 9 but it raise error.
“domain index is marked LOADING/FAILED/UNUSABLE”
kindly help me to resolve this issue.
error log attached.
Issue has been solved. Thank you Ragaventhan Sathananda.
Hi
You can drop the InventoryPart search index through the application itself.
I have got the same error when creating an Inventory Part, it was resolved after dropping the search indexes like above.
Thanks,
Thank you ThushAsanka
I got the same error when I tried to create an inventory part in APP9.
“domain index is marked LOADING/FAILED/UNUSABLE”
I tried dropping the index for search domain “inventory parts” and rebuild but still the error persists.
Please help to resolve the issue.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.