Problem during IOT Central device enrollment

BERNARD Thomas 166 Reputation points
2022-01-31T09:45:26.15+00:00

Hello,

I am facing a problem during the enrollment of my devices in Azure IOT Central application.

I am receiving this error:

{
    "operationId": "5.2d3155516e00d700.08851641-b679-4a10-86f6-3bafd11e88a6",
    "status": "failed",
    "registrationState": {
        "registrationId": "blablabla",
        "createdDateTimeUtc": "2022-01-31T09:34:56.3518591Z",
        "status": "failed",
        "errorCode": 400207,
        "errorMessage": "Custom allocation failed with status code: 400",
        "lastUpdatedDateTimeUtc": "2022-01-31T09:34:56.6662096Z",
        "etag": "IjI4MDA5ZmJjLTAwMDAtMGQwMC0wMDAwLTYxZjdhZDQwMDAwMCI="
    }
}

I do not understand what is the problem, everything was fine last time in another IOT Central application. Why is it not working now ? Something has changed in IOT Central DPS requirements ?

Thanks in advance for the help.

Regards

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Roman Kiss 2,246 Reputation points
    2022-01-31T16:49:25.067+00:00

    Hi

    It looks like, the IoT Central has a problem with a gateway device template (contains a Relationship type) during the provisioning process. When the gateway device template has been loaded into the IoT Central in prior, then everything is working.

    Note, that the provisioning a downstream device included its assigning a device template and attaching to the gateway is working well.

    Thanks
    Roman

    1 person found this answer helpful.