cancel
Showing results for 
Search instead for 
Did you mean: 

Error in downloading data.

Former Member
0 Kudos

Hi ALL,

we are currently trying to schedule a background job for a program that triggers an xml output onto the application server. the program runs fine and the output is trigerred when the program is made to run manually, but when it is scheduled as a background job, we get a message "Error in downloading data5678" and the job gets cancelled.

plz advice on the issue.

regards

Arvind Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What function/method call is your program using to download the file? Make absolutely certain that the file is indeed being downloaded on the application server and not on the workstation. Background jobs have no frontend connection, so any attempt to download a file to the frontend from a batch program will obviously fail.

Regards,

Mark

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ALL,

the issue got resolved. The program was trying to trigger the output on the desktop of the user and hence getting failed. we just commented that line and it automatically started to flow in the app server.

Thanks all for your help.

Regards

Arvind Kumar

Former Member
0 Kudos

Hi ALL,

thanks for your responses.

The OS being used is windows server 2003 and i have provided all the required authorizations to access the folder but am still not able to have the job completed successfully. Additionally have also asked th abaper to check the code.

Is ther anything else that can be checked in the mean time.

regards

Arvind Kumar

former_member227283
Active Contributor
0 Kudos

Hi Arvind,

Which is OS of you Application server.

Check the location which abaper has define in his program have full authorization to use <SIDADM> to that folder

Thanks

Anil

JPReyes
Active Contributor
0 Kudos

If this is your own code i'll suggest you to contact your abaper, not all programs that run in dialog can run as a background job most likely the code needs to be reviewed.

Regards

Juan