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
Run a php pae in service manager mode
Re: Run a php pae in service manager mode
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.
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.
Oleg Yershov