Skip to content

Commit 781393a

Browse files
authored
Merge pull request #7726 from MicrosoftDocs/twheeloc-patch-3-1
AB#2895: Create data-quality-err00015.md
2 parents 9d7d5ff + bfda3e7 commit 781393a

3 files changed

Lines changed: 43 additions & 2 deletions

File tree

support/dynamics-365/finance/business-performance-analytics/business-performance-analytics-self-help-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ For information about specific errors or warnings, see the following articles:
5151
- [Missing main account in general ledger: Error code: ERR00010 [Type: Warning]](missing-main-account-in-gl-err00010.md)
5252
- [Decimal limit exceeded: Error code: ERR00011 [Type: Warning]](decimal-limit-exceed-err00011.md)
5353
- [Decimal auto rounding: Error code: ERR00012 [Type: Warning]](decimal-auto-rounding-err00012.md)
54-
- [Output table is empty: Error code: ERR00016 [Type: Info]](empty-entities-err00016.md)
55-
- [Null join violation: Error code: ERR00014 [Type: Warning]](ledger-join-err00014.md)
5654
- [Null check violation: Error code: ERR00013 [Type: Warning]](budget-check-err00013.md)
55+
- [Null join violation: Error code: ERR00014 [Type: Warning]](ledger-join-err00014.md)
56+
- [Data quality error: Error code: ERR00015 [Type: Warning]](data-quality-err00015.md)
57+
- [Output table is empty: Error code: ERR00016 [Type: Info]](empty-entities-err00016.md)
5758

5859
## See also
5960

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Data quality ERR00015 in Business performance analytics
3+
description: Provides information about the Data quality error (error code ERR00015) in Business performance analytics in Microsoft Dynamics 365 Finance.
4+
author: jinniew
5+
ms.author: jiwo
6+
ms.reviewer: twheeloc
7+
ms.date: 12/17/2024
8+
ms.search.form: business-performance-analytics
9+
audience: Application User
10+
ms.custom: sap:Business intelligence, reporting, analytics\Business Performance Analytics (BPA)
11+
---
12+
# Data quality error: Error code: ERR00015 [Type: Warning]
13+
14+
This article provides a resolution for the Data quality error (error code ERR00015) that occurs in [Business performance analytics](/dynamics365/finance/business-performance-analytics/business-performance-analytics-home-page) in Microsoft Dynamics 365 Finance.
15+
16+
## Symptoms
17+
18+
When inputs are processed in the [dimensional data model](/dynamics365/finance/business-performance-analytics/business-performance-analytics-data-model), an unresolvable error occurs, and the *ERR00015* error code is logged in the **Bpa self help logs** table in Microsoft Dataverse. In this case, the output table is empty, and reports are missing data. The details of the unresolvable error are included in the log details.
19+
20+
Here's an example of a record:
21+
22+
> One or more data quality issues found - Primary key constraint violated with 1 duplicate count for dmo_generalledgerfact.dmo_generalledgerfactid
23+
24+
## Resolution
25+
26+
The following table lists the errors and the related resolutions.
27+
28+
|Error|Example of the error|Resolution|
29+
|--|--|--|
30+
|Primary key violations| Here are examples of two messages that can be logged for primary key violations: <br> - Primary key constraint violated with `1` duplicate count for dmo_budgetfact.dmo_budgetfactid. <br> - Primary key constraint violated with `1` null count for dmo_budgetfact.dmo_budgetfactid.| Contact Microsoft Support for assistance.|
31+
|Alternate key violation|Alternate key constraint AK1 violated with `1` duplicates and `1` null values for dmo_budgetkey.| Contact Microsoft Support for assistance.|
32+
|Null guid violation|Not null guid constraint violated with `1` null values for dmo_budgetfact.dmo_budgetfactid.|Validate the source data exists in Dynamics 365 Finance. If the data exists but the issue persists, contact Microsoft Support for further assistance.|
33+
|Null DateTime violation|Not Null DateTime constraint violated with `1` null values for dmo_budgetfact.dmo_budgetpostingtimestamputc.|Validate the source data exists in Dynamics 365 Finance. If the data exists but the issue persists, contact Microsoft Support for further assistance.|
34+
|Empty string violation|Not empty string constraint violated with `1` empty values for dmo_generalledgerfact.dmo_generalledgercurrency.|Validate the source data exists in Dynamics 365 Finance. If the data exists but the issue persists, contact Microsoft Support for further assistance.|
35+
36+
## See also
37+
38+
[Business performance analytics self-help](business-performance-analytics-self-help-overview.md)

support/dynamics-365/finance/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
items:
99
- name: Business performance analytics self-help
1010
href: business-performance-analytics/business-performance-analytics-self-help-overview.md
11+
- name: Data quality error ERR00015
12+
href: business-performance-analytics/data-quality-err00015.md
1113
- name: Decimal auto rounding ERR00012
1214
href: business-performance-analytics/decimal-auto-rounding-err00012.md
1315
- name: Decimal limit exceeded ERR00011

0 commit comments

Comments
 (0)