Hello Folks,
I have a simple task sequence that install/update HP Management Home Page(HP SMH). I have created task sequence in a way that.
1. Create a Local Folder - "cmd /c "if not exist c:\postconfig md c:\postconfig""
2. Copy execution files locally - "cmd /c xcopy /s /e /i /c *.* c:\postconfig"
3. Install - cmd /c c:\postconfig\x64\executable.exe /s /f -- Separated for 64 bit and 32 bit
4. Remove Build files - cmd /c "if exist c:\postconfig rd /s /q c:\postconfig"
I made this task sequence as available so that I can install when ever I want, Problem is when install this from software center I am receiving Task Sequence error with error code 0x00000001 in software center. But system management homepage updated to version I want. Eventually this completes my task. But I am curious to why I am receiving task sequence error.
I looked at SMSTS log, I found couple of errors. Below is grab from SMSTS Log. Could someone please look at it and tell me why it is failing. (Sorry that I am week in reading/identifying errors in SCCM Logs)
**********************************************************************************************
Failed to run the action: Install SMH.
Incorrect function. (Error: 00000001; Source: Windows) TSManager 03/08/2015 14:37:40 6348 (0x18CC)
Set authenticator in transport TSManager 03/08/2015 14:37:40 6348 (0x18CC)
Set a global environment variable _SMSTSLastActionRetCode=1 TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Clear local default environment TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Let the parent group (x64) decides whether to continue execution TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Let the parent group (Install SMH 7.5.0.4) decide whether to continue execution TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Let the parent group (Install to HP hardware) decide whether to continue execution TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Let the parent group (Install HP software and drivers) decide whether to continue execution TSManager 03/08/2015 14:37:41 6348 (0x18CC)
The execution of the group (Install HP software and drivers) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows) TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Failed to run the last action: Install SMH. Execution of task sequence failed.
Incorrect function. (Error: 00000001; Source: Windows) TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Set authenticator in transport TSManager 03/08/2015 14:37:41 6348 (0x18CC)
Task Sequence Engine failed! Code: enExecutionFail TSManager 03/08/2015 14:48:27 6348 (0x18CC)
**************************************************************************** TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Task sequence execution failed with error code 80004005 TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Cleaning Up. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Removing Authenticator TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Cleaning up task sequence folder TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Unable to delete file C:\_SMSTaskSequence\TSEnv.dat (0x80070005). Continuing. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Failed to delete directory 'C:\_SMSTaskSequence' TSManager 03/08/2015 14:48:27 6348 (0x18CC)
SetNamedSecurityInfo() failed. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
SetObjectOwner() failed. 0x80070005. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
RemoveFile() failed for C:\_SMSTaskSequence\TSEnv.dat. 0x80070005. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
RemoveDirectoryW failed (0x80070091) for C:\_SMSTaskSequence TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ... TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Successfully unregistered Task Sequencing Environment COM Interface. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Unregister TSManager 03/08/2015 14:48:27 6348 (0x18CC)
==========[ TsProgressUI started in process 5240 ]========== TsProgressUI 03/08/2015 14:48:27 684 (0x02AC)
Unregistering COM classes TsProgressUI 03/08/2015 14:48:27 684 (0x02AC)
Shutdown complete. TsProgressUI 03/08/2015 14:48:27 684 (0x02AC)
Process completed with exit code 0 TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Successfully unregistered TS Progress UI. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Start to cleanup TS policy TSManager 03/08/2015 14:48:27 6348 (0x18CC)
End TS policy cleanup TSManager 03/08/2015 14:48:27 6348 (0x18CC)
RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram TSManager 03/08/2015 14:48:27 6348 (0x18CC)
GetTsRegValue() failed. 0x80070002. TSManager 03/08/2015 14:48:27 6348 (0x18CC)
End program: TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Error executing Task Sequence Manager service. Code 0x80004005 TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Sending error status message TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Set authenticator in transport TSManager 03/08/2015 14:48:27 6348 (0x18CC)
Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs TSManager 03/08/2015 14:48:28 6348 (0x18CC)******************************************************************
Mallikarjuna YH, Windows / Exchange