Troubleshooting register partner issue for multitenancy

Unified Compute Platform (UCP) Advisor Software Installation Guide

Version
4.6.x
Audience
anonymous
Part Number
MK-92UCP120-15

Use the following guidelines and suggested steps to help resolve registering partner issues for multitenancy.

Condition:
After you install UCP Advisor, the default partner apiadmin is not created and the Manage Subscribers option is not available in UCP Advisor.
What it Means:
You cannot register subscribers to UCP Advisor.
Corrective Action:
  1. Log on to the UCP Advisor.
  2. Select API Documentation under User to open the Swagger UI in a new window.
  3. For Select a definition, select Multi Tenancy.
  4. Navigate to the user-registration collection.
  5. Click POST /register/partner, and then click Try it out.
  6. In the Request body box, enter apiadmin for the partnerId parameter. For example:
    {
    "name": "",
    "partnerId": "apiadmin",
    "description": ""
    }
  7. Click Execute.
  8. Relogin to UCP Advisor.