We had a page within Orion that showed us the history of the database maintenance, like start time, end time & duration.
Since upgrading to 2022.3 this page no longer works.
On looking at the database itself I can see that the event types have changed from 1000 to 5100 for it starting and 1001 to 5101 for it completing normally.
I changed the swql query that ran and it only populates the start time.
Checking the database maintenance log it says it has completed, and if i run it manually from the server it also says it completed.
However in the backend database its creating an event type 5102 in the logs stating that the maintenance has failed.
The only thing that i can see that list error in the logs, is deletion of some JET*.tmp files.
This was a bug in older versions of NPM (12.5) that got fixed, but it appears to have re-appeared again in 2022.3
Does anyone else have this error, or know how to resolve it?
TIA