Hi,
We have File to IDOC scenario in PI 7.0 where while doing volume testing, we got a .csv file with 35000 records from which we are posting multiple IDocs grouped on the basis of two fields from source (one IDoc per unique combination). Hence we got many IDocs which accounted for target Message Payload( IDOC XML) of 34 MB. Now, in SXI_MONITOR, the message is success. But it fails in the tRFC (SM58) saying time limit exceeded. We tried increasing the TUNING Parameter EO_MSG_SIZE_LIMIT to 40960 and also tried by increasing the parameter Keep-AliveTimeout to 1200 seconds. But even then the processing in SM58 failed after 10 Min by the same "Time Limit Exceeded". (We tried these settings in Dev env.)
The scenario worked fine for msgs with source of nearly 10000 lines which produced IDOC XMLs of below 20 MB.
Please help by giving any solution for this when we have to handle such large messages in XI.