reader stop with the following messages:
Error 2014-08-24 15:41:36.403020 100256 4121798336 Reader: No such file or directory dbopen failed: file /sjdbwbbts2/vardir_31000/db/conf.29 (from RACBTW2_SPLEX) [module osp]
Warning 2014-08-24 15:41:36.451443 100256 4121798336 Reader: 11039 - Can't open configdb for activation 29 (from RACBTW2_SPLEX) [module ord]
Warning 2014-08-24 15:41:36.501254 100256 4121798336 Reader: 11031 - cca_use(o.RACBTW2_SPLEX,29) failed (from RACBTW2_SPLEX) [module ord]
Error 2014-08-24 15:41:36.520464 100256 4121798336 Reader: 11000 - sp_ordr failed: can't init config cache (from RACBTW2_SPLEX) [module ord]
conf.<acid> does not exist in $SP_SYS_VARDIR/db
Use the following steps to resolve the issue.
1. make sure capture is current.
2. cd $SP_SYS_VARDIR/db
3. ls -ltr
>> check for the existence of conf.<actid>. If there is a conf.<actid +1>, then copy it to the one missing.
For example, reader is looking for conf.29, and there is conf.30, then cp conf.30 conf.29 and restart reader.
If there is no conf.<actid + 1> in the $SP_SYS_VARDIR/db, then
4. show capture detail
>> get the current actid
5. show config
>> get the current config file
6. activate the same current config
>> When the activation completes, it generates new conf.<actid>
7. cd $SP_SYS_VARDIR/db
8. cp current conf.<acid> to the missing one
9. restart reader