When installing software on Windows Server 2012 or later, ensure that the file system supports the 8.3 naming convention.
If you are installing your product and databases for the first time, perform a check on the status of 8.3 format support. From a Windows command line, use the following command, assuming drive "c" for this example:fsutil 8dot3name query c:
Windows will display a message with 8.3 file name support status. If 8.3 file name support is disabled, use this command to enable that feature, replacing "c" with your drive letter:fsutil 8dot3name set c: 0