Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have to preview data from SAP. Using Talend Open Studio.
I am able to view data from the above SAP table .I am getting below error.
Preview Error!
Exception in component tSAPTableInput_2 (Preview_Data)
SAPException@660acfb [
errorCode=13
,errorGroup=126
,errorKey=DATA_BUFFER_EXCEEDED
,errorMessage=DATA_BUFFER_EXCEEDED
,errorMessageNumber=000
,errorMessageText=
,bapiName=RFC_READ_TABLE
,tableName=MARA
]
at org.talend.sap.exception.SAPException$Builder.<init>(SAPException.java:269)
at org.talend.sap.exception.SAPException$Builder.<init>(SAPException.java:264)
at org.talend.sap.exception.SAPException.newBuilder(SAPException.java:74)
at org.talend.sap.impl.SAPUtil.createExceptionBuilder(SAPUtil.java:107)
at org.talend.sap.impl.service.SAPTableDataService.getTableData(SAPTableDataService.java:231)
at local_project.preview_data.Preview_Data.tSAPTableInput_2Process(Preview_Data.java:8306)
at local_project.preview_data.Preview_Data.runJobInTOS(Preview_Data.java:10768)
at local_project.preview_data.Preview_Data.main(Preview_Data.java:10641)
Thanks
Hello,
Are you getting this issue with big table? Have you checked the option "Set max length for variable length type when api.use_z_talend_read_table parameter is true" in advanced setting of tSAPTableInput?
Here is online component reference about:TalendHelpCenter:tSAPTableInput.
Best regards
Sabrina