Error 6 at Invoke Node in Dist Send Result File to RT.vi-- Bu​ild Applicaito​n.vi

I am using cFP 2000 RT in my application. When I build exe and download the application to the cFP 2000 RT, I get "Error 6 occured in Invoke Node in Dist Send Result File To RT.vi--> Build Application.vi"
The steps followed.
1. In the LabVIEW 7.0 Main Panel, Select the execution target as RT Target.
2. Tools --> Build Application or Shared Library. In the Target Tab the destination directory is selected as \\xxx.xxx.xxx.xxx\c\ni-rt\startup automatically.
3. In the SOurce file tab, select the Top level VI.
4. Press Build to make the executable of the application. The application is built and at the end the error message is poped up. (see the attached file)
Software Configuratio
n:
1. LabVIEW 7.0
2. Field Point 4.0
3. LabVIEW RT 7.0
Help me solve this problem. Thanks in advance.
Attachments:
Error_Message_and_RT_Info.bmp ‏313 KB

This is most likely coming from the specific file it mentions in the error, Dist Send Result File To RT.vi. The error 6 means the file can't be found. One thing to try first is to add this VI as a Dynamic VI in Application Builder. Another option is to change the path that this VI is invoked from, or is not called by an Invoke Node at all.
I hope this helps, feel free to contact support if the problem continues.
Regards,
Robert Jackson
Application Engineer

