EMS Configuration Files

RAD Studio provides the scripts to render the web-browser console, the EMS server configuration file and the script to create the EMS database, and the stand-alone applications to run the EMS Console Server and the EMS Server.

In C:\Program Files (x86)\Embarcadero\Studio\19.0\ObjRepos\en\EMS folder you can find:

  • webresources folder: This folder contains scripts to render the web-browser console. You can customize the appearance of your EMS Console Server by modifying the layouts, templates and styles defined here.
  • emsserver.ini file: This is a template for the EMS server configuration file (for the EMS Server and for the EMS Console Server).
  • EMS Database creation files:
    • emsmserver.sql and emsserver.sql files. SQL script files to create the EMS Database.
    • EMSMSERVER.IB and EMSSERVER.IB files. License template files to create the EMS Database.

The stand-alone applications (EMSDevConsole.exe and EMSDevServer.exe) are located in the following folders:

  • Windows 32-bit: C:\Program Files (x86)\Embarcadero\Studio\19.0\bin
  • Windows 64-bit: C:\Program Files (x86)\Embarcadero\Studio\19.0\bin64

Configuring Your EMS Environment for the First Time

The EMSDevServer.exe and EMSDevConsole.exe programs only run the setup wizard when there is no registry key or if the emsserver.ini file does not exist.

Note: For a production environment, you need to set up the Interbase EMS database properly before running the EMS Setup Wizard.

To start the EMS Setup Wizard:

  1. Locate one of the following stand-alone applications on your system, and double-click:
    • EMSDevConsole.exe: The EMS Console opens with a confirmation dialog.
    • EMSDevServer.exe: The EMS Server opens with a confirmation dialog.
  2. Click Yes to run the configuration EMS Setup Wizard. The EMS Setup Wizard opens to create a new EMS database.
  3. The New Database page opens.
    • Enter the following values on the New Database page to specify its connection parameters:

      • Server Instance: Specify the InterBase instance that hosts the EMS database. Leave it blank for a developer environment; for a production environment use EMS
        Note: See EMS Database Requirements for a Production Environment on Windows for more information.
      • DB File Name: emsserver.ib
      • DB File Directory: The default path is C:\Users\Public\Documents\Embarcadero\EMS
      • DB User Name: sysdba as the parameter by default.
      • DB Password: masterkey as the parameter by default.
        Note: Select Show password to see the unencrypted password.
      • Click Next.
  4. The Database creation page opens.
    • Select how to create the new EMS database from the delivered files.

      • Copy the license template file.
      • Run the SQL script.
      • Click Next.
  5. The Sample Data page opens.
    • Select one or more options indicating the sample data to be generated in the EMS database.
  6. Click Next. The Console page opens.
    • Specify a Console User Name and a Console Password. The default values are: consoleuser and consolepass.
      Note: The user name and password are saved in the emsserver.ini file in plain text.
  7. Click Next. The Finalize page opens.
    • Click Finish to create the following files in the default path: C:\Users\Public\Documents\Embarcadero\EMS

      • DB File: The EMS Database file (emsserver.ib). You need to have an InterBase server running.
      • Configuration File: The EMS Server configuration file (emsserver.ini).
      • Registry Key: The EMS Registry key on the system.
  8. An Information wizard appears with the files created and the data added to the database. Click OK.

If you are planning to have the EMS Server and the EMS Console running on different servers, you need a configuration file (.ini) on each server.

In this scenario, you need to configure the .ini file on the Console Server to access the Interbase database on the EMS Server.

Running the Setup Wizard

You can run the setup wizard again as follows:

  1. Open the command prompt (cmd.exe).
  2. Type the following command:
emsdevserver -setup
  1. Open the command prompt (cmd.exe).
  2. Navigate to the EMSDevServer.exe folder:
    • Windows 32-bit: C:\Program Files (x86)\Embarcadero\Studio\19.0\bin
    • Windows 64-bit: C:\Program Files (x86)\Embarcadero\Studio\19.0\bin64
  3. Type the following command:
EMSDevServer.exe -setup

http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Configuring_Your_EMS_Server_or_EMS_Console_Server_on_Windows

http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Setting_Up_Your_EMS_Console_Server?utm_source=Facebook_Organic&utm_medium=social

