Views:

To resolve the issue:

  1. Restart the Manager service and SQL service.
  2. Make sure it is connected to the database.
  3. Upgrade to Mobile Security for Enterprise Patch 1321.
  4. Restart the machine.

If the issue persists and the warning "Error type: 10021" appears, do the following:

  1. Open the SQL studio.
  2. Execute the following command:

    delete from CommandQueue where (CmdStatus in (4,8,16))

    It will delete all commands under the "successful", "failed", and "cancelled" statuses.

  3. Wait for the process to finish.
  4. Once done, restart the Manager service and SQL service.