Skip to main content

#msdyn365bc 2023 Release Wave 1 - New telemetry events and data.

Hi Readers,

In this series we are discussing what's new in Business Central 2023 (Wave 1) a.k.a BC22.

This article we will discuss about - New telemetry events and data.

With this series we will understand what's new the product and learn it. 

Hope you like the series, please add comments to article.

#msdyn365bc #2023RW1

Business value: 

Telemetry events on incoming and outgoing calls to web services, long-running AL methods, and error dialogs have been enhanced to make it even easier to troubleshoot performance and stability issues.

Feature details:

The following events have been improved in telemetry:

  • Incoming web service calls (eventId RT0008) now include the time spent waiting in the throttling queue on the Business Central server. This allows you to track whether web services performance issues are due to throttling/queueing on the Business Central server.
  • Incoming web service calls (eventId RT0008) now include the error message for OData/API calls when a failure occurs. This allows you to better troubleshoot web services issues.
  • Outgoing web service calls (eventId RT0019) now include clientType and AL stack trace. This allows you to find places in your code where outgoing web service calls block the UI.
  • Long-running AL methods (eventId RT0018) now include details about SQL statements on the Business Central database. This allows you to better understand the performance of your AL code.
  • Error dialogs (eventId RT0018) now include the English error text instead of the localized version. This allows you to monitor error messages no matter which language the user has chosen in their client.

The following events are new in telemetry:

  • Metadata permission set changes due to extensions installed/updated (eventId to be determined). This allows you to monitor permission changes, and also if they are introduced by an extension.
  • File blocked from upload due to possible malware (eventId to be determined). This allows you to monitor potential security issues from user.
  • Changes made in Feature Management. This allows you to track configuration changes done by the administrator.

For other articles related to What's New in Business Central 22, refer here.

Hope you learn and will be able to utilize this feature as Business Central 22 is available.  

Regards,
Saurav Dhyani
www.sauravdhyani.com 

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -