Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Vous trouverez sur cette page la procédure à suivre pour résoudre les problèmes liés aux intégrations SAP dans Cloud Data Fusion.
L'onglet SAP n'est pas visible dans le hub Cloud Data Fusion
Si vous avez créé une instance 6.3.0 avant le 22 mars 2021, vous ne verrez peut-être pas de plug-ins SAP dans le hub. Pour reproduire le problème, procédez comme suit :
Accédez aux détails de l'instance :
Dans la Google Cloud console, accédez à la page Cloud Data Fusion.
Cliquez sur Instances, puis sur le nom de l'instance pour accéder à la page Détails de l'instance.
Exécutez les commandes suivantes pour que l'onglet SAP apparaisse dans le hub:
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 succeed
curl-XPOST-H"Authorization: Bearer $(gcloudauthprint-access-token)"https://datafusion.googleapis.com/v1beta1/projects/$PROJECT/locations/$REGION/instances/$INSTANCE:restart
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]