Troubleshoot SAP integrations

This page describes how to troubleshoot issues with SAP integrations in Cloud Data Fusion.

SAP tab is not visible in the Cloud Data Fusion Hub

If you created a 6.3.0 instance before March 22, 2021, you might not see SAPplugins in the Hub. To reproduce the issue:

  1. Go to the instance details:

    1. In the Google Cloud console, go to the Cloud Data Fusion page.

    2. ClickInstances, and then click the instance's name to go to theInstance details page.

      Go to Instances

    Ensure that the instance has been upgraded to a version that supports theSAP plugin or accelerator that you would like to use.

    SAP Hub featureCloud Data Fusion version
    SAP Table Batch Source plugin6.3.0 and later
    SAP OData plugin6.4.1 and later
    SAP ODP plugin6.4.1 and later
    SAP Order to Cash accelerator6.3.0 and later
    SAP Procure to Pay accelerator6.4.0 and later
  2. Open your instance in the Cloud Data Fusion UI, and then clickHub.

    The Hub page opens.

  3. Select theSAP tab to see the SAP integrations available in theversion in which your instance is running.

If theSAP tab does not appear, follow these steps:

  1. Using the Google Cloud CLI, enter values for these variables:

    PROJECT=PROJECT_IDREGION=REGION_NAMEINSTANCE=INSTANCE_ID
  2. Enter the value for at least one of the following Hub URL variables:

    HUB_URLS="https://hub-cdap-io.storage.googleapis.com/sap-hub"

    If the Healthcare accelerator is enabled, use the following Hub URL value:

    HUB_URLS="https://hub-cdap-io.storage.googleapis.com/sap-hub+https://storage.googleapis.com/b999ec76-9e36-457b-bf30-753cb13a8c98"
  3. Run the following commands to make the SAP tab appear in the Hub:

    Note: This step restarts your instance after updating it.
    curl-XPATCH-H"Authorization: Bearer$(gcloudauthprint-access-token)"-H"Content-Type: application/json"https://datafusion.googleapis.com/v1beta1/projects/$PROJECT/locations/$REGION/instances/$INSTANCE-d"{ 'options':{'market.base.urls':\"$HUB_URLS\"}}"sleep300# Wait for update operation to succeedcurl-XPOST-H"Authorization: Bearer$(gcloudauthprint-access-token)"https://datafusion.googleapis.com/v1beta1/projects/$PROJECT/locations/$REGION/instances/$INSTANCE:restart

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.