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: 

Job failing Error

Former Member
0 Kudos
294

Hi,

I am runing a background job that generate PM work orders.

The job log displays the following message - "In background processing, saving to a PC file is not possible."

Can anyone please help me out to analyze this isse.

Thanks in adavance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
203

Well the job log clearly tells you that you cannot save file in the presentation server (PC) while running in background. Is that not clear enough?

8 REPLIES 8

Former Member
0 Kudos
204

Well the job log clearly tells you that you cannot save file in the presentation server (PC) while running in background. Is that not clear enough?

0 Kudos
203

Hi,

I am runing a background job that generate PM work orders Program Name : RISTRA20.

The job log displays the following message - "In background processing, saving to a PC file is not possible."

Can you please tell me the next action to make the job success.

0 Kudos
203

Hi ,

You cannot store files in your desktop (presentation server) through a background job. You will have store the file in application server.

Regards,

Kiran

0 Kudos
203

Hi Salini,

The program RISTRA20 tries to save a file and it has options to save both in the presentation server and application server. Since you are scheduling the job in background, it will not work if you are trying to save the file in the PC. Instead, in the selection screen of the program choose the option Unix File and give the path of application server file, which can be checked in AL11. It would work then without failing.

Vikranth

0 Kudos
203

Hi kiran...I know that we cannot store it on desktop but this is a standard program and am getting this in my job log ...and job got failed

now do you have any idea about run my job successfully ...

0 Kudos
203

Hi Vikranth,

Thank you

We have selected the Unix radio button in our selection screen,but not given the file path...

Is this throwing the error??

0 Kudos
203

Obviously it will throw a error if you donot specify a path. Goto transaction AL11 and select a suitable path and use it in the program.

Vikranth

0 Kudos
203

Thank you vikranth..