Hi,
We have an online environment to which we have integrations adding data to the system regularly.
We have noticed that at night sometimes the integration crashes due to not being able to connect to Dynamics.
The beginning of the exception is:
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Xrm.Tooling.Connector.CrmServiceClient.Execute(OrganizationRequest request)
at Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Execute(OrganizationRequest request)[.....]
Is it possible to see somewhere if there was any interruption in the availability of the Organization Service or the environment in general?
Thanks!