Jump to content


GolfKingUK

Established Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by GolfKingUK

  1. Anyone know what the final answer is on this? I have tried everything to get the start menu, except to recapture my image.. is that the only way around this issue? Also, is there a fix planned anytime soon? thanks!!
  2. I have a customer request to install a set of applications based on job function, before completeing the OSD task sequence. Lets say I have collections for Job Functions, ie, Accounting, Marketing, IT, etc. All having many apps assigned to them, both mandatory and optional. Is there a way somewhere in the task sequence to look for membership and install those applications that are mandatory, and also, if its a new machine, is there a way to populate itself to a set collection based on job function, and then install the associated applications? We are using 2012 SP1. Any assistance woudl be apprecitated!
  3. I have been tasked to setup a primary site at a vendor so they can image machines, shutdown, ship to site. Ideally, the local tech would turn on and they would continue on there way fairly quickly. We use SQL (BDD) to determine things like gateway, ADSite, OU, Name, etc etc, mostly gathers by gateway address which determines location etc. Listed below ar esome of the tables, etc. Database=W7Admin Table dbo.adsite_info – DefaultGateway determines ADSite Table dbo.Descriptions – 200 Columns that can be configured, we use some Table dbo.DriverPathOU – Gathers Model to assign to AD OU, also determined by ADSite Table dbo.WMIInfo – Gathers MacAddress, SerialNumber, Make,Model, ISLaptop, ISDesktop, ISServer, ISVM, ComputerName, OSDNewMachineName, OSDComputerName, DefaultGateway, OLDComputerNameDatabase Anyone have any experience of doing anything like this? I'd love suggestions on how best (easiest) way to handle this. One thought I had was having the vendor setup a gateway address for each site he wanted to build for. This could be added to the custom settings easily enough. Would the machines build successfully from one primary site, even though all of there assignments are to another primary site? Another though I had was to create a separate DB for each site and a task sequence that set these parameters.. but that seems like alot of work and rearchitecture.. which I'd like to avoid. Any help/suggestions, etc on how best to solve this issue would be greatly appreciated. Thanks! Ron
  4. I have a situation where as a Primary site has been completely trashed. The server had some issues and was rebuilt. (Not by me!) Bottom line, the server does not exist anymore as it was. It has been rebuilt to 2008R2 with the same name. I do have a SCCM backup of the site. The drive structure is not the same however. The site was originally Server 2003, SCCM R3, SQL 2005. Any advice on how to get this site back functioning as soon as possible would be welcome. I am happy to upgrade now to W2K8R2 and SQL2008R2, but want to make sure I have considered everything. So far it is up and running as Windows 2008 R2. I configured all the 2008 stuff for SCCM this morning, and am in the process of installing SQL 2008R2 now. I am thinking it is best to completely remove the old site from the Central site and start from scratch. Any suggestions? I'm concerned about clients, how to claim them back to the new site? This is a remote site with roughly 100 machines/users. Any help/advice would be greatly appreciated. Time is of the essence as I need to get them back up and running and able to image machines by Wed (2 days). Thanks!
  5. Does anyone have a definitive guide where all the Use Toolkit Package, Gather (Running customsettings), and copy logs should be in a task sequence. I am getting partial logs, but it doesn't seem to be appending the smsts log and I only get the last few minutes ( rather than the whole hour long process). i also notice the _smstasksequence directory on C: is hanging around, i think it's due to not having the toolkit, customsettings and copy logs MDT entries in the correct places. Thanks in advance.
  6. Has anyone managed to get a checkpoint encrypted disk to load a new OSD task Sequence? I have to get this automated.. if I boot from pxe/cd/usb, etc, all is fine and it formats the disk and completes the task seequence. If I am running from "Run Advertised Programs" or making the build untouched and mandatory, it fails. The failure makes sense.. SCCM puts the boot image down, then can't read the disk after it reboots... I managed to find the Checkpoint resource kit which loads the prot_2k.sys into the winpe image.. This actually now gets us into winpe, which is a step further than I have ever got before.. but now as the winpe is booting up, during the Initializing hardware devices stage., I get the following error: "Unable to read task sequence configuration disk." The very next step is the format the disk step, so I don't get why we need to read it.. ? I may have found some info on the checkpoint site, but as we don't have support, I can't read it. If anyone else could send the contents of the 2 links, that would be great!! http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/74231add-1602-4851-bb47-b25e7f468773 Any help would be appreciated. This is the last major hurdle to overcome before deployment (I Hope!!) Thanks! Ron
  7. yes, the first part of the task sequence works fine, and it installs image 1 to the BDE partition just fine, it bombs out about 1/5th of the way through image 2 on the OSDisk partition... it happens every time for this one machine only.. I have 4 other test machines and all of them load the entire task sequence just fine, it's just this one particular machine.
  8. I am getting the following errors when trying to run my Windows 7 task sequence. I have pasted the error part of log file smsts.log below: It only happens on one particular machine, all other test machines build fine, so I know the image and task sequence are good.. but every time I try to run it on this one desktop Dell Optiplex 960 it fails about 1/5 of the way of putting down the image. There has to be some logic to this, but damned if I can find it!! Thanks in advance.. Applying image 2 to volume E: ApplyOperatingSystem 12/10/2010 12:07:09 PM 456 (0x01C8) WIM error:E:\Windows\assembly\NativeImages_v2.0.50727_32\Microsoft.MediaCent#\12012772d108f25455870826bd89d966\Microsoft.MediaCenter.UI.ni.dll. Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Error: 80070241; Source: Windows) ApplyOperatingSystem 12/10/2010 12:11:05 PM 668 (0x029C) WIMApplyImage( hVolumeImage, const_cast<LPWSTR>(pathTargetVolume.c_str()), WIM_FLAG_VERIFY), HRESULT=80070241 (e:\nts_sms_fre\sms\framework\tscore\wimfile.cpp,512) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Unable to apply (0x80070241) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) this->imageFile.ApplyVolumeImage(imageIndex, this->targetVolume), HRESULT=80070241 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,707) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) ApplyImage(), HRESULT=80070241 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1416) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Apply(), HRESULT=80070241 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1456) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Installation of image 2 in package FRM002CF failed to complete.. Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Error: 80070241; Source: Windows) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) installer.install(), HRESULT=80070241 (e:\nts_sms_fre\sms\client\osdeployment\applyos\installimage.cpp,1527) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Closing image file \\STLSCCM01.BC.Firm.Local\SMSPKGE$\FRM002CF\bcBaseW7_1_30_Office2003.wim ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Entering ReleaseSource() for \\STLSCCM01.BC.Firm.Local\SMSPKGE$\FRM002CF\ ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) reference count 1 for the source \\STLSCCM01.BC.Firm.Local\SMSPKGE$\FRM002CF\ before releasing ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Released the resolved source \\STLSCCM01.BC.Firm.Local\SMSPKGE$\FRM002CF\ ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia ), HRESULT=80070241 (e:\nts_sms_fre\sms\client\osdeployment\applyos\applyos.cpp,373) ApplyOperatingSystem 12/10/2010 12:11:05 PM 456 (0x01C8) Process completed with exit code 2147942977 TSManager 12/10/2010 12:11:05 PM 224 (0x00E0) !--------------------------------------------------------------------------------------------! TSManager 12/10/2010 12:11:05 PM 224 (0x00E0) Failed to run the action: Apply Operating System Image. Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Error: 80070241; Source: Windows) TSManager 12/10/2010 12:11:05 PM 224 (0x00E0) Sending status message . . . TSManager 12/10/2010 12:11:05 PM 224 (0x00E0)
  9. I managed to get it to work if run as system using psexec. Added it to my SCCM Task Sequence and all is good.. thanks for the help!!!
  10. My experience has been as follows: (DISABLE Trend first) 1. Install the patch SCCM2007-SP2-KB977384-ENU (if you do this silently by deploying you don't get the option to create the update package for the clients needed at least once) (If the log says successful, then all is good.) 2. Install R3. This must be installed on the server only, there is no console update, it happens automatically. 3. Install the client upgrade you created in Step 1 as long as you didn't run silently. Hope this helps.
  11. I have a script that I pieced together which accomplishes the following: Creates Local Admin, Sets a Password, encodes the password, then writes the encoded value to the registry. This script works perfectly in Windows XP. For Windows 7, it creates the Admin User, but does not write the password to the registry, nor does it check the never expire and user can't change password boxes. (These are less important but it must write the encoded password value to the registry). Once that value is in the registry, then SCCM inventories the value and the helpdesk can un-encode the password and give the login information to a user, who needs emergency admin rights. My scripting skills are fairly limited, but learning.. I have pasted the script below: Any advice anyone can give would be much appreciated. If anyone likes this and would like the un-encode script, just email me!! Thanks! Option Explicit On Error Resume Next Dim WshShell,FSO,Env,ComputerName,PlainPassword,EncodedPassword,LMAdminExists,IsMember,Groups,Group Dim User,Accounts,DomainOrWorkgroup,UserFlags,UserFlag Set WshShell = WScript.CreateObject("WScript.Shell") Set FSO = CreateObject("Scripting.FileSystemObject") Set Env = WshShell.Environment("Process") ComputerName = Env("ComputerName") ' obtain tthe workstation name from the local environment values cache Set Groups = GetObject("WinNT://" & ComputerName & "") ' Read user groups from local machine Groups.Filter = Array("group") ' filter out anything but groups from the results For Each Group In Groups ' check each group in turn (should only be a few) If Group.Name = "Administrators" Then ' found the administrators group For Each User in Group.Members ' check each user of the administrators group in turn If User.Name = "LMAdmin" Then ' An account exists named LMAdmin LMAdminExists = True ' set a value to refer to the fact that the LMAdmin account exists End If Next End If Next If LMAdminExists Then ' LMAdmin account has been verified to exist CreatePassword ' create both a new plaintext and encoded password ResetPassword ' set the LDAdmin account to use the newly created password Else ' LMAdmin does not exist CreatePassword ' create both a new plaintext and encoded password CreateLMAdmin ' create the local LMAdmin account WScript.Quit ' nothing else to do so quit End If Sub CreateLMAdmin Set Accounts = GetObject("WinNT://" & ComputerName & "") ' Bind to local machine's accounts Set User = Accounts.Create("user", "LMAdmin") ' specify a new user named 'LMAdmin' should be created User.SetPassword PlainPassword ' Specify the value of the newly generated password User.SetInfo ' create the new account using the details specified Set Group = GetObject("WinNT://" & ComputerName & "/Administrators,group") ' bind to the local machine's administrators group Set User = GetObject("WinNT://" & ComputerName & "/LMAdmin,user") ' bind to the LDAdmin user account Group.Add(User.ADsPath) ' add the user to the group WshShell.LogEvent 0, "Local Machine Administrator account (LMAdmin) has been created successfully" ' log event to event log ' add the encoded password to the SCCM custom inventory fields ready for inventory capture WshShell.RegWrite "HKLM\SOFTWARE\MyKey\PWCapture",EncodedPassword,"REG_SZ" ' set the newly created account's password to both never expire and to not be changable Const ADS_UF_DONT_EXPIRE_PASSWD = &h10000 Const ADS_UF_PASSWD_CANT_CHANGE = &H0040 End Sub Sub CreatePassword ' create a new password (both plain text and encoded) Dim LowNumber1,HighNumber1,LowNumber2,HighNumber2,LowNumber3,HighNumber3 Dim Char1,Char2,Char3,Char4,Char5,Char6,Char7,Char8,Char9 Dim LowAlgorithm,HighAlgorithm,Algorithm,AlgorithmArray,ChosenAlgorithm,AlgorithmSplit Dim EncodedChar1,EncodedChar2,EncodedChar3,EncodedChar4,EncodedChar5,EncodedChar6,EncodedChar7,EncodedChar8,EncodedChar9 ' Create 9 sets of upper and lower character-code value ranges from which to generate each of the 9 password characters LowNumber1 = 97 ' a HighNumber1 = 122 ' x LowNumber2 = 65 ' A HighNumber2 = 90 ' Z LowNumber3 = 48 ' 0 HighNumber3 = 57 ' 9 Randomize ' From the character-code value ranges specified previously, randomly choose a character code Char1 = Int((HighNumber1 - LowNumber1 + 1) * Rnd + LowNumber1) Char2 = Int((HighNumber2 - LowNumber2 + 1) * Rnd + LowNumber2) Char3 = Int((HighNumber3 - LowNumber3 + 1) * Rnd + LowNumber3) Char4 = Int((HighNumber1 - LowNumber1 + 1) * Rnd + LowNumber1) Char5 = Int((HighNumber2 - LowNumber2 + 1) * Rnd + LowNumber2) Char6 = Int((HighNumber3 - LowNumber3 + 1) * Rnd + LowNumber3) Char7 = Int((HighNumber1 - LowNumber1 + 1) * Rnd + LowNumber1) Char8 = Int((HighNumber2 - LowNumber2 + 1) * Rnd + LowNumber2) Char9 = Int((HighNumber3 - LowNumber3 + 1) * Rnd + LowNumber3) ' Create a string of all the returned values PlainPassword = Chr(Char1) & Chr(Char2) & Chr(Char3) & Chr(Char4) & Chr(Char5) & Chr(Char6) & Chr(Char7) & Chr(Char8) & Chr(Char9) ' Create algorithms and assign one to current password creation process from 5 different sets LowAlgorithm = 1 HighAlgorithm = 5 Randomize ' From the range of 5 values choose one to use (1 through 5) Algorithm = Int((HighAlgorithm - LowAlgorithm + 1) * Rnd + LowAlgorithm) ' specify the values of the algorithms in an array AlgorithmArray = Array( "065-586-094-288-691-071-002-097-768-157",_ "066-443-638-242-548-216-643-051-146-465",_ "067-112-563-864-234-856-474-076-609-127",_ "068-447-739-226-863-098-641-204-013-044",_ "069-151-556-284-505-367-433-841-114-498") ChosenAlgorithm = AlgorithmArray(Algorithm -1) ' name the chosen array value (must be minus one as VB arrays start at zero) AlgorithmSplit = Split(ChosenAlgorithm,"-") ' segment the algorithm at each hyphen it contains EncodedChar1 = AlgorithmSplit(1) + Char1 ' calculate the encoded values for each segment EncodedChar2 = AlgorithmSplit(2) + Char2 EncodedChar3 = AlgorithmSplit(3) + Char3 EncodedChar4 = AlgorithmSplit(4) + Char4 EncodedChar5 = AlgorithmSplit(5) + Char5 EncodedChar6 = AlgorithmSplit(6) + Char6 EncodedChar7 = AlgorithmSplit(7) + Char7 EncodedChar8 = AlgorithmSplit(8) + Char8 EncodedChar9 = AlgorithmSplit(9) + Char9 If EncodedChar1 < 10 Then EncodedChar1 = "00" & EncodedChar1 Else If EncodedChar1 < 100 Then EncodedChar1 = "0" & EncodedChar1 End If End If If EncodedChar2 < 10 Then EncodedChar2 = "00" & EncodedChar2 Else If EncodedChar2 < 100 Then EncodedChar2 = "0" & EncodedChar2 End If End If If EncodedChar3 < 10 Then EncodedChar3 = "00" & EncodedChar3 Else If EncodedChar3 < 100 Then EncodedChar3 = "0" & EncodedChar3 End If End If If EncodedChar4 < 10 Then EncodedChar4 = "00" & EncodedChar1 Else If EncodedChar4 < 100 Then EncodedChar4 = "0" & EncodedChar1 End If End If If EncodedChar5 < 10 Then EncodedChar5 = "00" & EncodedChar5 Else If EncodedChar5 < 100 Then EncodedChar5 = "0" & EncodedChar5 End If End If If EncodedChar6 < 10 Then EncodedChar6 = "00" & EncodedChar6 Else If EncodedChar6 < 100 Then EncodedChar6 = "0" & EncodedChar6 End If End If If EncodedChar7 < 10 Then EncodedChar7 = "00" & EncodedChar7 Else If EncodedChar7 < 100 Then EncodedChar7 = "0" & EncodedChar7 End If End If If EncodedChar8 < 10 Then EncodedChar8 = "00" & EncodedChar8 Else If EncodedChar8 < 100 Then EncodedChar8 = "0" & EncodedChar8 End If End If If EncodedChar9 < 10 Then EncodedChar9 = "00" & EncodedChar9 Else If EncodedChar9 < 100 Then EncodedChar9 = "0" & EncodedChar9 End If End If ' create a value that rejoins the encoded values again seperated by a hyphen EncodedPassword = AlgorithmSplit(0) & EncodedChar1 & "-" & _ EncodedChar2 & EncodedChar3 & "-" & _ EncodedChar4 & EncodedChar5 & "-" & _ EncodedChar6 & EncodedChar7 & "-" & _ EncodedChar8 & EncodedChar9 'WScript.Echo PlainPassword & " (" & EncodedPassword & ")" End Sub Sub ResetPassword ' Reset LMAdmin account password to new value created by CreatePassword Set User = GetObject("WinNT://" & ComputerName & "/LMAdmin, user") ' bind to the LMAdmin account of the local machine User.SetPassword PlainPassword ' specify the value to the newly generated password User.SetInfo ' set the password to the previously specified value ' add the encoded password to the SCCM custom inventory fields ready for inventory capture WshShell.RegWrite "HKLM\SOFTWARE\MyKey\PWCapture",EncodedPassword,"REG_SZ" WshShell.LogEvent 0, "Local Machine Administrator Account (LMAdmin) password has successfully been changed" ' log event to event log End Sub
  12. That was it... Thanks so much... unbelievable that having trend on makes the patch say it's the wrong version of SCCM.
  13. This error is when trying to install the Hotfix 977384. I can never get to the point of installing the actual R3. Ron
  14. I have been trying to install R3, which requires hotfix 977384 but get failures on all my servers EXCEPT the first one I did, the CSS. All servers are on 2007 SP2, with the clients also upgraded. All are 2003 Server with SQL2005. I have seem variations which suggest language is wrong, however all servers are using the same language version of SCCM (English) Anyone else having these sort of issues? Thanks! Ron The msi log is pasted below: === Logging started: 11/9/2010 20:29:20 === Action start 20:29:20: INSTALL. Action start 20:29:20: SmsReadSetupRegValues. [20:29:20] Start SmsReadSetupRegValues [20:29:20] Get Site Server Setup information from Software\Microsoft\SMS\Setup [20:29:20] The registry value of 'Installation Directory' is 'E:\Microsoft Configuration Manager'. [20:29:20] The registry value of 'Full Version' is '4.00.6487.2000'. [20:29:20] The registry value of 'Version' is '6487'. [20:29:20] The registry value of 'Type' is '1'. [20:29:20] The registry value of 'Server' is 'FRMESCCM01'. [20:29:20] The registry value of 'Database Name' is 'SMS_DUB'. [20:29:20] The registry value of 'UI Installation Directory' is 'E:\Microsoft Configuration Manager\AdminUI'. [20:29:20] The registry value of 'Full UI Version' is '4.00.6487.2000'. [20:29:20] The registry value of 'UI Version' is '6487'. [20:29:20] The registry value of 'LanguageID' is '00000409'. [20:29:20] The registry value of 'Language' is 'English:00000409'. [20:29:20] The registry value of 'Root Directory' is 'E:\Microsoft Configuration Manager'. Action ended 20:29:20: SmsReadSetupRegValues. Return value 1. Action start 20:29:20: LaunchConditions. Action ended 20:29:20: LaunchConditions. Return value 0. Action start 20:29:20: FindRelatedProducts. Action ended 20:29:20: FindRelatedProducts. Return value 0. Action start 20:29:20: AppSearch. Action ended 20:29:20: AppSearch. Return value 0. Action start 20:29:20: CCPSearch. Action ended 20:29:20: CCPSearch. Return value 0. Action start 20:29:20: RMCCPSearch. Action ended 20:29:20: RMCCPSearch. Return value 0. Action start 20:29:20: ValidateProductID. Action ended 20:29:20: ValidateProductID. Return value 1. Action start 20:29:20: CostInitialize. Action ended 20:29:20: CostInitialize. Return value 1. Action start 20:29:20: FileCost. Action ended 20:29:20: FileCost. Return value 1. Action start 20:29:20: IsolateComponents. Action ended 20:29:20: IsolateComponents. Return value 0. Action start 20:29:20: CostFinalize. Action ended 20:29:20: CostFinalize. Return value 1. Action start 20:29:20: SetODBCFolders. Action ended 20:29:20: SetODBCFolders. Return value 0. Action start 20:29:20: MigrateFeatureStates. Action ended 20:29:20: MigrateFeatureStates. Return value 0. Action start 20:29:20: SmsPatchDisableNonVersionComp. [20:29:20] Start SmsPatchDisableNonVersionComp [20:29:20] Checking the non versioned file [managementclassdescriptions.xml], the date is [1265035200] [20:29:20] Checking the non versioned file [osd_tasksequencemediawizard.xml], the date is [1265035200] [20:29:20] Checking the non versioned file [sccm2007ac-sp2-kb977384-x86-enu.msp], the date is [1265035200] [20:29:20] Checking the non versioned file [tsspropertieslist.xml], the date is [1265035200] [20:29:20] Exit SmsPatchDisableNonVersionComp Action ended 20:29:20: SmsPatchDisableNonVersionComp. Return value 1. Action start 20:29:20: SmsPatchStopService. [20:29:20] Start SmsPatchStopService [20:29:20] Start SmsPatchPrepareAffectedServiceList [20:29:20] Check status for SMS_SITE_COMPONENT_MANAGER [20:29:20] Need stop SMS_SITE_COMPONENT_MANAGER [20:29:20] SmsProdPatchGetDependentServices for SMS_SITE_COMPONENT_MANAGER [20:29:20] Add Service SMS_SITE_COMPONENT_MANAGER [20:29:20] Check status for SMS_EXECUTIVE [20:29:20] Need stop SMS_EXECUTIVE [20:29:20] SmsProdPatchGetDependentServices for SMS_EXECUTIVE [20:29:20] Add Service SMS_EXECUTIVE [20:29:20] Check status for SMS_SITE_SQL_BACKUP [20:29:20] Need stop SMS_SITE_SQL_BACKUP [20:29:20] SmsProdPatchGetDependentServices for SMS_SITE_SQL_BACKUP [20:29:20] Add Service SMS_SITE_SQL_BACKUP [20:29:20] Check status for SMS_SITE_VSS_WRITER [20:29:20] Need stop SMS_SITE_VSS_WRITER [20:29:20] SmsProdPatchGetDependentServices for SMS_SITE_VSS_WRITER [20:29:20] Add Service SMS_SITE_VSS_WRITER [20:29:20] Check status for SharedAccess [20:29:20] Service [sharedAccess] isn't started, skip it [20:29:20] Check status for ccmexec [20:29:20] Need stop ccmexec [20:29:20] SmsProdPatchGetDependentServices for ccmexec [20:29:20] Add Service ccmexec [20:29:20] Check status for iphlpsvc [20:29:20] Service [iphlpsvc] isn't existing, skip it [20:29:20] Check status for wscsvc [20:29:20] Service [wscsvc] isn't existing, skip it [20:29:20] Check status for Winmgmt [20:29:20] Need stop Winmgmt [20:29:20] SmsProdPatchGetDependentServices for Winmgmt [20:29:20] Found dependent service: tmlisten [20:29:20] Found dependent service: CcmExec [20:29:20] Check status for tmlisten [20:29:20] Need stop tmlisten [20:29:20] Add Dependent Service tmlisten [20:29:20] Add Service Winmgmt [20:29:20] Reset Service List: SMS_SITE_COMPONENT_MANAGER SMS_EXECUTIVE SMS_SITE_SQL_BACKUP SMS_SITE_VSS_WRITER ccmexec tmlisten Winmgmt [20:29:20] Exit SmsPatchPrepareAffectedServiceList [20:29:20] Stop Service SMS_SITE_COMPONENT_MANAGER [20:29:21] SMS_SITE_COMPONENT_MANAGER status is stopped [20:29:21] Stop Service SMS_EXECUTIVE [20:29:49] SMS_EXECUTIVE status is stopped [20:29:49] Stop Service SMS_SITE_SQL_BACKUP [20:29:51] SMS_SITE_SQL_BACKUP status is stopped [20:29:51] Stop Service SMS_SITE_VSS_WRITER [20:29:52] SMS_SITE_VSS_WRITER status is stopped [20:29:52] Stop Service ccmexec [20:29:54] ccmexec status is stopped [20:29:54] Stop Service tmlisten [20:34:54] Start tmlisten timer out, status is 4 [20:34:54] Starting (rollback) ccmexec [20:34:55] ccmexec status is 4 [20:34:55] ccmexec is STARTED [20:34:55] Starting (rollback) SMS_SITE_VSS_WRITER [20:34:55] SMS_SITE_VSS_WRITER status is 4 [20:34:55] SMS_SITE_VSS_WRITER is STARTED [20:34:55] Starting (rollback) SMS_SITE_SQL_BACKUP [20:34:55] SMS_SITE_SQL_BACKUP status is 4 [20:34:55] SMS_SITE_SQL_BACKUP is STARTED [20:34:55] Starting (rollback) SMS_EXECUTIVE [20:34:55] SMS_EXECUTIVE status is 4 [20:34:55] SMS_EXECUTIVE is STARTED [20:34:55] Starting (rollback) SMS_SITE_COMPONENT_MANAGER [20:34:56] SMS_SITE_COMPONENT_MANAGER status is 4 [20:34:56] SMS_SITE_COMPONENT_MANAGER is STARTED [20:34:56] Exit SmsPatchStopService Action ended 20:34:56: SmsPatchStopService. Return value 3. Action ended 20:34:56: INSTALL. Return value 3. Property(S): SmsIncorrectLang = This hotfix does not match the installed language version of Configuration Manager 2007 Property(S): SmsNotInstalled = No Configuration Manager 2007 site or administrator console was found on this computer Property(S): SmsNotRunningInElevated = Please run the installer with "Elevated Privileges" Property(S): SmsRunSQLScriptFail = The database upgrade script failed Property(S): VersionNT = 502 Property(S): InstSMSInstallDir = E:\Microsoft Configuration Manager\ Property(S): TARGETDIR = E:\Microsoft Configuration Manager\ Property(S): InstSMSProviderDir = E:\Microsoft Configuration Manager\ Property(S): InstSMSUIInstallDir = E:\Microsoft Configuration Manager\ Property(S): ALLUSERS = 1 Property(S): ARPHELPLINK = http://support.microsoft.com/KB/'>http://support.microsoft.com/KB/[KBNumber] Property(S): ARPNOMODIFY = 1 Property(S): ARPNOREPAIR = 1 Property(S): ARPURLINFOABOUT = http://support.microsoft.com Property(S): BannerBitmap = bannrbmp Property(S): ButtonText_Back = < &Back Property(S): ButtonText_Browse = Br&owse Property(S): ButtonText_Cancel = Cancel Property(S): ButtonText_Exit = &Exit Property(S): ButtonText_Finish = &Finish Property(S): ButtonText_Ignore = &Ignore Property(S): ButtonText_Install = &Install Property(S): ButtonText_Next = &Next > Property(S): ButtonText_No = &No Property(S): ButtonText_OK = OK Property(S): ButtonText_Remove = &Remove Property(S): ButtonText_Repair = &Repair Property(S): ButtonText_Reset = &Reset Property(S): ButtonText_Resume = &Resume Property(S): ButtonText_Retry = &Retry Property(S): ButtonText_Return = &Return Property(S): ButtonText_Yes = &Yes Property(S): CompleteSetupIcon = completi Property(S): CustomSetupIcon = custicon Property(S): DefaultUIFont = DlgFont8 Property(S): DialogBitmap = dlgbmp Property(S): DlgTitleFont = {&DlgFontBold8} Property(S): ErrorDialog = ErrorDlg Property(S): ExclamationIcon = exclamic Property(S): IAgree = No Property(S): InfoIcon = info Property(S): InstallerIcon = insticon Property(S): INSTALLLEVEL = 3 Property(S): InstallMode = Typical Property(S): KBNumber = 977384 Property(S): Manufacturer = Microsoft Corporation Property(S): MsiLogging = vociewarmup! Property(S): PackageCode = {79B9CB28-FE39-44DE-B69E-19C0AF534CDB} Property(S): PatchHasSQLScript = 0 Property(S): PatchPrimarySiteApplicable = 1 Property(S): PatchRemoteAdminUIApplicable = 1 Property(S): PatchRemoteProviderApplicable = 1 Property(S): PatchSecondarySiteApplicable = 1 Property(S): PatchSMSFullUIVersion = 4.00.6487.2000 Property(S): Publisher = Microsoft Corporation Property(S): PatchSMSFullVersion = 4.00.6487.2000 Property(S): PatchSMSPackageLanguage = English:00000409 Property(S): PatchSMSProductTitle = Microsoft System Center Configuration Manager 2007 Property(S): PatchSMSUIVersion = 6487 Property(S): ProductCode = {AF9EC0A2-C680-4054-849B-D278F5FFD61B} Property(S): ProductLanguage = 1033 Property(S): ProductName = Software Update for ConfigMgr 2007 SP2 (KB977384) Property(S): Progress1 = Installing Property(S): Progress2 = installs Property(S): PROMPTROLLBACKCOST = P Property(S): RemoveIcon = removico Property(S): RepairIcon = repairic Property(S): Setup = Setup Property(S): ShowUserRegistrationDlg = 1 Property(S): SmsConnectDatabaseFail = Cannot connect to database server : [instSMSDatabaseServer], database name : [instSMSDatabaseName] Property(S): SmsIncorrectRole = This hotfix does not match the installed role of Configuration Manager 2007 Property(S): SmsIncorrectVersion = This hotfix is not valid for this version of Configuration Manager 2007 Property(S): SMSProductShortTitle = ConfigMgr 2007 Property(S): UpdateCode = {74D2C02A-3DDC-45B7-8407-8B261E6217E1} Property(S): UpgradeCode = {A99BADA9-9031-47C9-B57C-C436A2A18596} Property(S): Wizard = Setup Wizard Property(S): ProductVersion = 4.0.6487.2157 Property(S): PatchSMSVersion = 6487 Property(S): PublishingGroup = System Center Configuration Manager Sustained Engineering Property(S): ReleaseType = Hotfix Property(S): ServicePackNumber = 2 Property(S): PatchAdminUILanguage = 00000409 Property(S): InternalVersion = 1018 Property(S): PrimaryVolumeSpaceRemaining = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): OutOfDiskSpace = 0 Property(S): CostingComplete = 0 Property(S): ROOTDRIVE = E:\ Property(S): InstIsRemoteProvider = 0 Property(S): InstIsRemoteAdmin = 0 Property(S): InstIsSecondarySite = 0 Property(S): InstIsPrimarySite = 1 Property(S): InstSMSAdminUILanguage = 00000409 Property(S): InstSMSLanguage = English:00000409 Property(S): InstSMSDatabaseName = SMS_DUB Property(S): InstSMSDatabaseServer = FRMESCCM01 Property(S): InstSMSFullUIVersion = 4.00.6487.2000 Property(S): InstSMSFullVersion = 4.00.6487.2000 Property(S): InstSMSUIVersion = 6487 Property(S): InstSMSVersion = 6487 Property(S): ResetServiceList = SMS_SITE_COMPONENT_MANAGER SMS_EXECUTIVE SMS_SITE_SQL_BACKUP SMS_SITE_VSS_WRITER ccmexec tmlisten Winmgmt Property(S): ACTION = INSTALL Property(S): UILevel = 3 Property(S): OriginalDatabase = E:\SMSAdmin.SP2\SCCM.R3\Hotfix\SCCM2007-SP2-KB977384-ENU.msi Property(S): DATABASE = C:\WINDOWS\Installer\e3b6adc.msi Property(S): COMPANYNAME = ** Property(S): USERNAME = ** User Property(S): Privileged = 1 Property(S): RedirectedDllSupport = 2 Property(S): MsiWin32AssemblySupport = 5.2.3790.3959 Property(S): MsiNetAssemblySupport = 4.0.30319.1 Property(S): Date = 11/9/2010 Property(S): Time = 20:34:56 Property(S): TTCSupport = 1 Property(S): ColorBits = 32 Property(S): TextHeight = 16 Property(S): BorderSide = 1 Property(S): BorderTop = 1 Property(S): CaptionHeight = 19 Property(S): ScreenY = 768 Property(S): ScreenX = 1024 Property(S): SystemLanguageID = 1033 Property(S): ComputerName = FRMESCCM01 Property(S): UserLanguageID = 1033 Property(S): UserSID = S-1-5-21-1101489508-55990008-2834211104-52707 Property(S): LogonUser = 3oy-is Property(S): AdminUser = 1 Property(S): VirtualMemory = 4265 Property(S): PhysicalMemory = 3326 Property(S): Intel = 6 Property(S): ShellAdvtSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): GPTSupport = 1 Property(S): FontsFolder = C:\WINDOWS\Fonts\ Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\ Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\ Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\ Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\ Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\ Property(S): MyPicturesFolder = C:\Documents and Settings\3oy-is\My Documents\My Pictures\ Property(S): LocalAppDataFolder = C:\Documents and Settings\3oy-is\Local Settings\Application Data\ Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\ Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\ Property(S): SendToFolder = C:\Documents and Settings\3oy-is\SendTo\ Property(S): RecentFolder = C:\Documents and Settings\3oy-is\Recent\ Property(S): PrintHoodFolder = C:\Documents and Settings\3oy-is\PrintHood\ Property(S): PersonalFolder = C:\Documents and Settings\3oy-is\My Documents\ Property(S): NetHoodFolder = C:\Documents and Settings\3oy-is\NetHood\ Property(S): FavoritesFolder = C:\Documents and Settings\3oy-is\Favorites\ Property(S): AppDataFolder = C:\Documents and Settings\3oy-is\Application Data\ Property(S): CommonFilesFolder = C:\Program Files\Common Files\ Property(S): ProgramFilesFolder = C:\Program Files\ Property(S): TempFolder = C:\DOCUME~1\3oy-is\LOCALS~1\Temp\ Property(S): RemoteAdminTS = 1 Property(S): System16Folder = C:\WINDOWS\system\ Property(S): SystemFolder = C:\WINDOWS\system32\ Property(S): WindowsVolume = C:\ Property(S): MsiNTProductType = 3 Property(S): ServicePackLevelMinor = 0 Property(S): ServicePackLevel = 2 Property(S): WindowsBuild = 3790 Property(S): VersionMsi = 3.01 Property(S): VersionDatabase = 110 Property(S): CLIENTPROCESSID = 2792 Property(S): CLIENTUILEVEL = 2 Property(S): CURRENTDIRECTORY = H:\ Property(S): PackagecodeChanging = 1 Property(S): ProductState = -1 Property(S): WindowsFolder = C:\WINDOWS\ Property(S): BackupRoot = C:\WINDOWS\$NtUninstallKB977384$\ Property(S): TARGETDIR_adminui = E:\Microsoft Configuration Manager\adminui\ Property(S): TARGETDIR_adminui_bin = E:\Microsoft Configuration Manager\adminui\bin\ Property(S): TARGETDIR_bin = E:\Microsoft Configuration Manager\bin\ Property(S): TARGETDIR_bin_i386 = E:\Microsoft Configuration Manager\bin\i386\ Property(S): TARGETDIR_bin_i386_system32 = E:\Microsoft Configuration Manager\bin\i386\system32\ Property(S): TARGETDIR_bin_i386_system32_smsmsgs = E:\Microsoft Configuration Manager\bin\i386\system32\smsmsgs\ Property(S): TARGETDIR_adminui_xmlstorage = E:\Microsoft Configuration Manager\adminui\xmlstorage\ Property(S): TARGETDIR_adminui_xmlstorage_consoleroot = E:\Microsoft Configuration Manager\adminui\xmlstorage\consoleroot\ Property(S): TARGETDIR_adminui_xmlstorage_forms = E:\Microsoft Configuration Manager\adminui\xmlstorage\forms\ Property(S): ClientPatchID = {0856B5B5-C423-476E-BC4B-C8FE92223BEC} Property(S): ClientPatchFile = sccm2007ac-sp2-kb977384-x86-enu.msp Property(S): PatchHasClient = 1 Property(S): TARGETDIR_client = E:\Microsoft Configuration Manager\client\ Property(S): TARGETDIR_client_i386 = E:\Microsoft Configuration Manager\client\i386\ Property(S): TARGETDIR_client_i386_hotfix = E:\Microsoft Configuration Manager\client\i386\hotfix\ Property(S): TARGETDIR_client_i386_hotfix_KB977384 = E:\Microsoft Configuration Manager\client\i386\hotfix\KB977384\ Property(S): TARGETDIR_adminui_xmlstorage_other = E:\Microsoft Configuration Manager\adminui\xmlstorage\other\ Property(S): TARGETDIR_adminui_bin_i386 = E:\Microsoft Configuration Manager\adminui\bin\i386\ Property(S): TARGETDIR_adminui_bin_i386_00000409 = E:\Microsoft Configuration Manager\adminui\bin\i386\00000409\ Property(S): BackupRoot_00000409 = C:\WINDOWS\$NtUninstallKB977384$\00000409\ Property(S): ARPSYSTEMCOMPONENT = 1 MSI (s) (94:4C) [20:34:56:253]: Product: Software Update for ConfigMgr 2007 SP2 (KB977384) -- Installation operation failed. === Logging stopped: 11/9/2010 20:34:56 === The main issues seems to be here: Property(S): SmsConnectDatabaseFail = Cannot connect to database server : [instSMSDatabaseServer], database name : [instSMSDatabaseName] Property(S): SmsIncorrectRole = This hotfix does not match the installed role of Configuration Manager 2007 Property(S): SmsIncorrectVersion = This hotfix is not valid for this version of Configuration Manager 2007
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.