You are viewing limited content. For full access, please sign in.

Question

Question

Notification in case of Unknown Index Status

asked on April 1, 2014 Show version history

Is there a notification mechanism available when the status of an index repository (as seen in the console) changes to 'unknown' ?

 

If not, what logic (SDK or so) can be embedded in a workflow to diagnose the situation so an eMail notification be sent?

0 0

Replies

replied on April 1, 2014

I'm not aware of any built in mechanism to inform you of changes to the status of the search engine catalog, but you can use the Catalog class in RepositoryAccess to check it.

Catalog catalog = new Catalog(session);

// Get the status
catalog.GetConnectionInfo().State;

(Note I haven't tested this code, and it is in no way complete.)

 

This could be used in a Workflow SDK activity or as a standalone SDK application.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.