QUICK LINKS

Support
Issue Tracker
[Services]
Questions
[uAchieve 4.5 Applications]
[uAchieve 5.0 Application]
[uAchieve 5.1 Application]
Transferology
TES
[Training & Conferences]
Accessibility

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The Connector depends on the DARS daemon and server to provide degree audits.

Three database connections are required to successfully produce degree audits for u.select through the Connector via DARwin, as indicated below:

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

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

  • The Connector must interact with the same JOB_QUEUE_xxx tables as the DARS daemon and server.
  • Degree audits for u.select Transferology do not use the STU_xxx tables. Therefore, those tables do not need to be accessible by the DARS server, daemon, and Connector.

...

  • Creating new JOB_QUEUE_xxx tables
  • Creating a new DARS server and daemon
  • Make sure the database user for the Connector has select, insert, update, and delete permissions on the newly created JOB_QUEUE_xxx tables
  • Make sure the database user for the DARS daemon has select, insert, update, and delete permissions on the newly created JOB_QUEUE_xxx tables
  • Make sure the database user for the DARS server (i.e., Cobol) has select, insert, update, and delete permissions on the newly created JOB_QUEUE_xxx tables as well as select permissions on the tables listed above.

See OWL-14766 for the Oracle scripts.

...