Note#5 Your assumption is incorrect. You can rename it in Management Client. Default name will be the Windows hostname. IF you want to use this to address the recording server, you should use WebServerURI
Note#6 Use ServerCommandService.GetVersion() to see if Management Server is running.
Next time, please use forum friendly format instead of Excel sheet.
First of all, regarding the last question which we haven’t answer yet, but we have asked Milestone Developer. I got a reply from them, please see following comment.
-—
From the question where it says (STATUS API / GetRecorderStatus), it seems like you are using the status API on the recorder itself.
Thus – the recorder will not answer if it is not running…
But the possible vales of the ConnectionState are: Disconnected, Connected, Reconnecting
If the recorder is not running you will not get any response (given that I am right in that you are using the recorder status api).
-—
Second, this URL might be helpful for you - Introduction to SOAP Services in XProtect -
The ConnectionState property, reflects the state of the connection between the recording server and the management server service.
Thus, if the recording server is unable to connect to the management server, it will be in state “Disconnected”.
In most cases though, if the recording server looses the connection to the management server, the state will instead be “Reconnecting” as the recording server will automatically try to re-establish the connection to the management server.
Reasons for not being able to connect to the servers are either server not running or network issues.