In this case. 1, Need to disable McAfee. 2. Uninstall SAS. 3. Remove all the SAS related folders. 4. Start the installation. 5. If you still get the error, Continue till end of installation. (You will see one error) 6. Again start the installation process by clicking sas.exe. 7. Select "Resume unfinished deployment 8. While checking the system in SAS Deployment Wizard, You may get some tomcat process blocking error. 9. In command prompt please run following command netstat -aon |find /i "listening" |find "8080" Ex: taskkill /F /PID 189 (from the above command) You have to run this several times, so that you won't see any Tomcat process while running step 8 (mentioned above). 10.Once this is cleared your installation will be successful. I tried this on several laptops. I am positive this works. Good luck! Ravi
... View more