Ni.com is currently experiencing issues that may cause some pages to fail.

Support teams are actively working on the resolution.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

deployment utility slow

I have a fairly simple application.  One medium size TestStand sequence and a couple of dozen LabVIEW vis.  I started the deployment utility about two hours ago and it still has not come back.  It responds to mouse clicks on the tabs.   Is it hung?  really slow? or is this normal behavior?
Thanks,

0 Kudos
Message 1 of 10
(4,407 Views)
It might just be slow, but you should verify that there aren't any prompt dialogs hidden beneath your other windows.  A couple of times my deployment builds seemed to hang, but it was because LabVIEW was prompting to save VI's on behalf of the deployment utility, but the LV prompt dialog box was hidden beneath the deployment utility window.
 
 
0 Kudos
Message 2 of 10
(4,403 Views)
It has been going a day now about an hour ago I hit the abort button with no results other than the button visably responds.  I will kill the process  but any idea how to get this thing working?
0 Kudos
Message 3 of 10
(4,391 Views)

What step is it stuck on?

Allen P.

NI

0 Kudos
Message 4 of 10
(4,389 Views)
It is stuck on "Updating File Links".  I tried a different sequence that uses LabVIEW VIs and it finished in about a minuite.
0 Kudos
Message 5 of 10
(4,385 Views)
Do you have any sequence calls?   I have seen this problem where you are calling the same sequence file, but you explicitly name it, rather than check the "Use Current Sequence File" box.
0 Kudos
Message 6 of 10
(4,381 Views)
Yes I have sequence calls.  Most are use current file but one is a remote sequence call.  It is actually to a routine in the sequence but duplicated on the remote computer and run there.  I specify it as remote execution FileGlobals.dtRemoteComputers[ FileGlobals.ClusterNumber ]  and location C:\temp\DCT Test.seq.  On another computer the same workspace finishes. 
0 Kudos
Message 7 of 10
(4,373 Views)
When I remove the remote call the deployment engine finishes.  But, of course, I need that call.  Any idea what I should do next?
Thanks
0 Kudos
Message 8 of 10
(4,372 Views)
Are you trying to call the same file remotely?  If so, check the Use Current File checkbox.
 
If not, is that sequence file trying to call itself anywhere?
0 Kudos
Message 9 of 10
(4,355 Views)
That turned out to do it. At least it builds. I will have to check to see if it still ( I am migrating the app from 2.0 to 3.1 and the sytax the distritution thingy doesn't like funtions as intended in the test equipment ) works . THank you so much.
0 Kudos
Message 10 of 10
(4,346 Views)