Overview
This article is intended to provide information on how to check who initiated the procedure for content search index rebuild in Jive.
Information
The information presented in this article applies to Jive Interactive Intranet.
Process
To check which user initiated a content search index rebuild in Jive:
-
Check log traces from the sbs.log file for messages like the following:
2019-01-19 06:45:20,906 [ContentIndexRebuildManagementTaskThread-1] [2000:jive-admin:REGULAR] INFO com.jivesoftware.community.impl.search.ContentSearchIndexManagerImpl Rebuild task started @ Sat Jan 19 06:45:20 GMT 2019 2019-01-19 06:47:23,906 [ContentIndexRebuildManagementTaskThread-1] [2000:jive-admin:REGULAR] INFO com.jivesoftware.community.impl.search.ContentSearchIndexManagerImpl Rebuild task completed @ Sat Jan 19 06:47:23 GMT 2019
- Determine the user-id from the log message; e.g., the user-id in the above example is 2000.
- Run the following query substituting the user-id found from the previous step, which brings up all the details for the user-id.
SELECT * FROM jiveuser WHERE userid=<user-id>;
Confirmation
You are able to find out which user initiated the content search index rebuild.
Comments
0 comments
Please sign in to leave a comment.