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

batch Job Failure

Former Member
0 Likes
537

what does "File /outbound/<sy-syid>/scripts/Error.log does not exist " means?

1 ACCEPTED SOLUTION
Read only

former_member194152
Contributor
0 Likes
504

means file on above location not found by program, check in above string parameter is coming as  <SY-SYID> it should be sy-sysid, this is system variable return current server environment i,e. DEV.QAS or PRD, that string is not changed so seems something wrong in path declaration.

3 REPLIES 3
Read only

former_member194152
Contributor
0 Likes
505

means file on above location not found by program, check in above string parameter is coming as  <SY-SYID> it should be sy-sysid, this is system variable return current server environment i,e. DEV.QAS or PRD, that string is not changed so seems something wrong in path declaration.

Read only

Former Member
0 Likes
504

Thank you for reply.

yea its sy-sysid, it failed only one time noe its running fine, how to find the reason for the failure??

Read only

0 Likes
504

reason is program accessing directory on wrong path which physically does not exist on that path so program is stopped for further execution.