Similar Messages

  • Error 7 occurred at Invoke Node in Dist read linkages.v​i- Dist Cmp Settings to Disk Hier.vi- B​uild Applicatio​n.vi

    Error 7 occurred at Invoke Node in Dist read linkages.vi->Dist Cmp Settings to Disk Hier.vi->Build Application.vi????
    Hi I do not understand how to resolve this nagging problem.
    I run the program in the development time and it all goes smoothly.
    However when i wanted to build the program. I often run into this problem.
    How to resolve it?
    Clement

    Hey Clement,
    Which version of LabVIEW are you using? There some knowledgebases out there that address the issue. Click here for the first KB or here for the second one. Hopefully these would help.
    Regards,
    Chetan K
    Application Engineer
    National Instruments

  • Error 6 occurred at invoke node in dist build app

    Error 6 occurred at Invoke Node in Dist Build App from LLB.vi->Dist Build App Image.vi->Build Application.vi
    Possible reasons:
    LabView: Generic file I/O error
    or
    NI-488: I/O operation aborted
    Version 6.0.2

    I noticed that you updated your system to 6.0.2. A couple things to check on that may remedy the problem.
    1)Did you install the application builder after upgrading your system to 6.0.2? You will want to install the application builder 6.0 first, and then add the 6.0.2 update to the whole system.
    2)Have you mass compiled all of your VIs since the upgrade? You will want to make sure that all of your VIs are in 6.0.2 format before trying to build them into an executable.
    Matt Kisler
    Applications Engineer
    National Instruments

  • Linux AppBldr Error 7 Invoke Node

    * LabVIEW 6.02 FDS Linux S/N G12X17332
    * AppBldr 6 Linux S/N J12X64523
    My SSP subscription on this software has expired.
    The products were installed on Linux Mandrake 8.2 using the provided National Instruments RPM method. A query of the rpm database shows that the following
    versions are installed:
    labview-help-6i-1
    labview-examples-6i-1
    labview-ref-6i-1
    labview-desktop-6i-1
    labview-rte-6.0.2-1
    labview-pro-update-6.0.2-1
    labview-app-6i-1
    labview-vxi-6i-1
    labview-update-6.0.2-1
    nivisa-2.5-1
    If I attempt to build an application from a workable VI (that resided on the local disk and not in memory), the build process proceeds until a dialog box is
    displayed, stating "Error 7 occurred at Invoke Node in Dist Build
    App from LLB.vi->Dist Build App Image.vi->Application.vi"
    I have looked into the NI Knowlege Base and I see the notes about not using forward slash in VI names, and I have complied with this naming restriction.
    Do you have any suggestions??
    Thank You,
    Jerome Whelan

    Jerome,
    I strongly suggest that you submit a support request to NI at ni.com/ask. But first, try the following.
    The error you are receiving is a missing file. The source could be your build. I have received error 7 on many occasions building an app (on Windows) because I had the source code open. Be sure that you first open all of your code, and do a "Save All". Then, close all code, and close LabVIEW. This will ensure that all VIs are out of memory. Then, open the app builder anew, and try building your application.
    If you still have the problem, try doing a test build of a simple "Hello world" type of VI that has no subVI calls. Follow the procedure above to dump the memory, and build it. If you still have the error, then the problem is with
    the Application Builder, at which point, you will want to contact NI.

  • Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network...

    Hello,
    Doing an install of an Oracle 8.1.7 database on a Linux SLES8 SP2a
    After I run the runinstaller, I've a problem !
    The message:
    Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network/lib/ins_net_client.mk
    I install the glibc-2.1.3-stubs OK
    I run ./setup_stubs.sh then in the graphical environnement RETRY
    but I've the same problem !
    Any ideas ? What is going on ?
    Philippe

    hey, i found something about gcc and that you have to link two files yourself, everything has gone well up until i tried to link the second file and got the error:
    /usr/bin/ld: cannot find -lxml10-lunls10
    collect2: ld returned 1 exit status
    The command i was trying to run was this:
    linuxbox:/home/oracle# gcc -o /home/oracle/OraHome_1/rdbms/lib/extproc -L/home/oracle/OraHome_1/rdbms/lib/ -L/home/oracle/OraHome_1/lib/ -L/home/oracle/OraHome_1/lib/stubs/ /home/oracle/OraHome_1/rdbms/lib/hormc.o /home/oracle/OraHome_1/rdbms/lib/defopt.o /home/oracle/OraHome_1/rdbms/lib/homts.o -lagtsh -lpls10 -lplp10 -lclntsh -lcore10 -lxml10-lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 /home/oracle/OraHome_1/lib/libgeneric10.a `cat /home/oracle/OraHome_1/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome_1/lib -lm `cat /home/oracle/OraHome_1/lib/sysliblist` -ldl -lm -L/home/oracle/OraHome_1/lib -lvsn10 -lnro10
    I'm not sure where the missing file is supposed to be, what it does or how to fix it. I'm just stuck now.
    Any suggestions?

  • Error in invoking target 'ntcontab.o' of make file.

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Hi , I have all rpms installed on RHEL 5 but still getting below error...
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1

  • Error in Invoke Node-Set Control Value

    I've a trouble with a VI: the error cluster warns ERR(7) when I try to pass the output of the "FLATTEN TO STRING" function to an Invoke Node-Set Control Value.
    In the file attachments there's the upmentioned VI. Thank you
    Attachments:
    Cambia_i_valori_di_default.vi ‏147 KB

    Error 7 is file not found. I would think that this error is generated by one of your Open VI References and not any of the Set Control Values. Check your paths and verify that they're correct. Also, you haven't included two subVIs or the VIs that you're trying to modify so it's impossible for anyone to try and recreate your problem. Save them into an LLB and attach that if you still have problems and want some help.

  • 1003 error at invoke node in .exe

    Hello!
    I Have a problem at an invoke node when running an .exe and I have no idea what the problem is. There's no problem in the development system.
    Here's a picture of the code..
    Thanks in advance
    Attachments:
    exe_error.JPG ‏72 KB
    exe_error1.JPG ‏72 KB

    To find out where the error originates, place a probe on the error cluster wire and monitor the point where the error first appears, it will be the object in front of the probe.
    R

  • Error 1039 invoke node

    Hello,
    I have been using the Invoke Node with RunVI method.  The code was working for years.  Now I get error 1039 which says the VI has been aborted.  This is disturbing as nothing has changed with my code.
    TommyHelter

    Tommy,
    Something obviously changed. Have you installed any new software recently? Moved this VI from one pc to another?  Disconnected hardware?
    Most likely the VI you are trying to run is popping an error and aborting because of it.. Try manually opening the targeted VI and running it. Do you get any errors? Does it run successfully?
    Rob K
    Measurements Mechanical Engineer (C-Series, USB X-Series)
    National Instruments
    CompactRIO Developers Guide
    CompactRIO Out of the Box Video

  • Error in invoking target 'ntcontab.o' of make file. 11g x32 on x64 machine.

    Hello all,
    We have Red Hat 5.8 x86_64 and we have requirement to install WebTier x32 on our system. As per Oracle documentation it is possible if we apply linux32 bash before installation and do step 2.1.1.2 described in this document -> http://docs.oracle.com/cd/E14571_01/doc.1111/e14260/install.htm
    During installation of FMW 11g x32 11.1.1.6.0 we have error on 92% (see attachement).
    All installation prerequirements are sucsessfull.
    We are applying only HTTP server for Siebel.
    ######ERROR we are reciewing during installation:
    Error in invoking target 'ntcontab.o' of makefile '/app/middleware4/ohs/network/lib/ins_net_client.mk'. See '/app/ora11/oraInventory/logs/install2012-06-28_01-19-16PM.log' for details.
    ######And this is output from make.log:
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/app/middleware2/ohs2/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /app/middleware2/ohs2/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /app/middleware2/ohs2/lib/ntcontab.o ;\
    mv ntcontab.o /app/middleware2/ohs2/lib/ ;\
    /usr/bin/ar rv /app/middleware2/ohs2/lib/libn11.a /app/middleware2/ohs2/lib/ntcontab.o ; fi)
    gcc.orig: no input files
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /app/middleware2/ohs2/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    ######These are packages we got on our system:
    automake14-1.4p6-13.el5.1.noarch
    automake15-1.5-16.el5.2.noarch
    automake16-1.6.3-8.el5.1.noarch
    automake17-1.7.9-7.el5.2.noarch
    automake-1.9.6-2.3.el5.noarch
    binutils-2.17.50.0.6-20.el5.x86_64
    compat-db-4.2.52-5.1.x86_64
    compat-gcc-34-3.4.6-4.1.x86_64
    compat-gcc-34-c++-3.4.6-4.1.x86_64
    compat-gcc-34-g77-3.4.6-4.1.x86_64
    compat-glibc-2.3.4-2.26.i386
    compat-glibc-2.3.4-2.26.x86_64
    compat-glibc-headers-2.3.4-2.26.x86_64
    compat-libcom_err-1.0-7.i386
    compat-libcom_err-1.0-7.x86_64
    compat-libf2c-34-3.4.6-4.1.x86_64
    compat-libgcc-296-2.96-138.i386
    compat-libstdc++-296-2.96-138.i386
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-33-3.2.3-61.x86_64
    cpp-4.1.2-52.el5.x86_64
    elfutils-libelf-0.137-3.el5.i386
    elfutils-libelf-0.137-3.el5.x86_64
    elfutils-libelf-devel-0.137-3.el5.x86_64
    elfutils-libelf-devel-static-0.137-3.el5.x86_64
    gcc-4.1.2-52.el5.x86_64
    gcc-c++-4.1.2-52.el5.x86_64
    gcc-gfortran-4.1.2-52.el5.x86_64
    glibc-2.5-81.el5_8.2.i686
    glibc-2.5-81.el5_8.2.x86_64
    glibc-common-2.5-81.el5_8.2.x86_64
    glibc-devel-2.5-81.el5_8.2.i386
    glibc-devel-2.5-81.el5_8.2.x86_64
    glibc-headers-2.5-81.el5_8.2.x86_64
    imake-1.0.2-3.x86_64
    java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.x86_64
    ksh-20100621-5.el5_8.1.x86_64
    libaio-0.3.106-5.i386
    libaio-0.3.106-5.x86_64
    libaio-devel-0.3.106-5.x86_64
    libgcc-4.1.2-52.el5.i386
    libgcc-4.1.2-52.el5.x86_64
    libstdc++-4.1.2-52.el5.i386
    libstdc++-4.1.2-52.el5.x86_64
    libstdc++-devel-4.1.2-52.el5.i386
    libstdc++-devel-4.1.2-52.el5.x86_64
    make-3.81-3.el5.x86_64
    openmotif-2.3.1-6.1.el5_8.i386
    openmotif-2.3.1-6.1.el5_8.x86_64
    sysstat-7.0.2-11.el5.x86_64
    Please help with some ideas.
    Thank You,
    aspx

    Solved.
    heh...2.1.1.2 must be in one line...
    aspx

  • Error 7 in Invoke Node in 'Dist Build App from LLB.vi'

    I am encountering this error when trying to build an application. The error occurs while the builder is indicating that the application is actually being built (after files have been copied to the application). I am positive that all of my file paths are correct. I also have successfully mass compiled all of the VIs in the application. Is there something I'm overlooking?
    The really funny thing is, using this same .bld script, I successfully built the application on another computer (running LV 7.0, just like this one).
    My ideal approach to solving this problem would be to get into 'Dist Build App from LLB.vi' (or it's caller) and take a look at exactly which VI in my build is tripping up the build process.
    Does anyone know the path for the LLB where I can find these VIs? And will I be able to access their block diagrams?
    Thanks,
    Nick
    "You keep using that word. I do not think it means what you think it means." - Inigo Montoya

    I just fixed the problem. When I said I was positive that all of the paths were correct, I was talking about paths to the LLBs in my build. However, somehow the LabVIEW system paths got changed. I don't recall ever doing anything to change LV's seach paths. I reset to the default values in Tools>>Options... and everything seems to work now. Sorry for the trouble, and thanks for the quick response, A.
    -Nick
    "You keep using that word. I do not think it means what you think it means." - Inigo Montoya

  • Error 6 occurred at Invoke Node in Dist Cmp Settings to Disk Hier.vi- Build Application.vi

    My application runs fine under the LV 6.1 Professional Development System. When I attempt to add, in the application builder's source files tab, a dynamic vi that makes scope card and gpib calls, I get this error.
    NI Scope and NI-488.2 ver 1.70 are installed.
    Any suggestions?

    I'm not sure if this will help, but you might take at look at these and give the ideas a try:
    http://digital.ni.com/public.nsf/websearch/229402206118211186256752005C1E40?OpenDocument
    http://digital.ni.com/public.nsf/websearch/862567530005F09C86256745006E4494?OpenDocument

  • Error 7 applicatio​n builder invoke node

    I get this error when I tried to build an application. "Error 7 occured at Invoke Node in Dist read linkage.vi-> Dist Cmp Settings to Disk Hier.vi-> Dist Build App Image.vi-> Build Application.vi Possible reason, LabView: File not found.....and then NI-488 Non Existent board." Anyone knows why? I was able to build application just fine last night. But then when I tried to build it this morning, that's the error that I got. Thanks.

    Check the info in this link:
    http://exchange.ni.com/servlet/ProcessRequest?RHIV​EID=101&RPAGEID=135&HOID=5065000000080000001673000​0&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONT​EXT_QUESTION_0=Error+7&USEARCHCONTEXT_QUESTION_S=0

  • Error when executing VI with "Invoke Node" in loop

    Hello,
    please check if this is possible what i am doing here or if there is a better way to do it.
    The goal is to have a VI that i can start in TestStand which is then running in a loop until i set a global variable.
    I do this currently with:
    1.) Starting the VI with "Invoke Node" (see screenshot 01)
    2.)  This Vi is then running all the time in a loop until the global for exiting is True (screenshot 02)
    3.) Then i have another VO to set the Quit-variable to true
    Normally this works as it should, but sometimes i get the error-message:
    Invoke Node in NameOfTheViCalledInTestStand.vi
    Method Name: Run VI
    VI Path: NameOfTheViThatContainsTheInvokeNode.vi
    LabVIEW:  Das VI befindet sich in einem für  diese Operation unzulässigen Zustand.
     The question is: what does this error mean and what better ways are there to do what i want to.
    Perhaps for better understanding, the VI which runs in a loop executes dll-functions to enable and disable an ample-tower to make a light blinking.
    And because there is no function "blink", i have to make it on off on off on off....
    So the vi loops and makes on off until i say "quit" then blinking stops.
    Thanks for any ideas
    Attachments:
    01_InvokeNode.jpg ‏8 KB
    02_ViRunsInLoop.jpg ‏23 KB

    I cant´t do this "Try changing the "Run" node
    to "Wait Until Done" = True." because then the TestStand-Step is
    hanging until the loop is finished.
    I only want to start the "blinking" and the continue normally in the sequence.
    To
    avoid that the vi with the "Invoke Node" is started twice a have a vi
    above it whick checks with the globalVariable "IsCurrentlyBlinking" if
    the start is allowed.
    If  IsCurrentlyBlinking= True then nothing happens.
    So normally it can´t happen  that it starts twice. Only if the GlobalVariables are not correct.
    The
    variable "IsCurrentlyBlinking"is set to TRUE in the subvi before the
    loop starts and after the loop is finished its set to FALSE in the
    subvi.
    Attachments:
    03_CheckStart.jpg ‏16 KB

  • Invoke node error

    Hi everybody,
    I'm using import invoke node to import a language file into my vi
    before running it but I receive an error. Error 1000 ocurred at invoke
    node in main.vi.....? The path I link to import invoke node is right
    but It generates this error. Why?
    I attach you the piece of code where the error is generated. Also I
    attach the vi that return the path to the import invoke node.
    Thanks,
    ToNi.
    Attachments:
    InvokeNodeError.JPG ‏60 KB

    hi there
    don't connect the "type specifier VI refnum" to the "Open Reference" function. Leave this connection blank. Then use the "Run VI" and "Get Control Value" methods. see attachment.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    Strings IO LV 7.1.zip ‏19 KB

Maybe you are looking for