ARS4012E
Jump to navigation
Jump to search
What was the error?
Message Number: 12
Message Severity: Error (Corrective action is required to continue)
Message Name: ARS4012E
Message Text:
Unable to initialize environment. rc=158
Related Errors
Unable to initialize server environment
What were you doing?
Trying to start arssockd after a new install or migration to CMOD v9.5.
What happened?
There was an error in the configuration files which prevented Content Manager OnDemand from starting up.
Example
$ arssockd -I archive -S arsdb: ARS4012E Unable to initialize environment. The return code is 158
Troubleshooting
Some versions of Content Manager OnDemand v9.5 will install configuration files with the OLD path names.
SRVR_OD_CFG=/opt/ibm/ondemand/V9.0/config/ars.cfg SRVR_DB_CFG=/opt/ibm/ondemand/V9.0/config/ars.dbfs SRVR_SM_CFG=/opt/ibm/ondemand/V9.0/config/ars.cache
These need to be updated to the NEW pathnames:
SRVR_OD_CFG=/opt/ibm/ondemand/V9.5/config/ars.cfg SRVR_DB_CFG=/opt/ibm/ondemand/V9.5/config/ars.dbfs SRVR_SM_CFG=/opt/ibm/ondemand/V9.5/config/ars.cache
APARs Related to this message
None... yet.