Visa doesn't work in runtime environeme​nt, but does in developmen​t?

I have a vi that utilizes visa for accessing a comport associated with a serial port.
The vi works just fine in the development environment, but after I compile it, the vi's no longer can access the com ports.
any special trick necessary during the compile to ensure that the visa still works?
-Regards
eximo
UofL Bioengineering M.S.
Neuronetrix
"I had rather be right than be president" -Henry Clay
Solved!
Go to Solution.

Problem solved, the runtime environment requires visa runtime drivers.  The developement environment requires different visa drivers.
My visa runtime environment drivers were out of date.
http://www.ni.com/nisearch/app/main/p/bot/no/ap/te​ch/lang/en/pg/1/sn/catnav:du,n8:3.25.123.1640,ssna​...
here are the visa driver updates for both environements
Happy hunting!
-Regards
eximo
UofL Bioengineering M.S.
Neuronetrix
"I had rather be right than be president" -Henry Clay

Similar Messages

  • Feature setting Masterpage & CSS doesn't work when included in SiteTemplate - but does work when activated manually

    Hi,
    I'm experiencing a strange behaviour recently. I wrote a feature with an EventReceiver that sets the masterpage and alternate css file for the current spweb it is activated for. When I activate that feature manually it works like expected. But if I include
    the same feature in a SiteTemplate and it is called during site-creation, it doesn't work. I debugged it and stepped through it. As far as I can tell everything looks right. It sets the masterpage and css file like it should and throws no error. But when the
    site loads in the end, it suddenly still uses the v4.master and no alternateCSS. How can that be?
    If I deactivate the feature then manually and activate it again, it works...
    Here's the feature:
    const string masterPage = MyOfficeProcess.master";
    const string searchMasterPage = "MyMinimal.master";
    const string alternateCss = "MyOfficeAlternateProcess.css";
    public override void FeatureActivated(SPFeatureReceiverProperties properties)
    SPWeb web = (SPWeb)properties.Feature.Parent;
    using (SPWeb topLevelSite = web.Site.RootWeb)
    string relativePath = topLevelSite.ServerRelativeUrl;
    if (!relativePath.EndsWith("/"))
    relativePath += "/";
    if (web.WebTemplate == "SRCHCENTERLITE" || web.WebTemplate == "SRCHCEN" || web.WebTemplate == "SRCHCENTERFAST")
    web.CustomMasterUrl = relativePath + "_catalogs/masterpage/" + searchMasterPage;
    else
    web.MasterUrl = relativePath + "_catalogs/masterpage/" + masterPage;
    web.CustomMasterUrl = relativePath + "_catalogs/masterpage/" + masterPage;
    web.AlternateCssUrl = relativePath + "Style Library/My/" + alternateCss;
    web.UIVersion = 4;
    web.Update();

    Hi,
    You can put a copy of your master page within the template site, use that for the site's master page, and then save the site as a template then check whether it works.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/30699/featureactivated-not-called-for-site-template
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Microphone doesn't work for the phone app, but does for skype/heytell.

    So, my iphone4 randomly decided it would stop using the microphone when I made calls. I've tried using headsets/speaker mode but that doesnt change the fact the mic makes a single click sound and then I cannot be heard. I've installed the latest firmware (4.3.3) and I've done a full factory restore/resync. Nothing works. It's bizarre that this only happens with the actual phone app though, as I can make calls with skype or be heard on heytell just fine and perfectly clearly. In fact, any app that uses the mic works, except for the phone app....

    Yes, I also have this problem. From 14th May till now my iPhone rejects my voice in Phone calls and this Apple device switch off all phone functionality like as international support - it's reject everything  from customer :-(
    I tried make factory reset, it's helps to make 1-2 calls but no more!
    After full restore iOS software decide to disable microphone in Phone app!

  • I updated to yosemite and now if someone is using imessage and sends a text message to my phone it doesn't show up on my phone but does on my computer.  I don't want messages on my computer!  How do I get this to go away and work like it used to?

    I updated to yosemite and now if someone is using imessage and sends a text message to my phone it doesn't show up on my phone but does on my computer.  I don't want messages on my computer!  How do I get this to go away and work like it used to?

    Follow the instructions under the heading "How to unlink a phone number" on this page.

  • I tried to airdrop Civilization V from a Macbook Pro with Mountain Lion to a Macbook Pro with Lion and it doesn't work. Other apps have but Civ V has not.

    I tried to airdrop Civilization V from a Macbook Pro with Mountain Lion to a Macbook Pro with Lion and it doesn't work. Other apps have but Civ V has not.

    Likely because it's a not self contained and/or it's game and copy protected, so install it via the developers instructions instead, which likely means it will have ot be uninstalled off the first machine, the developer contacted for a new license key before installing on the newer machine.
    If you want it on both machines, you will need to likely buy another license.
    Most developers are fine with transfering license between machines, you have to contact them.
    They just want to make sure it's only on one machine so they are not getting robbed.

  • IOS 7 doesn't work on iPod touch 4g, so does the mean its the end for this device? Or are they going to make updates specially for lower devices an apps that are compatible ??

    iOS 7 doesn't work on iPod touch 4g, so does the mean its the end for this device? Or are they going to make updates specially for lower devices an apps that are compatible ??

    Which apps remain compatible will be up to the individual developers who sell those apps. There will be no further iOS updates, but those aren't really necessary to continue to use and enjoy your device. I still have an iPad 1 running on iOS 5, and it is fully functional.
    The App Store has an app called VintApps 3.1.1 that is specifically geared toward iOS 3.1, however, you would probably be able to run most of those apps on your iPod, and considering that there will be a rather large market for iOS 6 apps users, it is not likely that you will see a significant reduction in choices any time soon.
    It is not the end for the device in any sense except that it is at it's ultimate iOS level. And again, I have an iPad that is at it's ultimate iOS level (iOS 5), and I get new apps all the time that work for both my iPad and my iPhone that runs iOS 6.1.1
    No need to fret....
    Cheers,
    GB

  • Receiver determination doesn't work for same IDoc type but in differentSWCV

    hi guys,
    we have an emergency now. Receiver determination doesn't work for same IDoc type but in different SWCV.Please check below for detail.
    1. The process flow is : R/3 IDoc -> XI -> Third party system
    2. In previous release R13, IDoc ORDERS05 was imported and used in XI and software component version is R13. And receiver determination was created.
    3. Now, in new release R17, IDoc ORDERS05 was imported from R/3 to XI again and software component version is R17. And in R17, the receiver determination created in R13 was used for both old interface(R13) and new interface in R17.
    Then we encountered the problem, both interfaces doesn't work now, even we deleted the receiver condition(In R13, IDoc ORDERS05 was sent to system A, and in R17 IDoc ORDERS05 was sent to system B, RCVPRN was used as an condition).
    Does anyone encounter this problem? really need and appreciate your help.
    -Eddie

    information from monitor:
    Status     Sender               Service Sender Namespace                         Sender Interface
    reschedul  XXXCLNT100     urn:sap-com:document:sap:idoc:messages   ORDRSP.ORDERS05
    columns for "Receiver Service","Receiver Namespace", "Receiver Interface" are blank
    And then double click records in monitor, go into detail information...
    Normally there's lots of setps existed, such as
    Inbound Message ( CENTRAL )
    Receiver Identification
    Interface Determination
    Receiver Grouping
    Message Branch According to Receiver List
    Technical Routing
    Call Adapter
    But now there's only one setp -
    "Inbound Message ( CENTRAL )" existed, no any another setp..., and payload in inbound message looks good.
    And in SMQ2, I checked the queue information, found there's an error - "An exception occurred that was not caught." No any other detail information for this error.

  • Hi! I'm using a Macbook Pro, and my photo booth stopped working! I just updated my software yesterday, but it still doesn't work!! The green light does go on though, any suggestions on how to make it work?

    Hi! I'm using a Macbook Pro, and my photo booth stopped working! I just updated my software yesterday, but it still doesn't work!! The green light does go on though, any suggestions on how to make it work?

    In what way is it not working? 
    Please describe in detail all you have attempted to do in order to resolve the issue. 

  • TS4079 I have an iphone 5 and my Siri doesn't work at the moment. But when I restart my phone it works but 5 minutes later it doesn't work again!!! What should I do???

    I have an iphone 5 and my Siri doesn't work at the moment. But when I restart my phone it works but 5 minutes later it doesn't work again!!! What should I do???

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • IMessage Beta doesn't work on my home wifi but it does at work, any suggestions why?

    iMessage Beta doesn't work on my home wifi but it does at work, any suggestions why?

    Hi carre13,
    Welcome to the Support Communities!
    The article below may be able to help you troubleshoot your Wi-Fi issue.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398?viewlocale=en_US
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.
    Note: This will reset all network settings including previously connected Wi-Fi networks and passwords
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/HT4199
    I hope this information helps ....
    Have a great day!
    - Judy

  • Hi guys if you can figure out my question my App Store doesn't work on my i pad and my Apple ID doesn't work on my i pad but the id works on an other device.the YouTube app doesn't work either

    Hi guys if you can figure out my question my App Store doesn't work on my i pad and my Apple ID doesn't work on my i pad but the id works on an other device.the YouTube app doesn't work either??????
    Thanks

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • My passcode is working to unlock the screen but does not work with restriction passcode. Should they be different?

    My passcode is working to unlock the screen but does not work with restriction passcode.
    Tried it several times but it did not work, though i can use the phone and all features even after 13 failed attempts.
    Should restriction passcode be different from what i set?

    There is no default restriction password. If you didn't set it someone else may have. If you can't find it then you may have to follow the steps here:
    Forgot passcode for your iPhone, iPad, or iPod touch, or ...
    Do you have a backup which might not have this restriction passcode? If so restore to that backup?

  • Album Artwork doesn't show up in vertical mode but does in Coverflow

    I have an iPod Touch 4g and im running the newest version of iOS, 4.3.3, and the newest version of iTunes.  Also running OS X Lion 10.7.  The album artwork doesn't show up in vertical mode but does in Coverflow.  Any suggestions on how to fix this?

    Did you already try to activate the artwork visualization in iPod?

  • HT4113 ipad password is giving me problems, works on wallpaper to unlock but does not work for restrictions or reset

    ipad password is giving me problems, works on wallpaper to unlock but does not work on reset or restrictions

    You can try to remember or get the passcode somehow. If not, the only other option is to wipe the device clean and restore it to factory settings.
    Follow the instructions in  iOS: How to back up your data and set up your device as a new device http://support.apple.com/kb/HT4137 to restore the device to factory settings.
    Once you have setup the device as a new one, you can then sync it back with your iTunes account and all your music, apps, contacts and any other content sync'ed with iTunes will be loaded on the device. Any content that is stored only on the device and not sync'ed with iTunes, like app logins or data, will be lost during this process. Be forewarned that this is a long process and can take a couple of hours or more to complete. This can be painful, but it is necessarily so to prevent users from working around the security settings. After the restore is complete, you can setup a new Restrictions passcode. Make a note of the passcode to avoid this situation in future.
     Cheers, Tom

  • Restore mysql doesn't work with Runtime?

    hi all
    iam trying to restore a backup of mysql database,i took the backup using mysqldump.
    iam using a correct syntax of restoring and i already tested it in the command line and it worked correctly
    mysql -u root new_db < f:\backup.sql
    the problem is when i try to use the same command with Runtime it doesn't work
    here's my code:
    try{ String command="c:\\wamp\\mysql\\bin\\mysql -u root new_db < f:\\backup.sql"; Runtime.getRuntime().exec(command); }catch(Exception e){e.printStackTrace();}
    and i already read the recommended article
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html?page=1
    but i don't know if there's something missing in my code
    hope to find help
    thanks in advance

    i implemented the backup part after modifications and it worked correclty:
             try{
             String path=textfield1.getText().replace('\\','/');
             String file_path=path+"/"+"backup.sql";
             File backupFile = new File(file_path);
             FileWriter fw = new FileWriter(backupFile);
             Runtime runtime = Runtime.getRuntime();        
             Process child = runtime.exec("c:/wamp/mysql/bin/mysqldump --user=root --lock-all-tables --opt library");
             InputStreamReader irs = new InputStreamReader(child.getInputStream());
                BufferedReader br = new BufferedReader(irs);
               String line;
                while( (line=br.readLine()) != null ) {
                    fw.write(line + "\n");
                fw.close();
                irs.close();
                br.close();
                     }catch(Exception e){e.printStackTrace();}but when i try to implement the restore part as above it doesn't work
    could anyone tell me please where's the error?
    try{
             String path=textfield2.getText().replace('\\','/');
             String file_path=path+"/"+"backup.sql";
             System.out.println(file_path);
             File backupFile = new File(file_path);
             FileWriter fw = new FileWriter(backupFile);
             Runtime runtime = Runtime.getRuntime();
             String command="c:/wamp/mysql/bin/mysql -u root lib < "+file_path;        
             Process child = runtime.exec(command);
             InputStreamReader irs = new InputStreamReader(child.getInputStream());
                BufferedReader br = new BufferedReader(irs);
               String line;
                while( (line=br.readLine()) != null ) {
                    fw.write(line + "\n");
                fw.close();
                irs.close();
                br.close();
                    }catch(Exception e){e.printStackTrace();}

Maybe you are looking for

  • Pie Chart select event fires all items instead of selected

    Hi, I would like to fire an event from the select on a particular element in a pie chart. The Flash Debugger shows that the select is sending all items to the data service. I only want to send the selected item to the data service I am using SP8. Any

  • Final Cut Studio for the home user?

    Ok, I have Final Cut Studio (all 4, unused, still in the box) and I'm considering getting rid of it. But, first, could it come in handy for a general user, or is it going to be wasted? I'm going back to school and considering letting film students us

  • Creation of Correction Request against Credit memo

    I would like to know if it is possible to create an request of type RK against an Credit billing of type G2? Thanks Lina

  • Arabic Language not shown in IDT results

    Hi Experts, I am using IDT to create universe on top of Oracle EBS, when i preview the report directly from EBS it shows the ARABIC Language BUT when i preview same results in IDT it shows "Question marks" instead of Arabic. Snapshot is attached. Any

  • Recent Crash :(

    my macbook just crashed heres the crash log, can some mac guru help me out? Process: DirectoryService [31] Path: /usr/sbin/DirectoryService Identifier: DirectoryService Version: ??? (???) Code Type: X86 (Native) Parent Process: launchd [1] Date/Time: