11-21-2017
05:38 AM
- last edited on
03-14-2019
02:18 PM
by
NIadmin
Hello.
Have you ever seen this before? error code : -251024
I don't know how to track down the starting point of problem. It also caused to stop the example as same error code.
If somebody knows please helps me.
11-21-2017 09:04 AM
Are you running the API from a windows target or RT target?
11-22-2017 04:48 AM
I running API from windows.
I have reinstall all kinds of NI software, then it works.
But, It malfunctioned again as same error, I don't know what i did.
11-22-2017 10:23 AM
Are you running this on the same machine that the server is hosted on or is it being run on a client that is connected to the server?
11-22-2017 12:21 PM
If you are running them on separate machines, make sure the date/time are the same on both systems otherwise the certificates will be invalid.
It is also very possible you are running into a known incompatibility with NI System Configuration API that causes the SSL library to get unloaded. If you run into the issue again, try closing LV completely and then re-launch it and try again. If this fixes the issue you can try putting an HTTP Get (doesn't need to do anything) at the very beginning of your application to lock the SSL cert in memory as a work around.
Note this has been fixed in NI System Configuration 17.6, which will release soon.