cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc count not reflecting soon in WE02 Transaction

former_member581827
Participant
0 Kudos

Hi All,

We are working on one scenario where PI picks the file and posts the IDOCs to ECC.

When we were testing in Quality for multiple files the number of record count of IDOCs in WE02 transaction used to reflect with in seconds in ECC.

When we are testing in Production IDOC count in WE02 is not getting reflected with in short time and its taking lot of time for processing IDOCs.

configuration with respect to PI is same, Any suggestions on this. Has any one faces this kind of instance.

Thanks..

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member581827
Participant
0 Kudos

contacted SAP

Former Member
0 Kudos
When we were testing in Quality for multiple files the number of record count of IDOCs in WE02 transaction used to reflect with in seconds in ECC.
When we are testing in Production IDOC count in WE02 is not getting reflected with in short time and its taking lot of time for processing IDOCs.

Pretty common issue...In quality system you didn't have teh same load as you have in production. What I mean is in production you have N number of other interfaces running and hence the load on PI server is more which results in the delay.

You can check this document for sizing & performance enhancement techniques which can increase the performance a bit(provided its already not implemented).

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac6221...

Regards

Soumen...

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this is a known issue.... it means one thing - your test approach was wrong - your test environment was not a copy of the production (so less data and faster processing) and you didn't do a stress test on test env

so - go back to the test env and perform the stress tests correctly and you can start tuning it there

and not on PRD env

Regards,

Michal Krawczyk

former_member581827
Participant
0 Kudos

Hi Michal,

we dropped the same files on FTP which we placed in Production system and PI picked the files and the count of IDOC reflected with in seconds.

Only in production environment we are having problem, its perfectly working fine quality system.

Any suggestions on this and do i need to look any configurations in Production environment?

Thanks

abhay_rajhans2
Contributor
0 Kudos

Hi Chandra,

Compair timing in Quality and Production where maximum time is consumed. Ex. Time taken by Adapter to read file. Time taken by message to get processed in message mapping(To check go to SXI_MONITOR -- MESSAGECall Adapter Performance Header) . After checking this you can get to know where exactly the delay is happening.

After analyzing this preventive measures can be taken on the particular step.