Hi All,
Batch job to bring data from ecc to bpc is getting failed with the below error, all help would be appreciated.
ERROR LOG:
R/3 CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.
|Dataflow B_DF|Reader B_R3DF
A row delimiter was seen for row number <21319> while processing column number <3> in file <E:/DI_Working_Dir/a.dat>. The row delimiter should be seen after <6> columns. Please check the file for bad data, or redefine the input schema for the file by editing the file format in the UI.
|Dataflow B_DF|Reader B_R3DF
A row delimiter was seen for row number <21319> while processing column number <3> in file <E:/DI_Working_Dir/a.dat>. The row delimiter should be seen after <6> columns. Please check the file for bad data, or redefine the input schema for the file by editing the file format in the UI.
|Dataflow B_DF|Loader GP_B_CO
ODBC data source <10.0.0.000> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'PK__CO__6DED'. Cannot insert duplicate key in object 'DBO.B_CO'.
------------
WE TRIED TO DISPLAY THE DATA ON SOURCE TABLE IN BODS AND IS COMING AS BLANK
'Z_AW_RFC_ABAP_INSTALL_AND_RUN ' KEPT breakpoints FOR THIS FM and executed job to see it is triggering or not but it is not going to the breakpoints
After execution could see some process in sap
i feel there is a connectivity issue because of which the batch job is not fetching the data from the source, what are the area can we check for this connectivity ?