<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough in Continuous Integration</title>
    <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842935#M190</link>
    <description>&lt;P&gt;All of the recommended things to try from @rdecarre11 seem like good suggestions to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW does take some time to launch on a cold start.&amp;nbsp; The Wiresmith and NI versions of the LabVIEW CLI are implemented differently so they could require different initialization times for LabVIEW to be responsive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How much time are you finding that it takes before the LabVIEW CLI does respond?&amp;nbsp; Especially with the startup changes suggested by "rdecarre11" it seems like it should only be a few seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no directly way to change the timeout of the LabVIEW CLI.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Sep 2018 18:28:35 GMT</pubDate>
    <dc:creator>EricR</dc:creator>
    <dc:date>2018-09-24T18:28:35Z</dc:date>
    <item>
      <title>NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842718#M188</link>
      <description>&lt;P&gt;So our setup is as follows:&lt;/P&gt;
&lt;P&gt;We have a Jenkins server with BlueOcean and a windows 7 slave machine with Labview 2017 and the Labview CLI tool installed. The Jenkins server connects through SSH with the slave. So after a checkout of my code I run a build.bat with this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SET cur_dir=%cd%
echo %cur_dir%
LabVIEWCLI -LogToConsole true -OperationName ExecuteBuildSpec -ProjectPath "%cur_dir%\CITestProject.lvproj" -BuildSpecName "Main Application"
&lt;/PRE&gt;
&lt;P&gt;The problem I'm running into is that the Labview CLI tool won't start labview fast enough, so after a&amp;nbsp;time of &amp;lt;unspecified&amp;gt; seconds. I get this error code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Error code : -350000

Error message : LabVIEW CLI: (Hex 0xFFFAA8D0) The CLI for LabVIEW failed to establish a connection with LabVIEW. Ensure LabVIEW is running with VI server enabled on the correct port number. To enable VI server in LabVIEW, select "Tools&amp;gt;&amp;gt;Options&amp;gt;&amp;gt;VI Server" and enable the "TCP/IP" checkbox. If the port number under "TCP/IP" is not 3363, you must specify the port number using the "-PortNumber" argument. 

An error occurred while running the LabVIEW CLI.
&lt;/PRE&gt;
&lt;P&gt;After testing some thing I noticed my build works when Labview is already running before starting the build.bat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other thing I found was, the build.bat starts LabviewCLI, which starts labview in the background, but because of the timeout of the labviewCLI it shuts labview down again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So without hacking my way through and starting labview before executing LabviewCLI, is there a way to increase the timeout time or something like that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 12:22:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842718#M188</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2018-09-24T12:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842891#M189</link>
      <description>&lt;P&gt;It looks like&amp;nbsp;you are using NI's LabVIEW CLI, is that right?&lt;/P&gt;
&lt;P&gt;I use Wiresmith and I have had great luck with it. Maybe give that a shot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, I only have a couple comments that helped me.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you using a windows machine that is running a UI thread while all this is happening? I have noticed dramatic gains in load-times when I run-as System and don't log in to Windows. (You mentioned SSH so that may already be the case)&lt;/LI&gt;
&lt;LI&gt;If you're using a Jenkinsfile, you can wrap script in a timestamps() function to log how long between writes to the console. It can help keep track of the length of all the various steps:
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://jenkins.io/doc/book/pipeline/syntax/#options" target="_blank" rel="noopener"&gt;https://jenkins.io/doc/book/pipeline/syntax/#options&lt;/A&gt; (scroll down a bit)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Are you using a license server? If so, probably create a disconnected license so LV doesn't wait for the server.&lt;/LI&gt;
&lt;LI&gt;Configure LV to start up a little faster by changing the loading options&amp;nbsp;&lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/resource/dialog/preferencesdialog/preferencepages/prefpage-functionbrowser.html" target="_blank" rel="noopener"&gt;https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/resource/dialog/preferencesdialog/preferencepages/prefpage-functionbrowser.html&lt;/A&gt; I use "Load palettes when needed"&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 30 Apr 2025 14:19:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842891#M189</guid>
      <dc:creator>rdecarre11</dc:creator>
      <dc:date>2025-04-30T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842935#M190</link>
      <description>&lt;P&gt;All of the recommended things to try from @rdecarre11 seem like good suggestions to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW does take some time to launch on a cold start.&amp;nbsp; The Wiresmith and NI versions of the LabVIEW CLI are implemented differently so they could require different initialization times for LabVIEW to be responsive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How much time are you finding that it takes before the LabVIEW CLI does respond?&amp;nbsp; Especially with the startup changes suggested by "rdecarre11" it seems like it should only be a few seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no directly way to change the timeout of the LabVIEW CLI.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 18:28:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3842935#M190</guid>
      <dc:creator>EricR</dc:creator>
      <dc:date>2018-09-24T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843185#M191</link>
      <description>&lt;P&gt;Whilst helpful, these suggestions really sound like ways of dealing with something that doesn't work. You should be able to use the LabVIEW CLI "out of the box" without fiddling around trying to optimise LabVIEW launch times, I would suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm seeing this same issue on my Jenkins build server and whilst it isn't the highest performance set-up, it does exceed the minimum system requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think LabVIEW CLI really should be able to cope with this better but at the very least there should be the option to specify a timeout period where the default is too short.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 08:55:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843185#M191</guid>
      <dc:creator>adambro</dc:creator>
      <dc:date>2018-09-25T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843190#M192</link>
      <description>&lt;PRE&gt;Whilst helpful, these suggestions really sound like ways of dealing with something &lt;BR /&gt;that doesn't work. You should be able to use the LabVIEW CLI "out of the box" without &lt;BR /&gt;fiddling around trying to optimise LabVIEW launch times, I would suggest.&lt;/PRE&gt;
