Previous Topic

Next Topic

Book Contents

DeployEnd.cmd

Purpose

Applies custom system tasks after a successful or failed study deployment. If the operation is successful, the command returns 0. Otherwise, it returns 1 to signal the error.

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

DeployEnd <Study_Name> <Deployment_Status>

Command parameters

Option

Parameter

Study_Name

Name of the deployed study.

Deployment_Status

  • 0 for successful study deployment
  • 1 for failed study deployment

Send Feedback