I realize this question might be a duplicate of Microsoft Graph Subscription ExtensionError - Delete / Update, but since the original question doesn't have an answer yet and I decided to write another post here and put more details on it.
Currently, our application is synchronizing calendar mailboxes across several Microsoft tenant IDs. In the past several days (from March 21), some of our subscription update operations are starting to fail with Not Found
error.
Several examples of such cases (there are also other cases but I wrote 2 examples here):
Microsoft tenant ID: 875bdd0a-688b-41d2-96b7-454d280043aa
Subscription ID: 7f8ed6ec-b536-4dad-b66a-5f6803f86121
Last known successful update: 2019-03-22 (10:17:06.008) UTC
When the update operation failed for the first time: 2019-03-23 (22:17:07.000) UTC
Other subscription ID which is okay for this tenant:
- c3b33905-61bf-42d0-94ed-fcfbe11ca71e
Microsoft tenant ID: 7eec492c-a8a4-4177-9059-77ec8ee8c987
Subscription ID: 4abc3eda-470a-459f-9bca-336c07706047
Last known successful update: 2019-03-22 (22:17:04.430) UTC
When the update operation failed for the first time: 2019-03-23 (22:17:12.000) UTC
Other subscription ID which is okay for this tenant:
- 27892e7d-0798-4324-8c0e-4ef87b27c047
Since we are trying to renew almost-expired-subscription every 12 hours, every consecutive calls to the problematic subscriptions will also return Not Found
error.
Those subscriptions have basically expired by now, our only option is to create a new subscription.
My question is, do we know why this error occurred? Is this an intermittent issue or is there any chance it will happen again in the future?
Thank you.