Difference between revisions of "Unable to determine the database engine"

From CMOD.wiki
Jump to navigation Jump to search
(Added example & Troubleshooting.)
 
Line 29: Line 29:
  PORT=0
  PORT=0
  SRVR_INSTANCE=ARCHIVE        <=- The name of the DB2/Oracle database that CMOD stores index data in.
  SRVR_INSTANCE=ARCHIVE        <=- The name of the DB2/Oracle database that CMOD stores index data in.
  SRVR_INSTANCE_OWNER=odadminp  <=- The User name of the UNIX account that runs arssockd & owns database tables.
  SRVR_INSTANCE_OWNER=odadmin  <=- The User name of the UNIX account that runs arssockd & owns database tables.
   
   
</code>
</code>

Revision as of 00:12, 29 April 2015

What was the error?

Message Number: 4013

Message Severity: Error

Message Name: ARS4013E

What were you doing?

Probably trying to run arsdb or arssockd with the -I parameter.

Example

$ arsdb -u -I PROD
arsdb:  ARS4013E Unable to determine the database engine

Troubleshooting

It's not very clear which of the parameters in the ars.ini file are to be used for what purpose.

[@SRV@_ARCHIVE]               <=- CMOD Instance Name to be used with arsdb, arsmaint and arssockd.
HOST=
PROTOCOL=2
PORT=0
SRVR_INSTANCE=ARCHIVE         <=- The name of the DB2/Oracle database that CMOD stores index data in.
SRVR_INSTANCE_OWNER=odadmin   <=- The User name of the UNIX account that runs arssockd & owns database tables.