My executable compiled with Real Time Engine 5.1.1 in App Builder gives error when trying to run in App Builder with RTE 6.1

Hello.  I built an executable using App Builder in LV 5.1.1 and now, years later, I am trying to run it in LV 6.1 but I get an error stating a requirement for Run Time Engine version 5.1.1.  To be able to run this, must I install the older version of Run Time Engine?  If so, where can I find the older version?  Do I have to install the older version of LabVIEW to get the RTE?  Will having both versions on my pc be a problem?
I assume that once I am able to run the exe, that I will be able to recompile with the newer version of the RTE using App Builder.  Is this correct?
I have been away from LabVIEW for several years and am a bit rusty on these details that I once knew.  Any help is appreciated.
Alex

The version of the run-time engine must match the version of LabVIEW that was used to create the executable. You can get any version of the run-time engine you want here. The only way to create a version 6.1 exe is to re-build it from the source code with diagrams. An exe has no block diagram so it cannot be converted to a newer version.

Similar Messages

  • Error when trying to run an application that worked when built with 8.6

    I have a simple program that I wrote in version 8.6 that I never had a problem building and running applications built with it in 8.6.  Two weeks ago I got 2009 in the mail because we had very recently purchased 8.6 and I am getting errors when trying to run an application built with the same code using 2009.  The error has to do with the Mean.vi.  It claims it cannot find it.  The error I get reads as follows:
    An error occurred loading VI 'NI_AALBase.lvlib:Mean.vi'.  LabVIEW load error code 3: Could not load front panel.  I don't need access to this vi's front panel, so I am wondering if it is a problem with the runtime engine and not my code.  Please respond as soon as possible as this will quickly start to impact my testing schedule.  Thank You.
    Solved!
    Go to Solution.

    Hi!
    The same problem ???
    I discussed it with my local NI technical support team. The application works without any problems now.
    Basic rule: when creating an installer be sure that option "Run Time Engine xxxx"  in "Additional Installers" category is checked in spite of the fact that Run Time Engine is already installed.
    Best regards.
    Attachments:
    ADDINST.png ‏13 KB

  • Access denied Error when trying to run Tomcat that came with JWSDP

    Hi fellows,
    I went through the forums and found same error posted by someone but no soultion to that.
    So hope this time i get lucky.
    I am running this on win 98(it really sucks)
    After I try to run the startup.bat i get the error:
    Using CATALINA_BASE: C:\JWSDP-1_0-EA2
    Using CATALINA_HOME: C:\JWSDP-1_0-EA2
    Using CATALINA_TMPDIR: C:\JWSDP-1_0-EA2\temp
    Using JAVA_HOME: C:\JDK13~1.1_0
    Access is denied.
    I don't know where to put the build.properties. Any helpful comment will be greately appreciated.
    Regards,

    Folks
    Obviously the EA(Early Access) is just that! I've managed to get around the problem, and run a sample (ConverterBean) using JWSDP with Tomcat on Win98. Here's the workaround:
    1> In the startup.bat, replace "start" with "run". Type "startup" from cmd line. This will start Tomcat in the same window.
    2> Create the build.properties file in the same location as build.xml. For the Getting Started example, this will be in <jwsdp-home>\docs\tutorial\example\gs.
    3> Once you build the sample files, copy the classes directory and index.jsp to <jwsdp-home>\webapps\ROOT\WEB-INF
    4> Update setclasspath.bat in <jwsdp-home>\bin directory to include <jwsdp-home>\webapps\ROOT\WEB-INF\classes.
    5> In the browser, type http://localhost:8080/index.jsp
    BINGO!!!!
    Cheers!
    Pravin
    I hava the same problem
    Using CATALINA_BASE: C:\JWSDP-~1
    Using CATALINA_HOME: C:\JWSDP-~1
    Using CATALINA_TMPDIR: C:\JWSDP-~1\temp
    Using JAVA_HOME: C:\J2SDK_FORTE\JDK1.4.0
    Zugriff wurde verweigert. (access is denied)

  • Major error when trying to runa compile script on a mac.

    heres the error:
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Plugins
    error: cannot read: plugins/*.java
    1 errorHeres the file im tring to run.
    echo Compiling Randoms
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Randoms/*.java
    echo Compiling Scripts
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Scripts/*.java
    echo Compiling iScar PLugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar iscarplugins/*.java
    echo Compiling Plugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar plugins/*.javaAll help would be appricated.

    Hey i made some progress. I upgraded my java to a special developer relase. 1.6.0_ad
    i now get this when i run the script posted at the bottom of the first post.
    kevin-roses-computer:~ kevinrose$ cd /Users/kevinrose/Desktop/nexus/
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Plugins
    error: error reading plugins/*.java; plugins/*.java (No such file or directory)
    1 error

  • XML error when trying to run any report with add/remove programs - worked briefly after SP1 upgrade - no longer works

    I applied SP1 in hopes of fixing the reporting bug as discussed
    here and it did work - for a day or so. Now, I am getting the error again. Not sure what to do. Please advise.
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    There is an error in XML document (1, 301094).
    '', hexadecimal value 0x1E, is an invalid character. Line 1, position 301094. 
    I also get the "report builder click-once application does not exist on the server" - to which I had applied the registry key
    [HKLM\SOFTWARE\Wow6432Node\Microsoft\ConfigMgr10\AdminUI\Reporting]
    "ReportBuilderApplicationManifestName"="ReportBuilder_3_0_0_0.application"
    SQL
    and SCCM are on the same server - which I can get to report server web but cannot create reports from SCCM console.
    Thanks

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This problem was solved in SP1 if you are still having this problem after applying SP1, then you need to contact CSS directly for support, they will work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • WRT54GS V7 Gives Error When Trying to Start Setup with CD

    "Error activex component can't create object 429" Have been using wireless B but it broke so updating to G. Help please thanks

    Don't the setup CD.
    log into yoru router with internet explorer at http://192.168.1.1 username/password is admin/admin
    Good luck

  • Font error when trying to run dot: "Could not find/open font : Times-Roman"

    I installed the graphviz package from fink. I then tried to build a simple graph using a command from the Graphviz website and I got the following error:
    $ echo "digraph G {Hello->World}" | dot -Tpng >hello.png
    Error: Could not find/open font : Times-Roman
    I don't know much about how graphviz and UNIX fonts are configured, so I don't know how to go about debugging this. The only suggestion Googling turned up was to run fc-cache. I did this, but it didn't change the problem.
    Anyone else hit this? Any suggestions for how to get dot working on my machine?
    Message was edited by: billmcn

    A bit more Googling turns up a workaround.
    $ echo "digraph G {Hello->World}" | dot -Tpng -Nfontname="/System/Library/Fonts/Times.dfont" >hello.png
    I'm still not sure how to fix the problem.

  • LabView 8 and Mac --- no more reliance on Real-Time engine?

    Does Labview 8.0 for Mac now support data acquisition WITHOUT having to export code via the Real Time engine? I've been using Labview 7.0 with E-series DAQ boards on Mac G4s, but have had to boot the mac in OS 9 for proper function of Labview with the DAQ boards. I would LOVE IT if I could now perform data acquition via OS 10.4 with my boards!

    You can definitely use NI data acquisition devices with Mac OS X and
    not rely on the real time cross-compiler.  In January 2005, NI
    released NI-DAQmx Base for Mac OS X.  It currently supports about
    80 plug-in DAQ devices, including M Series and the low-cost USB
    devices, and development is similar to using NI-DAQmx.
    Find out more about NI-DAQmx Base from the DAQ software page or ni.com/mac.
    Also, you may want to check out the new LabVIEW tools for Tiger on
    ni.com/mac.  NI create a widget for viewing VIs, Automator
    actions, and a plug-in to Spotlight for VIs and LLBs.
    -scraggs99

  • I keep getting this error when trying to backup time capsule with time machine. The backup disk image "/Volumes/Data-1/Dan's iMac.sparsebundle" is already in use.

    I keep getting this error when trying to backup time capsule with time machine. The backup disk image “/Volumes/Data-1/Dan’s iMac.sparsebundle” is already in use.

    Make sure that no other Macs are backing up at the time.
    Pull the power cable from the back of the Time Capsule
    Count to ten
    Plug the power cable back into the back of the Tme Capsule
    Wait a few minutes, then try a backup again.

  • I can't use Photobooth - when I open the app, I get the message: "Photo Booth couldn't save your photos - Photo Both encountered an error when trying to save your photos. You photos cannot be saved at this time."

    I can't use Photobooth - when I open the app, I get the message: "Photo Booth couldn't save your photos - Photo Both encountered an error when trying to save your photos. You photos cannot be saved at this time."
    i tried adding user macintosh hd/users/your_user/pictures/"photo booth"  but still photo booth is not working and even images in photo booth cant be deleted they keep coming back

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box markedAllow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use  another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • ITunes shows time out error when trying to play on Airport Express.

    Time out error when trying to play on Airport Express. This started with an iTunes update, problems has to be with iTunes, Airport Express appears to be communicating fine, even shows when speakers are not connected.

    Same here, though on XP. Have tried cleaning registry, reinstalling, deleting preferences. Created a new user with no library and I have the problem there, too, so it's not the library.
    Is there no one to call about this??

  • I get an error that says that LR5 encounterd a preview cach error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    I get an error that says that LR5 encountered a preview cache error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    Go to the folder with you Lightroom Catalog (usually in Pictures) and delete the folder ending in .lrpreviews
    This contains the previews for the files Lightroom has linked to. They will need to be rebuilt which can be done while working or selecting an amount you want to rebuild and accessing the rebuild command in the Library Dropdown menu...

  • Error when trying to chat with more than one perso...

    I am getting an error when trying to chat with more than one person at a time.
    The message is like below:
    There has been an error while proccesing.
    Do you want to start debugging.
    Row: 0
    Error: No authorization
    Thank you in advance for assistance.
    Kind Regards
    Marcin
    Attachments:
    error.jpg ‏12 KB

    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

  • I want to access my Icloud account through my office computer but every time I get a message saying ''iCloud encountered an error while trying to connect to the server''

    I want to access my Icloud account through my office computer but every time I get a message saying ''iCloud encountered an error while trying to connect to the server''

    My recommendation is to download Apple’s Safari version 5.1.7 for Windows to access iCloud.com. It consistently works for me!!!! To make things easier with Safari, I made iCloud.com its Homepage. I’m using it to access iCloud.com from all of my PCs.
    On my Windows 7 systems it appears that some add-ons are causing problems when you try to access iCloud.com with the 32-bit version of IE9, but the 64-bit version seems to work fine, more than likely because there are few add-ons that are 64-bit and the 64-bit version of IE9 can't be the default browser in Windows 7.

  • TS3274 I keep getting an error when trying to download a tv series right on my iPad from the iTunes store. I am able to download on my laptop then synchronize but it's a hassle specially if my laptop is not with me. All other Apps seem to be working fine.

    I keep getting an error when trying to download a tv series right on my iPad from the iTunes store. I am able to download on my laptop then synchronize but it's a hassle specially if my laptop is not with me. All other Apps seem to be working fine. Help!

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

Maybe you are looking for

  • VPN client connect to CISCO 887 VPN Server but I can't ping Local LAN

    Hi my scenario is as follows SERVER1 on lan (192.168.1.4) | | CISCO-887 (192.168.1.254) | | INTERNET | | VPN Cisco client on windows 7 machine My connection have public ip address assegned by ISP, after ppp login. I've just configured (with Cisco Con

  • Oracle upgrade 9.2.0.6. to 9.2.0.8

    hi experts could anyone explain me the steps involved in upgrading the oracle from 9.2.0.6 to 9.2.0.8.

  • 999 line items reached in FI

    Hi, When we are trying to release a billing document we are getting the below error message "999 line items reached in FI". Please through a light on this. Thanks, Kumar

  • Can't edit or delete some photos

    iPhoto has got me scratching my head. I've got a few photos that I can't edit or delete. I ran the iPhoto permission, library, and thumbnail rebuilds without any success. I looked at the file permissions and I have r/w. One odd thing is that I can se

  • HT5661 unlocking phone when slider wont open

    My phone was dropped and the touchscreen doesn't respond is there any way to voice unlock it?