Package downloads containing specific file types (such as .bat files) may fail. The Symantec Management Agent logs display the following error:
HTTP status 404: The requested URL does not exist on the server or the server is down (0x8FA10194)
Further examination of the IIS log files on the server shows an extended HTTP response status of 404.3.
ITMS 8.x
An HTTP Error 404.3 - MIME Type Not Configured occurs when IIS refuses to serve a file because its extension is not registered in the site's or server's MIME Types configuration. By default, unmapped file extensions like .bat are restricted from download.
To resolve this issue, add the file extension to the MIME Types in IIS:
Open IIS Manager and select the affected website or application pool folder (e.g., Default Web Site).
Double-click the MIME Types feature in the center pane.
In the right Actions panel, click Add...
In the File name extension field, enter .bat (or the extension causing the issue).
In the MIME type field, enter text/plain or application/octet-stream.
Click OK.
Open Command Prompt as Administrator and run iisreset (or restart the specific web site).