CCS Application Server installation with Ansible fails with error: CreateProcess failed (123)
search cancel

CCS Application Server installation with Ansible fails with error: CreateProcess failed (123)

book

Article ID: 254089

calendar_today

Updated On:

Products

Control Compliance Suite Standards Server Control Compliance Suite

Issue/Introduction

Control Compliance Suite (CCS)

When installing the CCS Application Server using Ansible, it fails with the following error:

CreateProcess failed (123)
C:\\Anisible_FreshSilentInstall\\SilentInstallLauncher.exe exited on <hostname> with error code 123

Environment

Release : CCS 12.6.x

Cause

Whitespaces were added to the beginning of the path for either or both of the parameters '/SetupPath= '/ReponseFile=' in the Ansible command.

Resolution

Check the Anisible_FreshSilentInstall\\SilentInstallLauncher.exe command and make sure there are no whitespaces after the equal (=) sign for either of the '/SetupPath=<path>' or '/ReponseFile=<path>' parameters.

Additional Information

Installing CCS using Ansible documentation:

CCS Automated Repave and Disaster Recovery using Ansible