Difference between revisions of "Unable to create ARCHIVE database"

From CMOD.wiki
Jump to navigation Jump to search
m (Added question mark.)
m (Standardized the layout.)
Line 1: Line 1:
=== What was the error? ===
{{TOCright}}


<code>ARS4067E Unable to create the archive database.  err=&lt;sqlcode&gt;</code>
== What was the error? ==  
Message Number: 4067


=== Related errors ===
Message Severity: Error
<code>  arsdb: [[ARS4019E]] Unable to create the DB2 ARCHIVE database</code>


=== What were you doing? ===
Message Name: ARS4067E
 
Message Text: Unable to create the archive database.  err=&lt;sqlcode&gt;
 
== Related errors ==
arsdb: [[ARS4019E]] Unable to create the DB2 ARCHIVE database
 
== What were you doing? ==


Probably trying to create the database while installing Content Manager OnDemand.
Probably trying to create the database while installing Content Manager OnDemand.


=== Troubleshooting ===
== Example ==
ARS4067E Unable to create the archive database.  err=&lt;sqlcode&gt;
 
== Troubleshooting ==


This is a frustratingly generic and non-descript error message generated when the <code> [[arsdb]] -cv </code> command can't create the database.  There's no single thing to check for, except reviewing all your configuration steps for the correct information.
This is a frustratingly generic and non-descript error message generated when the <code> [[arsdb]] -cv </code> command can't create the database.  There's no single thing to check for, except reviewing all your configuration steps for the correct information.

Revision as of 00:35, 29 April 2015

What was the error?

Message Number: 4067

Message Severity: Error

Message Name: ARS4067E

Message Text: Unable to create the archive database. err=<sqlcode>

Related errors

arsdb: ARS4019E Unable to create the DB2 ARCHIVE database

What were you doing?

Probably trying to create the database while installing Content Manager OnDemand.

Example

ARS4067E Unable to create the archive database.  err=<sqlcode>

Troubleshooting

This is a frustratingly generic and non-descript error message generated when the arsdb -cv command can't create the database. There's no single thing to check for, except reviewing all your configuration steps for the correct information.

Here are some of the most basic things to review:

  • Check that you have permission to read the configuration files in the 'config' directory.
  • Check for typographical errors in the ars.ini and ars.cfg files.
  • Check to ensure the directories referred to in ars.cfg exist, and that you (or the database owner) have read, write, and execute permissions.
  • In installations where the database owner and CMOD Admin account are different, ensure that the SRVR_INSTANCE_OWNER in ars.ini and DB2INSTANCE parameter in ars.cfg is equal to each other, and are the user id of the database owner account.