Sample project: Check server address issue (MIP SDK 2016 R3)

We are using MIP SDK 2016 R3.

We try to run some of sample projects from [C:\Program](file:C:/Program) file\MileStone\MIPSDK\ComponentSamples but all has same error message “Check server Address”, even, Our server is on and running .we are using port: 7563

We are providing below information on login form:

Server address: http://IP address

Authentication: Basic Authentication

username: *******

Password: *******

We also try to edit code to call IsServerConnected by passing “uri”:

uri: http://IP address

if(VideoOS.Platform.SDK.Environment.IsServerConnected(uri) == false), it always return false.

Could you please advice what we are doing wrong here, which causing this error?

That you are using port 7563, seems wrong and based on this I have a guess what is wrong.

Usually you have a Management Server running on port 80 and a Recording Server running on port 7563. Login should be on the Management Server. If you try to login on a Recording Server the login will fail.

Before adding the complexity of the MIP SDK, you should see if the Smart Client can login. If it can then use the same address and credentials..