Shareplex for Oracle Version 5.1 and above: The post process has stopped with the status of stopped due to error .
Poster has stopped due to error.
To set debug on the post process follow the following procedure.
sp_ctrl> set param SP_OPO_DEBUG_FLAG 0x0f0021ff
sp_ctrl> start post
Let this run until you get the error.
Turn off Debug :
sp_ctrl> reset param SP_OPO_DEBUG_FLAG
sp_ctrl> start post
Synatx to set debug for each post queue:
sp_ctrl> set param SP_OPO_DEBUG_FLAG queue <QUEUENAME> 0x0f0021ff
Turn off Debug :
sp_ctrl> reset param SP_OPO_DEBUG_FLAG queue <QUEUENAME>
Once this happens, send the * opo .log(s), event_log from the target system . The opo.log(s) and the event_log are located in the VARDIR/log directory of the target.
To Verify that debug is turned off:
sp_ctrl>list param all post
Check to see that the value for SP_OPO_DEBUG_FLAG is 0x00000000.
Note: Debug can slow down a process. Please contact support for assistance on turning on debug .
© 2022 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy