Microsoft Knowledge Base Email Alertz

You may receive a warning message or the Zero Touch Installation process may stop responding when you use the Solutions Accelerator for Business Desktop Deployment together with Systems Management Server 2003 Service Pack 2

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 921281 - Last Review: November 16, 2007 - Revision: 2.4

You may receive a warning message or the Zero Touch Installation process may stop responding when you use the Solutions Accelerator for Business Desktop Deployment together with Systems Management Server 2003 Service Pack 2

System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows Vista Solution Center

On This Page

SYMPTOMS

When you use the Solutions Accelerator for Business Desktop Deployment (BDD) together with Microsoft Systems Management Server 2003 Service Pack 2 (SP2), the Zero Touch Installation (ZTI) Windows Operating System Deployment process may stop responding during the State Restore phase. When this issue occurs, you may receive the following warning message:
Security Warning The publisher could not be verified. Are you sure you want to run this software?
Note If you receive this warning message, you can respond to it by clicking Run. The process should continue until it is completed.

CAUSE

This issue occurs when the following conditions are true:
  • You use the Fully Qualified Domain Name (FQDN) in the Systems Management Server hierarchy.
  • You use the computer name of the server for the UDShare parameter and for the SLShare parameter in the CustomSettings.ini file.
Under these conditions, the Microsoft Windows operating system generates a security warning message when the ZeroTouchInstallation.vbs script runs the OSDConnectToUNC.exe file.

In most cases, you cannot see the message box, and the State Restore phase will appear to stop responding.

RESOLUTION

To resolve this issue, you must modify the ZeroTouchInstallation.vbs script. To do this, follow these steps:
  1. In the ZeroTouchInstallation.vbs script file, locate the following lines.
    Line 3813: 	LogInfo sLogFile, "About to call OSDConnectToUNC to connect to " & sServerUNC, LogTypeInfo
    Line 3814: 	sCmd = """" & sOSDConnectToUNC & """ """ & sServerUNC & """ " & arrSplit(0) & " " & arrSplit(1) & " " & arrSplit(2)
  2. Add "cmd /c" to the command line on line 3814, as in the following example.
    Line 3813: 	LogInfo sLogFile, "About to call OSDConnectToUNC to connect to " & sServerUNC, LogTypeInfo
    Line 3814: 	sCmd = "cmd /c """"" & sOSDConnectToUNC & """ """ & sServerUNC & """ " & arrSplit(0) & " " & arrSplit(1) & " " & arrSplit(2) & """"
  3. Save and then close the script file.

MORE INFORMATION

Steps to reproduce the issue

To see when this issue occurs in the ZTI process, follow these steps:
  1. Run the ZTI process together with the /debug:true flag.
  2. Review the ZeroTouchInstallation.log file. The log resembles the following:

    -------------------------- PHASE START ---------------------------
    Using COMMAND LINE ARG: Debug = True
    Using COMMAND LINE ARG: Phase = STATERESTORE
    Using DEFAULT VALUE: Ini file = \\SMS01.contoso.com\SMSPKGD$\SMS00001\CustomSettings.ini
    Using DEFAULT VALUE: CapiComDLL = \\SMS01.contoso.com\SMSPKGD$\SMS00001\capicom.dll
    Using LOGFILE = C:\MININT\SMSOSD\OSDLOGS\Zerotouchinstallation.log OSD environment is available.
    WMI is available.
    ...
    ...
    ...
    About to call OSDConnectToUNC to connect to \\FS01\Logs

    Notice that the last item that is logged in the State Restore phase indicates that the ZTI process is about to call the OSDConnectToUNC.exe file.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
925220  (http://kbalertz.com/Feedback.aspx?kbNumber=925220/ ) The SMS 2003 Operating System Deployment Feature Pack appears to stop responding (hang) in the "State Restore Phase" for over one hour

REFERENCES

For more information about the Zero Touch Installation Deployment Feature Team Guide from the Solution Accelerator for BDD, visit the following Microsoft TechNet Web site:
http://www.microsoft.com/technet/desktopdeployment/bdd/enterprise/ztidftguide.mspx (http://www.microsoft.com/technet/desktopdeployment/bdd/enterprise/ztidftguide.mspx)
For more information about User State Migration Tool (USMT), view the USMT 2.6 Help in the download package for USMT 2.6. To download Windows User State Migration Tool version 2.6, visit the following Microsoft Web site:
http://www.microsoft.com/downloads/details.aspx?FamilyID=4af2d2c9-f16c-4c52-a203-8daf944dd555 (http://www.microsoft.com/downloads/details.aspx?FamilyID=4af2d2c9-f16c-4c52-a203-8daf944dd555)
For more information about Microsoft Windows User State Migration Toolkit, visit the following Microsoft TechNet Web site:
http://technet.microsoft.com/en-us/desktopdeployment/bb397209.aspx (http://technet.microsoft.com/en-us/desktopdeployment/bb397209.aspx)

APPLIES TO
  • Microsoft Windows XP Professional
  • Microsoft Windows XP Tablet PC Edition
  • Microsoft Office Professional Edition 2003
  • Microsoft Solution Accelerator for Business Desktop Deployment
  • Microsoft Systems Management Server 2003 Service Pack 2
Keywords: 
kbtshoot kbprb KB921281
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate