Unable to update API's after Portal upgrade to 4.5
search cancel

Unable to update API's after Portal upgrade to 4.5

book

Article ID: 204220

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

I see there is a hotfix 4.5.0.1 DE456459 for the issue of unable to update API after Portal upgrade although this states its for gateway published API.

The issue i have is that i  can not update the API when there is no API Type is shown:

Since I don't find this problem for gateway published API only, !'m not sure the fix is exactly for this.

I need to know

1. Is the fix referred to for this ?.

2. If the fix is not for this - What is  the proper corrective action in this case ?

 

Environment

Release : 4.5

Component : API PORTAL

Resolution

There were two different issue's for this problem Unable to Edit api in portal 4.5 after upgrading f .

One is related to the multiple tenant's and gateway published API;s , the other one to the missing ssg_service_type  in the api definition .

Despite the fix in 4.5.01 which resolves the first problem,  you still need to run the command to update the empty service type field in the database to resolve this issue .

UPDATE API SET SSG_SERVICE_TYPE = 'REST' WHERE (SSG_SERVICE_TYPE IS NULL OR SSG_SERVICE_TYPE = '')