Install_INCR_NT.bat Error: Error while patch Install. Exiting with exit code 8. File not found - EEMmigrate
book
Article ID: 19764
calendar_today
Updated On:
Products
CA Workload Automation AE - Business Agents (AutoSys)
CA Workload Automation AE - Scheduler (AutoSys)
CA Workload Automation Agent
Issue/Introduction
Description:
The above error can occur when attempting to run Install_INCR_NT.bat to patch a Windows host that has 8dot3 file naming disabled.
Solution:
To correct this issue perform the following steps:
- Remove read-only flag from Install_INCR_NT.bat
- Edit Install_INCR_NT.bat and place quotes around the %AUTOSYS% variable (~line 590)
if exist %AUTOSYS% \EEMmigrate (
change to:
if exist "%AUTOSYS%" \EEMmigrate (
- Save changes and retry patch install.
Environment
Release: ATSAGE99000-11-Workload Automation AE-Remote Agent
Component:
Feedback
thumb_up
Yes
thumb_down
No