&lt;P&gt;This is exactly my point. I don't want to create workarounds, which I have to document because&amp;nbsp;other people need to know how I did it for that project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;How much time are you finding that it takes before the LabVIEW CLI does respond?  &lt;BR /&gt;Especially with the startup changes suggested by "rdecarre11" it seems like it &lt;BR /&gt;should only be a few seconds.&lt;/PRE&gt;
&lt;P&gt;It takes like&amp;nbsp;58 seconds or so to start labview before I can use it with the CLI tool. And that is mainly because it's loading all the plugins we use for the project. But this should not matter if NI developed the tool to wait for LabVIEW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also hoping NI will see this post and do some fixing for the CLI tool. I will even volunteer to test functionality for them if they want to.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 09:24:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843190#M192</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2018-09-25T09:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843928#M193</link>
      <description>&lt;P&gt;Yeah I certainly agree that workarounds are not ideal, and the fact that we have to deal with this subpar tool is also not ideal.&lt;/P&gt;
&lt;P&gt;@ni-people: can we get a build of the CLI in which we can configure the start-up timeout?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 16:47:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843928#M193</guid>
      <dc:creator>rdecarre11</dc:creator>
      <dc:date>2018-09-26T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843930#M194</link>
      <description>&lt;P&gt;So I found a couple things in the .ini you can try:&lt;/P&gt;
&lt;P&gt;[LabVIEWCLI]&lt;BR /&gt;DefaultPortNumber = 3363&lt;BR /&gt;AppendToLogFile = FALSE&lt;BR /&gt;OpenAppReferenceTimeout = 3000&lt;BR /&gt;AppExitTimeout = 10000&lt;BR /&gt;DefaultLabVIEWPath = ""&lt;BR /&gt;OpenAppReferenceRetryCount = 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to change the&lt;SPAN&gt;OpenAppReferenceTimeout&lt;/SPAN&gt; or the retries. Looks like&amp;nbsp;default is about 9 seconds.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 16:49:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3843930#M194</guid>
      <dc:creator>rdecarre11</dc:creator>
      <dc:date>2018-09-26T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3844012#M195</link>
      <description>&lt;P&gt;There are a couple of INI tokens we put into LabVIEW CLI for exactly this case. They are :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;OpenAppReferenceTimeoutInSecond - specifies the amount of time the first attempt to open a VI server connection to LabVIEW should wait before timing out.&lt;/LI&gt;
&lt;LI&gt;AfterLaunchOpenAppReferenceTimeoutInSecond - how long the CLI should try opening a VI server connection *&lt;STRONG&gt;after launching LabVIEW&lt;/STRONG&gt;* before it times out.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These tokens are still in the nature of "workaround".&amp;nbsp; I'm pulling some of the development team into this discussion for thoughts on making the CLI so that it doesn't start passing along parameters until LabVIEW has launched.&amp;nbsp; That said, there could be things on the system that actually prevent LabVIEW from loading correctly and in those cases, you do want to have a timeout so that the app isn't hung waiting for something that will never complete.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 20:08:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3844012#M195</guid>
      <dc:creator>EricR</dc:creator>
      <dc:date>2018-09-26T20:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3844390#M196</link>
      <description>&lt;P&gt;For now the INI file solution does the trick, I would love to see the improvements in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe not the best topic to address this but I can't seem to find an "report an issue with this page" button on this page, but I've found a mistake on &lt;A href="http://zone.ni.com/reference/en-XX/help/371361R-01/lvconcepts/cli_predefined_operations" target="_self"&gt;the operations webpage&lt;/A&gt; that took me to long to figure out.&lt;/P&gt;
