You may have noticed that packages are not downloading either from a client machine or on your Package Server. Download of package on client fails with error:
Connection id: 19.5108
Communication profile id: {17868dca-xxxxxxxxxx-03d258c74c39}
Throttling: 0 0 0
Connection stage: Server connect
Error type: HTTP error
Error code: HTTP status 404: The requested URL does not exist on the server or the server is down (0x8FA10194)
Error note: Empty response content received
ITMS 8.7.x
Error code 404 is not always 'not found', check request on SMP server in IIS log:
2025-03-18 00:00:01 10.22.x.x GET /altiris/NS/Agent/GetPackageInfo.aspx xml=%3Crequest%20resource=.........- 404 15 0 36
Where 404.15 means Query string too long.
In case if request string is too long (in this example computer has 15 NICs or more) request string exceeds default limit and fails with the error.
Use IIS manager on SMP server to edit request filtering settings:
Increase "Maximum URL length (Bytes)" and "Maximum query string (Bytes)" to:
maxUrl="10999"
maxQueryString="2097151"