Configuring Your EMS Server or EMS Console Server on Windows/Linux
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:
- 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.
-
- Click Yes to run the configuration EMS Setup Wizard. The EMS Setup Wizard opens to create a new EMS database.
- 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:
sysdbaas the parameter by default. - DB Password:
masterkeyas the parameter by default.- Note: Select Show password to see the unencrypted password.
- Click Next.
- Server Instance: Specify the InterBase instance that hosts the EMS database. Leave it blank for a developer environment; for a production environment use
- Enter the following values on the New Database page to specify its connection parameters:
- 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.
- Select how to create the new EMS database from the delivered files.
- The Sample Data page opens.
- Select one or more options indicating the sample data to be generated in the EMS database.
- Click Next. The Console page opens.
- Specify a Console User Name and a Console Password. The default values are:
consoleuserandconsolepass.- Note: The user name and password are saved in the emsserver.ini file in plain text.
- Specify a Console User Name and a Console Password. The default values are:
- 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.
- Click Finish to create the following files in the default path:
- 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:
- Open the command prompt (cmd.exe).
- Type the following command:
emsdevserver -setup
- Open the command prompt (cmd.exe).
- 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
- Windows 32-bit:
- 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的更多相关文章
- 数据库备份还原工具EMS SQL Angel for SQL Server发布1.3版本
EMS公司,是专门从事企业数据库以及内置于多层次客户服务器结构自动化开发.其EMS SQL Angel for SQL Server工具,便是SQL Servers数据库数据备份还原工具,并且还能使用 ...
- TITLE: BizTalk Server 2013 Administration Console
TITLE: BizTalk Server 2013 Administration Console------------------------------ Could not store tran ...
- ./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 ...
- 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 ...
- 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 错误提示就是我们限定了部署的时间导致的错 ...
- 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 ...
- Server Tomcat v7.0 Server at localhost was unable to&nbs 报错问题解决
在eclipse启动tomcat时遇到超时45秒的问题: Server Tomcat v7.0 Server at localhost was unable to start within 45 se ...
- 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 ...
- 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时候出现 ...
随机推荐
- 算法总结——主席树(poj2104)
题目: Description You are working for Macrohard company in data structures department. After failing y ...
- #ifdef endif 用法
"#ifdef 语句1 程序2 #endif“ 可翻译为:如果宏定义了语句1则程序2. 作用:我们可以用它区隔一些与特定头文件.程序库和其他文件版本有关的代码. 代码举例:新建define. ...
- 使用Jackson在Java中处理JSON
在工作中实际使用到Java处理JSON的情况,且有很大部分都使用的是开源工具Jackson实现的. 一.入门 Jackson中有个ObjectMapper类很是实用,用于Java对象与JSON的互换. ...
- 解决PHP无法接收post超过1000个字段的问题
今天在做与后台交互的的过程中,发现php对于接收的POST有一个限制,超出1000个字段之后便无法接收,项目要求在不改变PHP配置的情况下通过前端方式解决,通过分析并且网上差一些大牛的资料终于找到了解 ...
- shell的while/for脚本的简单入门
shell的while/for脚本的简单入门 while [condition] dodone关键字break跳出循环,continue跳过循环的余下部分. for var in ...;do...d ...
- Maven单元测试
// SKU码:系列前3位+6位年月日+3位序号(自动生产,取数据库中当天最大的,没有就赋值位001) // 订单编号:BRD+6位年月日+5位序号 // // 退单号:BRT+6位年月日+3位序号 ...
- AC日记——栈 洛谷 P1044
题目背景 栈是计算机中经典的数据结构,简单的说,栈就是限制在一端进行插入删除操作的线性表. 栈有两种最重要的操作,即pop(从栈顶弹出一个元素)和push(将一个元素进栈). 栈的重要性不言自明,任何 ...
- 洛谷 P2831 愤怒的小鸟
P2831 愤怒的小鸟 题目描述 Kiana 最近沉迷于一款神奇的游戏无法自拔. 简单来说,这款游戏是在一个平面上进行的. 有一架弹弓位于 (0,0)(0,0) 处,每次 Kiana 可以用它向第一象 ...
- Go -- go语言指针
package main import "fmt" type Test struct { Name string } func change2(t *Test) { t.Name ...
- 简单、强大的swig.js
Swig.js A simple, powerful, and extendable JavaScript Template Engine. 简单概括:JS模板引擎. Why to use 根据路劲渲 ...
