API Portal: Migration Version 3.5 to 4.5. Classic Portal Migration Tool Error
search cancel

API Portal: Migration Version 3.5 to 4.5. Classic Portal Migration Tool Error

book

Article ID: 193548

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

When we run the run Classic Portal Migration Tool in portal 3.5. We receive these messages:

  • ERROR: The following script error occured on https://developers-admin-uat.domain.com/template_resources/js/papi-migrator/papi-user.js?releaseId=1557342564 35:93
  • ERROR: Uncaught TypeError: Cannot read property 'com.thelevel.cms.users.User' of undefined


So we cannot proceed.

Environment

API Portal: 3.5

Resolution

Check the catalina.log for a user with a null password.

To fix this problem, run the following command against the lrs database in MySQL:

update lrs.cmsusers set password = '' where password is null;