Problem to spawn a console application
Posted: Thu Jun 18, 2015 8:54 pm
Hi,
I'm trying to run an application through TSplus that starts a console application as part of a functionality.
Basically, the main app creates a hidden console application process (the user doesn't see the console window) that runs in a job, and communicates with it though named pipes.
The console app writes a pipe and the main app reads from it to then show data to the user.
I have a regular local user and an administrator user account in the server where the main app is installed (Win 2008 R2).
When I try to use the published app from another PC (web access using HTML5) it is started ok but I have "Access is denied" error everytime the console app needs to be launched.
Moreover, I noticed that after installing TSplus the main application started to show this "Access is denied" error when logging directly to both local users too.
It was working ok on both local users before installing TSplus, I checked that.
Then, I tried the same with Win 2003 and it worked ok there.
The main app was able to run the console app after installing TSplus under the local users and from another PC (web access using HTML5) through TSplus.
I wanted to ask you if there is a limitation for published applications to launch a console application.
Do I need to set special permissions in Win 2008 R2 to enable that?
Any help will be appreciated.
Thanks.
I'm trying to run an application through TSplus that starts a console application as part of a functionality.
Basically, the main app creates a hidden console application process (the user doesn't see the console window) that runs in a job, and communicates with it though named pipes.
The console app writes a pipe and the main app reads from it to then show data to the user.
I have a regular local user and an administrator user account in the server where the main app is installed (Win 2008 R2).
When I try to use the published app from another PC (web access using HTML5) it is started ok but I have "Access is denied" error everytime the console app needs to be launched.
Moreover, I noticed that after installing TSplus the main application started to show this "Access is denied" error when logging directly to both local users too.
It was working ok on both local users before installing TSplus, I checked that.
Then, I tried the same with Win 2003 and it worked ok there.
The main app was able to run the console app after installing TSplus under the local users and from another PC (web access using HTML5) through TSplus.
I wanted to ask you if there is a limitation for published applications to launch a console application.
Do I need to set special permissions in Win 2008 R2 to enable that?
Any help will be appreciated.
Thanks.