Reltio Connect

 View Only
  • 1.  Entity update getting error full authorization required

    Posted 10-10-2022 09:54
    Hi, 

    when i am trying to update entity using below jason getting error as full authentication needed. Can you please let me know what is the error mean

    POST {{api_uri}}/{{tenant}}/entities/_update
    {
    "objects": {
    "list": [
    "entities/1Sg7Rjf7"
    ]
    },
    "actions": [
    {
    "operationParameters": {
    "attributeURI": "configuration/entityTypes/Organization/attributes/Name",
    "attributeValue": "TestSalesForce31 Ultricies Sem Magna Industries 2"
    },
    "operation": "UpdateAttribute"
    }
    ]
    }

    error 

    {
        "error""unauthorized",
        "error_description""Full authentication is required to access this resource"
    }

    regards,
    Nitin Tugave

    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------


  • 2.  RE: Entity update getting error full authorization required

    Founding Member
    Posted 10-10-2022 10:02
    Hi Nitin,

    This happens if you are missing the Authorization header in your API.

    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 3.  RE: Entity update getting error full authorization required

    Posted 10-10-2022 10:22
    Thanks for quick help Gowthamprabhu Sivaraj ,
    looks there was some space or character issue with Authorization header. and I am able to fix it now.

    but i got the response status as
     "status""SCHEDULED"

    does it take time to update why it is not updated immediately why is it taking time 

    regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------



  • 4.  RE: Entity update getting error full authorization required
    Best Answer

    Founding Member
    Posted 10-10-2022 10:24
    It goes as SCHEDULED but it should get processed as soon as possible.  The reason is, it gets triggered as a Job to one of the processing nodes within Reltio and get processed. You can track the status through the Job ID.

    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------