Troubleshoot SAP integrations Stay organized with collections Save and categorize content based on your preferences.
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:
Go to the instance details:
In the Google Cloud console, go to the Cloud Data Fusion page.
ClickInstances, and then click the instance's name to go to theInstance details page.
Ensure that the instance has been upgraded to a version that supports theSAP plugin or accelerator that you would like to use.
SAP Hub feature Cloud Data Fusion version SAP Table Batch Source plugin 6.3.0 and later SAP OData plugin 6.4.1 and later SAP ODP plugin 6.4.1 and later SAP Order to Cash accelerator 6.3.0 and later SAP Procure to Pay accelerator 6.4.0 and later Open your instance in the Cloud Data Fusion UI, and then clickHub.
The Hub page opens.
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:
Using the Google Cloud CLI, enter values for these variables:
PROJECT=PROJECT_IDREGION=REGION_NAMEINSTANCE=INSTANCE_IDEnter 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"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.