AX 2009 Functional - How to link a prepayment with a Sales order (SO) or a Purchase order (PO)
Procedure for submitting a prepayment for a PO
Procedure for receiving a prepayment for an SO
AX 2009 Technical - Report archiving
Microsoft Ignite Cloud Skills Challenge 2020 - Free Certification Exam
Microsoft announced a cloud challenge with the name Ignite Cloud Skills Challenge 2020 to increase awareness among technical or non-technical users for its power and cloud platform solutions, including variety of business solutions. There were also rewards such a free certification exam voucher for completing atleast one challenge, or other rewards with more challenge completions.
Ignite challenge details including Dynamics 365 platform were as follows:
Technical AX 2012 R3 - When installing AX Help Server, error appears
While installing AX 2012 R3 Help Server, an error such as below appears:
System.Runtime.InteropServices.COMException (0x80070422): The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)
This was due to Windows Update service was disabled, which need to be started. Whether Automatic or Manual is personal preference.
AX 2012 R3 SSRS - @SYS labels are shown in SSRS (Windows Server 2016 with SQL Server 2016) - Manually configured Reporting Extensions.
When you've configured SSRS or Reporting Extensions manually, there is chance that you could not configure everything properly. There is such situation when labels are not properly shown in SSRS reports. This can be on one side caused by Service Account not matching with AOS account, which normally should be same and is called Proxy Account. But sometimes it can be cause be a setting, mentioned in
C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config file.
The exact settting is as below, the tag or setting for RDCE should be enabled as True.
The below line:
<isrdceenabled>False</isrdceenabled>
Should look like as:
<isrdceenabled>True</isrdceenabled>
After changing and saving the file , you will need to restart SSRS service, and then run any SSRS report from AX 2012. The labels should be shown perfectly.
More Articles …
Page 2 of 3