Connections
A Connector is a piece of software used to move data between specific applications using those applications' APIs. A Connection is the configuration of the parameters required by the Connector to connect to the datastore for a specific application.
For example, the Salesforce Connector connects to the Salesforce API to read and write data. The credentials that allow that Connector to communicate with the Salesforce API are stored in a Connection. Every Connection is named, to help you organize and track your TIBCO Cloud™ Integration - Connect Connections.
A Connection is the configuration, including the login and other parameters, needed to connect to any datastore used by TIBCO Cloud™ Integration - Connect.
From the Connections page, you can view your current Connections, create Connections, modify Connections, delete Connections that are no longer being used by TIBCO Cloud™ Integration - Connect, and reset metadata.
See the Connectors Guide for information on specific Connectors, such as Salesforce or HubSpot.
Connection Information
Connections Page
The Connections page displays the following information about each of the configured Connections for this Organization:
Field | Definition |
---|---|
Search |
Searches for connection names that contain the characters entered in the Search field. TIBCO Cloud™ Integration - Connect retains search results until you remove the value in the Search field, even if you navigate away from the page and return later. |
|
Create button to add a connection. |
Filters |
|
Category |
Filters by connector type. |
Columns |
|
Category |
Connector type selected for the connection. |
Name |
User-specified connection name. |
Connector |
Connector type, such as Microsoft SQL Server or Microsoft Dynamics CRM. |
Usage |
Number of apps that use this connection. |
Visibility |
Indicates which users can access and use the Connection. Org - Any user in the organization can use or edit the connection, except Read-Only users. Only me - Only the user who created the Connection can edit or use it. Not supported for TIBCO Cloud™ Integration - Connect. Note: All TIBCO Cloud™ Integration - Connect Connections are set to Org by default and are available to everyone in the organization. |
Created |
Date and time the connection configuration was first created. |
Last Modified |
Date and time the connection configuration was last modified. |
Options |
|
Edit |
Select a connection to open the Connection dialog. See Editing Connections. |
Delete the selected connection. You cannot delete a connection that is in use by an app |
|
Hover over the Info icon to display the names of any apps using the Connection. |
|
Menu |
|
Reset Metadata |
Deletes and recreates the schema for the selected Connection's datastore. See Resetting Metadata. |
OAuth Connections
Some connections where authentication tokens must be refreshed periodically, such as OAuth2 or Azure AD authentication flows, do not support simultaneous use of the connection by more than one process. This includes multiple apps of any type (On schedule, On event, or Data replication) running at the same time, using the same connection, when using a Connect cloud agent or different Connect on-premise agents.
If you are encountering connection errors, the following workaround options are to:
- Configure a separate connection with unique credentials, such as Client IDs and Users, for each On schedule or Data replication app.
- Set up app schedules that ensure that there are never two apps running that use the same OAuth connection. For example, schedule one app to run Monday, Wednesday, and Friday. Schedule the second app to run Tuesday, Thursday, and Saturday.
- Configure separate connections for each flow in an On event app.