Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while executing file in Background

Former Member
0 Likes
366

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

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hello Sudha

Your file should be on the application server not on the presentation server for background jobs...

Regards,

Arun

Read only

JozsefSzikszai
Active Contributor
0 Likes
345

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