Description:
When installing EEM 8.4 from the CCS DVD or from the Autosys R11 SP2 Incrementl2 patch you may receive the following error:
A popup with the following error text:
CA Directory r12.0.2312.0 Installation.
The command line 'RESPONSE_FILE-C:\DOCUME~1\ebl568\Local Settings\Temp\pftC.tmp\windows\cadirinst.rsp ETRDIR_DXADMIN_PASSWORD=iTechPoz' is invalid. Please check the command line being passed and try again!
This is due to the following Windows Setting in the Registry:
NtfsDisable8dot3NameCreation set to 1.
See following registry setting of the machine:-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisable8dot3NameCreation"=dword:00000001
Solution:
There are 2 possible solutions/workarounds for this problem.
- Set the NtfsDisable8dot3NameCreation to 0.
- Reboot the system.
- Open command prompt and execute "set t".
- See following settings for the TEMP directories in the output:
TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
- If the above short paths are displayed then the install will succeed.
- Now in the Command Prompt start the EEM install binary "EEMServer_8.4.127_win32.exe".
Note: see the following link to Microsoft KB for further details of the NtfsDisable8dot3NameCreation setting <http://support.microsoft.com/kb/210638>
- Manually set TEMP and TMP environmental variables.
- If the directory C:\temp does not exist then create this (or use a different drive if no space on C:).
- Open a Command Prompt.
- Set TEMP=C:\temp.
- Set TMP=C:\temp.
- Now in the Command Prompt start the EEM install binary "EEMServer_8.4.127_win32.exe".