Skip to content

Commit 9f2c0d3

Browse files
authored
Merge pull request #9566 from MicrosoftDocs/main
Updates to SIP response code 415 and the ms.date for the Viva Pulse article
2 parents 5f2bda7 + 01a0c60 commit 9f2c0d3

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

Teams/phone-system/direct-routing/microsoft-sip-response-codes-415.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This article provides troubleshooting information for the combination of the SIP
2828
- Microsoft response code: **540415**
2929
- SIP response code: **415**
3030
- Suggested actions:
31-
- This error indicates that either the SBC offer is missing or it contains an unsupported media type. For example, the CONTENT-TYPE might be missing or the SBC offer has unsupported data such as information about the application, or pidf+xml. Check the SBC configuration to fix the problem.
31+
- This error indicates that either the SBC offer is missing or it contains an unsupported media type. For example, the CONTENT-TYPE might be missing or the SBC offer has unsupported data such as `CONTENT-TYPE : application/pidf+xml`. Check the SBC configuration to fix the problem.

Viva/pulse/setup-errors/fix-setup-error-messages.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
---
2-
title: Resolve setup errors in Viva Pulse
3-
description: Fix error messages that you might experience when you navigate the setup process in Microsoft Viva Pulse.
2+
title: Resolve error messages during Viva Pulse setup
3+
description: Fix error messages that you might experience when you navigate the setup process in Viva Pulse.
44
manager: dcscontentpm
5-
ms.author: michellehu
6-
ms.reviewer: michellehu
7-
ms.date: 11/06/2023
5+
ms.author: meerak
6+
ms.reviewer: michellehu, jjaworsk
7+
ms.date: 08/19/2025
88
audience: ITPro
99
f1.keywords: NOCSH
1010
ms.topic: troubleshooting
1111
search.appverid: MET150
1212
ms.custom:
1313
- CSSTroubleshoot
1414
- CI 183792
15+
- CI 7092
1516
ms.service: viva-pulse
1617
---
1718

18-
# Resolve error messages during setup
19+
# Resolve error messages during Viva Pulse setup
1920

20-
As you navigate the setup process in Microsoft Viva Pulse, you might experience errors. The following table outlines the error messages you might see, a description of when they're displayed, and the next steps you can take to resolve those errors. This isn't an exhaustive list, and more error messages may be added in the future.
21+
As you navigate the setup process in Microsoft Viva Pulse, you might experience errors. The following table outlines the error messages you might see, a description of when they're displayed, and how to resolve the errors.
2122

2223
| Error Message | Where the error appears | How to fix it |
2324
| ----------- | ----------- | ----------- |

support/dynamics-365/sales/troubleshoot-ai-agents-issues.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Troubleshoot Activation Issues With Dynamics 365 Sales AI Agents
3-
description: Solves activation issues related to Sales Qualification Agent and Opportunity Research Agent in Microsoft Dynamics 365 Sales.
2+
title: Troubleshoot Activation Issues with Dynamics 365 Sales AI Agents
3+
description: Solves activation issues related to the Sales Qualification Agent and Opportunity Research Agent in Microsoft Dynamics 365 Sales.
44
ms.reviewer: aam, lavanyakr, pachatte
5-
ms.date: 08/15/2025
5+
ms.date: 08/20/2025
66
ms.custom: sap:Sales Qualification Agent\Troubleshoot sales qualification agent
77
ms.collection: CEnSKM-ai-copilot
88
---
99
# Dynamics 365 Sales AI agent is stuck during activation
1010

11-
This article provides guidance to resolve issues where the AI agents ([Sales Qualification Agent](/dynamics365/sales/sales-qualification-agent) and [Opportunity Research Agent](/dynamics365/sales/opportunity-research-agent)) in Dynamics 365 Sales get stuck during the activation process or revert to a draft state.
11+
This article provides guidance to resolve issues where the AI agents ([Sales Qualification Agent](/dynamics365/sales/sales-qualification-agent) and [Opportunity Research Agent](/dynamics365/sales/opportunity-research-agent)) in Microsoft Dynamics 365 Sales get stuck during the activation process or revert to a draft state.
1212

1313
## Symptoms
1414

15-
As an administrator, you may encounter the following symptoms when you try to configure or activate AI agents:
15+
As an administrator, you might encounter the following symptoms when you try to configure or activate an AI agent:
1616

1717
- When you try to test, start, or update the agent's configuration, it remains in the **Starting Agent**, **Starting Test**, or **Applying changes** state for more than 10 minutes.
1818
- You receive error messages, such as:
@@ -26,7 +26,7 @@ This issue occurs when the agent can't start the Power Automate flow required fo
2626

2727
`<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`
2828

29-
If the query returns no results or if `softdeletestatus` is set to **1**, the issue is related to the Power Automate flow.
29+
If the query returns no results or the `softdeletestatus` is set to **1**, the issue is related to the Power Automate flow.
3030

3131
[Learn more about callbackregistration EntityType](/power-apps/developer/data-platform/webapi/reference/callbackregistration).
3232

@@ -38,7 +38,7 @@ Follow these steps to resolve the issue:
3838
2. Select the environment where the agent is published.
3939
3. Navigate to **My Flows**.
4040
4. Open the **Activate Sales Agent Profile Flow**.
41-
5. Turn off the flow, then turn it back on.
41+
5. Turn off the flow, and then turn it back on.
4242
6. Run the query again in your browser or API tool:
4343

4444
`<ORGURL>/api/data/v9.0/callbackregistrations?$filter=entityname eq 'msdyn_salesagentprofile'&$select=name,filteringattributes,softdeletestatus`

0 commit comments

Comments
 (0)