INDEX :
1. Links
2. AX 2012 R2 With CU7 Compilation
3. Installation of Help Server AX 2012
4. Pre-requisites
============================================================================================
(http://hotfixv4.microsoft.com/Microsoft%20Dynamics%20AX%202012%20R2/nosp/KB2885603_FullPackage/6.2.1000.4051/free/470086_intl_i386_zip.exe) - CU 7 build
1. Links
2. AX 2012 R2 With CU7 Compilation
3. Installation of Help Server AX 2012
4. Pre-requisites
============================================================================================
(http://hotfixv4.microsoft.com/Microsoft%20Dynamics%20AX%202012%20R2/nosp/KB2885603_FullPackage/6.2.1000.4051/free/470086_intl_i386_zip.exe) - CU 7 build
http://www.microsoft.com/en-us/download/details.aspx?id=40894 -- > Installation Doc for CU7
=============================================================================================
axbuild.exe xppcompileall /aos=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" /workers=4
=============================================================================================
AX 2012 R2 with CU7- compilation
If the AX version is R2 with CU7, then don’t waste your time for compilation around 6 hours.
Use the following steps to have the compilation with 30 to 1 hour based on the system speed. Use the Command prompt to run the compilation.
There is new AXBuild.exe tool available from MS in the server folder. Path is
[Drive:]\Program Files\Microsoft Dynamics AX\60\Server\<YOUR AOS NAME>\bin
Use the path in CMD using cd command. And run the following command.
axbuild.exe xppcompileall /aos=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" /workers=4
where
/aos = 01 is number of the AOS available in the server. AOS number will be identified in the AX Server configuration utility. It will be like 01,02,etc..
/worker = 4, give based on the server processor core. Count the number of code in the processor in Device Manager and give the number after “/worker =”.
You can the compilation output in the folder C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\Log\ as a HTML file.
You can import it in AX output window in Dev environment and resolve the errors.
Hope it will save your time.
=======================================================================
Installation of Help Server AX2012
Microsoft Dynamics AX Help is a client and server based system that distributes and displays documentation.
1. The Help client is the Help viewer application that requests and displays documentation and gets installed with the Microsoft Dynamics AX client application.
2. The Help server responds to the Help viewer request for documentation. In addition, the Help server stores the files that contain the Help documentation.
Important: This Server-client Help system does not supply Help documentation for Enterprise Portal. You will have to install Enterprise Search to support help documentation for EP.
Other information about Ax 2012 Help server which is good to know:
ü Typically, you can initiate a help request from either the client or developer workspace by pressing F1 /button / via command.
ü The client identifies the Help topic to retrieve. To identify the documentation for the form from where Help is initiated, the documentation has an ID property that has the same value as the ID of the form.
ü The client retrieves the URL of the Help web service. The first time that you request help, the client contacts the AOS to retrieve the URL of the help web service. The client then caches the URL and uses the cached URL for additional help requests.
ü The client calls the Help viewer. If the Help viewer is not running, the viewer is started. The call to the Help viewer includes the URL of the help server and the ID of the form.
ü URL can be updated/modified under path AX2012 > System Administration > Setup > System > Help system parameters.
How to Install the Help server:
1. Start Microsoft Dynamics AX Setup. Under Install, select Microsoft Dynamics AX components.Advance through the initial wizard pages.
2. On the Select installation type page, click Custom installation, and then click Next.On the Select components page, select Help Server, and then click Next.
3. Check for prerequisites, When no errors remain, click Next.
4. On the Connect to an AOS instance page, enter the name of the computer that is running AOS and other port. Click Next.Note that, If you entered AOS information for other Microsoft Dynamics AX components that you have installed on this computer, this screen is not displayed.
5. On the Configure a Web site for Help Server page, select the web site that you have chosen to host the Help server. Verify that the location of the physical directory for the web site is displayed. Click Next.
6. On the Specify the Help Server account page, enter a domain user account and password.This account must be the same as the .NET Business Connector proxy account for the AOS, and it must be a user in Microsoft Dynamics AX. This should be a service account that does not expire. Click Next.
7. On the Language and content selection page, select the Help languages and content types to install. EN-US must be installed, and is checked by default. Click Next.
8. On the Prerequisite Validation page, resolve any errors.
One possible error which you might observe when you have SharePoint / Enterprise portal already installed in the machine is shown below:
Error: Web site (Help Server) is shown because the Default web site is not started. And this could be because SharePoint installation has taken over the Port 80 and kicked off the Default web site.
Solution: Go to IISManager (inetmgr) and then Edit bindings for the Default site to change the port number from 80 to something else (say 81).
After doing so, you can start the Website. This should resolve the issue shown above.
9. When no errors remain, click Next.
10. On the Ready to install page, click Install.After the installation is complete, click Finish to close the wizard.
After the Microsoft Dynamics AX Help files are installed, they must be indexed by Windows Search Service before you can view them. Depending on system load and the number of files, it may take up to an hour for indexing to finish.
No comments:
Post a Comment