Previous Topic

Next Topic

Book Contents

RequestTime.cmd

Purpose

Indicates if a future study deployment time conflicts with any conditions on the production environment. If the system is not available or if resource intensive tasks are scheduled on the production environment during the requested timeframe, the requested time is rejected (the command returns 1). Otherwise, it is accepted (the command returns 0).

Location

Deployment root folder, as defined in the DeployRoot registry value under HKEY_LOCAL_MACHINE\SOFTWARE\OracleHS\InForm. By default, it is the InFormDeploy folder on the drive where the InForm application is installed. For example: E:\InFormDeploy.

Usage

RequestTime <Study_Name> <Requested_Time> <Study_Type>

Command parameters

Option

Parameter

Study_Name

Name of the study to be deployed.

Requested_Time

Local time on the InForm server when the deployment is requested, in the format MM/DD/YYYY HH:MM. For example: 05/18/2017 15:30.

Study_Type

Type of the study to be deployed. Options are:

  • LIVE
  • UAT
  • TRAINING
  • QA
  • DEV

Note: The RequestTime command helps planning deployments that do not conflict with scheduled maintenance windows or expected peak system usage periods. However, it cannot prevent conflicts caused by conditions that were unexpected or unscheduled at the time the request was made, such as emergency maintenance operations.

Send Feedback