Forum Discussion
We are having an issue during OSD
We have 2 servers - One in our corporate Office, Server02, and the other across the WAN in our west coast office Server01. It takes a few minutes, around 5, for the Task Sequence wizard to show up when imaging a computer in our west coast office. While the computer being imaged is at the (blank) configuration Manager Screen if I go in to CMD and look at the SMSTS.log File I see request going to Server02 with errors before it tries server01 and actually brings of the task sequence wizard. Once it stops trying to connect over the wan to server02 the task sequence wizard does show up and everything works after that.
The computer (s) being imaged are server01 are on the same network/vlan. So why is the computer even trying requesting from Server02 before server01? Boundary groups are set correctly .
Server 01 is our primary server.
I see this in the smstslog a few times on the computer being imaged.
Current time info: .
Getting MP time information
Requesting client identity
Setting the authenticator.
CLibSMSMessageWinHttpTransport::Send: WinHttpOpenRequest - URL: SERVER02.stella-jones.com:443 CCM_POST /ccm_system_AltAuth/request
SSL, using authenticator in request.
In SSL, but with no client cert.
Error. Received 0x80072ee2 from WinHttpSendRequest.
connect (sock, (struct sockaddr *) &SockAddrIn, sizeof (struct sockaddr_in)) == 0, HRESULT=8007274c (C:\__w\1\s\src\Framework\OSDMessaging\libsmsmessaging.cpp,944)
socket 'connect' failed; 8007274c
hr, HRESULT=80072ee2 (C:\__w\1\s\src\Framework\OSDMessaging\libsmsmessaging.cpp,10293)
Sending with winhttp failed; 80072ee2
Will retry in 4 second(s)
Retrying...
Then after a few retries I see the exact same request to Server01 that succeeds.
Current time info: .
Getting MP time information
Requesting client identity
Setting the authenticator.
CLibSMSMessageWinHttpTransport::Send: WinHttpOpenRequest - URL: SERVER01.stella-jones.com:443 CCM_POST /ccm_system_AltAuth/request
SSL, using authenticator in request.
In SSL, but with no client cert.
Request was successful.
Everything works after the request to server01 succeeds