Hi everyone,
our dev team is trying to connect an XProtect Corporate 2022 R2 by using SDK 2016R2.
At login time, by calling
VideoOS.Platform.SDK.Environment.Login(Usi serverUsi, Boolean masterOnly)
we get the exception:
VideoOS.Platform.SDK.Platform.ServerNotFoundMIPException
In our implementation we handle Basic and Negotiate authentication methods as well.
Downloading the latest sample from here:
tps://github.com/milestonesys/mipsdk-samples-component/tree/main/LogOnServer
we successfully login to the system, by using Basic authentication and by un-flagging the option Allow only secure communication as folllow:
Is the SDK 2016R2 compliant with the XProtect Corporate 2022 R2? Does the user used to connect the XProtect Corporate 2022 R2 platform need to be configured with certain options in order to let the user connects the Milestone server by using the SDK 2016R2?