Vous êtes sur la page 1sur 3

Pre Requisites

Microsoft Visual C++ - https://www.microsoft.com/en-us/download/details.aspx?


id=2092

and

.NET Framework 3.5.1 SP1 or a newer version is installed and activated

Release Notes is available in the OpenText


Knowledge Center: ECMLink
(https://knowledge.opentext.com/knowledge/cs.dll/Overview/46226701)
and Extended ECM for SAP Solutions
(https://knowledge.opentext.com/knowledge/cs.dll/Overview/46226570).

Java RuntimeEnvironment

Download Java Runtime Environment 64 bit from the Extended ECM for SAP
Solutions installation media.

Tomcat is required for Archive Server

Installing Tomcat - Select Start Menu items, Documentation and Manager -> Keep 8080
as HTTP/1.1 Connector Port , rest all default and do not
enter a User Name and Password ->Choose the installation path for the Java Runtime
Environment and click Next
to start the installation.-> Keep the Destination Folder in the Choose Install
Location window and click
Install.-> Select Run Apache Tomcat in the final window and click Finish to
complete installation.
Select Start > Administration Tools > Services and check whether the serviceApache
Tomcat is started.
Right-click the service and ensure that the Startup Type is set to Automatic.
In this window, the service can also be restarted if necessary.

Configure Java for Tomcat:


C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin->double click Tomcat9w
On the Java tab, in the Java Options box, append the following lines. Do
not copy them from the PDF file but type them directly into the box.
-XX:MaxPermSize=256m
-XX:+CMSClassUnloadingEnabled
-XX:+CMSIncrementalPacing
-XX:+UseConcMarkSweepGC
b. In the Initial memory pool box, enter 512 MB.
In the Maximum memory pool box, enter 1024 MB.

Installing SQL Server 2012


Points to be noted
SQL Server Feature Installation as setup role
a. From Instance Features: Database Engine Services.
b. From Shared Features: Client Tools Connectivity, Client Tools
Backwards Compatibility, Documentation Components, Management
Tools - Basic, Management Tools - Complete.
c. Do not change the default values for Shared feature directory and Shared
feature directory (x86).

On the Server Configuration page, select the Service Accounts tab and specify
the following:
Service Account Name Password Startup Type
SQL Server Agent NT AUTHORITY\SYSTEM Manual
SQL Server Database Engine NT AUTHORITY\SYSTEM Automatic
SQL Server Browser NT AUTHORITY\LOCAL... Disabled

Select the Collation tab. Select the Database Engine and click Customize.
Select SQL collation, used for backwards compatibility and select
SQL_Latin1_General_CP1_CS_AS from the list.

On the Database Engine Configuration page, select Mixed Mode, do the following
a. On the Server Configuration tab, select Mixed Mode (SQL Server
Authentication and Windows Authentication) as Authentication Mode.
Enter and confirm the password for the sa (System Administrator) logon.
b. Specify an SQL Server Administrator: To add the user as who you are
currently logged on (Administrator), click Add Current User.
c. Click Next. -------

Configuring SQL Server network connectivity


To configure network connectivity:
1. Select Start > Programs > Microsoft SQL Server 200x > SQL Server
Management Studio.
2. To connect to the database server, specify the following:
� Server type: Database Engine
� Server name: localhost
� Authentication: SQL Server Authentication
� Login: sa
� Password: Enter the password.
3. Click Connect.
4. Right-click on localhost (SQL Server 10.0.xxxx - sa), and then click Properties.
5. In the Server Properties window, click Connections. Select the Allow remote
connections to this server option if not already selected and click OK to save
your changes.
6. Click Start > Programs > Microsoft SQL Server 2012 > Configuration Tools >
SQL Server Configuration Manager.
7. Expand SQL Server Configuration Manager (Local) > SQL Server Network
Configuration > Protocols for MSSQLSERVER.
8. If TCP/IP is not enabled yet, right-click TCP/IP, and then click Enable.
9. If Shared Memory is enabled, disable the Shared Memory protocol.
10. Repeat the two last steps for the client protocols of SQL Native Client 11.0
Configuration (32 bit) and SQL Native Client 11.0 Configuration.
11. Expand SQL Server Configuration Manager (Local) > SQL Server Services,
right-click SQL Server (MSSQLSERVER), and then click Restart

Creating the login and the database for Archive Server


To create a database for Archive Server:
1. Start SQL Server Management Studio.
2. Connect to the database engine as sa.
3. Expand <host name> (SQL Server 10.0.xxxx - sa) > Security > Logins, right-click
Login, and select New Login.
4. In the Login - New window, set the following:
a. Enter the login name ecr.
b. Select the SQL Server authentication option. Enter and confirm a
password.
c. Do not select Enforce password expiration.
5. Click OK to create the database login.
6. Expand <host name> (SQL Server 10.0.xxxx - sa) > Databases, right-click
Databases, and then select New Database.
7. Select General and do the following:
a. Enter the database name ECR.
b. Enter the owner of the database ecr.
8. Select Filegroups.
9. Click Add twice, and create one filegroup for data and one for index (e.g.
ECR_DATA and ECR_INDEX).
10. Select General again.
11. Create the database files for the data and the index filegroups:
a. Add two files for the data and index filegroups created above: Choose a
logical name for the files (e.g. ECR_DATA_1 and ECR_INDEX_1,
respectively).
Choose the respective filegroup (in the example, select the ECR_DATA
filegroup for the ECR_DATA_1 file and the ECR_INDEX filegroup for the
ECR_INDEX_1 file).
Choose a path where the files are to be located. The files will be created in
the folder you enter. The folder must exist.
b. Choose a path for the primary filegroup and the transaction log (named
<database name> and <database name>_log, respectively.
c. Specify a suitable initial size and enable unrestricted autogrowth for each of
the files:
d. Click Options and set the following:
� Select SQL_Latin1_General_CP1_CS_AS as the collation. You may
need to scroll down to find the entry in the list.
� Select Full as the recovery model.
� Compatibility Level: Select SQL Server 2012 (110).
� Set the following options to True:
Auto Create Statistics, Auto Update Statistics, ANSI NULL Default,
ANSI NULLS Enabled, ANSI Padding Enabled, ANSI Warnings
Enabled, Arithmetic Abort Enabled, Concatenate Null Yields Null,
Quoted Identifiers Enabled
� Set the following options to False:
Auto Close, Auto Shrink, Close Cursor On Commit Enabled, Numeric
Round-Abort
� Set Page Verify to TORN_PAGE_DETECTION.
e. Click OK to create the database.
12. Expand <host name> (SQL Server 10.0.xxxx - sa) > Security > Logins, right-click
ecr, and then click Properties.
13. In the Login Properties window, select General. Select ECR as the default
database and click OK.

IIS is required for Content Server

Vous aimerez peut-être aussi