I am sort of new to the whole Build and Capture process. I just got it working for W2K12R2 and W2K8R2, and now I'm trying to set it up for W2K8 SP2 x64. I am not using MDT as it (seems to) add extra complexity and because we don't use Config Mgr for OSD. I am simply trying to build images.
I am using the W2K8 SP2 x64 RTM image direct from MS (install.wim timestamp is 4/11/2009).
My Task Sequence completes the image deployment and CCM client install. The next step is a Run Command Line that contains "servermanagerCMD.exe -install Telnet-Client". 64-bit redirection is checked.
SMSTS error:
The task sequence execution engine failed executing the action (Install Telnet-Client) in the group (CUSTOMIZATIONS) with the error code 1002
Action output: [ smsswd.exe ]
PackageID = ''
BaseVar = '', ContinueOnError=''
ProgramName = 'servermanagerCMD.exe -install Telnet-Client'
SwdAction = '0001'
Command line for extension .exe is "%1" %*
Set command line: Run command line
Working dir 'not set'
Executing command line: Run command line
Error: Failed to initialize.. The operating system reported error 1002: The window cannot act on the sent message
Servermanager.log:
1568: 2015-03-25 13:00:53.842 [ServerManagerCmd] Running with the following arguments: '-install Telnet-Client'
1568: 2015-03-25 13:00:53.951 [LoadExtensionAssemblies] No extension assemblies registered.
1568: 2015-03-25 13:00:53.983 [OobOptionalComponentInfo] Loading OCs from registry.
1568: 2015-03-25 13:00:54.419 [CBS] LastModified CBS Time (UTC): 03/25/2015 19:57:32
1568: 2015-03-25 13:00:54.419 [Provider] C:\Windows\system32\ServerManager\Cache\CbsUpdateState.bin does not exist.
1568: 2015-03-25 13:00:54.419 [CBS] IsCacheStillGood: False.
1568: 2015-03-25 13:00:54.419 [CBS] CreateSessionAndPackage: begin
1568: 2015-03-25 13:00:54.419 [CBS] Error (Id=0) Function: 'CreateSessionAndPackage()->Session_OpenPackage' failed: 800b0100 (-2146762496)
1568: 2015-03-25 13:00:54.435 [ExceptionHandler] Error (Id=0) An unexpected exception was found:
System.Runtime.InteropServices.COMException (0x800B0100): No signature was present in the subject. (Exception from HRESULT: 0x800B0100)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.Windows.ServerManager.ComponentInstaller.CreateSessionAndPackage(IntPtr& session, IntPtr& package)
at Microsoft.Windows.ServerManager.ComponentInstaller.InitializeUpdateInfo()
at Microsoft.Windows.ServerManager.ComponentInstaller.Initialize()
at Microsoft.Windows.ServerManager.Common.Provider.Initialize(DocumentCollection documents)
at Microsoft.Windows.ServerManager.ServerManagerModel.InternalRefreshModelResult(Object state)
1568: 2015-03-25 13:00:54.435 [ServerManagerCmd] Error (Id=0) Failed to initialize.
Things I've tried that still resulted in the above errors:
- Insert reboot after CCM Client install
- Install all updates (200+ install successfully)
Does anyone know how I can get this to work?
Thanks
Joel