Monday 22 April 2013

Routine CALL_STORED_PROCEDURE cannot initialize concurrent request information for 170348145/ Concurrent manager showing INACTIVE Nomanager?




Concurrent Manager showing status inactive nomanager
=============================================
user reported below error:
=====================

"Routine CALL_STORED_PROCEDURE cannot initialize concurrent request information for 170348145. Review the concurrent manager log file for more detailed information.

Symtomps: Concurrent manager unable to write anything in the logfile and mount point filled up.


appdev@ctssd $ df -h .
Filesystem                size used avail capacity Mounted on
/dev/vx/dsk/ebsdevdg/erpcsf
                          32G 32G 0K 100% /u01/ebscsf



Solution: Clear/remove unwanted files from this location cd $APPLCSF/$APPLLOG  or cd $APPLCSF/$APPLOUT.

 find . -name "*.req/out" -mtime +30 -exec rm {} \;



appdev@ctssd $ df -h .
Filesystem             size used avail capacity Mounted on
/dev/vx/dsk/ebsdevdg/erpcsf
                       32G  25G 8G     76% /u01/ebscsf



I did the sanity requests are processing  fine and also ask user to check from his side
and got positive response from user saying requests are Running Normal


Thank you so much for visiting my blog!!!!

No comments:

Post a Comment