C
clipper
Can 2x application server apps interact with files or applications on the client workstation? Citrix has a feature like this. Does TS 2003 + 2x Application Server have this capability?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
clipper said:Can 2x application server apps interact with files or applications on the client workstation? Citrix has a feature like this. Does TS 2003 + 2x Application Server have this capability?
clipper said:I'd still like some input on this.
Specifically, is there any way to run an application on the client pc using either the applications API or executing command line strings? Currently I call apps that have an api to create a file of a certain name or edit like so and so; or if they don't have an api, and offer the ability to do some things via command like. I shell out from VBA.
Would I be able to do anything like that with 2x? I think Citrix presentation server has a feature like that; and there is a code snippet that does that kind of thing over plain rdp. Having this kind of ability would really remove some barriers to addtl 2x deployments.
clipper said:Thaks zippo. So, file system operations and command line operations are possible, and I'll check out those via the manual. But maybe there is no way to tap into a client pc application's API using code? That would be even better.
clipper said:Hmm. I don't find any information on either of the two features that you say application server provides.
I'm looking in 2XAppServer-LoadBalancer-Manual.pdf, is that the right document?
A search for redirection finds only printer and url/mailto redirection. I don't see references to file redirection, and tsclient is found only in the linux install section. Is this documented? Is tsclient the actual phrase to use or is that a placeholder for some other value dependent on the configuration?
Also I looked through the command line section of that document (pg 178) and it does not appear to be about starting remote applications? More about starting/controlling 2x from command line?
So yes I'd sure appreciate your help on this.
The manual seems to be a version behind; many of the screenshots do not match the current version.
clipper said:I wonder, is there any way to tell if the application is running inside a 2x hosted session, vs a regular RD session, in code?
clipper said:I just tested the ability to open a file on the local client, invoked from the 2x session application using tsclient. It works...very cool.
But it's so slow. My test was simply to ask the local (client side) copy of notepad.exe to open a one line text file. That takes 10-12 seconds. The connection is pretty fast; the application proper runs very quickly.
Can anyone explain why using tsclient to execute a local file is so slow? Neither the executable or the file being opened need to travel across the wire, so it seems odd that it's be this slow.
clipper said:Now I've got 6.2 on server and client; it still takes 12 seconds to start notepad, each time it's started. Useless. I wonder if the slowness comes from 2x, or if it's an issue with TS somehow?
I hope someone from 2x can comment. How can anyone use this feature? Nothing can be simpler to call that a one line text file opened in notepad.exe.
clipper said:I think your 5 second application startup time is different from the delay that I'm seeing. If my remote app invokes another server based application, like Word, it starts pretty quickly the first time, lik 3-5 seconds, and almost instantly if I close and reopen word. It's instantiating a local (workstation based) app via tsclient.exe that is so slow.
2x, can you comment?