Cannot get installed application to work

Hello,
I have been fighting an issue for days now where my LabVIEW application will not work correctly when installed as an executable.
Everything works as expected as a labview project. I tried to build an executable and installed it on a seperate machine. That did not work.
I also tried installing the application on the same PC that I developed the software and it also does not work.
I have a program that runs external VI's. The top level VI begins by running an external VI in a seperate folder using the Open VI by Reference.
The Open VI by Reference fails in Image 1.
I am debugging the VI that is being called. If I comment out parts of it, the VI will successfully work. See the attached image of the sub VI that I have commented out.
The thing is the items I comment out seem relatively simple and doesn't make any sense.
Has anyone had similar installation issues? Is there any advice?
Any help would be appreciated. Thank you very much.

Yes, I broke the VI down to it's basic components. Those are pretty basic parts, not sub-vi's.
At the smalllest level of this particualr crash, I have some control inputs, some simple case statements, and some simple indicators. There are no sub-vi's in this function, only labview code. I would expect this sort of function to work correctly. Yet if this function is enabled, my VI fails to run. This is just one example, there are other parts of my code with similar issues I have disabled as well.
Yes, I CAN remove the VI from my code. BUT, this is but one VI in my project that is called. There are other VI's that I have to call and run that have yet to be executed.
I cannot remove every single subvi. I need to identify the cause so my entire project doesn't become a patchwork of disabled VI's.
AGAIN it works perfectly fine as an labview project. As an executable, on the SAME PC, the code does not execute.
I will work with tech support to resolve this. Maybe they will be less sarcastic.

