Application Development 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: 

Job is cancelled with 800rows of excel data

AJeB
Participant
0 Kudos
357

Question

In background job is there a limit background job can handle?

i have an excel file 800rows and size is 34mb and program that create a background job. after running it the job status cancelled but when i try to delete some rows the job is working

how can i fix this any ideas or links/blogs?
i don't fully understand how the background job works but after running the program with large excel data the job in SM37 is Cancelled.


6 REPLIES 6

matt
Active Contributor
0 Kudos
251

SM35 is used to monitor and run batch input sessions. I've never heard of uploading an excel file to it.

I think you need to explain better.

abo
Active Contributor
0 Kudos
251

What are you trying to do, exactly? "upload to SM35" is puzzling.

What is an Excel file to you?

How are you trying to read it?

AJeB
Participant
0 Kudos
251

I think my question is wrong sorry i was my first time using the job

AJeB
Participant
251

changing the question

Sandra_Rossi
Active Contributor
251

34 megabytes !!!!!!

I would expect 800 rows to occupy maybe 3 kilobytes.

matt
Active Contributor
251

It looks to me like you have a custom program that reads data from Excel (probably CSV), creates an SM35 batch input job, and then runs it.

From the second screen shot, it looks like the SM35 Batch Input is running but then fail (FB is a message class for Batch Input). This indicates that there is something wrong in the data you're using for batch input. What do you see for this batch input in SM35?