I have an SCCM 2012 server that is unable to push out .MSI applications to clients (Windows 7). The application appears to be published correctly and shows up in the Application Catalog. The clients Software Center shows the application as available and hanging at 0% complete downloading. The Application Catalog install fails as well. After I attempt the install through the Application Catalog, the Software Center gives me a failed status, with an error code of: 0x87D00607(-2016410105).
The CAS log gives me the following information:
[LOG[The number of discovered DPs(including Branch DP and Multicast) is 0]LOG]!><time="14:01:07.662+360" date="08-20-2012" component="ContentAccess" context="" type="1" thread="2208" file="lsutils.cpp:843">
<![LOG[Location update from CTM for content Content_0b2081ca-e7ba-49ae-ba28-d658e5313fe1.1 and request {64EA3A58-8561-4DA7-91BC-A191A0A5A9AC}]LOG]!><time="14:24:51.641+360" date="08-20-2012" component="ContentAccess" context="" type="1" thread="2244"
file="downloadcontentrequest.cpp:991">
<![LOG[Download request only, ignoring location update]LOG]!><time="14:24:51.659+360" date="08-20-2012" component="ContentAccess" context="" type="1" thread="2244" file="downloadcontentrequest.cpp:1010">
The ContentTransferManager log gives me the following type of information:
<![LOG[CCTMJob::UpdateLocations - Received empty location update for CTM Job {60216CDE-5321-41EF-8A4C-385A3977BED4}]LOG]!><time="15:22:51.006+360" date="08-20-2012" component="ContentTransferManager" context="" type="2" thread="2424" file="ctmjob.cpp:1028">
<![LOG[CTM job {60216CDE-5321-41EF-8A4C-385A3977BED4} suspended]LOG]!><time="15:22:51.006+360" date="08-20-2012" component="ContentTransferManager" context="" type="1" thread="2424" file="ctmjob.cpp:229">
From almost everything I have seen this type of error is usually caused by incorrectly set boundaries and boundary groups. I have tried both the default Active Directory boundary created through AD Forest Discovery and also an IP address range boundary
involving the IP range that our test clients are on. I've had both boundaries configured inside boundary groups both separately and in the same group and nothing seems to work.
The Distribution Point has the Boundary Group listed and has the Deployment Packages listed under Content. I'm hoping I'm just missing something small. Thank you for any assistance.