We have a big sccm application catalog with about 1000 applications.
When a user is in to much AD groups the token size is to big ( default 12kb ).
We have raised this to 48kb the new standard from Windows server 2012, on both client and server.
Still the software stopped on downloading 0% from the application catalog.
The datatransferservicelog gives this error:
DTS job {0AC37466-AFC0-4016-A17E-848666AA99E4} BITS job {EB9F3DFE-9A13-475A-BED0-4E513A661C1A} failed to download source file http://serveradres:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim%202.1g%201.0.0.1.ico to destination C:\Windows\ccmcache\89\Aquasim 2.1g 1.0.0.1.ico with error 0x80190190
When I look with bitsadmin this is the result:
GUID: {EB9F3DFE-9A13-475A-BED0-4E513A661C1A} DISPLAY: 'CCMDTS Job' TYPE: DOWNLOAD STATE: ERROR OWNER: DIRECTORY\romijn PRIORITY: FOREGROUND FILES: 0 / 13 BYTES: 0 / 7138102 CREATION TIME: 5/28/2014 10:31:32 AM MODIFICATION TIME: 5/28/2014 12:12:06 PM COMPLETION TIME: UNKNOWN ACL FLAGS: NOTIFY INTERFACE: REGISTERED NOTIFICATION FLAGS: 11 RETRY DELAY: 60 NO PROGRESS TIMEOUT: 2419200 ERROR COUNT: 12 PROXY USAGE: NO_PROXY PROXY LIST: NULL PROXY BYPASS LIST: NULL ERROR FILE: http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim%202.1g%201.0.0.1.ico -> C:\Windows\ccmcache\89\Aquasim 2.1g 1.0.0.1.ico ERROR CODE: 0x80190190 - HTTP status 400: The server cannot process the request because the syntax is not valid.
ERROR CONTEXT: 0x00000005 - The error occurred while the remote file was being processed.
DESCRIPTION: JOB FILES: 0 / 766 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim%202.1g%201.0.0.1.ico -> C:\Windows\ccmcache\89\Aquasim 2.1g 1.0.0.1.ico 0 / 499712 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/msvcp71.dll -> C:\Windows\ccmcache\89\Aquasim/msvcp71.dll 0 / 406 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/install.cmd -> C:\Windows\ccmcache\89\install.cmd 0 / 42496 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/convedit.exe -> C:\Windows\ccmcache\89\Aquasim/convedit.exe 0 / 213665 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/aquasim.ini -> C:\Windows\ccmcache\89\Aquasim/aquasim.ini 0 / 1426 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Shortcut/Aquasim.lnk -> C:\Windows\ccmcache\89\Shortcut/Aquasim.lnk 0 / 198 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/install.cmd -> C:\Windows\ccmcache\89\Aquasim/install.cmd 0 / 1306624 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/aquasim.exe -> C:\Windows\ccmcache\89\Aquasim/aquasim.exe 0 / 238 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/aquasim.log -> C:\Windows\ccmcache\89\Aquasim/aquasim.log 0 / 1 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/APP_Aquasim_2.1g_EN_V2.txt -> C:\Windows\ccmcache\89\APP_Aquasim_2.1g_EN_V2.txt 0 / 2389348 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/aquasimb.exe -> C:\Windows\ccmcache\89\Aquasim/aquasimb.exe 0 / 180 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/uninstall.cmd -> C:\Windows\ccmcache\89\uninstall.cmd 0 / 2683042 WORKING http://servername:80/SMS_DP_SMSPKG$/Content_80ffeefa-d14a-4664-937a-5713d9778dae.1/sccm?/Aquasim/aquasimc.exe -> C:\Windows\ccmcache\89\Aquasim/aquasimc.exe NOTIFICATION COMMAND LINE: none owner MIC integrity level: MEDIUM owner elevated ? true
Peercaching flags Enable download from peers :true Enable serving to peers :true
CUSTOM HEADERS: NULL
I cannot find anything with the error codes.
Is it something with ISS max token ? Or bits ?