Vision EXEcutable does not work on host machine (missing subVIs)

Hello,
I am working on LabVIEW 10 / vision 11. I am making a VI to take a picture with USB camera and I built this application to create an executable.
This executable works fine on my computer (which has LabVIEW installed) but does not work on other a host machines. 
I tried to run this application on another computer with LabVIEW installed and it worked fine.
On host machines, it keeps telling me that I have missing subVIs (only vision subVIs !!). All my other executables without vision VIs work fine...
Do I need a license on my host machine to run my executable?
Do you have any other idea?
Thank you!
Nicolas.

On a target machine, you need the LabVIEW runtime engine and a the Vision Acquisition Software installed to run an executable. The LabVIEW runtime engine doesn't cost anything but you still need to pay for the license of Vision Acquisition Software.
The NI VAS can be downloaded from here:
http://joule.ni.com/nidu/cds/view/p/id/2975/lang/en
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies

Similar Messages

  • Minetest translation does not work on my machine.

    Hey there.
    After trying my luck in the official Minetest forums a week ago and got nothing more than the initial “try this-and-that” thing as response in the German discussion section and no reply at all in the regular discussion section I decided to ask on Reddit on last Saturday afternoon, too. On Reddit my question only got 3 upvotes and no comments.
    Since no-one seems to know what’s going on I decided to post my question here, too.
    It sems like the translation feature in Minetest does not work on my machine for unknown reason.
    The language files are there and according to it’s oputput and the PKGBUILD Minetest was compiled with gettext support. LANG and LC_MESSAGES are properly set (I even tried LC_ALL). Localization works properly in all other applications that support localization.
    Here’s some relevant system information.
    $ uname -rms
    Linux 3.16.1-1-ARCH x86_64
    $ minetest --version
    Minetest 0.4.10
    Using Irrlicht 1.8.1
    Build info: VER=0.4.10 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR=/usr/share/minetest
    $ pacman -Ql minetest | grep locale/de
    minetest /usr/share/locale/de/
    minetest /usr/share/locale/de/LC_MESSAGES/
    minetest /usr/share/locale/de/LC_MESSAGES/minetest.mo
    $ locale
    LANG=de_DE.utf8
    LC_CTYPE="de_DE.utf8"
    LC_NUMERIC="de_DE.utf8"
    LC_TIME="de_DE.utf8"
    LC_COLLATE="de_DE.utf8"
    LC_MONETARY="de_DE.utf8"
    LC_MESSAGES="de_DE.utf8"
    LC_PAPER="de_DE.utf8"
    LC_NAME="de_DE.utf8"
    LC_ADDRESS="de_DE.utf8"
    LC_TELEPHONE="de_DE.utf8"
    LC_MEASUREMENT="de_DE.utf8"
    LC_IDENTIFICATION="de_DE.utf8"
    LC_ALL=de_DE.utf8
    $ cat /etc/locale.gen
    de_DE.UTF-8 UTF-8
    en_DK.UTF-8 UTF-8
    en_US.UTF-8 UTF-8
    According to the discussion in the German discussion section in the Minetest forums I tried to set language = DE (and variants like de_DE with or without .utf8 in all possible variants) in minetest.conf but it didn’t change anything. Also: Here’s the output of running Minetest with --verbose parameter.
    16:47:01: INFO[main]: Using system-wide paths (NOT RUN_IN_PLACE)
    16:47:01: INFO[main]: path_share = /usr/share/minetest
    16:47:01: INFO[main]: path_user = /home/dirk/.minetest
    16:47:01: INFO[main]: minetest with SER_FMT_VER_HIGHEST_READ=26, VER=0.4.10 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR=/usr/share/minetest
    16:47:01: INFO[main]: logfile = /home/dirk/.minetest/debug.txt
    16:47:01: VERBOSE[main]: httpfetch_init: parallel_limit=8
    16:47:01: INFO[main]: Message locale is now set to: LC_CTYPE=de_DE.utf8;LC_NUMERIC=C;LC_TIME=en_DK.utf8;LC_COLLATE=de_DE.utf8;LC_MONETARY=de_DE.utf8;LC_MESSAGES=de_DE.utf8;LC_PAPER=de_DE.utf8;LC_NAME=de_DE.utf8;LC_ADDRESS=de_DE.utf8;LC_TELEPHONE=de_DE.utf8;LC_MEASUREMENT=de_DE.utf8;LC_IDENTIFICATION=de_DE.utf8
    Irrlicht log: Irrlicht Engine version 1.8.1
    Irrlicht log: Linux 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    Irrlicht log: Using renderer: OpenGL 3.3.0
    Irrlicht log: GeForce 9600 GT/PCIe/SSE2: NVIDIA Corporation
    Irrlicht log: OpenGL driver version is 1.2 or better.
    Irrlicht log: GLSL version: 3.3
    16:47:01: INFO[main]: text_height=22
    16:47:01: INFO[main]: Searching worlds...
    16:47:01: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:01: INFO[main]: Spielwelt
    16:47:01: INFO[main]: 1 found.
    16:47:01: INFO[main]: Waiting for other menus
    16:47:01: INFO[main]: Waited for other menus
    16:47:01: INFO[main]: Audio: Initializing...
    16:47:01: INFO[main]: Audio: Vorbis extension NOT present
    16:47:01: INFO[main]: Audio: Initialized: OpenAL 1.1 ALSOFT 1.16.0, using OpenAL Soft
    16:47:01: INFO[main]: GUIEngine: Initializing Lua
    16:47:01: VERBOSE[AsyncWorkerThread_0]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_0]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_1]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_1]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_2]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[main]: SCRIPTAPI: Initialized main menu modules
    16:47:01: VERBOSE[main]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_2]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_3]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_3]: Initializing Asynchronous environment
    16:47:01: INFO[main]: Searching worlds...
    16:47:01: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:01: INFO[main]: Spielwelt
    16:47:01: INFO[main]: 1 found.
    16:47:01: VERBOSE[main]: OpenALSoundManager::maintain(): 0 playing sounds, 0 sound names loaded
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.0.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.1.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.2.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.3.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.4.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.5.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.6.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.7.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.8.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.9.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.0.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.1.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.2.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.3.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.4.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.5.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.6.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.7.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.8.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.9.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.ogg for decoding
    16:47:01: INFO[main]: OpenALSoundManager: "main_menu" not found.
    16:47:05: INFO[main]: Audio: Deinitializing...
    16:47:05: INFO[main]: Audio: Deinitialized.
    16:47:05: INFO[main]: GUIEngine: Deinitializing scripting
    16:47:05: INFO[main]: Searching worlds...
    16:47:05: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:05: INFO[main]: Spielwelt
    16:47:05: INFO[main]: 1 found.
    16:47:05: INFO[main]: Updating configuration file: "/home/dirk/.minetest/minetest.conf"
    16:47:05: INFO[main]: Skipping writing of /home/dirk/.minetest/minetest.conf because content wouldn't be modified
    16:47:05: INFO[main]: Updating configuration file: "/home/dirk/.minetest/minetest.conf"
    16:47:05: INFO[main]: Skipping writing of /home/dirk/.minetest/minetest.conf because content wouldn't be modified
    16:47:05: VERBOSE[main]: httpfetch_cleanup: cleaning up
    … or on nopaste.info for better readability.
    Since it seems to work for everyone else (otherwise there might be more replies to my quesions in several places, I guess *g*) I’m pretty sure that’s a local problem on my machine. But since gettext properly works on my machine in all and every application that use it I have no clue at all where to start debugging.
    Hints are highly appreciated Thanks in advance!
    Kind regards,
    Dirk

    Hi there...
    It gives me a URL that begins with http:// Safari does something strange, ie. flashes the page, and then complains about not recognizing photo://
    It seems that it has not figured out that it needs to open iPhoto 6.
    Regardless, the provided link is not viewable when cutting and pasting into safari, neither.
    I am using the latest and greatest 10.4.4, Safari is 2.0.3.

  • Quicktime movie does not work on hosted iWeb website

    Problem: I have a media file portion on my iWeb designed website that displays pictures (working very well) and one that is supposed to show a movie (not working at all). The movie was made with iMovie and has an .m4v extension. When you click on the link for the movie it shows a blank screen on Firefox and a Quicktime logo with a big question mark on Safari. I'm attempting to view the website on my Mac with the latest Quicktime software on it but it doesn't work. Any ideas on how to fix it?
    Some additional info: the hosting provider is 1and1.com and I have a Windows server package (unfortunately). Also, if I publish the site to a folder the movie area works flawlessly, it just does not work on the hosted site.
    Thanks!!

    Thank you. I converted the file to .MOV and it now works on Safari but has not worked on Firefox (have not tried yet on a Windows based machine). At least headed in the right direction. I will also contact 1and1. Thanks again.

  • TOC, Search, Index does not work after hosting published files in Multiscreen HTML5

    I have generated and published the files for multiscreen html5. The default screen layout is Desktop_layout. When I access index.htm directly from the published location, every function and all details work beautifully. However, once I host the published files in IIS, and type the URL in Google Chrome, the screen layout is all messed up. TOC, Index, Glossary and the Search function does not work. Please help/suggest/guide.

    Could this be related to IIS? I host it locally on IIS (8.0 on Windows 8.1 Pro) and on Apache without any problems. But IIS can give trouble if the folder security options are not set correctly, so please make sure the IIS User has full read rights on all directories and files.
    Kind regards,
    Willam

  • I have upgraded to Lion Os but my Network storage (Iomega Home Media Network hard drive) does not work with Time Machine.  Are there any solution available?

    I have upgraded to Lion  OS only to find that my NAS (Iomega Home Media Network hard drive) does not work.  It tells me that it is not configured.  Are there any solutions .  Have Iomega sorted out the problem?

    Same issue here.  Based on what I can tell, iomega still has not developed a solution to the problem.  See below:
    https://iomega-na-en.custhelp.com/app/answers/detail/a_id/28327/kw/Mac%20OS%20X% 20Lion

  • Guest VM failover cluster on Hyper-V 2012 Cluster does not work across hosts

    Hi all,
    We are evaluating Hyper-V on Windows Server 2012, and I have bumped in to this problem:
    I have a Exchange 2010SP2 DAG installed on 2 vms in our Hyper-V cluster (a DAG forms a failover cluster, but does not use any shared storage). As long as my vms are on the same host, all is good. However, if I live migrate or shutdown-->move-->start one
    of the guest nodes on another pysical host, it loses connectivity with the cluster. "regular" network is fine across hosts, and I can ping/browse one guest node from the other. I have tried looking for guidance for Exchange on Hyper-V clusters but have not
    been able to find anything.
    According to the Exchange documentation this configuration is supported, so I guess I'm asking for any tips and pointers on where to troubleshoot this.
    regards,
    Trond

    Hi All,
    so some updates...
    We have a ticket logged with Microsoft, more of a check box exercise to reassure the business we're doing the needful.  Anyway, they had us....
    Apply hotfix http://support.microsoft.com/kb/2789968?wa=wsignin1.0  to both guest DAG nodes, which seems pretty random, but they wanted to update the TCP/IP stack...
    There was no change in error, move guest to another Hyper-V node, and the failover cluster, well, fails with the following event ids I the node that fails...
    1564 -File share witness resource 'xxxx)' failed to arbitrate for the file share 'xxx'. Please ensure that file share '\xxx' exists and is accessible by the cluster..
    1069 - Cluster resource 'File Share Witness (xxxxx)' in clustered service or application 'Cluster Group' failed
    1573 - Node xxxx  failed to form a cluster. This was because the witness was not accessible. Please ensure that the witness resource is online and available
    The other node stays up, and the Exchange DB's mounted on that node stay up, the ones mounted on the way that fails failover to the remaining node...
    So we then
    Removed 3 x Nic's in one of the 4 x NIC teams, so, leaving a single NIC in the team (no change)
    Removed one NIC from the LACP group on each Hyper-V host
    Created new Virtual Switch using this simple trunk port NIC on each Hyper-V host
    Moved the DAG nodes to this vSwitch
    Failover cluster works as expected, guest VM's running on separate Hyper-V hosts, when on this vswitch with single NIC
    So Microsoft were keen to close the call, as there scope was, I kid you not, to "consider this issue
    resolved once we are able to find the cause of the above mentioned issue", which we have now done, as in, teaming is the cause... argh.
    But after talking, they are now escalating internally.
    The other thing we are doing, is building Server 2010 Guests, and installing Exchange 2010 SP3, to get a Exchange 2010 DAG running on Server 2010 and see if this has the same issue, as people indicate that this is perhaps not got the same problem.
    Cheers
    Ben
    Name                   : Virtual Machine Network 1
    Members                : {Ethernet, Ethernet 9, Ethernet 7, Ethernet 12}
    TeamNics               : Virtual Machine Network 1
    TeamingMode            : Lacp
    LoadBalancingAlgorithm : HyperVPort
    Status                 : Up
    Name                   : Parent Partition
    Members                : {Ethernet 8, Ethernet 6}
    TeamNics               : Parent Partition
    TeamingMode            : SwitchIndependent
    LoadBalancingAlgorithm : TransportPorts
    Status                 : Up
    Name                   : Heartbeat
    Members                : {Ethernet 3, Ethernet 11}
    TeamNics               : Heartbeat
    TeamingMode            : SwitchIndependent
    LoadBalancingAlgorithm : TransportPorts
    Status                 : Up
    Name                   : Virtual Machine Network 2
    Members                : {Ethernet 5, Ethernet 10, Ethernet 4}
    TeamNics               : Virtual Machine Network 2
    TeamingMode            : Lacp
    LoadBalancingAlgorithm : HyperVPort
    Status                 : Up
    A Cloud Mechanic.

  • Password does not work after time machine restore and can not reset from CD

    The hard drive failed on my Power Mac G5. I replaced it and restored everything from Time Machine. The two non -admin accounts I can log into fine but my password for the admin account does not.  I tried resetting it booting from the OSX CD and using the password reset utility. It says it has done its thing but then I reboot and try to log in same problem.  It even has the old password hint.  I changed that  so I could see if it worked. I tried both my account and the root account out of desperation.  Any help appreciated!

    Hello, there's some corruption on the HDD, try this...
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/
    Admin Hack...
    http://www.hackmac.org/?q=node/4
    Starts up like the first time you buy a new Mac, but after filling in all that info again, you should have access to the computer and the other Users & files will still be there... give the new User a different name than an existing one.

  • Encoding ISO-8859-1 does not work on linux machine

    Hi all
    I have an xsl with encoding ISO-8859-1 .So in this xsl I put special character like € that rappresent the Euro (money) symbol.
    So when I use that xsl on a window machine everithing is all right.When I use a Linux machine that code are not correctly mapped..
    Why?
    Help
    Regards

    actually I have a different mapping for �....on
    window it maps the space...on linux it maps A^....
    Any idea?How exactly are you determining that it is not working?
    Are you printing it to the screen? Are you using String.getBytes() and then printing the byte value? What are you doing?

  • Mountain Lion Kerberos GSSAPIDelegateCredentials does not work against Solaris Machine

    Hi,
    After upgrade my systems to Mountain Lion the ssh option GSSAPIDelegateCredentials fails when tries to login in a Solaris 10 machine. The ssh client close the connection after the message "Delegate credentials" when runs in a verbose mode. The server side says "child closed the communication pipe before user auth finished"
    Using only the option GSSAPIAuthentication it works, but I need the credentials delegated because in the Solaris server I need that credentials to be able to mount the network home disk (security reasons).
    Using the same configuration in a Lion client, this option works well (like in Snow Leopard and Leopar, but that OS uses MIT distribution instead Heimdal).
    If the server is a Linux box, instead Solaris, and using MIT Kerberos distribution, the GSSAPIDelegateCredentials works too.
    Any idea about how to fix this Bug? Or I have to wait to the next patch release?
    Thanks in advance
    H.

    Boot into Recovery (command-R at startup), launch Disk Utility, select the startup volume, and run Repair Disk (not Repair Permissions.) If any problems are found, repeat. Then reboot as usual.

  • Vision:M does not work, not recognized by compu

    My Zen Vision:M seems to be completely dead. It doesn't react to anything, even trying to reset it. When I tried to download the firmware update and that recovery thing, it didn't work because it just says there is no player detected. It doesn't work on any other computer either. Is it a lost cause?

    http://forums.creative.com/creativel...d=49936#M49936

  • Create target group for contacts does not work

    Hi Experts,
    I am working on a Markting solution for a University with CRM 5.0.
    We need to contact certain Teachers in Schools (they have an orientation function for pupils that might study in the University in the future).
    I can segment for schools in Segmentbuilder. Now, I need to generate "new target group from contact". In my case the contact person of the school is the Teacher (function type is contact person). This does not work.
    Am I missing some parametrization, or is there a relation to sales area (wich we do not have).
    Hoping for your help. I will regard points generously.
    cristina

    Hi Cristina,
    I understand Schools are crated as Org and Teacher as Persons. There exist a Relationship between these similar to Contact Person (BUR001).
    Now, Follow the process
    1) Create a Data Source in CRMD_MKTDS.
    2) Assign an Infoset Query, as per your scenario.
    3) Assign Function Module "CRM_MKTTG_PF_BP_TAB_TO_CP" to data source
    4) Save, and then create an Attribute List.
    Go to Segment Builder and create target group based on above Attribute List.
    You'll get a list of all the contact persons. For your case, Teachers.
    Hope this helps......
    Regards,
    Vikas
    PS: This will only work if Schools - Org, Teacher = Person and Relationship = BUR001. If you have other criterias please copy Function Module "CRM_MKTTG_PF_BP_TAB_TO_CP" and edit it as per your business case. Then assign this FM in Data Source.

  • Installation of new NWRFCSDK does not work with sapnwrfc-0.19.

    Hi,
    I was trying to install the new nwrfcsdk and the corresponding ruby sapnwrfc-0.19.
    The rfsdk is located in D:\downloadmanager\mwrfcsdk (jsut unpacked it after download from service.sap.com and copied the dll into services32)
    Unfortunately this does not work. Do I miss something ?
    Any help is appreciated !
    Here the errors I get:
    I get errors on installation of the sapnwrfc-0.19 like:
    D:\rubyy\sapnwrfc-0.19>ruby setup.rb config --with-nwrfcsdk-dir=D:\downloadmanag
    er\nwrfcsdk
    ---> lib
    ---> lib/sapnwrfc
    <--- lib/sapnwrfc
    <--- lib
    ---> ext
    ---> ext/nwsaprfc
    D:/rubyy/InstantRails/ruby/bin/ruby.exe D:/rubyy/sapnwrfc-0.19/ext/nwsaprfc/extc
    onf.rb --with-nwrfcsdk-dir=D:\downloadmanager\nwrfcsdk
    Modified CFLAGS: -MD -Zi -O2b2xg- -G6 -DWIN32 -D_CONSOLE -DUNICODE -D_UNICODE -D
    SAPwithUNICODE  -DSAPonNT  -DSAP_PLATFORM_MAKENAME=ntintel
    Modified CFLAGS: -MD -Zi -O2b2xg- -G6 -DWIN32 -D_CONSOLE -DUNICODE -D_UNICODE -D
    SAPwithUNICODE  -DSAPonNT  -DSAP_PLATFORM_MAKENAME=ntintel
    Modified CPPFLAGS: -ID:\downloadmanager\nwrfcsdk/include
    Modified LDFLAGS:
    Modified LIBPATH: D:\downloadmanager\nwrfcsdk/lib
    checking for sapnwrfc.h... no
    adding default nwrfcsdk location for headers ...
    checking for sapnwrfc.h... no
    This will not work - ABORTING because cannot find sapnwrfc.h
    setup.rb:658:in `command': system("D:
    rubyy
    InstantRails
    ruby
    bin
    ruby.exe"
    "D:/rubyy/sapnwrfc-0.19/ext/nwsaprfc/extconf.rb" "--with-nwrfcsdk-dir=D:
    downl
    oadmanager
    nwrfcsdk") failed (RuntimeError)
            from setup.rb:663:in `ruby'
            from setup.rb:1279:in `extconf'
            from setup.rb:1270:in `config_dir_ext'
            from setup.rb:1573:in `__send__'
            from setup.rb:1573:in `traverse'
            from setup.rb:1590:in `dive_into'
            from setup.rb:1571:in `traverse'
            from setup.rb:1575:in `traverse'
             ... 9 levels...
            from setup.rb:829:in `__send__'
            from setup.rb:829:in `invoke'
            from setup.rb:776:in `invoke'
            from setup.rb:1619

    Hi ,
    here the output of the log file:
    have_header: checking for sapnwrfc.h... -
    no
    "cl -nologo -E -I. -ID:/rubyy/InstantRails/ruby/lib/ruby/1.8/i386-mswin32 -ID:/rubyy/sapnwrfc-0.19/ext/nwsaprfc -ID:/downloadmanager/nwrfcsdk/include  -MD -Zi -O2b2xg- -G6 -DWIN32 -D_CONSOLE -DUNICODE -D_UNICODE -DSAPwithUNICODE  -DSAPonNT  -DSAP_PLATFORM_MAKENAME=ntintel   conftest.c -P"
    checked program was:
    /* begin */
    1: #include <sapnwrfc.h>
    /* end */
    have_header: checking for sapnwrfc.h... -
    no
    "cl -nologo -E -I. -ID:/rubyy/InstantRails/ruby/lib/ruby/1.8/i386-mswin32 -ID:/rubyy/sapnwrfc-0.19/ext/nwsaprfc -ID:/downloadmanager/nwrfcsdk/include  -MD -Zi -O2b2xg- -G6 -DWIN32 -D_CONSOLE -DUNICODE -D_UNICODE -DSAPwithUNICODE  -DSAPonNT  -DSAP_PLATFORM_MAKENAME=ntintel  -I/usr/sap/nwrfcsdk/include  conftest.c -P"
    checked program was:
    /* begin */
    1: #include <sapnwrfc.h>
    /* end */
    Regards
    Marcus

  • Webutil.host.HostBean not found WEBUTIL_HOST.execute will not work

    Hi everyone:
    I've got a form. I've attached webtill.pll and subclassed webutil.olb.
    In the WHEN-NEW-FORM-INSTANCE trigger it does:
    client_host('cmd /c cd > arch.txt');
    When I execute my form I got the errror:
    webutil.host.HostBean not found
    WEBUTIL_HOST.execute will not work
    Could anyone give me some help on it?
    Thanks!
    Carolina

    Hi!
    this is what I got in the Java console
    JInitiator: Versión 1.3.1.22
    Usar versión JRE 1.3.1.22-internal Java HotSpot(TM) Client VM
    Directorio local del usuario = C:\Documents and Settings\Administrador
    Configuración del delegado: sin delegado
    JAR cache enabled
    Location: C:\Documents and Settings\Administrador\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://rx26201:7778/forms/java/frmall_jinit.jar from JAR cache
    Loading http://rx26201:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://rx26201:7778/forms/java/jacob.jar from JAR cache
    Loading http://rx26201:7778/forms/java/dgrImages.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    La versión del applet Forms es: 10.1.2.0
    thanks!

  • Serial communicat​ion does not work in an executable​.

    I have created a vi that communicates with a serial device. It works fine on the computer that it was creatd on. I then created an application and then built an installer to put it on another machine. The second machine does not have LV 2009 on it. Once installed on the machine the vi does not work. When it runs on the computer with LV 2009 the the com port control is a pull down, and it lists all comports on the computer and then you select the one you want to connect with. The computer that the vi is installed on does not list the available com ports. This leads me to believe that there is no serial comms support in the installable version. What do I do now?? I noticed that you can add "Additional Installers" when you build the installer and one of them is NI-Serial 3.4. I try to add this and a message said that it had to get, so I didn't use it thinking it was more than I needed and that standard com port driver would be included. Am I wrong here or am I missing something else?? All help is greatly appreciated.
    [email protected]
    Solved!
    Go to Solution.

    claudio.rossi wrote:
    Hi  at all!!
    I'm new in NI forum.
    I have one similar problem. My VI communicate with external device on serial port. The VI work very well, but when I create executable (.exe) file with Labview application builder (on Labview 2010) the .exe don't use serial port!!! The executable run perfectly (nothing error or warning by the application builder), but the serial data on selected COM port  isn't send!!! Also on the PC where I developed the VI!!!
    What do you mean by your last sentence?  Are you trying to say that you can't run your executable even on the same computer on which you developed the application?  If so, was LabVIEW open when you tried to run it?  Try quitting LabVIEW; if you had previously run your VI and didn't close the serial port, LabVIEW might have kept it open, which would prevent the executable from accessing it.  If the executable won't run on the development machine it's unlikely to be resolved by installing VISA since you need that installed for the VI to work properly in the development environment.  Do you have any error handling in your code that would indicate if an error occurred after trying to write to the serial port (an indicator on the front panel, or a call to Simple Error Handler)?

  • Host admin page does not work after insatlling YAST for suse9

    I am using 10205 grid and when I try to go to admin tab in grid it say YAST patch needs to be installed which I did but still it does not work.
    Anyone having same issue and how to resolve this. I also followed the metaling note for this issue which was a workaround for a bug but still it did not work.
    Any ideas?
    Thanks in advance.

    I clicked on the link that was provided on the GC host admin page and downloaded the patch and as root applied it to the server without any errors. The following are the steps:
    When I go the host page then administration tab it says the following:
    Install the SUSE patch for YAST from http://oss.oracle.com/projects/yast
    Downloaded the patch yast-EM-1.7.0-0.1.noarch.rpm
    I've installed the patch and restarted the agent and the permissions on all the files are set to 755 according to note
    414438.1
    after applying the YAST patch I clicked finish and nothing happens. I've restarted ther OMS as well but no effect. I was wondering if anyone else having the issue?

Maybe you are looking for

  • How to change default port in iws 4.1 installed in Solaris 5.9

    Hi All, I had installed iws 4.1 in solaris 5.9 Now , I want to change my default https port from 443 to 445 . Can anybody , Please let me know the proceudre how to do it ? Thanks for help in advance. Regards James

  • Mac/Windows interoperability

    Dear nice people I am attempting to optimise a small business environment (see specifications below) containing a mix of Macs and PCs currently using a Windows Server 2012 on a GBit ethernet (1000BASE-T) infrastructure. The Macs are not being backed

  • Bridge for Newbie

    I can't find a Bridge forum, so I'll ask my question(s) here. I've been using CS3 for years and just subscribed to Creative Suite Cloud. I've never used Bridge; hardly even knew what it was. I just started exploring Bridge Cloud and am sold, though I

  • HT3777 where can i download BootCamp for windows 7?

    Where can i download BootCamp in order to install windows 7 on my MacBook PRO? thx

  • Forms in PowerShell: Update form based on script progress

    Hello all, For lack of a better post title, what I have is a simple script that loops through files in a directory and checks them for stuff. What I'd like to do is, while my script is checking the files, display a form with only one single-line fiel