DemoApp java script sample (Mobile Server) - ErrorCode 16 when connecting

Hi,

We are testing the DemoApp Sample that comes with the MIP SDK. We have copy this to the Web folder inside the movile server, as specified in the documentation, and we have also tried to set it up in a separate web site (inside the same server).

In both cases, after clicking on “Connect”, the server response is always “ErrorCode 16”, and we can’t go anyfurther. Do you have a clue what the problem might be?

Thank you very much in advance!

Error code 16 means incorrect public key, so it seems like something regarding the key generation (encryption or serialization) is going wrong, but it works fine on my machine without any modifications, so we are a bit puzzled what could be the problem.

Assuming you have not changed anything in neither the sample nor the Mobile Server configuration, we really cannot see what should be causing this.

If you could somehow make a wireshark trace available we could try to have a look at what is going back and forth between the browser and the server, but be aware that due to the holidays answers will be delayed.

We have seen a couple of these before, all of which were resolved using the latest MiP SDK 2016 R3.

I was testing with latest version (2016 R3), so that might be why it worked fine for me.

That was the problem! Version 2016 R3 solved it. Thanks!