maestro86 Posted November 4, 2014 Report post Posted November 4, 2014 Hello everybody, I´ve installed SCCM 2012 R2 in our network and my problem is that PXE-Boot suddenly isn´t working anymore. The smspxe.log shows the following error message: Failed to get information for MP: http://<SCCM server FQDN>. 80004005. SMSPXE 04.11.2014 08:45:26 4620 (0x120C)PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 04.11.2014 08:45:26 4620 (0x120C)PXE::MP_LookupDevice failed; 0x80004005 SMSPXE 04.11.2014 08:45:26 4620 (0x120C)Failed to get information for MP: http://<SCCM server FQDN>. 80004005. SMSPXE 04.11.2014 08:45:27 4620 (0x120C)PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 04.11.2014 08:45:27 4620 (0x120C)PXE::MP_ReportStatus failed; 0x80004005 SMSPXE 04.11.2014 08:45:27 4620 (0x120C)PXE Provider failed to process message.Unknown error (Error: 80004005; Source: Unknown) SMSPXE 04.11.2014 08:45:27 4620 (0x120C) Because of the last line, I have no clue where to start looking for the problem. There´s no other matching error in the other logs like mpcontrol.log. I´ve checked the permissions to the database, uninstalled MP and DP and reinstalled them after two server reboots and assurance of clean removal of WDS, but no success. When restarting the SCCM-Server after reinstall, a similar error message appears in the smspxe.log while loading the PXE-Provider (WDS). RequestMPKeyInformation: Send() failed. SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)Failed to get information for MP: http://<SCCM server FQDN>. 80004005. SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE::MP_LookupDevice failed; 0x80004005 SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE Provider failed to initialize MP connection.Unknown error (Error: 80004005; Source: Unknown) SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)RequestMPKeyInformation: Send() failed. SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)Failed to get information for MP: http://<SCCM server FQDN>. 80004005. SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE::MP_InitializeTransport failed; 0x80004005 SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE::MP_ReportStatus failed; 0x80004005 SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C)PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005 SMSPXE 04.11.2014 14:54:19 3868 (0x0F1C) Other functions like software deployment work perfectly, it´s only the PXE-Boot which drives me crazy now for at least two weeks. It worked before and suddenly it stopped. SCCM 2012 R2 CU3 and hotfix is installed along with SQL-Server 2012 SP2 CU2 on a single Windows Server 2012 R2 Standard server. I hope somebody here can help me because Google has no matching solution for me. Greetings. Quote Share this post Link to post Share on other sites More sharing options...
ludi2014 Posted November 4, 2014 Report post Posted November 4, 2014 Did you configureHTTP or HTTPS on your MP. IF you use HTTPS:You need to configure your PXE DP with a certificate that your MP will accept. kind regard sg http://www.learnmesccm.com/ https://www.linkedin...ahic/a0/842/b21 Quote Share this post Link to post Share on other sites More sharing options...
maestro86 Posted November 5, 2014 Report post Posted November 5, 2014 Hi, I configured HTTP. Is it possible, that I also need a certificate for HTTP? Greetings Quote Share this post Link to post Share on other sites More sharing options...
maestro86 Posted November 9, 2014 Report post Posted November 9, 2014 Ok, I´ve found the problem, it was selfmade. I configured the Windows Firewall to allow local access from the server itself to the SQL server only. This has worked for the most time, but I missed a very important thing. The server has also an IPv6 adress and tries to use that adress, which is not included in the firewall policy. So I disabled IPv6 and everything works fine now. Why is Microsoft not able of producing clear error messages? :angry: But other companies aren´t really better, I know. Quote Share this post Link to post Share on other sites More sharing options...