Hello Experts
We have created a BODS job with ABAP DATA FLOW which executes a ABAP program in ISU system and created a '.dat' files in the ISU staging directory, This directory is Mounted on data service Job server.
Both ISU and BODS are Unix Servers.
So, the issue is when we execute the BODS job sometimes it run successfully without any error but some times it throws below error.
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM |Data flow DF_MR_ISU_LOAD_EPREIH
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM The SAP job was canceled for host < >, job name <JOB_MR_EPREIH_FULL 05/20/16 11:24:52>, job count <11245200>, job log from SAP
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM <20160520, 112452, Job started
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Step 001 started (program Z_MR_EPREIH_FULL, variant &0000000000041, user ID SAP_BODS)
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Error at OPEN '/MR_ABAP_FILES/BODS_ABAP_FILES/EPREIH_FULL.DAT' (check file)
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Job cancelled after system exception ERROR_MESSAGE
15640 4222756640 R3C-150605 5/20/2016 11:25:02 AM >.
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM |Data flow DF_MR_ISU_LOAD_EPREIH
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM The SAP job was canceled for host < >, job name <JOB_MR_EPREIH_FULL 05/20/16 11:24:52>, job count <11245200>, job log from SAP
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM <20160520, 112452, Job started
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Step 001 started (program Z_MR_EPREIH_FULL, variant &0000000000041, user ID SAP_BODS)
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Error at OPEN '/MR_ABAP_FILES/BODS_ABAP_FILES/EPREIH_FULL.DAT' (check file)
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM 20160520, 112452, Job cancelled after system exception ERROR_MESSAGE
15627 392468256 R3C-150605 5/20/2016 11:25:02 AM >.
I have executed the same job 16 times and the random outcomes are as below
Executions | Result |
1 | Successful |
2 | Error |
3 | Error |
4 | Successful |
5 | Successful |
6 | Error |
7 | Successful |
8 | Error |
9 | Successful |
10 | Successful |
11 | Successful |
12 | Error |
13 | Error |
14 | Error |
15 | Error |
16 | Successful |