cancel
Showing results for 
Search instead for 
Did you mean: 

Time limit exceeded-error

Former Member
0 Kudos

Hi,

We have processed complex interfaces simultaneously for one particular receiver.But unfortunately the test failed. Please find our observations.

first interface - 422 MB

Start Time : 15:52 CST

End Time : 16:43 CST

Total Execution time : 45 mins (approx)

Split file size : 1000 lines (approx ~ 20 MB)

Time Interval for split files: 30 secs.

second interfa e - 845 MB

Start Time : 15:52 CST

End Time : -

Split file size :1000 lines

Time Interval for split files : 30 secs

Errored in Inbound Queue(SMQ1) at 16:52 CST.

Error : (Time Limit Exceeded)

Can u plz find me the solution...

waiting for early reply..

thanq

krishna

Edited by: krishnachitanya siddavattam on Mar 3, 2008 12:26 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

whats tunning variables did you configure in SXMB_ADM --> integration engine configuration?

please, copy them here.

if you dont have any, please put those:

CATEGORY PARAMETER CURR.VAL

TUNING EO_INBOUND PARALEL 15

TUNING EO_OUTBOUND PARALEL 15

TUNING IS_RETRY_LIMIT 2

Hope its help,

Former Member
0 Kudos

Hi Krishna

IF the file size is more than 10 to 20 MB it will take the time to execute the data.You are specified that split file size is 1000 lines.Try to check it out once by changing the same to 500 lines e.t.c.

You can create a dedicated queue to this message or by creating a filter to u r message you will process that message in a queue with high priority.

Check this link from sap help, it would helpful to your sceanrio...

http://help.sap.com/saphelp_nw70/helpdata/en/3c/499240ed38ce62e10000000a155106/frameset.htm -- Prioritized Message Processing

Cheers

Veera

nisarkhan_n
Active Contributor
0 Kudos

is the file size 20 MB. its huge file.....whats the scenario?

break the file into smaller chunks....with this size no wonder it is execing the time limit.