04-26-2021 08:14 AM
Hi,
I am trying to automate test case creation in Jira from LabVIEW. I started by looking into Rest APIs of Jira. Issue is when I use the Rest commands in Google Chrome, I am able to read the data. But when I use the same API with HTTP VIs in LabVIEW, I am facing Error 59 with the possible reasons "LabVIEW: The network is down, unreachable, or has been reset". I am using LabVIEW in a work PC. So I am not sure if access to internet access is blocked for LabVIEW.
So what I need to know is how to confirm if LabVIEW has internet access or not. Should NI Web Server be enabled to get internet access? Which NI services should services be enabled to get internet access?
09-20-2021 04:22 PM
Were you ever able to result your Error 59 issue? I am seeing a similar thing with the IBM Jazz API. Though, in my situation I am able to run some commands through the API with LabVIEW but fail on this 1 specific call. Since some API commands work I know I have Internet access. The command that fails in LabVIEW for me works both from Chrome and Postman.
In my situation I am wondering if the connection is not being kept alive but I can't see any way to address this. If you solved your issue it may help me see what I am doing wrong.
Thank You,
09-20-2021 04:48 PM