Defect HC-4230

\"Another indexing process is in progress\" message is not being returned

Software

Customer case Applies to Corrected in
CS0132461 V9.0.1.0 9.0.1.12

Observed behavior

When an indexing process is already running, that status is not returned to the caller by the new job. Instead, it returns a \"successful\" message, giving the appearance that something is running when it is not.

Expected behavior

The new job should detect that the other process is still running and return an appropriate error message.

Resolution

The logic that handled the detection of the other process did exist, but it needed to moved to another place in the code to detect the other process and return the error message. This is now fixed.