Running LabVIEW applications on Windows Terminal Server

I have built a client application in LabVIEW that one of our users want to run on a Windows 2000 Terminal Server...the question is; how does Windows Terminal Server handle the different sessions; does is launch multiple copies of the application and if so how about support files? In my case the client application has a configuration and a temp file in it's directory...if multiple users use the application on the terminal server; does it or can it be set up to make one copy of the app directory for each session? If not - is there a way / what is the best way to get separate configurations and temp files for each session?
MTO

You have a better chance to get a helpful reply if you ask in the Acrobat forum, or even at http://forums.adobe.com/community/licensing

Similar Messages

  • Can't install LabVIEW Run-Time Engine 6.1 on Windows Terminal Server

    With my system admin, we tried to install the LabVIEW Run-Time Engine 6.1 on our Windows Terminal Server NT4. And we get an error all the time:
    -install using the plugin
    -install using LVRTE.exe
    -install after rebooting the server
    But I remember that we could install the Run-Time Engine 6.0 on another Windows Terminal Server NT4.
    Is there any compatibility issues with the new Run-Time Engine 6.1 ??
    Thanks for your help
    Cyrille

    Cyrille,
    What is the error that you get when trying to install the run-time engine?
    Are you installing it from the LabVIEW CD, or did you download it from the web site?
    To further troubleshoot this problem, it would be best if you send us an email to [email protected] and send the above information.
    Also, try running the installer from the command prompt window, and use the following syntax:
    setup.exe/l*v
    This will save the error log to the file you specify. Send us also this file to help us troubleshoot.
    Thanks
    Zvezdana S.
    National Instruments

  • Hi, We are running domino application in windows server 2008r2 machine, we are facing High RAM utilization issue, but there is no such process are running.

    Hi, We are running domino application in windows server 2008r2 standard virtual machine, we are facing High RAM utilization issue, but there is no such process are running. Machine is running in ESXI host, most of the time it shows high RAM utilization.
    We upgraded the ram from 6 to 8 GB, but still facing the issue,
    Where as other  VMs working fine.
    Need a help to find out the issue.

    Hi Sathish sampath,
    You can use Resource monitor and Task Manager->Performance to monitor the RAM memory utilization, I also recommend you to download the
    RAMMap to get more detailed memory information.
    For more detailed information to troubleshoot this issue, please also refer to this thread:
    memory performance problem. Please help.        
    You can also choose to post your monitor picture to help us to troubleshoot.
    I holp this helps.                       

  • Compile problem running jdev on Windows Terminal Server

    I am experiencing problems compiling java source files in jdev 9.0.3.1035
    Sometimes the class file is not created if i make (compile) only one source file.
    The jdev is running on a Windows Terminal Server 2000.
    The sources are on the same Terminal Server.
    The classes should be compiled to the Terminal Server as well.
    I am working on a Terminal session elsewhere.
    Anyone had this problem before ?

    Georg:
    Q1) What you mean with 'the class file is not
    created'? Is the .class file not overwritten? Is the
    class file for a new file not written? Did you delete
    the class file before compiling?I deleted the class file before compiling!
    Q2) I guess that sources and classes are used by you
    exclusively. Is this right?That is right!
    Q3) In the project settings under Common | Input
    Paths is the option 'Scan Source Path' enabled or
    disabled?Both options have the same effect!
    Q4) When the problem occurs: what is the active
    window (code editor or Navigator)? What node is
    selected in the Navigator?Tried following combinations:
    - Having selected the Project node in the Navigator and the code editor is active window
    - Having selected the class node in the Navigator and the code editor is active window
    - Having selected the Project node in the Navigator and the Navigator is active window
    - Having selected the class node in the Navigator and the Navigator is active window
    Q5) What are the exact steps you took when it
    happens? Do you use mouse or keyboard hotkeys? What
    buttons or menus do you use?- right click in code editor and choose Make from popup menu
    - right click on Long postings are being truncated to ~1 kB at this time.

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Swing app in JDK6 continues to rendering slow in Windows Terminal Server

    Hi,
    Because Swing apps create interfaces internally and not using default OS APIs,
    when running into a Windows Terminal Server client, there is no way to optimize
    rendering. Windows Terminal Server and Linux FreeNX use a mechanism to send
    to client only commands to render the windows. But, because the way Swing works,
    not totally integrated to OS APIs, it's not possible for terminal servers to do this,
    and these servers render Swing like images, something like VNC do, very slower than.
    I have tested native apps and AWT apps, and the difference is very significant,
    something like 50-70% faster.
    Is there some project in Swing APIs or java.net open-sources to better this?

    We are also seeing this issue with a Compiere implementation. With 10 distributed sites across the US, our client wanted to use Windows Terminal Services to simplify the client desktop management of the Swing application.
    But performance is terrible...and screen painting issues a real problem. We are also on JDK5 still, so I'm discouraged to see that JDK6 doesn't appear to offer much improvement?
    Is there any project afoot to address this issue for installations using terminal services?
    Thanks,
    Peter

  • Tips to install Sap Gui On Windows Terminal Server 2003

    Does anybody know any method to install SapGui on Windows Terminal Server 2003 to share it to many users ?
    The problem is: when I try to install Sap Gui 6.40 via Control Panel-Add/Remove Programs it tells me that I must change the mode with "change user /install". I dont know the reason why it reports me that if I do it via Control Panel. And if I do that and then I launch the installation again it reports me the warning again.
    What should I do ?
    Thanks in advance for your help.

    We have SAP R3 4.6C.
    We want to optimize the bandwidth in a 802.11b radio. Because of that we dont want to run any application in the hand-held.
    We'll intend to launch a remote desktop on a dozen hand-helds connecting the Windows 2003 Terminal Services server. In this server we could run SAP GUI, WebSapconsole or the browser.
    Its important to note that the hand-held computers must only show the designed windows (sized to 16x20), removing title bars, transaction bar, menu bars, tool bars, status bars, etc. For this purpouse I think we can use WebSapconsole.
    With this method we have noticed that when a error or warning is displayed it hides some part of the screen instead of presenting in the status bar.
    I hope you all your doubts are clear now, if not just tell me.
    Thank you.
    PS. Sorry for my english.

  • Error in accessing application on windows 2003 server

    error on accessing the application on windows 2003 server R12
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    First time i login sucessfully but now its not working.

    Hi Mushy;
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.First try to run autoconfig and retest issue. If you have still same error check log file for more details
    Also check:
    500 Internal Server Error Servlet error:
    500 Internal Server Error  Servlet error:
    R12 Startup Issue
    Regard
    Helios

  • Guidelines to improve the reliability of a LabVIEW application in Windows XP.

    I am searching for guidelines to improve the reliability of a LabVIEW application in Windows XP (ie: disable keyboard, bypass login screen, disable questions during boot up, disable antivirus, etc.) - customer will use LV RT but currently running in WXP.
    Thanks.

    Hello �
    There are several things you can do to improve LabVIEW�s performance. Take a look at the following links:
    Why Would I Want to Turn Off Multithreading?
    How Can I Optimize the Memory Use in My LabVIEW VI?
    How Do I Disable Mouse Interrupts to Improve Performance?
    Hope this helps!
    S Vences
    Applications Engineer
    National Instruments

  • Running labview application on windowsCE or WindowsXPe

    does anyone have experience of running labview application on windowsCE or windows xp embedded system? I would like to build an lv application which plays videos on a CE or XPe system. Any comments are welcome.
    thanks,
    joe

    I use the PDA Module for LabVIEW to run programs on Windows CE and Windows Mobile. You have to use a PC for the development and building of the application, then either use ActiveSync or copy the .exe over to the CE device. There are some limitations in the code and the user interface, but most things work fine.
    I haven't actually tried video yet on CE, perhaps that is something I can play with soon.
    Good luck!
    B-)

  • Hydra (Windows Terminal Server) and Forte

    Is anyone aware of any attempts at using Forte with the windows
    terminal server software. I am interested in the possibility of using
    the terminal server concept for applications which are more of the
    "heads down data entry" type. The cost of a typical PC client (even a
    "thin" one) is not easily cost justified in these cases.
    It seems to me that using the terminal server concept would
    potentially be a lower cost approach to providing a Forte client in
    this type of application.
    If anyone has any thoughts or experience on this I'd appreciate
    hearing about it.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Frank,
    I dont know much about citrix and SBO (just see a presentation at the techsummit), but I will start here , and then go on here .
    In the Citrix forums are some issues related to yours:
    http://support.citrix.com/isearch.jspa?searchQuery=sapbusinessone&searchForums=true
    Hope helps,
    Ibai Peñ

  • Equivalent windows terminal server

    Hi,
    I wish to know if there is an equivalent of windows terminal server on mac OS X SERVER.
    My purpose is to install applications on the server, and that the customers can open session to distance to use the applications.
    Solution ?
    Thanks.

    You can check http://macterminalservers.com/.
    Bye

  • Windows Terminal Server Licensing Mode

    Hi all.
    Anybody knows how to license a Windows Terminal Server to be used only throught SGD?. I have more than 100 users behind a SGD, and I want to export Windows applications to them.
    I know that there are to kinds of Windows Terminal Server licenses. Users or Devices CAL's. If I'm using SGD, do i need a license for each users, or with one license for each SGD server is enought?.
    Thanks.

    Hi.
    It's not Oracle limitation or rules. It's rules of Microsoft.
    http://tonymackelworth.wordpress.com/tag/multiplexing/
    http://download.microsoft.com/download/8/7/3/8733d036-92b0-4cb8-8912-3b6ab966b8b2/multiplexing.pdf
    "You may deploy network architectures that use hardware or software to reduce the number of devices or users that directly access the software on a server. This is referred to as multiplexing or pooling. However, this does not reduce the number of CALs required to access or use the server software. A CAL is required for each device or user that is connected to the multiplexing or pooling software or hardware front end."
    Regards.

  • Oracle obdc driver 32-bit doesn't run on 64-bit windows 2008 server r2

    Does anyone know a way to run OBDC driver on windows 2008 server r2?, a way to run the app?

    Pl post in the Heterogeneous Connectivity forum (Heterogeneous Connectivity as this forum is meant for issues related to database installs
    HTH
    Srini

  • Installing SBO 2007A PL47 for use on Windows Terminal Server 2008

    SAP has announced it supports Windows Server 2008 32 bit. Does this mean it will also support Windows Terminal Server 2008 32 bit for hosted clients? Any input will be appreciated

    Hi,
    There is annoucment only of Windows Server 2008. You can check the status on service Market place under Supported platforms.
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Under Product Availablity
    Regards
    Vikas
    SAP Business One FOrums Team
    Edited by: Vikas Rastogi on Mar 12, 2009 10:22 PM

Maybe you are looking for

  • 10.4.6 Update and DVD-Video

    Hi all. Today I've updated from 10.4.5 to 10.4.6. Today I can't see my DVD-Video on my powerbook g4 combo. When I insert a DVD-Video on my drive, DVD Video Player app starts but shows nothing. No icon on my desktop. No problem with data DVD and CDs.

  • Advance Payment and Retention Money adjustment.

    Dear Friends, Pls guide me in the following scenario. The scenario is that one very large construction co using SAP. And its sub contract within its different plant in the same co code when he got any new projects. Now the co using down payment or sa

  • Art used in ID documents used to display in the links panel. Now links is empty.

    Photoshop art used in ID documents used to display in the links panel in IN_CS6 on a mac. Now links is empty. Where did the links list go???

  • LR 3 Requests

    Before LR 3 is locked down some of my requests from the Flickr LR forum, mainly workflow issues rather than feature requests, so hopefully pretty easy to implement - it's about making LR a faster to use software more than anything else, a lot of this

  • Reinstall help Word 2010/ Win 7

    I recently had to replace the system drive on my desktop computer.   I have a desktop and a laptop.   I purchased separate copies of Word2010 for each of them, but of course I didn't mark the CDs as to which one went where.  Is there a way to tell fr