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

problem in job scheduling

Former Member
0 Likes
976

The program is supposed to take a file from a specified directory, do the processing and send the data processed to another directory

but nothing is happening

when i go to SM37, the log displays the task has been succesfully executed

am i missing something?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
958

Plz provide the program's name or parts of your source for us to examine.

The program is supposed to take a file from a specified directory, do the processing and send the data processed to another directory

but nothing is happening

when i go to SM37, the log displays the task has been succesfully executed

am i missing something?

8 REPLIES 8
Read only

Former Member
0 Likes
959

Plz provide the program's name or parts of your source for us to examine.

Read only

0 Likes
958

the problem is that when im running the program in debug mode or manually, the files are transferred succesfully but when i define it in SM36, nothing happens

Read only

0 Likes
958

Hi,

Where is ur file. Is it on the presentation/Application.

Paste ur code inorder one to assist.

Revert back ,

regards,

Naveen

Read only

0 Likes
958

its on the application server

Read only

0 Likes
958

sorry, its on the presentation server

Read only

0 Likes
958

Hi Anjali,

If file is on the presntation server, then ur FM like GUI_UPLOAD/UPLOAD wont work in the back ground.

Only if the file is on application server then u can schedule ur program in the back ground( by using open data, Read data set..)

Revert back

Regards

Naveen

Read only

Former Member
0 Likes
958

HI,

Make sure that the file should be in application server.

Thanks,

Sriram POnna.

Read only

0 Likes
958

thanks