Link to home
Start Free TrialLog in
Avatar of RBCLS
RBCLSFlag for United States of America

asked on

Deployment of XP SP3 via SMS 2003 Fails

We are trying to deploy XP SP3 using SMS 2003 in unattended mode; however Deployment of SP3 via SMS 2003 fails. All workstations on the network run Windows XP Pro w/SP2.

Note: We have been successful in the past deploying all sort of software including Office 2003 and 2007.

Package/Program settings are as follow:
Command line: winnt32.exe /unattend /noreboot
Run:  Normal
After running: SMS restarts computer
Requirements: This program can run on any platform
Maximum Allowed time: 240 minutes
Environment: Run with administrative rights.

Note: Also tried setting the maximum allowed time to Unknown but same results.

Error:
Error,Milestone,RBC,9/29/2008 3:22:04 PM,RBC-15S9YD1,Software Distribution,10070,The program for advertisement "RBC20043" ("RBC0001D" - "Unattended/Automated Upgrade") exceeded the maximum allowed run time of 240 minute(s). Systems Management Server (SMS) has stopped monitoring the program, and is unable to determine the status of the program. SMS will not automatically attempt to run this program again.  Possible causes: The program might have taken longer to run than expected, or the program might have experienced problems while running.  Possible solution: Make sure the maximum allowed run time specified for the program allows enough time for the program to finish running. If the program requires user input, ensure the program properties allow the user to interact with the program.

Can anyone help?


Avatar of Speshalyst
Speshalyst
Flag of India image

Please read thru this thread which discusses a problem on the same lines..
https://www.experts-exchange.com/questions/23285785/Upgrading-to-office-2007-with-sms-server-2003.html 

Hoep this helps
Please ignore the previous update.. it was meant for a diferent thread.
Avatar of lscapa
lscapa

Start with these two links
SMS Template for SP3
http://www.microsoft.com/downloads/details.aspx?FamilyId=544F2355-7C0C-45FE-90B6-CBD3C6853357&displaylang=en
 Document for Deploying SP2 (it will still apply)
http://www.microsoft.com/downloads/details.aspx?FamilyID=09bb686c-b242-4e2d-a8ca-351abc160530&DisplayLang=en
It also looks like you are not running the Administrative version of SP3 based on the command that you've specified above.
Admin install of SP3
http://www.microsoft.com/downloads/details.aspx?familyid=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&displaylang=en
 It should look something like this...
O:\xpsp3\WindowsXP-KB936929-SP3-x86-ENU /quiet /forcerestart /forceappsclose /d:d:\temp\bu /log:d:\temp\bu\xpsp3.log

 
BTW the error you gave usually means that the program is waiting on user input and can't becuse you've specified unattend so no GUI for the user to click through...
Avatar of RBCLS

ASKER


I am using the templates suggested on above link as well as the same instructions for deploying SP2 and the version I am using is the Administrative version Windows XP Service Pack 3 Network Installation Package for IT Professionals and Developers. 
 
The intention of running the program in unattended mode is to avoid user interaction since we will deploy SP3 after work hours. Right now we are deploying it to a few workstations as a test.
 
With regards to the command line, if we follow the template it should be:
 
i386\winnt32.exe /unattend /noreboot
 
See below:
 [UnattendedUpgrade]Name           = Unattended/Automated UpgradeCommandLine    = i386\winnt32.exe /unattend /norebootAfterRunning   = SMSRestartEstimatedDiskSpace     = 1000MBEstimatedRunTime       = 75CanRunWhen     = UserLoggedOnUserInputRequired      = TrueAdminRightsRequired    = TrueSupportedClients       = Win NT(i386)Win NT(i386) MinVersion1=5.0.2195.4Win NT(i386) MaxVersion1=5.0.2195.4Win NT(i386) MinVersion2=5.1.2600.1Win NT(i386) MaxVersion2=5.1.2600.1Win NT(i386) MinVersion3=5.1.2600.2Win NT(i386) MaxVersion3=5.1.2600.2
   
 
What do you have "Program can run" set to?
And are you using the SMS template for update or upgrade?
This is the command listed in the SMS template for update:
i386\update\update.exe /passive /norestart

and for upgrade:
i386\winnt32.exe /unattend /noreboot
So i assume you are running the upgrade package?
Look at the rest of the SMS template...
UPDATE:
[UnattendedInstall]
Name = Unattended/Automated Update Install
CommandLine = i386\update\update.exe /passive /norestart
AfterRunning = SMSRestart
EstimatedDiskSpace= 1000MB
EstimatedRunTime = 60
CanRunWhen = UserLoggedOn
UserInputRequired = True
AdminRightsRequired = True

 
UPGRADE:
 [UnattendedUpgrade]
Name = Unattended/Automated Upgrade
CommandLine = i386\winnt32.exe /unattend /noreboot
AfterRunning = SMSRestart
EstimatedDiskSpace = 1000MB
EstimatedRunTime = 75
CanRunWhen = UserLoggedOn
UserInputRequired = True
AdminRightsRequired = True

Since they both require a user to be logged on, are we sure they actually are? Can you post the execmgr.log file for a failed client?
Avatar of RBCLS

ASKER

Program can run is set to "...Can run on any platform" and I am using the template for Upgrade, although I also tried the one for Update but didn't work neither.
No. look at the enviroment tab.... "Program can run:"
ASKER CERTIFIED SOLUTION
Avatar of lscapa
lscapa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RBCLS

ASKER

Sorry guys, last week was unusually busy and didnt have time to follow up with this issue and your recommendations.
lscapa:
I tried your suggestion using the compressed source (Windowsxp-KB936929-SP3-x86-ENU.exe /quiet /norestart /nobackup) instead of extracting it to a folder and use it as the installation source.  It WORKED. Although I would rather have created the package and definition file using the .sms files (templates), your method worked like champ saving me a lot of troubleshooting time.

Thanks.
Avatar of RBCLS

ASKER

Thanks a lot for your help.