on
01-13-2026
04:48 PM
- edited on
01-21-2026
02:14 PM
by
JoeM
This guide provides step-by-step instructions for configuring a Workday connection in Incorta using the CData Workday JDBC connector. This connector supports SOAP, WQL, RAAS, and REST extraction modes.
Unlike native Incorta connectors, the CData Workday JDBC connector is a third-party OEM component.
|
Environment |
Action Required |
|
Cloud |
Log a support ticket. The Incorta Support team will install the connector JARs for you. |
|
On-Premises |
Manually install the JAR file on your instance (see path below). Support can assist via ticket if needed. |
On-Premises File Path: If your installation is a standard single-node setup (Analytics and Loader on the same host), copy the JAR to: /home/incorta/IncortaAnalytics/IncortaNode/extensions/connectors/shared-libs/cdata.jdbc.workday.jar
Note: You must restart both the Loader and Analytics services after copying the file.
You must coordinate with your Workday Administrator to register an API Client with the appropriate functional scopes.
For a detailed guide, refer to the CData Documentation.
Once the prerequisites are met, follow these steps to finalize the connection:
To pull Workday report data into Incorta via RaaS, ensure your OAuth client is configured specifically for Integration System Users (ISU).
If you prefer to authenticate the connection without a redirect URL (headless authentication), you can hardcode a non-expiring refresh token directly into the connection string.
Set the connection properties as follows:
InitiateOAuth=OFF; OAuthRefreshToken=[Your_Refresh_Token]
This mode allows Incorta to manage the token lifecycle automatically:
InitiateOAuth=GETANDREFRESH; OAuthRefreshToken=[Your_Refresh_Token]
For more advanced properties and authentication options, refer to the CData Connection Property Documentation.