Page 1 of 1

Run a php pae in service manager mode

Posted: Fri Jul 18, 2014 1:07 am
by kev021460
I have a local task that runs fine.
It runs a webpage that processes a php process that when I run it in service manager mode.

I am running this manually from the service tasks and it still fails.
This is the error:
E: 7/17/2014 7:01:31 PM: An error occurred. Step #13 (Run "//myintranet/i_employee/employee_pt_accessqb/employee_pt_accessqb.php ").


Granted the program does not open a web page to run the code if I run it in service manager mode.
But why does that matter now.
I am pretty sure that there were a few of these that worked in other jobs..

Please Help...

Kevin

Re: Run a php pae in service manager mode

Posted: Fri Jul 18, 2014 10:27 am
by Oleg
Pay attention, if you try to open web URL by using "Run Program/Open Document" action RoboTask launches your default web browser.
I use Google Chrome browser as default. It works in service mode correctly.
It seems your browser can't work in SYSTEM environment.

If you want only to run some web script to process some actions on web server you can use "Web Page information" action.
It opens web page in embedded web browser. When the task is being finished the browser will be closed.