DS SP02 - For data transfer method, i am using shared directory.
ERP Server - Linux
Working directory on SAP Server : /usr/sap/sid/SYS/global/ftproot
Application path to the shared directory: /usr/sap/sid/SYS/global/ftproot
Generated ABAP Directory : E:/Temp
If i set the path like this, i am getting below permission error. The folder is fixed with 777 Permission.
13472 14080 FIL-080101 4/2/2013 11:35:49 AM |Data flow DF_ApplVersion_SAP|Reader R3_ApplVersionSAP
13472 14080 FIL-080101 4/2/2013 11:35:49 AM Cannot open file </usr/sap/SID/SYS/global/ftproot/SAPVersion.dat>. Check its path and permissions.
12900 1648 FIL-080101 4/2/2013 11:35:49 AM |Data flow DF_ApplVersion_SAP|Reader R3_ApplVersionSAP
12900 1648 FIL-080101 4/2/2013 11:35:49 AM Cannot open file </usr/sap/SID/SYS/global/ftproot/SAPVersion.dat>. Check its path and permissions.
Please someone correct my mistake. provide a correction solution.
Can you access that folder with the user that runs the DS Service? I bet it is that user not having access.
Does your trace tells ABAP Flow Completed…?
If so, then it is the access issue for the user running the service.
DATAFLOW: Data flow <DF> is started.
ABAP: ABAP flow <R3> is started.
ABAP: Batch job <AW 03/30/13 07:00:48> is submitted. Job number is <07013600>
ABAP: Batch job <AW_03/30/13 07:00:48> for ABAP program <D:/tmp/Get_KNA1_Tbl.aba> is finished.
ABAP: ABAP flow <R3> is completed.
FTP: Started FTP transfer of file: <Tbl.dat>.
FTP: Completed FTP transfer of file: <Tbl.dat>.
DATAFLOW: Data flow <DF> is completed successfully.
If the abap flow starts, but does not finish the problem is not with transferring the flat file to the BODS server. The problem is on the SAP side.