Link Archives - Microsoft Dynamics 365 Blog The future of agentic CRM and ERP Tue, 02 Apr 2024 20:00:53 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 http://approjects.co.za/?big=en-us/dynamics-365/blog/wp-content/uploads/2018/08/cropped-cropped-microsoft_logo_element.png Link Archives - Microsoft Dynamics 365 Blog 32 32 .cloudblogs .cta-box>.link { font-size: 15px; font-weight: 600; display: inline-block; background: #008272; line-height: 1; text-transform: none; padding: 15px 20px; text-decoration: none; color: white; } .cloudblogs img { height: auto; } .cloudblogs img.alignright { float:right; } .cloudblogs img.alignleft { float:right; } .cloudblogs figcaption { padding: 9px; color: #737373; text-align: left; font-size: 13px; font-size: 1.3rem; } .cloudblogs .cta-box.-center { text-align: center; } .cloudblogs .cta-box.-left { padding: 20px 0; } .cloudblogs .cta-box.-right { padding: 20px 0; text-align:right; } .cloudblogs .cta-box { margin-top: 20px; margin-bottom: 20px; padding: 20px; } .cloudblogs .cta-box.-image { position:relative; } .cloudblogs .cta-box.-image>.link { position: absolute; top: auto; left: 50%; -webkit-transform: translate(-50%,0); transform: translate(-50%,0); bottom: 0; } .cloudblogs table { width: 100%; } .cloudblogs table tr { border-bottom: 1px solid #eee; padding: 8px 0; } ]]> Inform Microsoft about country/region regulation changes and track the status of regulatory features http://approjects.co.za/?big=en-us/dynamics-365/blog/business-leader/2016/12/23/inform-microsoft-about-countryregion-regulation-changes-and-track-the-status-of-regulatory-features/ Fri, 23 Dec 2016 13:05:27 +0000 https://blogs.msdn.microsoft.com/axsupport/?p=33405 You can now Inform Microsoft about country/region regulation alerts and track the status of regulatory features by using Lifecycle Services (LCS). The following article describes how to use LCS to submit alerts through the Localization and translation service. This article also explains how to track planned and released regulatory features through LCS Issue search.

The post Inform Microsoft about country/region regulation changes and track the status of regulatory features appeared first on Microsoft Dynamics 365 Blog.

]]>
You can now Inform Microsoft about country/region regulation alerts and track the status of regulatory features by using Lifecycle Services (LCS).
The following article describes how to use LCS to submit alerts through the Localization and translation service. This article also explains how to track planned and released regulatory features through LCS Issue search.

The post Inform Microsoft about country/region regulation changes and track the status of regulatory features appeared first on Microsoft Dynamics 365 Blog.

]]>
Compatibility statements – Patching the kernel only is not enough – you have to patch the application http://approjects.co.za/?big=en-us/dynamics-365/blog/business-leader/2016/05/20/compatibility-statements-patching-the-kernel-only-is-not-enough-you-have-to-patch-the-application/ Fri, 20 May 2016 06:42:51 +0000 https://blogs.msdn.microsoft.com/axsupport/?p=23545 From time to time we see questions about the compatibility statements and what they mean. The most common question relates to whether they apply to the kernel or the application. A common misconception is that you only need to patch the kernel rather than the application. This is not the case.

The post Compatibility statements – Patching the kernel only is not enough – you have to patch the application appeared first on Microsoft Dynamics 365 Blog.

]]>

From time to time we see questions about the compatibility statements and what they mean. The most common question relates to whether they apply to the kernel or the application.

A common misconception is that you only need to patch the kernel rather than the application. This is not the case.

For example, If the compatibility statement says that you have to be on AX 2012 R2 CU7 in order to use SQL Server 2014, it means that you have to run your application at CU7 or higher.

As for the kernel, we generally recommend that you run a recent kernel, so in the AX 2012 R2 CU7 scenario mentioned above, you should be on kernel in the 6.2.3000.nnnn range even if your application is still 6.2.1000.4051.

You can download the latest kernel for your AX version from LCS (link below)

Always download the current version of the AX 2012 System Requirements document (link below) to ensure that you are running your environments in a supported state.

For more details on this topic, see the following:

Overview of Microsoft Dynamics AX build numbers
https://blogs.msdn.microsoft.com/axsupport/2012/03/29/overview-of-microsoft-dynamics-ax-build-numbers/

