Skip Headers
Siebel CRM Siebel Clinical Trial Management System Guide
Siebel Innovation Pack 2015, Rev. A
E52416-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Sample Configuration Files for the ClearTrial Clinical Trial Management System Connector

The connector configuration process requires the following files:

Table A-3 Example of the Mapping in the File

Siebel Clinical ClearTrial Track

88-3CDYK

56529

88-3CIEN

57830


Table A-4 Parameters for application.propertie Files

Parameter Description

proxy.server=myproxy.com

The proxy address that the server for the connector requires to access the internet.

For a proxy server, this parameter is required.

proxy.port=80

The port on which the proxy listens.

The default port is 80. For a proxy server, this parameter is required.

ctms.server=myCtmsServer
.com

The fully qualified domain name of the middle-tier application server for Siebel Clinical.

This parameter is required. You must specify this parameter even if the connector is installed and executed on the same server as Siebel Clinical.

ctms.port=80

The port on which the middle-tier application server for Siebel Clinical listens for the ASI SOAP (Application Service Interface Simple Object Application Protocol) Web services calls.

The default port is 80. You must specify this parameter only if the Siebel Clinical listens on a different port.

ctms.protocol=http

A value that determines if the Siebel Clinical server is running in secure mode (https) or non secure mode (http). The default value is http.

ctms.environment=eai_enu

A value that determines the locale of the Siebel Clinical instance. The default value is eai_enu.

ctms.connection.timeout.
millis=60000

The timeout (in milliseconds) after which the connector declares a connection failure to the middle-tier application server for Siebel Clinical.

The default value is 60 seconds or 60,000 milliseconds. You can use this parameter if the network is slow. This parameter is not required.

ctms.read.timeout.
millis=60000

The timeout (in milliseconds) after which the connector declares a read failure for the request to the middle-tier application server for Siebel Clinical.

The default value is 60 seconds or 60,000 milliseconds. You can use this parameter if the network is slow. This parameter is not required.

ctms.page.size=10

The number of pages requested from Siebel Clinical in each request to the ASI SOAP Web services.

The default value is 10. You can use this parameter if large data sets (SOAP XML content) are extracted in each request, which can lead to broken pipe type errors. This parameter is not required.

cleartrial.wsapi.connection
.timeout.millis=60000

The timeout (in milliseconds) after which the connector declares a connection failure to the ClearTrial Web services API.

The default value is 60 seconds or 60,000 milliseconds. You can use this parameter if the network is slow. This parameter is not required.

cleartrial.wsapi.read.timeout.millis=60000

The timeout (in milliseconds) after which the connector declares a read failure for a request to the ClearTrial Web services API.

By default, the value is 60 seconds or 60,000 milliseconds. You can use this parameter if the network is slow. This parameter is not required.