Configuring Your EMS Server or EMS Console Server on Windows/Linux的更多相关文章

  1. 数据库备份还原工具EMS SQL Angel for SQL Server发布1.3版本

    EMS公司,是专门从事企业数据库以及内置于多层次客户服务器结构自动化开发.其EMS SQL Angel for SQL Server工具,便是SQL Servers数据库数据备份还原工具,并且还能使用 ...

  2. TITLE: BizTalk Server 2013 Administration Console

    TITLE: BizTalk Server 2013 Administration Console------------------------------ Could not store tran ...

  3. ./bin/console server:run Surprise! There are no commands defined in the "server" namespace.

    Let's start the built-in web server:   ./bin/console server:run Surprise! There are no commands defi ...

  4. Add And Reset a Federation Server to a Federation Server Farm adfs ad

    Applies To: Active Directory Federation Services (AD FS) 2.0 After you install the Active Directory ...

  5. Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds

    错误:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds 错误提示就是我们限定了部署的时间导致的错 ...

  6. Step by step Install a Local Report Server and Remote Report Server Database

    原创地址:http://www.cnblogs.com/jfzhu/p/4012097.html 转载请注明出处 前面的文章<Step by step SQL Server 2012的安装 &g ...

  7. Server Tomcat v7.0 Server at localhost was unable to&amp;nbs 报错问题解决

    在eclipse启动tomcat时遇到超时45秒的问题: Server Tomcat v7.0 Server at localhost was unable to start within 45 se ...

  8. Comparison of SQL Server Compact, SQLite, SQL Server Express and LocalDB

    Information about LocalDB comes from here and SQL Server 2014 Books Online. LocalDB is the full SQL ...

  9. Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds...

    仰天长啸   Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds... 当启动tomcat时候出现 ...

随机推荐

  1. 算法复习——凸包加旋转卡壳(poj2187)

    题目: Description Bessie, Farmer John's prize cow, has just won first place in a bovine beauty contest ...

  2. 使用镜像源安装EASY_INSTALL和PIP教程

    使用easy_install和pip可以让python的模块的安装和管理变得非常方便.我一般在新的Linux系统上,先easy_install pip然后就用pip安装其他的模块了. 不过,在国内用官 ...

  3. 转载:LINK:fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏

    原文地址:http://yacare.iteye.com/blog/2010049 很多伙伴在更新VS2010,或者卸载VS2012安装2010后,建立Win32 Console Project/MF ...

  4. Lumia 1020 诞生:诺基亚拍照技术的一次狂欢

    它在手机发展史上留下一长串坚实的脚印,拥趸遍及世界.它从巅峰滑落,但从未放弃向过去致敬的机会. 2002 年,作为世界上第一款内置摄像头拍照手机,诺基亚 7650 的横空出世将手机行业硬生生推上一个新 ...

  5. elasticsearch入门使用(一)es 6.2.2安装,centos 7

    elasticsearch(一般叫es)是基于Lucene的搜索服务器,提供http协议接口使用json格式数据,也提供相应的客户端,更详细的信息[优点&场景]请百度百科, 以下官网截图,官网 ...

  6. HDU 1394 线段树求逆序对

    Minimum Inversion Number Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java ...

  7. Netty构建游戏服务器(一)--基本概念与原理

    一,Netty是什么 1,Netty是由 JBOSS提供的一个 java开源框架. 2,Netty是JAR包,一般使用ALL-IN-ONE的JAR包就可以开发了. 3,Netty不需要运行在Tomca ...

  8. Idea其他设置

    一.生成javadoc Tools->Gerenate JavaDoc 1. 选择是整个项目还是模块还是单个文件 2. 文档输出路径 3. Locale 选择地区,这个决定了文档的语言,中文就是 ...

  9. HUD 1506 Largest Rectangle in a Histogram

    Largest Rectangle in a Histogram Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 ...

  10. 前端MVC Vue2学习总结(八)——前端路由

    路由是根据不同的 url 地址展示不同的内容或页面,早期的路由都是后端直接根据 url 来 reload 页面实现的,即后端控制路由. 后来页面越来越复杂,服务器压力越来越大,随着AJAX(异步刷新技 ...