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. 【DFS序+树状数组】HDU 3887 Counting Offspring

    http://acm.hdu.edu.cn/showproblem.php?pid=3887 [题意] 给定一棵树,给定这棵树的根 对于每个结点,统计子树中编号比他小的结点个数 编号从小到大一次输出 ...

  2. uva 1426 离散平方根

    1426 - Discrete Square Roots Time limit: 3.000 seconds A square root of a number x <tex2html_verb ...

  3. Windows下ElasticSearch的使用方式 CURL+Cygwin+Head插件

    Windows使用ElasticSearch的命令方法 一.CURL(不推荐) 下载curl安装包,解压到指定目录,在命令行运行解压后的exe文件. 二.Cygwin(推荐) 安装Windows下类l ...

  4. JavaScript 的时间消耗--摘抄

    JavaScript 的时间消耗 2017-12-24 dwqs 前端那些事儿 随着我们的网站越来越依赖 JavaScript, 我们有时会(无意)用一些不易追踪的方式来传输一些(耗时的)东西. 在这 ...

  5. BZOJ——1614: [Usaco2007 Jan]Telephone Lines架设电话线

    Time Limit: 5 Sec  Memory Limit: 64 MBSubmit: 1930  Solved: 823[Submit][Status][Discuss] Description ...

  6. nodejs启动前端项目步骤

    在.nuxt目录下打开命令行: 一:npm rm node-sass 二:npm install node-sass 三:npm install 四:npm run dev

  7. LazyTableImages范例解析

    近来想了解iPhone的多线程处理,查阅到了官方范例LazyTableImages,发现代码中有不仅有多线程处理,还有XML解析和异步下载图片,感觉官方例子真是全面啊,便花了时间好好研究下. Lazy ...

  8. C#-訪问轰炸机,新建进程,结束进程...(ConsoleApp)---ShinePans

    这个程序能够自己主动打开要打开的网址,而且自己主动结束进程,这样能够达到博文点击流量的添加 program.cs using System; using System.Collections.Gene ...

  9. DICOM医学图像显示算法改进与实现——LUT

    引言 随着Ul(超声成像).CT(计算机断层成像).MRI(核磁共振成像).CR(计算机X线成像).电子内窥镜.盯(正电子发射断层成像)和MI(分子影像)等医学影像设备不断涌现,利用计算机对医学影像设 ...

  10. 【转】Spring框架深入理解

    参考这篇文章: http://www.ibm.com/developerworks/cn/java/j-lo-spring-principle/ Spring内部分为Beans, Context 和 ...