Similar Messages

  • CanNOT get Remote application to work properly!!!

    I give up! I have tried e/thing... turning off/ on router; turning off firewall, security software, have set in preferences to look for other remote, etc... nothing! Specifically, this is what happens: I download application and in itunes my phone is not recognized in the device list... so I can not enter the password/code. Another PC in my house running identical software as this PC has no problems at all using his application! Of course, both pcs are on the same network!
    I am lost Any help? ThxS!!

    Registry cleaners don't remove everything.  Many files are in hidden folders within the user accounts on the operating systems.  Have you tried the clean tool?
    http://www.adobe.com/support/contact/cscleanertool.html
    Also, something else to consider, try making another user account on the computer and see if that helps.  I've seen user profiles on computers become corrupt and can cause this issue as well.

  • I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    You can go to the Apple online store and purcahse a copy of Mountain Lion.  This will give you a redemption code, which you can use to download Mountain Lion from the App Store.  Unfortuantely, I'm not aware of any other way to legally purchase it.  I have never seen Apple release Muontain Lion on DVD.
    In terms of Apple Service, they just need the serial number of the machine to check the purcahse date.  It is usually correct, to within a few weeks.  A quick Google search should give you the correct number to dial.
    I hope this helps.

  • I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I would delete the account and try to re-enter it. Also, you have to let your firm's IT department know that you want to sync work email on your personal devices before they actually work.

  • Cannot get Flash player to work , it says plug in blocked, even when trying to download latest version it still says the same

    cannot get Flash player to work , it says plug in blocked, even when I download the latest version of Flash Payer it gives the same message, what do I do to unblock the plug ins?

    You cannot use OS9 to repair your 10.4.11 Disk. Did you delete Disk Utility? Are you sure it's not in Applications>Utilities?
    Tough without the Install disc, but some things to try...
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214

  • I cannot get any TAGLIBS to work

    I cannot get any taglib to work on my install of TOMCAT 4.0.1. I have even downloaded WAR files that from the jakarta taglibs project for their examples and they fail as well. Can anyone help me? I am receiving the following error:
    org.apache.jasper.JasperException: This absolute uri (http://jakarta.apache.org/taglibs/dbtags) cannot be resolved in either web.xml or the jar files deployed with this application
         at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:194)
         at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:174)
         at org.apache.jasper.compiler.JspParseEventListener.processTaglibDirective(JspParseEventListener.java:1159)
         at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:755)
         at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:121)
         at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:243)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1133)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1091)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1087)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:213)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:546)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
         at java.lang.Thread.run(Unknown Source)

    to wainstead ( I saw your post at the JTL forum, who knows when the authors will be around)
    I tried using the <taglib-uri> and it works for me(I am using Tomcat 4.0).
    In fact I can use just http://www.man as long as it matchs what I put in the uri attribute of the taglib directive of my JSP.
    But the situation is confusing because according to the Servlet2.3 specification
    "taglib-uri element describes a URI relative to the location of the web.xml document,
    identifing a Tag Library used in the Web Application." Perhaps someone with more experience
    can explain.

  • Since I downloaded Firefox 5 I cannot get the links to work for accepting or receiving gifts for Farmville & Frontiersville, what can I do

    Since I downloaded Firefox 5 I cannot get the links to work for accepting or receiving gifts for Farmville & Frontiersville, what can I do. When a request is posted on my FB page and I click on it to send or receive a gift it just shows that its "connecting" and sits there for several minutes then only sometimes actually goes to the gift. How can I fix it. My other computer that is still on firefox 4 does not have this problem.

    Hello AKBOB, if exist a problem with update or permissions then the better way is to '''download and install the new version'''.
    1. Download a copy of the latest firefox from http://www.mozilla.org/en-US/firefox/all.html
    2. '''Trash''' the current Firefox application to do a clean install.
    3. Install the version that you have downloaded.
    Do not select to remove your personal data, your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/install-firefox-mac#os=mac&browser=fx22 Installing Firefox on Mac]
    thank you

  • I cannot get GPS Only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX

    It seems like I cannot get GPS only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX, garmin blueChart mobile, and a GPS monitoring tool. All show no signal. If I turn on cell and wifi,  it says I get gps signal, but can't tell if that is from the GPS chip, or just from cell and wifi only (maybe with some gps mixed in)?  Any ideas on how to get iPad working with GPS only??

    Roger that.  Thanks for your time.
    System:
    Windows 7 64bit
    Processor: AMD phenom IIX4 965
    RAM:  Gskill Ripsaw F3-12800CL7D-4GBRM (2-2GB sticks)
    GPU:EVGA Classified Nvidia GeForce GTX 560 Ti 448 core
    PSU: Kingwin 1000W laser gold (LZG-1000)
    Yes. tried the one ram stick, no go.  I have been trying to boot off/install the windows 7 disk but am unable to get to the point where windows starts installing after its gathering information portion of the install.  I can get to the disk selection screen of the install with the WD HD on SATA port 2 but then get the "cant install messages" when I try to select the Vertex 3.  Yes I can see the Vertex 3 Drive as well as the WD drive at this point.  some times I have to hit "scan" a couple of times.

  • Cannot get iTunes DJ to work

    No doubt it is something really obvious that I'm missing, but I cannot get iTunes Dj to work. If I click on iTunes DJ in the left column, right section of the window says "iTunes DJ" and explains that I can make a continuous mix, but there is no list of music. The play button is greyed out.
    The help file says "To select a specific playlist (instead of your library) for the live mix, choose an option from the Source pop-up menu at the bottom of the iTunes window."
    but there is no Source pop-up menu at the bottom of the iTunes window.
    Any ideas?

    Do you see the grey bar at the bottom of the screen when you select iTunes DJ, the one with the Settings and Refresh button, as seen in the picture on this web page? If not, then the bottom of the window may just be off the screen on your system so you don't see the Source selector. If that does seem to be the problem, try changing the resolution of your Mac's screen (Displays system preference) to the highest resolution. If it already is, try changing it to a lower resolution, then back. That may get the iTunes window to reappear..
    If not, open the Script Editor application, paste in the following text (up to and including the line that says "end tell") and click the "Run" button:
    tell application "Finder"
    set {d1, d2, d3, d4} to (get bounds of window of desktop)
    end tell
    tell application "iTunes"
    set margins to {d1 + 10, d2 + 54, d3 - 10, d4 - 148}
    set bounds of window 1 to margins
    end tell
    If the iTunes window is running off the screen, that should restore it.
    Hope this helps.

  • Does anyone know if iCloud is offline? I cannot get my mail to work this AM

    Does anyone know if iCloud is offline? I cannot get my mail to work this AM

    Have latest version of iTunes installed and running. Also make sure you have internet access working and can access Apple websites. Also, make sure you don't have any entries in your hosts file referring to gs.apple.com....If your not sure about how to do that, go ahead and do the rest first. You can come back to that later.....Plug in phone. Put phone in DFU mode.(google put iphone in DFU mode for instructions) Then restore the phone in iTunes by highliting your device in the left column and click on the Restore button. The latest iOS version is 4.3.3. That's what iTunes will restore it to. When it's done restoring, iTunes will ask if you want to restore from a backup or setup as a new phone. I would use the Setup as a New Phone option. Once it's done, you should have a clean install of the iOS and an operating phone, as long as there are no hardware issues with it.

  • Cannot Get U460 Webcam To Work!!! Help Please!!!

    I received my U460 a couple of days ago and I cannot get the webcam to work, at the bottom is the error I keep receiving in Youcam, I have gone in Settings and selected Lenovo Easy Camera, and no I don't have any other programs opened using The webcam. I have tried  pushing function + esc, camera is on. Mic works fine. I have tried reinstalling the Web Cam Driver, YouCam Software, then eventually did a System Restore. Then tried it in Skype, MSN Messenger. No Luck. I have wasted so much time on this. Any help would be appreciated.
    Warning
    YouCam cannot connect to your webcam ( Lenovo EasyCamera ). Try selecting another capture device within settings, or close any applications that may be using this webcam and then restart YouCam.

    When i am trying to open ciberlink youcam it shows one warning message like.......
    Warning
    Youcam cannot connect to your webcam(Lenovo Easycamera). Try selecting another capturing device within settings, or close any applications that may be using this webcam and restart youcam.
    Please any one help me to resolve this problem.
    I did this following things but no use.
    ->uninstalled easycam drivers.
    ->restarted my laptop.
    ->os automatically detected the drivers and reinstalled.
    My OS is Win 7 Home premium 64-bit.

  • HT2240 I cannot get my registration to work for QuickTime Pro for Mac OS X 10.6.8 using QT 7.6.6

    I cannot get my registration to work for QuickTime Pro for Mac OS X 10.6.8 using QT 7.6.6  I have copied and pasted exactly as require (I don't have an organization).  Any suggestions?  Thank you!

    There is no QuickTime System Preferences pane in 10.6.8 or later.
    You enter the registration under the player 7 menu.

  • I cannot get airport extreme to work. Can you help me?

    I have a G5 Power PC. I recently purchased a macbook and an Airport Extreme. I cannot get the airport to work. Can somebody help me please??
    G5 Power PC and macbook   Mac OS X (10.3.9)   new OS X on Macbook

    I plug the ethernet from the airport to the back of the modem (a Webstar unit) from my cable provider. Then I plug the other cable from the back of the airport into my G5. Then plug in the power cord. I get lots of flashing lights - "thinkin & blinkin", but then I get a message that it cannot locate the server. Even rebooted. I've been waiting for the IT guy to call/email me back me back but no response yet. I'm guessing I may just need a new location, but I'm not wired to think IT-like (I'm a very right brained graphic designer), I I don't want to screw anything up.
    Do I need to just go through a new internet setup?
    G5 Power PC and macbook   Mac OS X (10.3.9)   new OS X on Macbook

  • I cannot get wireless mouse to work in windows 7 using bootcamp

    I cannot get wireless mouse to work in windows 7 using bootcamp

    OK, that is a Bluetooth mouse so open Windows Devices and Printers>Add a Device Toggle the power (on the mouse) off and then on. he mouse should appear in the window, follow instructions to add it.

  • Cannot get exception-type to work

              WLS 60 SP1 (#101616)
              Cannot get <exception-type> to work. WLS shows standard &#8220;Internal error
              500&#8221; page instead of a custom error page. The custom error page is shown
              if <error-code> is used instead of <exception-type>.
              Any ideas? Thanks
              

    Hi @utopian,
    Welcome to the HP Forums!
    I understand that you cannot scan with your HP Officejet Pro 8500 on Windows 7 using a wireless network. I am happy to look into this issue for you!
    Please take a look through this scanning guide, A 'Connection Error' or 'No Computer Detected' Error Message Displays during Scanning for HP Officej....
    Hope this guide helps!  
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for

  • How to add new fields in asset master data

    Hello, i was wonder if anyone knows how to add new fields that arent defined in the asset master data. Thanks. Pedro

  • Plz go through the table stucture and query for the desired resultusing pos

    date           timespent project timesheetId 2008-05-12      7.5000     2-NT 1 2008-05-13     7.5000     2-0670A     1 2008-05-14     5.5000     2-0671A     1 2008-05-15     2.5000     2-0670A     1 2008-05-15      5.0000     2-NF4 1 2008-05-16     7

  • Using iMac display with a second computer

    Hi, Is it possible to plug in a PC's video output into the iMac and use it as a temporary display? My idea is to use the iMac but be able to switch to my PC without needing 2 monitors on my desk - just the iMac display. Is this possible?

  • After updating to Yosemite, it will NOT recognize my nikon D7000

    I am trying to tether to Lightroom, which I could do before updating to Yosemite.  Now my computer DOES NOT recognize my camera. Help?

  • Able to clone MAC address on Airport Express?

    Am I able to clone my MAC address to the airport express router? I connect to wireless and wired networks but my apartment who provides the internet required my MAC address to activate my macbook on the network, so if I can clone my macbook MAC addre