Closed npamudika closed 4 years ago
This issue occurred due to an access restriction to IDN_OAUTH2_SCOPE table.
While running the IS migration client, there is a query execution as below with an ALTER TABLE DROP COLUMN statement.
ALTER TABLE IDN_OAUTH2_SCOPE DROP COLUMN ROLES
Due to that DROP COLUMN query, it needs to do a re-organization for the mentioned table to solve the restriction issue.
The query is as below.
call ADMIN_CMD('REORG table IDN_OAUTH2_SCOPE');
This should be executed against the migrated WSO2_AM_DB.
The IS migration client has been updated with the fix. We have updated the doc with the latest client too. Hence closing the issue.
After login to the Publisher or navigating to the DevPortal, the APIs cannot be seen and observed the following error in the console in both the situations. Used DB2 11.5 version as the databases and migrated from the API-M 2.1.0 version.