Application Development 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 Cancelled_FTP subcommand: Local error_ECC6_Oracle10_Solaris10

Former Member
0 Kudos

Hi,

We are facing problem with background job.

Requirement: Program collects various details related to Sales (from various tables) creates one text file and same will be placed in some other Non-SAP application through FTP.

Observation:

background is throwing error with job status cancelled as "FTP subcommand: Local error"

In fact it is not working foreground as well. In foreground also we are getting "FTP subcommand: Local error" but manuall ftp is working fine.

We have total 25 Z-programs, other programs working fine both in foreground and background.

We are not getting any short dumps or system logs entries.

we r using these function modules to send data to FTP from a program

HTTP_SCRAMBLE

FTP_CONNECT

FTP_R3_TO_SERVER

FTP_DISCONNECT

Job log :

Job started

Step 001 started (program <program>, variant <variant>, user ID <user id>)

FTP subcommand: Local error

Job cancelled after system exception ERROR_MESSAGE

Any one encounter this problem???

Thanks in advance. . .

S@PM@N

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

please use ST22 to analyze the dump (what does it contain?)

0 Kudos

Dear Rossi,

We are not getting any dump. ..

0 Kudos

strange! when you have "Job cancelled after system exception ERROR_MESSAGE", it means there is a dump! (a system exception). For example, it may be because of a MESSAGE X statement. Please try again, check the selection criteria in the ST22 selection screen (select all dates). Moreover, admins clear the dumps periodically (to be sure, just run the program again and check the dump).

Former Member
0 Kudos

This is fixed by our ABAPer . .