Deviations
Spot and fix service resources that do not reach their target state.
What is a Deviation?
A deviation occurs when at least one resource of a service does not reach its target state after the service is enabled. When you enable a service, its resources are expected to transition from disabled to enabled (or to another state defined in the service commissioning file). The commissioning file specifies all resources and the states they must reach for the service to function correctly.
If issues such as hardware faults, network outages, or misconfiguration prevent resources from reaching those states, the service is marked as deviated. A single out-of-state resource is enough for the entire service to be considered deviated.
Where to See Deviations in the Admin UI
You can find services whose actual states differ from their expected states in several places:
Deviations notification: When a deviation occurs, a pop-up appears in the Admin UI. Click the down arrow to expand the panel and see all currently deviated services.


Deviated Services view: Go to Services → Deviated Services for a consolidated list of all deviated services. The overview shows Service ID, Name, Version, and the number of Deviated Resources per service.
Deviations tabs across the Admin UI: Deviation status and details are also available in:
The Service Overview.
The Service Details view for individual services.
The Resources lists of an affected service.
Inspecting Deviated Resources
To see exactly which resources are causing a deviation:
Open any of the locations above where deviations are shown.
Review the comparison between expected and actual states for each resource

Resolving Deviations
When addressing deviations, working through the following checklist is a good practice:
Identify the root cause
Hardware: Device powered on? Correct port/cabling? Any faults or alarms?
Network: Reachability, DNS, routing, firewall rules, required ports open.
Configuration: Credentials, certificates/keys, endpoints, topics/paths, resource parameters match the service commissioning file.
Dependencies: Upstream resources healthy (connections, adapters, brokers, PLCs, etc.).
Fix the underlying issue
Update configuration values that are wrong or outdated.
Restore connectivity or replace faulty hardware.
Correct dependency order or bring prerequisites online first.
Verify and re-enable
Re-enable the service to trigger the state transition. See Enabling Services.
Confirm all resources reach their target state and that the deviation indicator clears.
Last updated
Was this helpful?