Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta página, se describe cómo solucionar problemas con las integraciones de SAP en Cloud Data Fusion.
La pestaña de SAP no se puede ver en Cloud Data Fusion Hub
Si creaste una instancia 6.3.0 antes del 22 de marzo de 2021, es posible que no veas complementos de SAP en Hub. Para reproducir el problema, sigue estos pasos:
Ve a los detalles de la instancia:
En la Google Cloud consola, ve a la página de Cloud Data Fusion.
Haz clic en Instancias y, luego, en el nombre de la instancia para ir a la página Detalles de la instancia.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-04 (UTC)"],[[["\u003cp\u003eThis guide helps troubleshoot the absence of the SAP tab in the Cloud Data Fusion Hub, particularly for instances created before March 22, 2021.\u003c/p\u003e\n"],["\u003cp\u003eThe SAP tab's visibility depends on the Cloud Data Fusion instance version, with specific versions required for different SAP plugins and accelerators.\u003c/p\u003e\n"],["\u003cp\u003eIf the SAP tab is missing, you can use the Google Cloud CLI to add it by updating the \u003ccode\u003emarket.base.urls\u003c/code\u003e option with the correct SAP Hub URL.\u003c/p\u003e\n"],["\u003cp\u003eAdding the SAP tab via the Google Cloud CLI involves running specific \u003ccode\u003ecurl\u003c/code\u003e commands and subsequently restarting the Cloud Data Fusion instance.\u003c/p\u003e\n"],["\u003cp\u003eIf the Healthcare accelerator is enabled, a specific combination of HUB_URLs is needed when running the commands to enable the SAP tab.\u003c/p\u003e\n"]]],[],null,["# Troubleshoot SAP integrations\n\nThis page describes how to troubleshoot issues with SAP integrations in Cloud Data Fusion.\n\nSAP tab is not visible in the Cloud Data Fusion Hub\n---------------------------------------------------\n\nIf you created a 6.3.0 instance before March 22, 2021, you might not see SAP\nplugins in the Hub. To reproduce the issue:\n\n1. Go to the instance details:\n\n\n 1. In the Google Cloud console, go to the Cloud Data Fusion page.\n\n 2. Click **Instances** , and then click the instance's name to go to the\n **Instance details** page.\n\n [Go to Instances](https://console.cloud.google.com/data-fusion/locations/-/instances)\n\n \u003cbr /\u003e\n\n Ensure that the instance has been upgraded to a version that supports the\n SAP plugin or accelerator that you would like to use.\n\n2. Open your instance in the Cloud Data Fusion UI, and then click\n **Hub**.\n\n The Hub page opens.\n3. Select the **SAP** tab to see the SAP integrations available in the\n version in which your instance is running.\n\nIf the **SAP** tab does not appear, follow these steps:\n\n1. Using the Google Cloud CLI, enter values for these variables:\n\n PROJECT=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n REGION=\u003cvar translate=\"no\"\u003eREGION_NAME\u003c/var\u003e\n INSTANCE=\u003cvar translate=\"no\"\u003eINSTANCE_ID\u003c/var\u003e\n\n2. Enter the value for at least one of the following Hub URL variables:\n\n HUB_URLS=\"https://hub-cdap-io.storage.googleapis.com/sap-hub\"\n\n If the Healthcare accelerator is enabled, use the following Hub URL value: \n\n HUB_URLS=\"https://hub-cdap-io.storage.googleapis.com/sap-hub+https://storage.googleapis.com/b999ec76-9e36-457b-bf30-753cb13a8c98\"\n\n3. Run the following commands to make the SAP tab appear in the Hub:\n\n **Note:** This step restarts your instance after updating it. \n\n curl -X PATCH -H \"Authorization: Bearer $(gcloud auth print-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\\\"}}\"\n sleep 300 # Wait for update operation to succeed\n curl -X POST -H \"Authorization: Bearer $(gcloud auth print-access-token)\" https://datafusion.googleapis.com/v1beta1/projects/$PROJECT/locations/$REGION/instances/$INSTANCE:restart"]]