Sei sulla pagina 1di 7

TrialArchive Installation Guide

Document Number IG-IT-007

Document Title:

TrialArchive Installation Guide

Client:

Customer

Release:

Release

System Specific Information (Server, Environment, Version, Etc. - Add extra rows as necessary)
Server Name

IP Address

Role/Function

Host_Name_Web_Server

Local_IP_Web_Server

Application Server

Host_Name_DB_Server

Local_IP_DB_Server

Database Server

Notes

Approvals
Name

Role

Reviewer: Hal Flynt

Director, Information
Technology

Reviewer: Vincent Raaijmakers

VP Implementation
Services

Reviewer: Kris Trueman

System Configuration
Specialist
Director, International QA

Reviewer: Richard Bowling

Signature

Date

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.

TrialArchive Installation Guide


Document Number IG-IT-007

Table of Contents
1.

Introduction .................................................................................................................................................................. 3

1.1

Overview ....................................................................................................................................................................... 3

1.2

Minimum Requirements ............................................................................................................................................... 3

1.2.1

TrialArchive Requirements................................................................................................................................... 3

1.3

Logical Components Configuration .............................................................................................................................. 4

2.

TrialArchive Installation ............................................................................................................................................... 6

2.1

Run the TrialArchive Installer ....................................................................................................................................... 6

2.2

Configure the TMArchive.exe.config file ...................................................................................................................... 6

2.3

TrialArchive Installation Completed ............................................................................................................................. 6

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.

TrialArchive Installation Guide


Document Number IG-IT-007

1. Introduction
TrialArchive is an optional component of a TrialMaster installation. This manual explains how to install TrialArchive using a
minimum hardware configuration. The minimum hardware configuration installs ALL data and business components on one
server and one drive.

1.1 Overview
TrialArchive must be installed in the same machine where the TrialMaster database is, in order to work correctly. This
document provides a procedure for installing the TrialArchive correctly.

1.2 Minimum Requirements


You must meet the following server and client requirements before you can install TrialArchive.

1.2.1 TrialArchive Requirements


The client must meet the following minimum requirements:
Microsoft Windows 2003 XP
Microsoft .NET 3.5 Framework
Note: TrialArchive can be installed in a client, web server, transactional server, or replication server indistinctively.

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.
3

TrialArchive Installation Guide


Document Number IG-IT-007

1.3 Logical Components Configuration

CLIENT

External
applications

63

TrialBuilder

TrialExplorer

TrialMaster
Users

INTERNET

BUSINESS
LAYER

Application Server

1
Task
Processing
Task
Winservice

Notification
Service

TrialMaster
WEB
Application

Queue

Web Services
Dictionary
WEB
Service

API
WEB
Service

TrialMaster
WEB
Service

AdHoc
WEB
Service

eLearning
WEB
Service

Scheduled
Task
Service

10

16

17

19

Notification
MQ

3
ENTERPRISE NETWORK
Reporting Database Server

Transactional Database Server

DATA
LAYER

14
Master
Database

Validation Task
Service

11

Validation
Winservice

Dictionary
Database

eLearning
Database

Trial
Database
1

18

12

13

Trial
Database
N

Report
Database
(ADHOC)

15

Note: The figure illustrates a logical division. Structurally, the components that make up the three layers can be
interspersed throughout the implementation.
The following table contains the logical components of the TrialMaster application and describes them.
#

Name

Installation Type

Description

Task Service

Windows Service

Scheduled tasks processing for TrialMaster.


Processes messages from TrialMaster offline including trial event
notification, requests for import/export of trial data and creating patient
case books.

Notification Service

Windows Service

Microsoft Message
Queuing (MSMQ)

Windows Service

TM Message Queue

MSMQ queue data

Special disk files where messages are written.

TrialMaster

Web application

Allows users to conduct the trials.

TrialBuilder

Windows Client

Allows users to build trials

Stores messages on disk and guarantees message delivery.

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.
4

TrialArchive Installation Guide


Document Number IG-IT-007

Name

Installation Type

Description

TrialExplorer

Windows Client

Allows users to manage trial databases

Dictionary Web
Service

Web Service

Allows TrialMaster to obtain MedDRA and WhoDrug information


rd

API Web Service

Web Service

Allows customer to use 3 party tools to receive, change and add data to
the TrialMaster database

10

TrialMaster Web
Service

Web Service

Allows customers to use TrialBuilder and TrialExplorer to connect to the


study databases for design and management.

11

Master Database

Database

Database used by all TrialMaster applications. Contains all study


database references.

12

Trial Database

Database

Database containing study data

13

Dictionary Database

Database

Database containing dictionaries like WhoDrug and MedDRA

14

Validation Task Service

Windows Service

Processes all validations in the trial.

15

Report Database

Database

Database containing study metadata for reporting purposes.

16

AdHoc WebService

Web Service

LogiXML Web Service. Service is used for the AdHoc reporting integration
with TrialMaster.

17

eLearning Web Service

Web Service

eLearning Web Service. Service is used for eLearning integration with


TrialMaster.

18

eLearning Database

Database

eLearning MetaData Database.

19

Scheduled Task
Service

Web Service

Service to run scheduled tasks

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.
5

TrialArchive Installation Guide


Document Number IG-IT-007

2. TrialArchive Installation
2.1 Run the TrialArchive Installer
1.

Run the TrialArchiver_Releasexx86_64.msi installer.

2.

Select custom and set the location to F:\Program Files\OmniComm\ReleaseNoDots\TrialArchive\.

3.

Complete the setup steps.

2.2 Configure the TMArchive.exe.config file


1.

Open F:\Program Files\OmniComm\ReleaseNoDots\TrialArchive\bin\TMArchive.exe.config with NotePad.

2.

Set the database connection string according to your installation.

<add key="OmnicommMasterConnectionStr" value="Data Source=Local_IP_DB_Server;Initial Catalog=Database;Persist


Security Info=True;User ID=DB_User_Name;Password=DB_Password" />
Note: If the SQL Server is an instance installation, add \InstanceName, after the data source.
3.

Save and close the file.

2.3 TrialArchive Installation Completed


The TrialArchive installation is complete. Please continue with the Installation Qualification procedure published in the
TrialMaster Installation Qualification document.

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.
6

TrialArchive Installation Guide


Document Number IG-IT-007

Revision History
Revision

Description of Change

Author

Revision Date

01

Original Document

Gerardo Rigo

26-MAR-2010

02

Adaptation for Mail Merge

Gerardo Rigo

12-APR-2010

03

Updated Logical Components Configuration

Gerardo Rigo

28-MAY-2010

This information is proprietary to OmniComm Systems, Inc., and should be treated as confidential material in accordance with existing confidentiality
agreements. Unauthorized use of these materials, or the data herein is strictly prohibited.
7

Potrebbero piacerti anche