Error: SMRESTAPI_2615 code 361 with Rest API call in AdminUI
search cancel

Error: SMRESTAPI_2615 code 361 with Rest API call in AdminUI

book

Article ID: 280467

calendar_today

Updated On:

Products

CA Single Sign On Agents (SiteMinder)

Issue/Introduction


Running REST API commands, when trying to activate a Partnership with the function

    PUT: /ca/api/sso/services/policy/v1/FedSPPartnerships/{FedSPPartnershipName}

Then the Partnership cannot be activated. The command returns the following response:

  {
  "responseType": "error",
  "status": 400,
  "data": [
    {
      "msgId": "SMRESTAPI_2615",
      "args": [
        "<partnership>",
        "activation",
        "0"
      ],
      "message": "Partnership <partnership> is created but activation failed during XPS Service call with status code 0",
      "code": 361
    }
  ]

 

Cause


  Policy Server 12.8SP5 on RedHat 8;
  AdminUI 12.8SP5 on RedHat 8;

 

Resolution


Upgrade the AdminUI to version 12.8SP8CR01 when this one will be available to benefit from fix DE590804.

Note: To use the AdminUI 12.8SP8CR01, the Policy Server and the Policy Store definition should also upgraded to 12.8SP8CR01.