Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, May 24, 2016 8:19 AM
Hi all
At a new Distribution Point far away we have replicated all packages, but we are having problems with Task Sequence and I think it is related to IIS because when I browse "http://localhost/SMS_DP_SMSPKG$" I get error 500 the website cannot displat the page.
Running SCCM 2012 R2
I hope someone have experienced this and knows the solution. Are there other logs I should check?
When browsing http://localhost/SMS_DP_SMSPKG$ on our primarry site the list of ini files displays fine, but I get error 500 on the new distribution point.
F12 is working, but start og Task Sequence fails.
The local client SMSTS.log contains erros:
Http result: 500 TSPxe 23-05-2016 08:25:32 1404 (0x057C)
SendResourceRequest() failed. 801901f4 TSPxe 23-05-2016 08:25:32 1404 (0x057C)
Download() failed. 801901f4. TSPxe 23-05-2016 08:25:32 1404 (0x057C)
DownloadContentAndVerifyHash() failed. 80070002. TSPxe 23-05-2016 08:25:32 1404 (0x057C)
Boot Image package not found.
The system cannot find the file specified. (Error: 80070002; Source: Windows) TSPxe 23-05-2016 08:25:32 1404 (0x057C)
The user tries to release a source directory C:\SMSTaskSequence\Packages\PS1000EE that is either already released or we have not connected to it.
Failed to stage WinPE. Code(0x80070002) TSPxe 23-05-2016 08:25:32 1404 (0x057C)
ThreadToResolveAndExecuteTaskSequence failed. Code(0x80070002) TSPxe 23-05-2016 08:25:32 1404 (0x057C)
RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence TSBootShell 23-05-2016 08:25:44 948 (0x03B4)
GetTsRegValue() is unsuccessful. 0x80070002. TSBootShell 23-05-2016 08:25:44 948 (0x03B4)
TS environment is not initialized TSBootShell 23-05-2016 08:25:44 948 (0x03B4)
All replies (3)
Friday, June 3, 2016 7:12 PM âś…Answered | 1 vote
I had this same issue and resolved by installing ISAPI extensions from the Add Roles and Features>Server Roles>Web Server>Application Development running my new DP. It is in the prerequisites listed here: http://9to5it.com/configmgr-2012-prerequisites-for-site-system-roles/ and is required but doesn't get added automatically.
Tuesday, May 24, 2016 12:29 PM
A error 500 is an HTTP error and thus most certainly from IIS. It's no surprise that you are also getting the same error code when trying to run the task sequence so troubleshooting the task sequence itself is useless at this point since the problem is on the DP.
Have you reviewed the event log on the DP? Have you reviewed the status of the DP in the Monitoring workspace of the console? Have you reviewed the status messages for the DP from the console? Have you reviewed the DP log files on the DP?
Jason | http://blog.configmgrftw.com | @jasonsandys
Wednesday, May 25, 2016 6:57 AM
Hi Jason
Thanks for the reply.
Could you guide me to which logs I should check now to find the cause of the IIS problem or are there any IIS related settings, roles, etc. I should check that is needed before I can browse on the DP "http://localhost/SMS_DP_SMSPKG$"?
Christian