The Read process is stopped due to error and the following messages are observed in event_log:
Error 2015-10-15 00:49:54.979020 122849 308406016 Reader: 11027 - Can't read object cache for o.sourceSID actid = nn (from sourceSID) [module ord] Error 2015-10-15 00:49:54.958928 122849 308406016
Reader: 17006 - Error reading object cache from file "/sjdblkup/vardir_19099/state/o.sourceSID-objcache_sp_ordr.nn": Illegal state: Unknown object cache format (from sourceSID) [module osp]
Remove the corrupted Read object cache and recreate it from Capture object cache as below:
$ mv o.sourceSID-objcache_sp_ordr.nn o.sourceSID-objcache_sp_ordr.bak (where $ denotes the OS prompt)
sp_ctrl>stop capture (make sure it is “stopped by user” and not “stopping” by issuing “status” and wait for it to be “stopped by user” before restarting it)
sp_ctrl>start capture
$ cp o.sourceSID-objcache_sp_ocap.nn o.sourceSID-objcache_sp_ordr.nn