Post cannot find the object cache file. and it is older than last 5
Error 2021-03-23 23:45:01.961524 22601 1366734784 Poster [SP-OPO01009] cannot read object cache for actid 64. <CAUSE> Post cannot find the object cache file. <ADVICE> On the source, run the copy cache command to copy the file to the target. See 'http://advice.shareplex.com/SP-OPO01009' for additional advice and support. (posting from o.orcl, queue q1, to o.orcl)
As per SP_OPO_OBJCACHE_KEEP_LAST_ACTID parameter, it will keep last 5 object cache.
If required to keep more than 5, we have to set SP_OPO_OBJCACHE_KEEP_LAST_ACTID parameter
sp_ctrl>set param SP_OPO_OBJCACHE_KEEP_LAST_ACTID <number>
example to keep 20:
sp_ctrl>set param SP_OPO_OBJCACHE_KEEP_LAST_ACTID 20
sp_ctrl> stop post
sp_ctrl>start post
we can set this in queue level.
sp_ctrl>set param SP_OPO_OBJCACHE_KEEP_LAST_ACTID queue <queue_name> <number>
sp_ctrl> stop post queue <queue_name>
sp_ctrl>start post queue <queue_name>