‎2011 Feb 22 8:25 AM
Hi,
This Error is regarding one of my interface, the issue is that , the interface reads data from file in bunch suppose 100 records at a time , then processes those records and once finished go for next 100 records .
Noe the error is that , the process takes place till 500 records correctly but when it went to fetch for next 100 i.e fom 501 to 600 it selects only 501 to 583 .
this records has been processed successfully but the job finished there only
but the file contains 788 records
When the same file has been run in other server it ran successfully without such error .
Can you please suggest how to resolve the issue
?
‎2011 Feb 22 8:28 AM
Hi,
Have you tried processing the same file in the other systems that you are talking about.
It is possible that this file has may be a blank line or something based on your code because of which it is ending here.
Regards,
Jovito
‎2011 Feb 22 9:13 AM
Hi,
Try to manually download the file from application server using standard transactions, and than check how many records are you able to download from app. server.
I guess there might be something wrong with the format of 583rd record, which makes sap assume that the file has come to an end.
Hope this will help you.
Regards,
Vinit...