Layer7 API Management

 View Only
  • 1.  Unable to edit existing APIs after updating Portal to v4.4

    Posted Mar 05, 2020 02:37 PM
    After updating Developer Portal from v4.3.1 to v4.4, we are unable to edit any existing API prior to update.
    It seems they have no API type and we suspect Portal doesn't know how to handle this and throws error 500 when we try to edit them.

    I thought Portal would assume every API prior to update to be considered REST API, and just roll with it.


  • 2.  RE: Unable to edit existing APIs after updating Portal to v4.4
    Best Answer

    Broadcom Employee
    Posted Mar 10, 2020 11:04 AM
    Hi Gustavo,

    I have picked up the support case you opened. Just FYI for the rest of the Broadcom community, the problem noted here is a known issue with the 4.4 upgrade

    Internal Server Error when Editing API (DE446514)
    A newly introduced SSG_SERVICE_TYPE string is causing an internal server error when modifying existing APIs and the server hits a null or blank result. To work around this issue, run the following database query to update your existing APIs:
    UPDATE API SET SSG_SERVICE_TYPE = 'REST' WHERE (SSG_SERVICE_TYPE IS NULL OR SSG_SERVICE_TYPE = '')

    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/api-developer-portal/4-4/release-notes-api-developer-portal/known-issues.html

    Regards,
    Joe


  • 3.  RE: Unable to edit existing APIs after updating Portal to v4.4

    Broadcom Employee
    Posted Mar 11, 2020 03:06 AM

    Hi Gustavo,

    Is this issue observed in Saas or OnPrem deployment?

    Thanks,

    Godwin




  • 4.  RE: Unable to edit existing APIs after updating Portal to v4.4

    Posted Mar 12, 2020 01:22 PM
    Hi Godwin,

    It is OnPrem deployment.