zoukankan      html  css  js  c++  java
  • Dynamics ax 2009 installation log


    May be somebody want to start the AX journey life beginning as a newbie, firstly you need to build a AX environment to study it. Here is some suggestion for you to install and set up a fully new environment.

    Windows relating installation

    1. Install the windows server 2008 VMware system.

    2. Active the windows.

    3. Join the current VMware system into the domain environment.

    4. Install the .Net framework 3.5 SP1. (This can be finished while installing the SQL Server 2008)

    5. Install the ‘Windows SDK for Windows Server 2008 and .Net Framework 3.5’.

    6. Install the ‘Visual studio 2008’.

    7. Close the windows UAC.

    SQL Server 2008 installation

    1. Install all the base features without the ‘Analysis service’ and ‘Reporting service’. Because the installation app will use the base port ‘443’ and ‘80’, the reporting service will automatically open the security access mode. If you had installed the all feature at the same time, you can also change the configuration file to close the security access mode. Please find the file ‘RSReportServer.config(Reporting ServicesReportServer)’, open it and find the key ‘SecureConnectionLevel’, the default value is 3, change it from 3 to 0.

    2. The SQL use the mix login mode, setting up the SA user password and adding the current user as administrator while crossing the installation step by step.

    3. Install the rest features of ‘Analysis service’ and ‘Reporting service’.

    4. Set up the reporting service by open the ‘Reporting service management’.

        a.  Set up the ‘Web service URL’, use a new port such as ‘81’ to replace the default port ‘80’.

        b.  Set up the Database, if fully installation the data base may be existed, the partly installation will need you to create a new database, please use the native mode.

        c.  Set up ‘Report Management URL’, reference the ‘Web service URL’s configuration.

    5. Restore the sample database to SQL server by using the ‘.bak’ file.

    AX installation

    1. Install all the base features including the SSRS report feature.

    2. Install the SP1 upgrading package.

    3. Fully run the ax check list.

  • 相关阅读:
    给西安市网民的一封信
    西客集推出西安我家的功能了
    西客集又增加新功能了
    为者常成,行者常至
    kvm虚拟机磁盘&文件系统扩容流程
    Git常用命令大全
    Linux下Nexus的部署教程
    sonatype nexus简介(转)
    curl时加参数o或重定向符号>>将结果输出不到文件里怎么办?
    吞吐量(TPS)、QPS、并发数、响应时间(RT)概念
  • 原文地址:https://www.cnblogs.com/Jinnchu/p/4535185.html
Copyright © 2011-2022 走看看