Thursday, November 28, 2013

Peoplesoft Reports Posting Issue.Tuning Tuxedo IPC Resources Message queues

I had to tune the tuxedo message queue and message segment parameters to fix ths issue and to avoid the issue in future.

Issue: http://psoftdba.blogspot.sg/2013/11/peoplesoft-reports-struck-in-posting.html


PSPRCSRV.4360 (0) [11/26/13 23:59:31](1) (NET.333): The service PostReport could not be sent because of a blocking condition within Tuxedo on the client.  
PSPRCSRV.4360 (0) [11/26/13 23:59:31](1) (NET.333): The service PostReport could not be sent because of a blocking condition within Tuxedo on the client.  
PSPRCSRV.4360 (0) [11/26/13 23:59:31](1) (NET.333): The service PostReport could not be sent because of a blocking condition within Tuxedo on the client.  

Messages of up to 100KB are typical in PeopleTools. Where possible, I suggest increasing the maximum

message size to at least 128KB and possibly as far as 256KB if sufficient memory is available. There are
always a few messages that don’t fit in the queues. Ad hoc queries that are run online in the PIA and that
generate large result sets can easily exceed this limit.


I have tuned the below parameters to solve the issue.



Maximum Message Queue Size to be increased to 196608 from 65536
Size of Message Segment to be increased to 1024 from 68

Please note that the memory needs to be considered when you tune this.

Happy Troubleshooting :-)

1 comment:

Lionix said...

OK, pero en unix, como modificas este parametro?