| title | View Errors that Occur During Staging | |
|---|---|---|
| description | View Errors that Occur During Staging (Master Data Services) | |
| author | CordeliaGrey | |
| ms.author | jiwang6 | |
| ms.date | 03/01/2017 | |
| ms.service | sql | |
| ms.subservice | master-data-services | |
| ms.topic | how-to | |
| helpviewer_keywords |
|
|
| ms.custom |
|
[!INCLUDE SQL Server - Windows only ASDBMI]
[!INCLUDE support-notice]
In [!INCLUDEssMDSshort], you can view errors that occur during the staging process. In the [!INCLUDEssMDSshort] database, there are two views that show errors:
-
stg.viw_name_MemberErrorDetails for leaf or consolidated member updates.
-
stg.viw_name_RelationshipErrorDetails for hierarchy relationship updates.
To perform this procedure:
-
In the [!INCLUDEssMDSshort] database, you must have SELECT permissions to either the stg.viw_name_MemberErrorDetails or stg.viw_name_RelationshipErrorDetails view.
-
You must be a model administrator. For more information, see Administrators (Master Data Services).
-
Open [!INCLUDEssManStudioFull] and connect to the [!INCLUDEssDE] instance for your [!INCLUDEssMDSshort] database.
-
Open a new query.
-
Type the following text, replacing name with the name of your staging table, for example, viw_Product_MemberErrorDetails.
SELECT * FROM stg.viw_name_MemberErrorDetails -
Execute the query. Error details are displayed in the ErrorDescription field.
For more details on error messages, see Staging Process Errors (Master Data Services).