Installation of CA WA Agent 11.4.1 agent failing on Windows servers
search cancel

Installation of CA WA Agent 11.4.1 agent failing on Windows servers

book

Article ID: 141434

calendar_today

Updated On:

Products

Workload Automation Agent

Issue/Introduction

CA WA Agent does not install properly on Windows non primary drive.

Environment

Release : 11.4

Component : CA WORKLOAD AUTOMATION AGENT 

Cause

The WA Agent 11.4 may not install on non primary drive like D: or E:.  This is because the installer does not properly CD to correct TEMP drive.

Resolution

The workaround to install on a non-primary drive is to export or set two temp variables before running the setup of agent.


1.  Open command prompt.
2.  Set these two variables (change drive letter as per your actual drive)
           set TEMP=D:\TEMP
       set TMP=D:\TMP
3. Check if they have been set by running:
               echo %TEMP%
       echo %TMP%
4. In the same command prompt, run setup.exe and install the agent.

Note: All the above commands must in the same command prompt

Additional Information

For silent install, setup a batch script to first export the TEMP variables and then run the setup.exe.