SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

AMQP error : Failed to log in

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.
errer.PNG

 

0 Kudos
Message 1 of 5
(3,689 Views)

Are you running the API from a windows target or RT target?

-----------------------------------------------
Brandon Grey
Certified LabVIEW Architect

0 Kudos
Message 2 of 5
(3,679 Views)

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.

0 Kudos
Message 3 of 5
(3,670 Views)

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?

-----------------------------------------------
Brandon Grey
Certified LabVIEW Architect

0 Kudos
Message 4 of 5
(3,664 Views)

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.

0 Kudos
Message 5 of 5
(3,661 Views)