‎2007 Oct 15 1:31 PM
Hi All,
I need to schedule a job in background.where i need to read data from excel file.
while executing in background mode its saying 'Error while reading file'.
but in foreground i can able to execute it.can anybody help me out.
Thanks
Sudha
‎2007 Oct 15 1:34 PM
Hello Sudha
Your file should be on the application server not on the presentation server for background jobs...
Regards,
Arun
‎2007 Oct 15 1:36 PM
hi Sudha,
I think the program tries to read from presentation server (with GUI_UPLOAD or something similary), which is not possible in background (because in background there is no presentation server).
hope this helps
ec