{"id":11249,"date":"2025-01-07T10:45:17","date_gmt":"2025-01-07T10:45:17","guid":{"rendered":"https:\/\/ricardomoinhos.com\/?p=11249"},"modified":"2025-01-07T11:07:49","modified_gmt":"2025-01-07T11:07:49","slug":"ls-central-saas-insights-on-a-409-conflict-error-using-telemetry","status":"publish","type":"post","link":"https:\/\/ricardomoinhos.com\/pt\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/","title":{"rendered":"LS Central SaaS &#8211; Insights on a 409 Conflict error using Telemetry"},"content":{"rendered":"<p>Hi,<\/p>\n<p>In LS Retail, quite often I help partners looking into their customer&#8217;s telemetry to solve issues related to deadlocks, performance and other reasons.<\/p>\n<p>Although is not always easy to spot the root cause for some of the issues, telemetry is a great way to start and get a good overview on the environment and quite often provides you with helpful insights.<\/p>\n<p>These days we had a partner reporting a <strong>409 Conflict<\/strong> error when replicating sales prices using Web Replication. Web Replication is a feature included in LS Central, that allows you to replicate data between different companies in the same environment, and it uses OData v4 web services under the hood.<\/p>\n<p>If you have a look at Microsoft documentation, the <strong>409 Conflict<\/strong> error means that there&#8217;s a conflict because other process, other than the web service call, has changed the same record &#8211; or it might also be because there&#8217;s a deadlock time out.<\/p>\n<p id=\"WOxiwzY\"><a href=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11250 size-large\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01-1024x178.png\" alt=\"\" width=\"720\" height=\"125\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01-1024x178.png 1024w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01-300x52.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01-768x134.png 768w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01-1536x267.png 1536w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677cfeb576d01.png 1679w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>The big question is&#8230; but how will I be able to spot what other process have changed the record (or is causing the table to be locked for too long?<\/p>\n<p>Well, I started digging at telemetry, to see if I couldn&#8217;t find something useful there.<\/p>\n<p>First step was to connect\u00a0the Application Insights resource to the Power BI app provided by Microsoft (https:\/\/learn.microsoft.com\/en-us\/dynamics365\/business-central\/dev-itpro\/administration\/telemetry-power-bi-app#app-on-environment-telemetry).<\/p>\n<h3>Incoming Web Services Calls <strong>page <\/strong><strong>in PowerBI app<\/strong><\/h3>\n<p>I looked at the <strong data-renderer-mark=\"true\">Incoming Web Services Calls <\/strong>page in the Power BI app.<\/p>\n<p>I could spot three (3) occurrences of the error:<\/p>\n<p id=\"eEkcShw\"><a href=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11251 size-large\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66-1024x906.png\" alt=\"\" width=\"720\" height=\"637\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66-1024x906.png 1024w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66-300x265.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66-768x679.png 768w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d00731dd66.png 1316w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<h3>Database lock timeouts\u00a0<strong>page in PowerBI app<\/strong><\/h3>\n<p>I looked at the <strong>Database lock timeouts<\/strong> page in the Power BI App.<\/p>\n<p>I could spot three (3) occurrences (same number of occurrences as for the <strong>409 Conflict<\/strong> in the Web Services Calls page) and, in <strong>the AL Stack Trace<\/strong>, I could see that it was related to the <strong>LSC Web Replication OData Mgt<\/strong> codeunit, that is used in the Web Replication feature.<\/p>\n<p id=\"eKPiJbp\"><a href=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11252 size-large\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318-1024x901.png\" alt=\"\" width=\"720\" height=\"634\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318-1024x901.png 1024w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318-300x264.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318-768x675.png 768w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d015d06318.png 1336w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<h3>Application Insights resource in Azure Portal<\/h3>\n<p>To go a bit deeper into this analysis, i opened the Application Insights resource in the Azure Portal, to run some KQL queries.<\/p>\n<h4>Database lock timed out <strong>events (RT0012)<\/strong><\/h4>\n<p>To list the <strong>Database lock timed out<\/strong> events (RT0012), i ran the following KQL query:<\/p>\n<blockquote><p>\/\/ lock timeouts (raw data)<br \/>\ntraces<br \/>\n| where timestamp &gt; ago(30d) \/\/ adjust to your needs<br \/>\n| where customDimensions.eventId == &#8216;RT0012&#8217;<br \/>\n| project timestamp<br \/>\n, componentVersion = customDimensions.componentVersion<br \/>\n, environmentType = customDimensions.environmentType<br \/>\n, environmentName = customDimensions.environmentName<br \/>\n, aadTenantId = customDimensions.aadTenantId<br \/>\n, alObjectId = customDimensions.alObjectId<br \/>\n, companyName = customDimensions.companyName<br \/>\n, clientType = customDimensions.clientType<br \/>\n, alObjectType = customDimensions.alObjectType<br \/>\n, alObjectName = customDimensions.alObjectName<br \/>\n, extensionVersion = customDimensions.extensionVersion<br \/>\n, extensionName = customDimensions.extensionName<br \/>\n, extensionId = customDimensions.extensionId<br \/>\n, alStackTrace = customDimensions.alStackTrace<br \/>\n\/\/ use the KQL snippet parseStackTrace to get bottom of the stack trace details<br \/>\n, sqlStatement = customDimensions.sqlStatement<br \/>\n, sqlServerSessionId = customDimensions.sqlServerSessionId<br \/>\n, snapshotId = customDimensions.snapshotId<br \/>\n, sessionId = customDimensions.sessionId<br \/>\n, usertelemetryId = case(<br \/>\n\/\/ user telemetry id was introduced in the platform in version 20.0<br \/>\ntoint( substring(customDimensions.componentVersion,0,2)) &gt;= 20, user_Id<br \/>\n, &#8216;N\/A&#8217;<br \/>\n)<\/p><\/blockquote>\n<p>The output was:<\/p>\n<p id=\"JhRmUcQ\"><a href=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11253 size-large\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-1024x128.png\" alt=\"\" width=\"720\" height=\"90\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-1024x128.png 1024w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-300x38.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-768x96.png 768w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-1536x192.png 1536w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d02e5b5628-2048x257.png 2048w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>The conflicts seems to be related to the <strong>Item<\/strong> table being updated (and\/or locked).<\/p>\n<h4>Joining Lock timeout events (RT0012) with the Lock snapshot events (RT0013)<\/h4>\n<blockquote><p>The telemetry you see for lock timeouts only represents the session that is the victim in a locking issue, not the sessions that hold the locks. When analyzing database lock timeout telemetry, it&#8217;s therefore useful to look at combined data from the\u00a0<strong>Database lock timed out<\/strong>\u00a0event and\u00a0<strong>Database lock snapshot<\/strong>\u00a0events. You might be lucky that the snapshot has captured information from locks that were held when the lock timeout occurred.<\/p><\/blockquote>\n<p>From Microsoft documentation:\u00a0<a href=\"https:\/\/learn.microsoft.com\/en-us\/dynamics365\/business-central\/dev-itpro\/administration\/telemetry-database-locks-trace#troubleshooting-locking-issues-with-telemetry\">https:\/\/learn.microsoft.com\/en-us\/dynamics365\/business-central\/dev-itpro\/administration\/telemetry-database-locks-trace#troubleshooting-locking-issues-with-telemetry<\/a><\/p>\n<p>I ran the following KQL query to combine data from different events (RT0012 and RT0013) by using <em>joins<\/em>.<\/p>\n<blockquote><p>\/\/ this query shows how to join lock timeout events (RT0012) with the lock snapshot events (RT0013)<br \/>\nlet Timeouts =<br \/>\ntraces<br \/>\n| where timestamp &gt; ago(30d) \/\/ adjust to your needs<br \/>\n| where customDimensions.eventId == &#8216;RT0012&#8217;<br \/>\n| extend snapshotId = tostring( customDimensions.snapshotId )<br \/>\n\/\/ add filters on AAD id and environment name if needed<br \/>\n\/\/, aadId = customDimensions.aadTenantId<br \/>\n\/\/, environmentName = customDimensions.environmentName<br \/>\n\/\/| where aadId == &#8216;abc&#8217;<br \/>\n\/\/| where environmentName == &#8216;def&#8217;<br \/>\n| project snapshotId, message, timestamp<br \/>\n, alObjectIdLockTimeout = customDimensions.alObjectId<br \/>\n, alStackTraceLockTimeout = customDimensions.alStackTrace<br \/>\n, sqlTableLockTimeout = customDimensions.sqlTableName<br \/>\n, usertelemetryId = case(<br \/>\n\/\/ user telemetry id was introduced in the platform in version 20.0<br \/>\ntoint( substring(customDimensions.componentVersion,0,2)) &gt;= 20, user_Id<br \/>\n, &#8216;N\/A&#8217;<br \/>\n)<br \/>\n;<br \/>\nTimeouts<br \/>\n| join (traces<br \/>\n| where customDimensions.eventId == &#8216;RT0013&#8217;<br \/>\n| extend snapshotId = tostring( customDimensions.snapshotId )<br \/>\n| project snapshotId<br \/>\n, alObjectIdHoldingLock = customDimensions.alObjectId<br \/>\n, alStackTraceHoldingLock = customDimensions.alStackTrace<br \/>\n, sqlTableLocked = customDimensions.sqlTableName<br \/>\n)<br \/>\non $left.snapshotId == $right.snapshotId<br \/>\n| order by snapshotId<br \/>\n| project-away snapshotId, snapshotId1<\/p><\/blockquote>\n<p>The output was:<\/p>\n<p id=\"diDJoFY\"><a href=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11254 size-large\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-1024x46.png\" alt=\"\" width=\"720\" height=\"32\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-1024x46.png 1024w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-300x13.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-768x35.png 768w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-1536x69.png 1536w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2025\/01\/img_677d04344167c-2048x92.png 2048w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>These insights allowed me to tell the partner that most likely the <strong>409 Conflict<\/strong> error is being caused by some code in their extension, that might be updating the <strong>Item<\/strong> table and\/or causing this table to be locked for too long.<\/p>\n<p>It is now up to them to look and review their own code and find the culprit but, if we had no access to telemetry, it would be a challenge to have some clue on what was possible causing the <strong>409 Conflict<\/strong> and where to start looking at.<\/p>\n<p>Most likely some debugging would be required but it would be like finding a needle in a haystack and would take longer to find the root cause.<\/p>\n<p>This was just other example on how telemetry enable me to help partners finding the root cause for issues on SaaS (although is also applicable for on-premises implementations).<\/p>\n<p>If you would like to hear more about telemetry and how to troubleshoot issues on SaaS, please let me know.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, In LS Retail, quite often I help partners looking into their customer&#8217;s telemetry to solve issues related to deadlocks, performance and other reasons. Although is not always easy to spot the root cause for some of the issues, telemetry is a great way to start and get a good overview on the environment and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1358,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[4],"tags":[69,52,59,70,68],"class_list":{"0":"post-11249","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-dynamics365bc","8":"tag-applicationinsights","9":"tag-azure","10":"tag-businesscentral","11":"tag-lscentral","12":"tag-telemetry","14":"post-with-thumbnail","15":"post-with-thumbnail-icon"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos\" \/>\n<meta property=\"og:description\" content=\"Hi, In LS Retail, quite often I help partners looking into their customer&#8217;s telemetry to solve issues related to deadlocks, performance and other reasons. Although is not always easy to spot the root cause for some of the issues, telemetry is a great way to start and get a good overview on the environment and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/\" \/>\n<meta property=\"og:site_name\" content=\"Ricardo Paiva Moinhos\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-07T10:45:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-07T11:07:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"256\" \/>\n\t<meta property=\"og:image:height\" content=\"256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricardo Paiva Moinhos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ricardo Paiva Moinhos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/\"},\"author\":{\"name\":\"Ricardo Paiva Moinhos\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\"},\"headline\":\"LS Central SaaS &#8211; Insights on a 409 Conflict error using Telemetry\",\"datePublished\":\"2025-01-07T10:45:17+00:00\",\"dateModified\":\"2025-01-07T11:07:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/\"},\"wordCount\":919,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Microsoft-Dynamics-365-Business-Central-Logo.png\",\"keywords\":[\"applicationinsights\",\"azure\",\"\",\"lscentral\",\"telemetry\"],\"articleSection\":[\"Dynamics NAV\\\/365 BC\"],\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/\",\"name\":\"LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Microsoft-Dynamics-365-Business-Central-Logo.png\",\"datePublished\":\"2025-01-07T10:45:17+00:00\",\"dateModified\":\"2025-01-07T11:07:49+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Microsoft-Dynamics-365-Business-Central-Logo.png\",\"contentUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Microsoft-Dynamics-365-Business-Central-Logo.png\",\"width\":256,\"height\":256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ricardomoinhos.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LS Central SaaS &#8211; Insights on a 409 Conflict error using Telemetry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#website\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/\",\"name\":\"Ricardo Paiva Moinhos\",\"description\":\"Welcome\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ricardomoinhos.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\",\"name\":\"Ricardo Paiva Moinhos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"caption\":\"Ricardo Paiva Moinhos\"},\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/pt\\\/author\\\/ricardopaiva\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/","og_locale":"pt_PT","og_type":"article","og_title":"LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos","og_description":"Hi, In LS Retail, quite often I help partners looking into their customer&#8217;s telemetry to solve issues related to deadlocks, performance and other reasons. Although is not always easy to spot the root cause for some of the issues, telemetry is a great way to start and get a good overview on the environment and [&hellip;]","og_url":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/","og_site_name":"Ricardo Paiva Moinhos","article_published_time":"2025-01-07T10:45:17+00:00","article_modified_time":"2025-01-07T11:07:49+00:00","og_image":[{"width":256,"height":256,"url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","type":"image\/png"}],"author":"Ricardo Paiva Moinhos","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Ricardo Paiva Moinhos","Tempo estimado de leitura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#article","isPartOf":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/"},"author":{"name":"Ricardo Paiva Moinhos","@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc"},"headline":"LS Central SaaS &#8211; Insights on a 409 Conflict error using Telemetry","datePublished":"2025-01-07T10:45:17+00:00","dateModified":"2025-01-07T11:07:49+00:00","mainEntityOfPage":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/"},"wordCount":919,"commentCount":0,"image":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#primaryimage"},"thumbnailUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","keywords":["applicationinsights","azure","","lscentral","telemetry"],"articleSection":["Dynamics NAV\/365 BC"],"inLanguage":"pt-PT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/","url":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/","name":"LS Central SaaS - Insights on a 409 Conflict error using Telemetry - Ricardo Paiva Moinhos","isPartOf":{"@id":"https:\/\/ricardomoinhos.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#primaryimage"},"image":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#primaryimage"},"thumbnailUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","datePublished":"2025-01-07T10:45:17+00:00","dateModified":"2025-01-07T11:07:49+00:00","author":{"@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc"},"breadcrumb":{"@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#primaryimage","url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","contentUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","width":256,"height":256},{"@type":"BreadcrumbList","@id":"https:\/\/ricardomoinhos.com\/ls-central-saas-insights-on-a-409-conflict-error-using-telemetry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ricardomoinhos.com\/"},{"@type":"ListItem","position":2,"name":"LS Central SaaS &#8211; Insights on a 409 Conflict error using Telemetry"}]},{"@type":"WebSite","@id":"https:\/\/ricardomoinhos.com\/#website","url":"https:\/\/ricardomoinhos.com\/","name":"Ricardo Paiva Moinhos","description":"Welcome","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ricardomoinhos.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Person","@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc","name":"Ricardo Paiva Moinhos","image":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","caption":"Ricardo Paiva Moinhos"},"url":"https:\/\/ricardomoinhos.com\/pt\/author\/ricardopaiva\/"}]}},"jetpack_featured_media_url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2020\/02\/Microsoft-Dynamics-365-Business-Central-Logo.png","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/11249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/comments?post=11249"}],"version-history":[{"count":7,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/11249\/revisions"}],"predecessor-version":[{"id":11263,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/11249\/revisions\/11263"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/media\/1358"}],"wp:attachment":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/media?parent=11249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/categories?post=11249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/tags?post=11249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}