Skip to content

Commit 9c120b5

Browse files
Merge pull request #217671 from JimacoMS4/add-ntp-sync-to-hub
Add note for NTP time sync to IoT hub
2 parents ef24a44 + 6dbad78 commit 9c120b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/iot-hub/troubleshoot-error-codes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ In general, the error message presented should explain how to fix the error. If
6161
* The authorization rule used has the permission for the operation requested.
6262
* For the last error messages beginning with "principal...", this error can be resolved by assigning the correct level of Azure RBAC permission to the user. For example, an Owner on the IoT Hub can assign the "IoT Hub Data Owner" role, which gives all permissions. Try this role to resolve the lack of permission issue.
6363

64+
> [!NOTE]
65+
> Some devices may experience a time drift issue when the device time has a greater than five minute difference from the server. This error can occur when a device has been connecting to an IoT hub without issues for weeks or even months but then starts to continually have its connection refused. The error can also be specific to a subset of devices connected to the IoT hub, since the time drift can happen at different rates depending upon when a device is first connected or turned on.
66+
>
67+
> Often, performing a time sync using NTP or rebooting the device (which can automatically perform a time sync during the boot sequence) fixes the issue and allows the device to connect again. To avoid this error, configure the device to perform a periodic time sync using NTP. You can schedule the sync for daily, weekly or monthly depending on the amount of drift the device experiences. If you can't configure a periodic NTP sync on your device, then schedule a periodic reboot.
68+
6469
## 403002 IoTHubQuotaExceeded
6570

6671
You may see requests to IoT Hub fail with the error **403002 IoTHubQuotaExceeded**. And in Azure portal, the IoT hub device list doesn't load.

0 commit comments

Comments
 (0)