Microsoft Dynamics AX 2012 System Requirements
http://approjects.co.za/?big=en-gb/download/details.aspx?id=11094

Dynamics AX In-Market Engineering (Tag: Compatibility)
https://blogs.technet.microsoft.com/dynamicsaxse/tag/compatibility/

Dynamics AX In-Market Engineering (Tag: Compatibility Certifications)
https://blogs.technet.microsoft.com/dynamicsaxse/tag/compatibility-certifications/

FAQ: Microsoft Dynamics AX Kernel Hotfixes
https://blogs.msdn.microsoft.com/axsupport/2014/12/10/faq-microsoft-dynamics-ax-kernel-hotfixes/

LCS – Download latest kernel
https://lcs.dynamics.com/v2/LatestKernel

The post Compatibility statements – Patching the kernel only is not enough – you have to patch the application appeared first on Microsoft Dynamics 365 Blog.

]]>
DIXF – Importing data using Excel and ODBC http://approjects.co.za/?big=en-us/dynamics-365/blog/business-leader/2016/04/08/dixf-importing-data-using-excel-and-odbc/ Fri, 08 Apr 2016 14:24:52 +0000 Consider a scenario where you are running AX 2012 R3 and you want to import data from Excel files using ODBC. Having recently worked a case on this topic, I thought I’d share some of the details on how this can be set up. 1.

The post DIXF – Importing data using Excel and ODBC appeared first on Microsoft Dynamics 365 Blog.

]]>

Consider a scenario where you are running AX 2012 R3 and you want to import data from Excel files using ODBC. Having recently worked a case on this topic, I thought I’d share some of the details on how this can be set up.

1. Background

The main reason we were looking into this way of importing Excel data was that trying to import the data in Batch using Excel files would in some scenarios result in this error:

The version of Microsoft Excel is not supported.-Exception from HRESULT: 0xC020801C

S0

Working with a LCS Repro VM we were able to reproduce the issue, and then establish an alternative approach that I will outline below.

There are lots of ways to import data into Microsoft Dynamics AX and this is only one of them. The best tool for the job and approach will depend on many factors, including the degree of control you have over source data formats (CSV File, Excel File, XML File, AX, ODBC), the frequency of the imports, the complexity of the entities being used, security considerations, etc.

The aim of this blog post is simply to outline one approach which you may be considering.

2. Prepare the environment

In this example, we are working with a very simple 2 column Terms of delivery entity Excel input file.

// Disclaimer:
// Microsoft provides programming examples for illustration only, without warranty
// either expressed or implied, including, but not limited to,
// the implied warranties of merchantability or fitness for a particular purpose.
// This mail message assumes that you are familiar with the programming language that
// is being demonstrated and the tools that are used to create and debug procedures.
//
// This source code is freeware and is provided on an "as is" basis without warranties of any kind,
// whether express or implied, including without limitation warranties that the code is 
// free of defect, fit for a particular purpose or non-infringing. The entire risk as to the 
// quality and performance of the code is with the end user.

A. Download the 64-bit version of Microsoft Access Database Engine 2010 Redistributable:

http://approjects.co.za/?big=en-us/download/details.aspx?id=13255

B. Copy the installer to a local folder and run the install from command line using the /passive parameter:

C:\MSFT\AccessDatabaseEngine_x64.exe /passive

S1

C. Backup the registry and rename the key mso.dll in the following location:

Warning: Incorrectly editing the registry may severely damage your system. At the very least, you should back up any valued data on the computer before making changes to the registry.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Common\FilesPaths

S2

D. In Windows, create a 64-bit ODBC data source pointing to the Excel file to be imported:

S3a

E. In AX, create an ODBC source data format using the 64-bit ODBC data source created before:

S3b

F. In AX, create a Processing group using the source data format just created. The query should look like: select * from [worksheet$], for example:

Select * from [S1$]

S5

G. In AX, generate the mapping and test:

S4

3. Run the DIXF Excel file / ODBC source data format import as a Batch

We can now proceed and run the DIXF import using Batch processing:

S6

The Batch job is executing:

S7

The Batch job has ended successfully:

S8

We can verify that the job ran as expected by checking the Execution history, too:

S9

4. Testing

As always, ensure you’ve set up a proper Dynamics AX TEST environment first, and that you are familiar with the impact of your DIXF actions before you perform them in PROD.

The post DIXF – Importing data using Excel and ODBC appeared first on Microsoft Dynamics 365 Blog.

]]>