zoukankan      html  css  js  c++  java
  • 从MapGuide 2009或以后版本升级到Autodesk Infrastructure Map Server 2012

    Autodesk Infrastructure Map Server 2012(AIMS2012),也许有人更愿意把他叫到MapGuide 2012,实际上他不光包含了MapGuide Enterprise 2012,还包含的面向行业的扩展模块Infrastructure Extension,也就是原先的Topobase Web部分。我现有的MapGuide 早期版本如何升级到AIMS2012呢?这里先说一下数据的升级方法:

    如果你是MapGuide Enterprise 2009或者以后版本,可以按照下面的步骤把您的Repository升级到AIMS2012:

    1. 停止MapGuide Enterprise 2011 服务。开始-->运行, 输入services.msc回车打开windows服务控制台,找到"MapGuide Enterprise 2011 Server", 停止这个服务。或者简单一些,直接在命令行(DOS)窗口里输入 net stop mapguideserver2011 来停止服务。

    2. 在命令行(DOS)窗口,进入到C:\Program Files\Autodesk\MapGuideEnterprise2011\Server\RepositoryAdmin目录

    3. 在DOS窗口运行BackUpOfflineRepositories.bat,查看结果,确保没有错误

    4. 在DOS窗口运行RestoreColdBackupRepositories.bat,查看结果,确保没有错误

    5. 在DOS窗口运行RecoverRepositories.bat,查看结果,确保没有错误

    6. 安装Autodesk Infrastructure Map Server 2012.

    7. 停止新安装的AIMS server服务,如果它是启动状态的话。在windows 服务控制台中的名字是Infrastructure Map Server 2012。

    image

    8. 删除C:\Program Files\Autodesk\Autodesk Infrastructure Map Server 2012\Repositories中文件和目录

    9.  拷贝C:\Program Files\Autodesk\MapGuideEnterprise2011\Server\Repositories 中的所有目录和文件到C:\Program Files\Autodesk\Autodesk Infrastructure Map Server 2012\Repositories中

    10. DOS窗口中更改目录到C:\Program Files\Autodesk\Autodesk Infrastructure Map Server 2012\RepositoryAdmin

    11. 在DOS窗口中运行SetupRepositoryIndices.bat,查看结果,确保没有错误

    12. 启动Infrastructure Map Server 2012服务。

    To upgrade from a recent release of Autodesk MapGuide Enterprise, the repository must be upgraded using the following procedure:

    1. Stop the existing MapGuide Enterprise 2011 Server, if it is running. To do this, open the Services applet. Select "MapGuide Enterprise 2011 Server", and then select Action Stop.
    2. Open a DOS window and change to the 2011 RepositoryAdmin directory C:\Program Files\Autodesk\MapGuideEnterprise2011\Server\RepositoryAdmin.
    3. In the DOS window, run BackUpOfflineRepositories.bat. Check the output to make sure there are no errors.
    4. In the DOS window, run RestoreColdBackupRepositories.bat. Check the output to make sure there are no errors.
    5. In the DOS window, run RecoverRepositories.bat. Check the output to make sure there are no errors.
    6. Install Autodesk Infrastructure Map Server 2012.
    7. Stop the newly installed server, if it is running.
    8. Delete the "empty" repositories found at C:\Program Files\Autodesk\InfrastructureMapServer2012\Server\Repositories.
    9. Copy the MapGuide Enterprise 2011 repositories found at C:\Program Files\Autodesk\MapGuideEnterprise2011\Server\Repositories to C:\Program Files\InfrastructureMapServer2012\Server\Repositories.
    10. In the DOS window, change to the RepositoryAdmin directory C:\Program Files\Autodesk\InfrastructureMapServer2012\Server\RepositoryAdmin.
    11. In the DOS window, run SetupRepositoryIndices.bat. Check the output to make sure there are no errors.
    12. Start Autodesk Infrastructure Map Server 2012

    http://wikihelp.autodesk.com/Infr._Map_Server/enu/2012/Help/New/0000-Installa0/0008-Installa8/0009-Upgrade_9

    升级顺利!

    作者:峻祁连
    邮箱:junqilian@163.com
    出处:http://junqilian.cnblogs.com
    转载请保留此信息。
  • 相关阅读:
    (100%成功超详细图文教程)虚拟机VM ware中centos7无法上网及Xshell配置正确但是连接不上本地虚拟机问题汇总
    react-art 初步
    React-父组件访问子组件内部
    React学习随笔
    关于Git使用的常见问题和命令
    ES6随笔--Module
    ES6随笔--Set和Map
    ES6随笔--Promise
    ES6随笔--Symbol
    ES6随笔--各数据类型的扩展(3)--函数
  • 原文地址:https://www.cnblogs.com/junqilian/p/2012277.html
Copyright © 2011-2022 走看看