Posts

Showing posts from June, 2017

Microsoft Dynamics AX: Allow Users On Reports in Microsoft Dynamics AX

Image
ALLOWING USERS TO ACCESS THE REPORTS IN MICROSOFT DYNAMICS AX TABLE OF CONTENTS:                                           1) RUN REPORT SERVICES 2) CONNECT TO SQL SERVER REPORTING SERVICES 3) REPORT MANAGER URL 4) SITE SETTINGS 5) NEW ROLE ASSIGNMENT 6) SELECT THE ROLES 7) INSIDE FOLDER PERMISSION 8) ASSIGN THE ROLES 9) FOLDER SETTINGS 10) ASSIGN NEW ROLES    INTRODUCTION TO AX USER ACCOUNT   Reporting services uses role based security to allow users to access the reports. Only allowed users can access the reports, there are different level of permission on reports in reporting server. Some users have only system user they can only view the reports, but not able to change anything on the reports. System Administrators has complete right on reports to make changes. In Microsoft Dynamics AX we have three level of security implementation on the reports, (1) on home (2) on Microsoft DynamicsAX folder (3) folder settings.

Microsoft Dynamics AX: How to perform full compilation and generate full CIL in Microsoft Dynamics AX.

Image
How to do full compilation in Microsoft Dynamics AX. STEP 1:       Go to the start menu and type services as shown below. STEP 2:        From services select the Microsoft Dynamics AX. Right click and click on the properties. STEP 3:       Click on the Stop and click on the ok STEP 4:       Select from drop down Disable and click on apply. STEP 5:       Follow the below shown path and find out the XPPIL folder. STEP 6:       Cut contents of this folder and paste somewhere else. STEP 7:       Right click on the Microsoft Dynamics AX and select from drop down Automatic (delayed Start) STEP 8:       Click on start and click OK. STEP 9:       Right click on the cmd and run as administrators. STEP 10:      Type this in cmd: cd "C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin" STEP 11:      Type this command after finding the path: axbuild.exe  xppcompileall  /s=01 /altb

Microsoft Dynamics AX: Restoring Databases and settings of Microsoft Dynamics AX After Restoration.

Image
COMPLETE STEP BY STEP DB RESTORATION AND AX SETTINGS TABLE OF CONTENTS: 1) OPEN MSQL SERVER              1.1)    SQL QUERY              1.2)    SERVICES              1.3)    AOS PROPERTIES              1.4)    STOP AOS SERVICES              1.5)    DISABLE SERVICES 2) RESTORE DATABASES               2.1)            SELECTING THE RESTORATION               2.2)            DESTINATION OF BACKUP               2.3)            OVERITE THE DATABSES                2.4)            SELECTING DROP DOWN OPTIONS               2.5)            STARTING THE AOS SERVICES               2.6)            EXECUTING THE QUERY 3)   MICROSOFT DYNAMICS AX SETTING               3.1)          DYNAMICS AX MAIN PAGE               3.2)          ERROR               3.3)          EP CONFIGURATION               3.4)          ERRO               3.5)          SOLUTION               3.6)          CLICK ON SYSTEM ADMINISTRATION               3.7)