Problem:
DPR-ERR-2109
The dispatcher cannot service the request at this time. The dispatcher is still
initializing. Contact your administrator if this problem persists.
Cause
The
derby database is no longer valid and needs to be initialized.
To fix it:
- Stop Tivoli Portal server
- # export JAVA_HOME=/opt/IBM/tivoli/tipv2/java
- # /opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/bin/derby.sh start 1527
- # /opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/bin/ij.sh
- ij> connect 'jdbc:derby://localhost:1527/cm;create=true;user=cognos;password=cognos';
- ij> run '/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/contentstore/init_contentstore.sql';
- ij> disconnect;
- ij> quit;
- Start Tivoli Portal server
No comments:
Post a Comment