Saturday 26 July 2014

Code Compiler

To compile X++ code, open the code in the Code editor and press F7, or press the Compile icon.
If you are using the Version Control system for Microsoft Dynamics AX, the X++ compiler is also activated when you check an object in.
The compiler output window is described in the online Help. For the Help topic about the compiler output window, see Compiler Output Form. Or for information about theSysCompilerOutput class, you can use the Application Object Tree (AOT). Highlight the node Classes > SysCompilerOutput, and then press F1. This starts a web browser that opens to a Help topic for the class.

You can change the appearance and content of the compiler output window by using the compiler setup form that is available by clicking the menu Tools > Options > Development >Compiler. This starts the Compiler setup form. You can use the Compiler setup form to change the warning levels that are reported to the compiler output window, or to choose whether cross-reference is updated during each compile.

Sunday 13 July 2014

How to configure the number of simultaneous remote connections allowed for a connection

To configure the number of simultaneous remote connections allowed for a connection
  1. On the RD Session Host server, open Remote Desktop Session Host Configuration. To open Remote Desktop Session Host Configuration, click Start, point toAdministrative Tools, point to Remote Desktop Services, and then click Remote Desktop Session Host Configuration.
  2. Under Connections, right-click the name of the connection, and then click Properties.
  3. In the Properties dialog box for the connection, on the Network Adapter tab, click Maximum connections, enter the number of simultaneous remote connections that you want to allow for the connection, and then click OK.
    If the Maximum connections option is selected and dimmed, the Limit number of connections Group Policy setting has been enabled and has been applied to the RD Session Host server.