Run a php pae in service manager mode

Discuss RoboTask here
Post Reply
kev021460
Posts: 2
Joined: Fri Jul 11, 2014 4:44 pm

Run a php pae in service manager mode

Post 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
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Run a php pae in service manager mode

Post 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.
Oleg Yershov
Post Reply