Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#2766 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
AxErd update
  • Loading branch information
MargoC authored Feb 28, 2018
2 parents a851dde + 791f5b2 commit ec43b8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Upgrade data in development, demo, or sandbox environments
description: This topic provides instructions for upgrading your Microsoft Dynamics 365 for Finance and Operations, Enterprise edition, database to the latest update.
author: tariqbell
manager: AnnBe
ms.date: 02/05/2017
ms.date: 02/27/2018
ms.topic: article
ms.prod:
ms.service: dynamics-ax-platform
Expand Down Expand Up @@ -160,6 +160,10 @@ Run the following SQL against the upgraded database to make sure that change tra
ALTER DATABASE [<your AX database name>] SET CHANGE_TRACKING = ON (CHANGE_RETENTION = 6 DAYS, AUTO_CLEANUP = ON)
```
## Refresh the data entities list
If you have upgraded to Platform update 14 or later, then you will need refresh the data entity list in the Data management workspace (**Data management** > **Framework parameters** > **Entity settings** > **Refresh entity list**) to ensure that the entity list is rebuilt on the latest platform and that the required metatdata is available for data management operations.
## Troubleshoot upgrade script errors
This section provides information that can help you troubleshoot various issues.
Expand Down
13 changes: 10 additions & 3 deletions articles/fin-and-ops/get-started/axerd-retired.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# required metadata

title: AxERD retired
description: We’ve had to retire the AxERD page.
description: We’ve had to retire the AxERD page. We've been able to post both the source code for the project, and the HTML files for the web page in a GitHub repo.
author: margoc
manager: AnnBe
ms.date: 02/22/2018
ms.date: 02/27/2018
ms.topic: article
ms.prod:
ms.service: dynamics-ax-platform
Expand All @@ -32,5 +32,12 @@ ms.dyn365.ops.version: AX 2012

# AxERD retired

We’ve had to retire the AxERD page.
We’ve unfortunately had to retire the AxERD web page, which provided Entity relationship diagrams (ERDs) for many Microsoft Dynamics AX 2012 tables. We've been able to post both the source code for the project, and the HTML files for the web page in a GitHub repo: https://github.com/Microsoft/ax-2012-doc-tools

The HTML pages are in the repo, at [https://github.com/Microsoft/ax-2012-doc-tools/tree/master/AxErd/AxErd/_RelatedFiles_AxErd/Deploy/Default.htm](https://github.com/Microsoft/ax-2012-doc-tools/tree/master/AxErd/AxErd/_RelatedFiles_AxErd/Deploy/Default.htm)

A description of how to create your own ERDs is at: [https://github.com/Microsoft/ax-2012-doc-tools/blob/master/AxErd/AxErd/_RelatedFiles_AxErd/Deploy/Help-HowToUse-AxErd.htm](https://github.com/Microsoft/ax-2012-doc-tools/blob/master/AxErd/AxErd/_RelatedFiles_AxErd/Deploy/Help-HowToUse-AxErd.htm)

The solution is at the root of the AxErd folder [https://github.com/Microsoft/ax-2012-doc-tools/tree/master/AxErd](https://github.com/Microsoft/ax-2012-doc-tools/tree/master/AxErd).


0 comments on commit ec43b8c

Please sign in to comment.