Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in Reading the file from Application Server

Former Member
0 Likes
1,209

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

?

2 REPLIES 2
Read only

Former Member
0 Likes
703

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

Read only

Former Member
0 Likes
703

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...