&lt;P&gt;on the VIAnalyzer section there is a piece of example code where this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-ReportSaveType "html" &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;should be this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-ReportSaveType "HTML"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 15:55:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3844390#M196</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2018-09-27T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3866993#M210</link>
      <description>&lt;P&gt;So any update on this? I saw that the operations page still isn't updated with the correct example codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I was wondering if there is a release date for the SP1 of the CLI?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:43:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3866993#M210</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2018-11-28T10:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3875745#M223</link>
      <description>&lt;P&gt;Bas.v.E,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What "operations" page are you looking at and what example codes are you asking to have updated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm checking on the CLI.&amp;nbsp; If the component was updated with the LabVIEW 2018 SP1 release, NI will post a new version to NI.com in early January.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 18:45:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3875745#M223</guid>
      <dc:creator>EricR</dc:creator>
      <dc:date>2018-12-19T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3877870#M224</link>
      <description>&lt;P&gt;This operation help page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ni.com/docs/en-US/bundle/labview/page/predefined-command-line-operations.html" target="_blank" rel="noopener"&gt;https://www.ni.com/docs/en-US/bundle/labview/page/predefined-command-line-operations.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the VIAnalyzer section there is a piece of example code where this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-ReportSaveType "html"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;should be this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-ReportSaveType "HTML"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 14:20:05 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3877870#M224</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2025-04-30T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3919565#M231</link>
      <description>&lt;P&gt;Where is the ini you speak of?&lt;/P&gt;
&lt;P&gt;&amp;lt;LV_Version_Path&amp;gt;\labview.ini?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no keys are currently there for me in any labview version.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 19:44:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3919565#M231</guid>
      <dc:creator>Jon_Kokott</dc:creator>
      <dc:date>2019-04-25T19:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3919568#M232</link>
      <description>&lt;P&gt;The Union file is located in&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:/program files(86)/national instruments/shared/labviewcli/&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 19:48:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/3919568#M232</guid>
      <dc:creator>Bas.v.E</dc:creator>
      <dc:date>2019-04-25T19:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050532#M308</link>
      <description>&lt;P&gt;This is still a serious problem.&amp;nbsp; I can not find any combination of timeouts that will allow my Jenkins labview builds to succeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using labview 2019 SP1 on Windows Server 2016&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried timeouts from 5 - 60 seconds and I almost always get Error Code 350000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions from the crowd?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:16:13 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050532#M308</guid>
      <dc:creator>cknowlto</dc:creator>
      <dc:date>2020-05-14T14:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050538#M309</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/JamesMc86/G-CLI" target="_blank"&gt;https://github.com/JamesMc86/G-CLI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this instead. All my similar issues were solved.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:22:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050538#M309</guid>
      <dc:creator>ryan_sheppard</dc:creator>
      <dc:date>2020-05-14T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050598#M310</link>
      <description>&lt;P&gt;So someone wrote a wrapper to fix this issue instead of NI actually fixing the problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So why do we pay these guys all this money for support then?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:57:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050598#M310</guid>
      <dc:creator>cknowlto</dc:creator>
      <dc:date>2020-05-14T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050764#M311</link>
      <description>&lt;P&gt;I mean, it's an open source project by an individual who has contributed to the LV community for years. I like that it's an open source solution, we don't need to rely on NI for everything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NI most likely has many other internal projects they are working on. Spending time on a tool that I would guess less than 1% of the community uses doesn't make business sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G-CLI gets the job done.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 18:54:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050764#M311</guid>
      <dc:creator>ryan_sheppard</dc:creator>
      <dc:date>2020-05-14T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050856#M312</link>
      <description>&lt;P&gt;I have talked to some guys from NI some time ago....&amp;nbsp; the statement was: take James' tool, it seems to work better.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:04:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4050856#M312</guid>
      <dc:creator>Oli_Wachno</dc:creator>
      <dc:date>2020-05-15T06:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: NI LabVIEW CLI won't start LabVIEW VI Server fast enough</title>
      <link>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4088433#M325</link>
      <description>&lt;P&gt;I have used LabVIEW CLI with azdo and Jenkins and have run into this issue in both cases. Sometimes the solutions in the forum do not work, or the timeout is simply too long to deal with. My solution has been to call LabVIEW.exe prior to calling the CLI. For instance, in AzDo I store the version of LabVIEW I am using for my build as a variable $(lvVersion) then use it to call LabVIEW at the location of the LabVIEW executable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;steps:
- task: PowerShell@2
  displayName: "Open LabVIEW"
  inputs:
    targetType: 'inline'
    script: Start-process -FilePath "C:\Program Files\National Instruments\LabVIEW $(lvVersion)\LabVIEW.exe"&lt;/LI-CODE&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Then I call the LabVIEW build spec through the CLI:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;  - task: PowerShell@2
    displayName: "Execute LabVIEW Build Spec"
    inputs:
      targetType: 'inline'
      script: LabVIEWPath "C:\Program Files\National Instruments\LabVIEW $(lvVersion)\LabVIEW.exe"&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Your Mileage May Vary&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Oct 2020 20:36:24 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Continuous-Integration/NI-LabVIEW-CLI-won-t-start-LabVIEW-VI-Server-fast-enough/m-p/4088433#M325</guid>
      <dc:creator>AgentAstronaut</dc:creator>
      <dc:date>2020-10-05T20:36:24Z</dc:date>
    </item>
  </channel>
</rss>

