‎2012 Oct 22 12:43 PM
what does "File /outbound/<sy-syid>/scripts/Error.log does not exist " means?
‎2012 Oct 22 12:49 PM
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.
‎2012 Oct 22 12:49 PM
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.
‎2012 Oct 22 1:44 PM
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??
‎2012 Oct 23 7:18 AM
reason is program accessing directory on wrong path which physically does not exist on that path so program is stopped for further execution.