The Connector depends on the DARS daemon and server to provide Degree Audits.

There are three database connections required to successfully produce degree audits for u.select through the Connector via DARwin, namely:

  1. DARS server (i.e. Cobol program)
  2. DARS daemon (java program)
  3. Connector

Keep these in mind to minimize degree audit troubleshooting when installing the Connector:

  1. The Connector must interact with the same JOB_QUEUE_xxx tables as the DARS daemon and server.
  2. Degree audits for u.select don't use the STU_xxx tables and therefore those tables don't need to be accessible by the DARS server, daemon and Connector.

The database user for the DARS daemon (java program) must have:

The database user for the DARS Server (i.e. cobol program) must have:

Isolating the Connector from your existing DARwin audit data

Some schools want to prevent the Connector from accessing the audit data contained in the JOB_QUEUE_xxx tables used by their existing DARS server. This is accomplished by:

SeeĀ OWL-14766 for the Oracle scripts.