Installing ITCM agent using DeployWrapper failing with error executable name must be full path
search cancel

Installing ITCM agent using DeployWrapper failing with error executable name must be full path

book

Article ID: 101557

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Install ITCM agent using DeployWrapper  failing with error executable name must be full path.

Environment

Client Automation - All versions

Resolution

Please check TRC_Deploywrapper_ITRM.log for the command captured:

For Example i can see the command executed as below in log. 

TRC_Deploywrapper_ITRM.log 

5168: 2018-06-05 11:02:10 : cmd: <DeployWrapper.exe /DPINST CopiedAgents /qn AGENT_SERVER=<Manager_Name> ALLUSERS=1 /l*v C:\Users\pramodk\AppData\Local\Temp\ITRMAgentSetup.log> 
5168: 2018-06-05 11:02:10 : Entering setDSMComponents () ... 
5168: 2018-06-05 11:02:10 : DSM_COMPONENTS not found - setting all components to true 
5168: 2018-06-05 11:02:10 : Leaving setDSMComponents () ... 
5168: 2018-06-05 11:02:10 : cmd: deployAction=1 
installParams=< AGENT_SERVER=<Manager_Name> ALLUSERS=1> 
msiExecParams=< /qn /l*v C:\Users\pramodk\AppData\Local\Temp\ITRMAgentSetup.log> 
lDeployObject=4 
lProdList=<> 
5168: 2018-06-05 11:02:10 : dmdeploy action on object: 4> 
5168: 2018-06-05 11:02:10 : lcmd DeployWrapper.exe 
5168: 2018-06-05 11:02:10 : lcmd DeployWrapper.exe 
5168: 2018-06-05 11:02:10 : executable name must be full path 
5168: 2018-06-05 11:02:10 : stopping... 
5168: 2018-06-05 11:02:10 : Finished runMSIWrapper ret = <1> 
5168: 2018-06-05 11:02:10 : Closing Trace

Modify the command as below.
.\DeployWrapper.exe /DPINST CopiedAgents /qn AGENT_SERVER=<SSFQDN HOST NAME> ALLUSERS=1 /l*v %temp%\ITRMAgentSetup.log

.\ is important because we need to put a path for deploywrapper. Also in above command under AGENT_SERVER give FQDN of Scalability Server name.