Hi all,
we've got a problem in that when we roll out CRM via SCCM 2007, the client machine creates a folder in the C:\Windows\System32\CCM\Cache folder but it is only populated with BIT*.TMP files. After a bit of research we concluded this is most probably because the new security restirctions in IIS7 which are causing certain BITS file transfers to stall/fail on their journey from the Distribution Point to the client.
Having run "bitsadmin /list /allusers" cmd line on the client computer we discovered there were two jobs with an error:
Job 1:
GUID: {A04A76D8-50E3-4412-9A02-F93E1B32EAFC} DISPLAY: 'CCMDTS Job'
TYPE: DOWNLOAD STATE: TRANSIENT_ERROR OWNER: NT AUTHORITY\SYSTEM
ERROR FILE: http://SCCMSERVER01.local:80/SMS_DP_SMSPKGS$/A010005B/PFiles/MSCRM/Client/res/Web/_imgs/area/18_schedulerules.gif -> C:\WINDOWS\system32\CCM\Cache\A010005B.7.System\PFiles/MSCRM/Client/res/Web/_imgs/area/18_schedulerules.gif
Job 2:
GUID: {A026C8DE-FEDB-4600-B489-3BB9F66594ED} DISPLAY: 'CCMDTS Job'
TYPE: DOWNLOAD STATE: TRANSIENT_ERROR OWNER: NT AUTHORITY\SYSTEM
ERROR FILE: http://SCCMSERVER01.local:80/SMS_DP_SMSPKGS$/A0100184/PFiles/MSCRM/Client/res/Web/AppWebServices/MailMerge.asmx -> C:\WINDOWS\system32\CCM\Cache\A0100184.1.System\PFiles/MSCRM/Client/res/Web/AppWebServices/MailMerge.asmx
The next step, we think, is to edit the settings contained in the C:\Windows\System32\inetsrv\config\applicationHost.config file to enable the above jobs to run without IIS blocking them. The trouble is, we can't seem to figure out which part of the applicationHost.config file needs editing. Has anyone got and advice on how we should proceed?
Any help or info would be much appreciated! Thanks