on 2007 Dec 28 9:15 AM
Hi All,
I need to check the size of the each message processed thru the XI. Is there any procedure to check the message size which is processed by XI.
Hi Venkat,
Runtime workbench performance monitoring is the best way to see.
Download XML file will not give you the right size since you woudnt want the XML tags to be included in the size.
To see performance related data from RWB you would need to enable certain parameters and schedule few jobs.
Check this link on how to do the same.
http://help.sap.com/saphelp_nw70/helpdata/en/8b/08b140cbe49d2ae10000000a155106/frameset.htm
Regards,
Sumit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also check the size of message in MONI itself.
Go to SXMB_MONI>Inbound Message or Receiver Grouping>SOAP Header>Runtime>
the u can see tags like
SAP:MessageSizePayload>437</SAP:MessageSizePayload> //this is the size of your payload
<SAP:MessageSizeTotal>2275</SAP:MessageSizeTotal>
<SAP:PayloadSizeRequest>437</SAP:PayloadSizeRequest>
<SAP:PayloadSizeRequestMap>0</SAP:PayloadSizeRequestMap>
<SAP:PayloadSizeResponse>0</SAP:PayloadSizeResponse>
<SAP:PayloadSizeResponseMap>0</SAP:PayloadSizeResponseMap>
Thanks
Farooq.
Copy the payload from SXI_MONI, paste it in notepad...and save it as xml file. and chek the size of that file..simple:)
U can also chek the size of message from RWB--Perfromance Monitoring.
Thanks
Farooq.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.