Skip to content

Commit 7b7472e

Browse files
authored
Update troubleshoot-ai-agents-issues.md
1 parent 5e79b91 commit 7b7472e

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1+
---
2+
title: Troubleshoot issues with sales AI agents
3+
description: Provides resolutions for the known issues that are related to AI agents in Dynamics 365 Sales.
4+
author:
5+
ms.author:
6+
ms.reviewer:
7+
ms.date: 08/07/2025
8+
ms.custom:
9+
---
10+
# Troubleshoot issues with sales AI agents
111

12+
This article helps you troubleshoot and resolve issues related to AI agents in Microsoft Dynamics 365 Sales.
13+
14+
## Sales AI agent is stuck during the activation process
15+
16+
Symptoms:
17+
18+
- When you try to test or start the agent, or apply changes after editing the agent configuration, the agent is stuck in the **Starting Agent**, **Starting Test**, or **Applying changes** state for more than 10 minutes.
19+
- You see an error message that says "Something went wrong. Please try again." or "Couldn't start the agent. Please try again."
20+
- You see that the agent state is reset to its previous state, such as **Draft** or **On**.
21+
22+
23+
Cause:
24+
The agent is unable to start the Power Automate flow that activates the agent. To identify if the issue is related to the Power Automate flow, go to `<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`
25+
26+
If there are no results OR if `softdeletestatus` is 1, then the issue is related to the Power Automate flow.
27+
28+
Resolution:
29+
30+
1. Go to the [Power Automate portal](https://make.powerautomate.com).
31+
2. Select the environment in which the agent is being published.
32+
3. Go to **My Flows**.
33+
4. Open the **Activate Sales Agent Profile Flow** flow.
34+
5. Turn it off and then turn it on again.
35+
6. Go to `<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`.
36+
1. Check if the `softdeletestatus` is 0.
37+
1. Open the Sales Hub app and start the agent.

0 commit comments

Comments
 (0)