Unify and manage your data

Update credentials and re-enable a disabled Data Pipeline

Learn how to update failed credentials and re-enable a disabled data pipeline.

Reltio Data Pipelines require valid storage or authentication credentials to connect to their destinations. When a credential becomes invalid, the destination rejects authentication or data-write requests. After three failed credential attempts, Reltio notifies the configured recipients, then disables the affected Data Pipeline.

To resume data export, update the failed credential, validate the updated configuration, and re-enable the Data Pipeline. Then synchronize the tenant data that was not delivered while the pipeline was disabled.

Review Credential expiry alerts for Reltio Data Pipelines for information about credential-failure notifications.

To update credentials and re-enable a disabled Data Pipeline
  1. Update the failed credential.

    Update the credential identified in the credential-failure notification.

  2. Validate the updated configuration.
    Send the validation request with a valid access token for the affected Data Pipeline:
    POST https://{{environment}}-data-pipeline-hub.reltio.com/api/tenants/{{tenantId}}/adapters/{{adapterName}}/validate
    The {{adapterName}} value is the name of your Data Pipeline.

    A 200 OK response confirms that the Data Pipeline can connect to the destination using the updated credential. Re-enable the Data Pipeline after validation succeeds.

  3. Re-enable the Data Pipeline.

    In Console > Tenant Management > Data Sharing > Data Pipelines, locate the affected pipeline and turn on Status. The Data Pipeline resumes exporting new tenant events to the destination.

  4. Synchronize missed tenant data to the destination.

    Re-enabling the Data Pipeline resumes delivery of new events but does not automatically send events that were missed while the pipeline was disabled.

    Run the Sync to Data Pipeline API and set updatedSince to the timestamp when the Data Pipeline stopped exporting data. The API synchronizes objects updated after that timestamp. If you omit updatedSince, its default value is 0, and the API synchronizes all tenant data.

Result

The failed credential is updated and validated, and the affected Data Pipeline is re-enabled. Reltio resumes delivery of new tenant events to the destination.

The synchronization task synchronizes objects updated after the timestamp specified in updatedSince.

Verification steps

To confirm the pipeline is restored, perform the following steps:

  1. In Console > Tenant Management > Data Sharing > Data Pipelines, confirm Status is on for the affected Data Pipeline.

  2. In Console > Tenant Management > Jobs, confirm that the Sync to Data Pipeline API task has completed successfully.