Monday, March 31, 2025

SAP IS : "There is no Developer Hub associated with the apiportal yet" error when publishing a product in SAP Integration Suite

When following the SAP Integration Suite tutorial (Developing with SAP Integration Suite), in the lesson Managing API's --> Creating a Product, you will need to publish the product.


When trying to publish the product, I was getting an error saying  "There is no Developer Hub associated with the apiportal yet". If you are getting the same error, please read further to get the root cause.


Root Cause: In my case Developer Hub was not enabled, while the Manage API's capability was added to the Integration Suite.


Solution: Enable the Developer Hub and Set up.

Go back to the Manage Capabilities section and Edit the API Management Capability.



Once the Developer Hub is added, it will look like below:


Now lets try to publish the product.


But now getting a different error


This is because the Developer Hub is not setup.

In order to setup the Developer Hub, Choose and click the top-right side navigation bread crumbs  'Explore our eco System' icon and select  'Developer Hub'.


Once you select that, a new tab will open and shows that the devloper hub is setup. 


Now, lets try to publish the product again.




Now you can see that the product is published successfully.


Hope this is useful for someone.





Feel free to point out if anything is missing/wrong in this blog.


Thursday, March 20, 2025

SAP IS: "Configure" menu not visible in SAP Integration Suite when using trial account

This is my first blog on SAP. I just started learning SAP only. So, please excuse me if I am doing something in a wrong way.


When I was going through the SAP Learning Developing with SAP Integration Suite, the tutorial says 

  1. Log on to your API Portal within your Integration Suite as already shown several times.

  2. Navigate to Configure → APIs.  


But the Configure option was not visible in the left side menu.




This solution to get that menu (this is what I did :)) , is to click on Settings  APIs. 

   




Once you click on that, your account will be provisioned and the configure menu will be available.



Hope this helps someone who wonders how to get this option. (Probably there might be some step I missed :))




Feel free to point out if anything is missing/wrong in this blog.


    

SAP IS : "There is no Developer Hub associated with the apiportal yet" error when publishing a product in SAP Integration Suite

When following the SAP Integration Suite tutorial ( Developing with SAP Integration Suite ), in the lesson Managing API's -->   Crea...