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 provides degree audits and course equivalencies from uAchieve/DARwin to uAchieve to Transferology. The Transferology Connector is a Java web application installed at your school. 

The following diagram provides a high level view of the Transferology Connector and its relationship with Transferology.

Image RemovedImage Added

Info

If you are unfamiliar with the Transferology Connector, please see Getting Started With the Transferology Connector.

The Transferology Connector is formerly known by several other names including: uselect Connector, CEGXML, External CEG/XML Interface, CEG, XML Interface, or External CEG.


Anchor
connector_mandatory_requirements
connector_mandatory_requirements

Tip
titleMandatory Requirements

The following requirements are mandatory to successfully install, configure, and operate the Transferology Connector:

  • Java SE 7 or 8 - May be obtained from the following page: http://www.oracle.com/technetwork/java/javase/downloads/index.htmlWhen java 7 is used, the https.protocols java system property must be defined, see the next item for specifics8 - If your institution is unfamiliar with java, please see Free Java 8 Implementations.
  • TLSv1.2 - The Transferology web service which receives degree audits no longer supports TLSv1 or TLS v1.1. Java 8 and higher use TLSv1.2 by default. Java 7 must define the following java system property.
  • When starting your java web application server, you must define the java https.protocols system property to explicitly disable TLSv1 and TLSv1.1.

-Dhttps.protocols=TLSv1.2
  • Java Application Server - CollegeSource recommends Tomcat 7.0.x, 8.05.x or 89.50.x, which can be obtained from the following page: http://tomcat.apache.org/index.html
  • Firewalls
    • School's External firewall must allow traffic to:
      • Your production Transferology Connector from www.transfer.org (18.207.24.42).
      • Your test/development Transferology Connector from test.transfer.org (23.22.104.35).
      • CollegeSource recommends restricting access to the Transferology Connector only after it is correctly installed and configured. Restricting access prior to this makes troubleshooting difficult.
    • Internal - TCP keepalive must be enabled between your Java Application Server and database when the JDBC connection traverses an internal firewall.
  • OS access - You need OS access to Java application server to perform functions such as copying and editing files
  • CollegeSource audit server - One of the following minimum versions are required:
    • DARwin 3.5.6
    • u.achieve 4.0.14
  • CollegeSource tables - One of the following minimum table definition versions are required:
  • DARwin 3.5.8
  • u.achieve 4.0.14uachieve database tables - minimum table definition version 4.4.
  • uachieve audit server - When using degree audits, minimum version 4.2.2.
  • Database user and password - Necessary for the Connector to access CollegeSource uachieve tables
  • JDBC Driver - You need a JDBC Driver that is compatible with your specific database type. If you do not currently use a JDBC Driver, see one of the following pages:
  • Specify the correct daversion in the cas4.properties:
    • daversion=darwindaversion=uachieve
  • CollegeSource uAchieve Degree Audits - When using the degree audit functionality, one of the following is required:
  • DARwin daemon.cfg - Assign value of server_name property in DARwin daemon.cfg
  • uAchieve - Define define RequestHandler in uAchieve's daemonContext.xml.

 

5.0 Features 

  • Compatible with uachieve API 4.4.0, including the Long data type for the job_queue_xxx int_seq_no columns.
  • Provides native uAchieve degree audit report types to Transferology (TXT, HTM and PDF).
  • Provides web services to facilitate the next day equivalency refresh into Transferology.
  • For uachieve degree audits, provides server name and directory location of the uachieve server which produced the degree audit.

...

  • The Transferology Connector does NOT access a school's Student Information System
  • Transferology makes HTTP (or HTTPS when defined) connections to the Transferology Connector
  • Transferology sends/requests data via POST
  • Schools can use an SSL Certificate to secure the data exchange between Transferology and the Transferology Connector
  • Schools can restrict access to Transferology Connector with their firewall by only allowing Transferology (18.207.24.42) traffic to reach the Transferology Connector


Upgrade

...

titleUpgrading from DARwin to u.achieve?

...

Anchor
UpgradeFrom43
UpgradeFrom43

...

Note
titleTransferology Connector 5.0.x, 4.4.x and 4.3.x Compatibility with DARwin and uAchieve versions
  • The above Mandatory Requirements section identifies the minimum CollegeSource uAchieve audit server and CollegeSource uAchieve tables which are compatible with the Transferology Connector versions 5.0.x, 4.4.x and 4.3.x.
  • The 5.0.x, 4.3.x and 4.4.x Transferology Connector versions are also compatible with the minimum versions through the most recent CollegeSource audit server and CollegeSource table versions.
  • You don't need to upgrade the 5.0.x, 4.3.x and 4.4.x Transferology Connector when DARwin or uAchieve is being upgraded.


Anchor
InstallAndConfigure
InstallAndConfigure

...

Tip
titleInstall and Configure the Transferology Connector

When you are ready to install and configure the Transferology Connector, follow these steps:

1. Database Access by Transferology Connector into CollegeSource uachieve tables.

2. Install and Configure Transferology Connector

3. If you use DARwin/uAchieve your school's uAchieve encoding specifies default or reference only tables in your equivalencies, keep in mind, Transferology does NOT recognize all types of default or reference tables. The following types of default or reference tables are recognized by Transferology:

  • Defaulting MSTREF Data - Reference Only
  • Defaulting TA Rules - Reference Only
  • Defaulting TA Rules - All Articulation Rules
  • Default TA Table With Additional Rules

Transferology doesn't recognize Defaulting Unknown Institutions and Courses aka Super Default.

Please review the following documentation for DARwin/ uAchieve default or reference tables encoding details: Setting Up Default Tables

Warning
titleNOTE:

You must have a Support Center account to view this page; create one here.


...