Nillzle Posted August 15, 2011 Report post Posted August 15, 2011 Really new to SCCM and starting with SCCM 2012... I believe I have everything setup on the site side, below is my current configuration: I have one main site that handles the DP, MP, CS, SLP, and one SUP site that has SCUP and WSUS. I have the site assigned to an extended AD schema and it shows up in the Systems Management OU (shows servername with Management Point and SLP) so that appears correct. The MP is setup for HTTP client connections. I'm not using WINS but the client machines don't have File and Print Sharing enabled so deploying CCMSetup through a script (ccmsetup.exe /mp:"siteservername"). My issue is that the client isn't finding the site code either automatically or manually. I keep getting errors saying it can't find the MP. Below are log info per log file: StatusAgent.log <![LOG[[008A1FA8] Handling event class CCM_CcmHttp_Status]LOG]!><time="09:22:17.705+240" date="08-15-2011" component="StatusAgent" context="" type="1" thread="1760" file="smsclienteventforwarder.cpp:536"> <![LOG[HandleFSPCcmHttpStatus - Failed to retrieve internet, proxy or assigned MP. Assuming 'siteservername' is not a relevant MP.]LOG]!><time="09:22:17.721+240" date="08-15-2011" component="StatusAgent" context="" type="2" thread="1760" file="smsclienteventforwarder.cpp:325"> <![LOG[Event forwarder SmsClientEventForwarder:Instance0 successfully handled 1 events]LOG]!><time="09:22:17.721+240" date="08-15-2011" component="StatusAgent" context="" type="1" thread="1760" file="forwardproxy.cpp:304"> LocationServices.log <![LOG[Current AD site of machine is USA]LOG]!><time="09:22:17.658+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="lsad.cpp:525"> <![LOG[Attempting to retrieve SLPs from AD]LOG]!><time="09:22:17.674+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="lsad.cpp:1944"> <![LOG[Retrieved SLPs from AD]LOG]!><time="09:22:17.690+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="lsad.cpp:1948"> <![LOG[begin checking Alternate Network Configuration]LOG]!><time="09:22:17.690+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="ccmiputil.cpp:1069"> <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="09:22:17.690+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="ccmiputil.cpp:1146"> <![LOG[Current AD site of machine is USA]LOG]!><time="09:22:17.690+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="lsad.cpp:525"> <![LOG[using HTTP to send request to IND-SCCM1T.]LOG]!><time="09:22:17.690+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="ccmhttpget.cpp:650"> <![LOG[Raising event: instance of CCM_CcmHttp_Status { DateTime = "20110815132217.705000+000"; HostName = "siteservername"; HRESULT = "0x00000000"; ProcessID = 3924; StatusCode = 0; ThreadID = 1632; }; ]LOG]!><time="09:22:17.705+240" date="08-15-2011" component="LocationServices" context="" type="1" thread="1632" file="event.cpp:722"> <![LOG[LSGetAssignedSiteFromSLP : No site code returned from SLP]LOG]!><time="09:22:17.705+240" date="08-15-2011" component="LocationServices" context="" type="3" thread="1632" file="lsad.cpp:1759"> smscliut.log <![LOG[WARNING - Client is currently unassigned or an error occurred retrieving the assigned site. GetAssignedSite() returned : 0X80040002]LOG]!><time="09:22:12.165+240" date="08-15-2011" component="smscliui" context="" type="2" thread="2536" file="clicfgdlg.cpp:1869"> <![LOG[Attempt to auto discover site has failed. Error: 0X40002]LOG]!><time="09:22:13.431+240" date="08-15-2011" component="smscliui" context="" type="3" thread="2536" file="clicfgdlg.cpp:1528"> <![LOG[Attempt to auto discover site has failed. Error: 0X40002]LOG]!><time="09:22:17.705+240" date="08-15-2011" component="smscliui" context="" type="3" thread="2536" file="clicfgdlg.cpp:1528"> I'm thinking there is an HTTP issue because its not showing any site information through the HTTP request...but not sure why not. I can browse to the site from the client and I can nslookup the site by 'siteservername' so just really confused. Thanks for the help! Quote Share this post Link to post Share on other sites More sharing options...
marculos Posted August 15, 2011 Report post Posted August 15, 2011 can you access the management point from a browser http://SCCM_SERVER_NAME/SMS_MP/.sms_aut?MPLIST / Quote Share this post Link to post Share on other sites More sharing options...
Nillzle Posted August 15, 2011 Report post Posted August 15, 2011 Yeah I sure can, which is why I'm so confused at this point, it shows me the MP Name and an SSLState of 0. Its the same site name that I'm using in CCM. - <MPList> - <MP Name="siteservername" FQDN="siteservername"> <Version>7561</Version> - <Capabilities SchemaVersion="1.0"> <Property Name="SSLState" Value="0" /> </Capabilities> </MP> </MPList> Quote Share this post Link to post Share on other sites More sharing options...
marculos Posted August 15, 2011 Report post Posted August 15, 2011 is the client in the defined boundary and is the boundary added to a boundary group ? 1 Quote Share this post Link to post Share on other sites More sharing options...
Nillzle Posted August 15, 2011 Report post Posted August 15, 2011 I've done some reading on issues like this that it could be that the boundaries in place just aren't specific enough. To try and remedy this I have 3 boundaries in place, see below: IP Subnet: x.0.0.0 IP Address Range: x.x.x.x - x.x.x.x (this is a '0' to '254' range that has the clients' IP in it) Active Directory Site: USA Quote Share this post Link to post Share on other sites More sharing options...
Nillzle Posted August 15, 2011 Report post Posted August 15, 2011 is the client in the defined boundary and is the boundary added to a boundary group ? I don't have a boundary group setup though...is that required? Quote Share this post Link to post Share on other sites More sharing options...
Nillzle Posted August 15, 2011 Report post Posted August 15, 2011 WOW, thanks sooo much Marculos, that was totally the problem. I didn't have the boundary group setup and once I did I assigned it to the site and my client connected just fine. I didn't think a boundary group was needed since the boundaries were already defined...I couldn't find any information anywhere that explained that the boundary group was required. Thanks again for the help! Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted August 15, 2011 Report post Posted August 15, 2011 See also: http://technet.microsoft.com/en-us/library/gg712679.aspx Quote Share this post Link to post Share on other sites More sharing options...