document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions: Architecture
Showing posts with label Architecture. Show all posts
Showing posts with label Architecture. Show all posts

Sunday, December 5, 2010

5. How is the CAS useful to write secure x++ code?


1)It verifies that the code asserted the appropriate permission on the
call stack to use the dangerous class.
2)It verifies that the assert (the request to use the dangerous class) was
executed in trusted code and saved in the AOT.
3)It verifies that the assert was executed on the same tier as the
dangerous class.

12) What action must be taken after copying the modifications to the test environment?


Start the AOS server and then an AX client in the test
environment and make a compilation of the entire AOT followed
by a synchronization of the database.

11) which file contains the modification of the form CustTable when developing in the var-layer with an en-us user interface?


axVAR.aod.

What are the database trace settings in ax? How do you locate it?


There are three trace settings: Database trace, Client/server trace, and ActiveX
trace.
The tools are started in TOOLSOPTIONSDEVELOPMENT

5) What are requirements needed to transfer modifications from the development environment to a test environment?


1 All clients, AOS, and COM-connectors accessing the application in
the source and destination environment must be shut down.

2  The files that contains modifications of application objects (aod) and
labels (ald) are copied from the development environment to the
destination environment.

3  A client is started in the destination environment and a full
compilation of the AOT, followed by a synchronization of all tables
is executed

How many files are created per a language during development ?


One file ,format is axXYZen-us.ald

Here, XYZ is current layer name
En-us is language name

What is the filename of where the modifications are saved in a layer?


ax<layer>.aod.

if the current layer is VAR layer, then the file name is asvar.aod

Where are the modifications of the development saved?


The files(modifications)are placed in a fixed directory structure. The root of the directory structure is specified during installation. The placement can be viewed by using the Configuration.  Utilities tools that are located in the Administration Tools menu. Access the "Microsoft Dynamics AX Server Configuration Utility" and see
where files that contains the application and related modifications are placed