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.

...

The Transferology Connector must access several DARS (or u.achieveuAchieve) tables to provide the course equivalency and degree audit functionality.

...

Tip
titleHandy Hint

The sql statements executed by the Transferology Connector do not prepend a database, user, or schema prefix to the table name. An example of a select statement executed by the Connector looks like the following:

Code Block
xml
xml
select jobid from job_queue_list

When the Connector's database user (identified in the connection URL or data source definition) is different than the database user that actually owns the DARS tables, you must ensure the Transferology Connector has the correct visibility and permission to properly access the DARS/u.achieve uAchieve tables.

Table Visibility

Depending on your database, you may need to use synonyms, views, or aliases to the DARS/u.achieve uAchieve tables.

Table Permission

You may need to grant permissions/privileges specifically to the database user specified in the Connector's connection URL or data source definition.

...

...