Custom post_olb_script has failed, it is a general error message. To understand what went wrong with the script execution, this document provides some suggestions.
You can perform a DDM database backup at any time using the ddm_save or ddm_backup tools. However, you can also have the DDM database backed up automatically using the Online Backup feature. Online Backup uses the post_olb_script for this.
If a problem occurs during post_olb_script execution, you may want to review:
If the above logs do not provide an idea of what went wrong, another option is to manually run the post_olb_script, and see what it returns.
Spectrum: Any version
To manually run the post_olb_script, you need to do the following:
Example:
export SPECROOT=/usr/Spectrum (for Linux)
cd $SPECROOT
./post_olb_script ../../SS-DB-Backup/db_19990702_1638.SSdb COMPRESS 56 19990702_1638
If the post_olb_script fails, the error message could provide a hint of the problem. For instance, the following is a possible error message:
This indicates a permissions issue with the D:/Spectrum/SS-DB-Backup/ddm_backup.log file, as the cause of the failure.
Please reference the following links for more information:
How to configure the CA Spectrum post_olb_script to perform a DDM back-up at a specific time
How to schedule the DDMDB maintenance and optimization scripts
How to backup the Archive Manager (DDM) database