Skip to content

Commit dd8eba3

Browse files
authored
Merge pull request #9736 from MicrosoftDocs/nn-ur-provision
AB#7525: Publish troubleshooting information for enabling unified routing
2 parents 0c41abf + 12b0089 commit dd8eba3

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

support/dynamics-365/customer-service/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,15 @@
170170
href: teams-collaboration/flow-connection-invalid-customer-support-swarming.md
171171
- name: Unified routing
172172
items:
173+
- name: Troubleshoot failures in enabling of unified routing
174+
href: unified-routing/troubleshoot-enabling-unified-routing.md
173175
- name: Troubleshoot issues with automatic assignment
174176
href: unified-routing/troubleshoot-assignment-issues.md
175177
- name: Dynamics 365 Contact Center (formerly Omnichannel for Customer Service)
176178
items:
177-
- name: Agent Scripts and Macros
179+
- name: Agent scripts and macros
178180
items:
179-
- name: Can't deploy a custom Agent script solution
181+
- name: Can't deploy a custom agent script solution
180182
href: omnichannel-for-customer-service/custom-agentscript-solution.md
181183
- name: Customer summary and Closed conversation form
182184
items:
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Troubleshoot Failures When Provisioning Unified Routing in Dynamics 365
3+
description: Learn how to troubleshoot failures when you provision unified routing in Dynamics 365 Customer Service.
4+
author: hbarik
5+
ms.author: hbarik
6+
ms.reviewer: nenellim
7+
ms.topic: troubleshooting-problem-resolution
8+
ms.collection:
9+
ms.date: 09/22/2025
10+
ms.custom: sap:Routing Setup\Unable to turn on Unified Routing
11+
---
12+
13+
# Troubleshoot failures when provisioning unified routing
14+
15+
This article provides troubleshooting guidance for issues that occur when you provision [unified routing](/dynamics365/customer-service/administer/overview-unified-routing) in Dynamics 365 Customer Service.
16+
17+
## Symptoms
18+
19+
When you try to [enable the unified routing toggle](/dynamics365/customer-service/administer/provision-unified-routing#enable-unified-routing-for-customer-service-only) in Dynamics 365 Customer Service, the feature isn't enabled, and you receive one of the following error messages:
20+
21+
- "Unified routing provisioning failed due to issues in configuration..."
22+
- "Unified routing provisioning failed due to an error in deactivation of basic routing rulesets..."
23+
- "Unified routing provisioning failed due to an error in activation of basic routing rulesets..."
24+
25+
## Cause 1: Issues in basic routing rule sets
26+
27+
If you're already using [basic routing](/dynamics365/customer-service/administer/create-rules-automatically-route-cases), conflicts might occur when you activate or deactivate routing rule sets or modify their permissions.
28+
29+
### Solution
30+
31+
1. Check the ownership of all the basic routing rule sets. If the owner of a rule set no longer has access, either reactivate the user or transfer the ownership of the rule set to an active user.
32+
1. Try again to enable unified routing.
33+
34+
For more information about basic routing rule sets, see [Automatically route cases using basic routing rule sets](/dynamics365/customer-service/administer/create-rules-automatically-route-cases).
35+
36+
## Cause 2: Failures because of master entity routing configuration
37+
38+
During provisioning, the system [creates a master entity routing configuration for the Case table](/dynamics365/customer-service/administer/set-up-record-routing#configure-unified-routing-for-records). This step might fail in the following scenarios:
39+
40+
- During a copy operation from an existing organization, the decision contract is added in the target organization, but the related records are missed. Because the records are missing, the system can't create a master entity routing configuration for the Case table during provisioning.
41+
- You manually create a Case master entity record configuration by using the name `new_incidentmasterentityroutingconfiguration` before you trigger provisioning.
42+
43+
### Solution
44+
45+
1. From your Dataverse instance, delete the record of type `msdyn_decisioncontract` that has the following attributes:
46+
- `msdyn_name`: `Case decision ruleset`
47+
- `msdyn_uniquename`: `new_incidentmasterentityroutingconfiguration`
48+
1. Try again to enable unified routing.
49+
50+
For information about how to delete records in Dataverse, see [Delete record](/power-apps/developer/model-driven-apps/clientapi/reference/xrm-webapi/deleterecord).
51+
52+
## Related information
53+
54+
[Manage unified routing in Dynamics 365 Customer Service](/dynamics365/customer-service/administer/provision-unified-routing)

0 commit comments

Comments
 (0)