error:438 = object doesn't support this property method vbscript code: ValidateTSList (Full Version)

All Forums >> [Management Products] >> Operating System Deployment



Message


eschloss -> error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/13/2007 12:54:15 PM)

I installed Microsoft Deployment and Upgraded my BDD 2007 deployment points.  When I run LiteTouch.vbs from within windows to do the refresh scenario, I get error:438 = object doesn't support this property method vbscript code: ValidateTSList when I select an OS from the list.  If I boot the machine from the Lite Touch ISO, it works fine.
I looked at the ValidateTSList function in DeployWiz_Validation.vbs and I cannot see what is soing on.
The bdd log only shows the same error that is echoed to the screen.
Any ideas what is going on? 




rbennett806 -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/13/2007 4:02:49 PM)

In order to help narrow down exactly where in the script that error is coming from, what's the prior 2 or 3 log entrees? And maybe the following 2 or 3...

And I'm assuming you haven't customized the VBScripts at all...




eschloss -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/14/2007 8:21:57 AM)

I have not customized the scripts.
ZTIGather completes and then the BDD.log says:

About to run command: MSHTA.exe "\\SERVER1\distribution$\Scripts\Wizard.hta" /definition:DeployWiz_Definition_ENU.xml
Property WizardComplete is now = N
Property DeployTemplate is now = CLIENT (This line is repeated 8 times)
A VBScript Runtime Error has occurred:
Error: 438 = Object doesn't support this property or method
VBScript Code:
-------------------
ValidateTSList

and that is it.  The log stops there.  If I click OK on the error, it closes, the Next  button is greyed out and I have to cancel the wizard.  All logs are then deleted and the BDD.log has 2 lines, both say:

ZTI ERROR - Non-zero return code by LiteTouch, rc = 1




miciver -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/21/2007 10:22:07 AM)

I have the same problem after a upgrade of BDD 2007...Anyone have a solution?

Michael




rbennett806 -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/21/2007 11:23:45 AM)

Have you checked the other log files?

When it errors out, don't proceed with the install. Instead, shut down the machine and then boot from a normal WinPE disc. Then copy the C:\MININT folder with its log files to another location. Is there anything odd showing up in any of the individual logs?

Here's a blurp from a document on how you can back up data using WinPE....

Once the Windows PE startup process has finished, perform the steps for the desired scenario:
SCENARIO 1: Backing up to network space and/or another machine on the network:
1. Type the following command, adjusting the UNC path and user credentials to meet your needs, and then press the Enter key:
   A. NET USE F: \\XXXX.XXXX.XXXX.XXX\xxx\xxxx /USER:DomainName\YourID
       1. The sample command shown above should be entered as one continuous line.
           a. There is a space before “/USER”.
       2. Enter NET USE /? for additional information.
       3. The correct network card device drivers must be included in the Windows PE disc.
   B. Enter the corresponding user password when prompted.
2. Proceed to the last section in order to back up the desired data.

SCENARIO 2: Backing up to an external USB hard disk drive:
1. Physically connect the USB external hard disk drive.
2. Type the following command to launch the disk partition utility, and then press the Enter key: DISKPART
       A. DISKPART command  summary: http://support.microsoft.com/kb/300415
3. To ensure that the device is recognized, type the following command, and then press the Enter key: LIST DISK
       A. If the USB device is not recognized, first attempt to scan for new devices by typing the following command, and then pressing the Enter key: RESCAN
       B. If the USB device is still not recognized, additional utilities and/or drivers may need to be added to the Windows PE disc.
4. Type the following command to exit from the disk partition utility, and then press the Enter key: EXIT
5. To locate the correct USB drive letter, use the DIR command:
       A. Example: DIR E:\
           i. If the USB hard disk drive does not have a drive letter, use DISKPART to create any needed partitions and assign a drive letter (see Appendix E for example commands).
6. Proceed to last section in order to back up the desired data.

* You can also use XCOPY instead of ROBOCOPY.
1. Type the following command, and then press the Enter key:
       A. ROBOCOPY.EXE C:\ F:\FolderName\SubFolder\EmptyFolder /MIR /R:1
           i. IMPORTANT: if using the /MIR switch, ensure that the destination folder is empty.
               1. Example1: ROBOCOPY.EXE C:\ F:\JoeSmithsComputer /MIR /R:1
               1. Example2: ROBOCOPY.EXE C:\Documents and Settings F:\JoeSmithsComputer/Documents and Settings /MIR /R:1
                   a. ROBOCOPY <source> <destination> <switches>
           ii. It is usually recommended to do the top level directories individually instead of backing up the entire disk drive all at once in order to avoid space errors and time constraints (you do not need to back up files such as “C:\pagefile.sys”).
           iii. Enter ROBOCOPY /? for additional information.
2. After copying the data, eject the Windows PE disc and then type EXIT to restart the machine.






miciver -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/22/2007 6:00:32 AM)

Hi I have the following errors in the logfiles. Anyone have a clue??

BDD.log:

<![LOG[Successfully cleaned up existing C:\MININT directory.]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Starting minimized command prompt]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[cmd.exe: rc = 0]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property DeploymentMethod is now = UNC]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[DeploymentMethod = UNC]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Using a local or mapped drive, no connection is required.]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Using a local or mapped drive, no connection is required.]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[DeployRoot = X:\Deploy]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property DeployDrive is now = X:]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[DeployDrive = X:]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property PHASE is now = PREINSTALL]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Phase = PREINSTALL]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property inifile is now = Bootstrap.ini]LOG]!><time="18:39:20.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Debug is now = FALSE]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[------------------------- Initialization -------------------------]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DeployDrive is now = X:]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Operating System = WinPE]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Is a server OS = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property OSVersion is now = WinPE]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsServerOS is now = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[HAL Name = acpiapic]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property HALName is now = acpiapic]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Host name = MININT-MH9ONLO]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property HostName is now = MININT-MH9ONLO]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Asset tag = No Asset Information]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsLaptop = True]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsDesktop = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsServer = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Serial number = L3GE050]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processor architecture = X86]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processor speed = 2000]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Capable architecture = AMD64 X64 X86]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Make = LENOVO]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Model = 2008UJZ]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[UUID = 81AE7C1A-CF48-CB11-8950-FE9FEE9F20DC]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Product = 2008UJZ]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property AssetTag is now = No Asset Information]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property SerialNumber is now = L3GE050]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Make is now = LENOVO]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Model is now = 2008UJZ]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Product is now = 2008UJZ]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property UUID is now = 81AE7C1A-CF48-CB11-8950-FE9FEE9F20DC]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Memory is now = 2045]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Architecture is now = X86]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property ProcessorSpeed is now = 2000]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property CapableArchitecture is now = AMD64 X64 X86]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsLaptop is now = True]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsDesktop is now = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsServer is now = False]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Checking network adapter: [00000000] Intel(R) PRO/1000 PL Network Connection]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[MAC address = 00:16:41:E5:17:14]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IP Address = 10.0.1.24]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IP Address = fe80::510e:a5a5:9af2:1f3]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Default Gateway = 10.0.0.52]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Finished retrieving network info via WMI]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IPAddress1 is now = 10.0.1.24]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IPAddress2 is now = fe80::510e:a5a5:9af2:1f3]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property MacAddress1 is now = 00:16:41:E5:17:14]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DefaultGateway1 is now = 10.0.0.52]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Unable to determine SMS distribution point server name]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Unable to determine WDS server name, probably not booted from WDS.]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property OSDCOMPUTERNAME is now = MININT-MH9ONLO]LOG]!><time="18:39:21.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processing the PREINSTALL phase.]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using COMMAND LINE ARG: Ini file = X:\Deploy\Scripts\Bootstrap.ini]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [Settings]: Rule Priority = DEFAULT]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[------ Processing the [DEFAULT] section ------]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DEPLOYROOT is now = \\RIS2000\Distribution$]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: DEPLOYROOT = \\RIS2000\Distribution$]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[ZTIGather processing completed successfully.]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[ZTIGather processing completed successfully.]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Successfully executed command wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini, rc = 0]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: wpeutil.exe ListKeyboardLayouts 1033]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Successfully executed command wpeutil.exe ListKeyboardLayouts 1033, rc = 0]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: MSHTA.exe X:\Deploy\Scripts\Wizard.hta /definition:BDD_Welcome_ENU.xml]LOG]!><time="18:39:22.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property WizardComplete is now = N]LOG]!><time="18:39:33.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property KeyboardLocale is now = 0409:00000406]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property WelcomeWizardCommand is now = DeployWizard]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property WizardComplete is now = Y]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Successfully executed command MSHTA.exe X:\Deploy\Scripts\Wizard.hta /definition:BDD_Welcome_ENU.xml, rc = 0]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: wpeutil.exe SetKeyboardLayout 0409:00000406]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Successfully executed command wpeutil.exe SetKeyboardLayout 0409:00000406, rc = 0]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Validating connection to \\RIS2000\Distribution$]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[FindFile: The file OSDConnectToUNC.exe could not be found in any standard locations.]LOG]!><time="18:39:41.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property UserCredentials is now = False]LOG]!><time="18:39:55.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Unable to verify domain credentials in Windows PE since ADSI is not available]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property userdomain is now = amfor]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property UserID is now = administrator]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[<Message containing password has been suppressed>]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Mapped Network UNC Path Z:  = \\RIS2000\Distribution$]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Successfully established connection using supplied credentials.]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf"]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[------------------------- Initialization -------------------------]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DeployRoot is now = \\RIS2000\Distribution$]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DeployDrive is now = X:]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Operating System = WinPE]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Is a server OS = False]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property OSVersion is now = WinPE]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsServerOS is now = False]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[HAL Name = acpiapic]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property HALName is now = acpiapic]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Host name = MININT-MH9ONLO]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property HostName is now = MININT-MH9ONLO]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Asset tag = No Asset Information]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsLaptop = True]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsDesktop = False]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IsServer = False]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Serial number = L3GE050]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processor architecture = X86]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processor speed = 2000]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Capable architecture = AMD64 X64 X86]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Make = LENOVO]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Model = 2008UJZ]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[UUID = 81AE7C1A-CF48-CB11-8950-FE9FEE9F20DC]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Product = 2008UJZ]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property AssetTag is now = No Asset Information]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property SerialNumber is now = L3GE050]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Make is now = LENOVO]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Model is now = 2008UJZ]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Product is now = 2008UJZ]LOG]!><time="18:40:13.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property UUID is now = 81AE7C1A-CF48-CB11-8950-FE9FEE9F20DC]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Memory is now = 2045]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property Architecture is now = X86]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property ProcessorSpeed is now = 2000]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property CapableArchitecture is now = AMD64 X64 X86]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsLaptop is now = True]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsDesktop is now = False]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IsServer is now = False]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Checking network adapter: [00000000] Intel(R) PRO/1000 PL Network Connection]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[MAC address = 00:16:41:E5:17:14]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IP Address = 10.0.1.24]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[IP Address = fe80::510e:a5a5:9af2:1f3]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Default Gateway = 10.0.0.52]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Finished retrieving network info via WMI]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IPAddress1 is now = 10.0.1.24]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property IPAddress2 is now = fe80::510e:a5a5:9af2:1f3]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property MacAddress1 is now = 00:16:41:E5:17:14]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property DefaultGateway1 is now = 10.0.0.52]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Unable to determine SMS distribution point server name]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Unable to determine WDS server name, probably not booted from WDS.]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Processing the PREINSTALL phase.]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using DEFAULT VALUE: Ini file = \\RIS2000\Distribution$\Control\CustomSettings.ini]LOG]!><time="18:40:14.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Added new custom property MYCUSTOMPROPERTY]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [Settings]: Rule Priority = DEFAULT]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[------ Processing the [DEFAULT] section ------]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property OSINSTALL is now = Y]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: OSINSTALL = Y]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property USERDATALOCATION is now = NONE]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: USERDATALOCATION = NONE]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property SKIPCAPTURE is now = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: SKIPCAPTURE = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[<Message containing password has been suppressed>]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[<Message containing password has been suppressed>]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property SKIPAPPSONUPGRADE is now = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: SKIPAPPSONUPGRADE = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Property SKIPPRODUCTKEY is now = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Using from [DEFAULT]: SKIPPRODUCTKEY = YES]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[------ Done processing \\RIS2000\Distribution$\Control\CustomSettings.ini ------]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[ZTIGather processing completed successfully.]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[ZTIGather processing completed successfully.]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Successfully executed command wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf", rc = 0]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[About to run command: MSHTA.exe X:\Deploy\Scripts\Wizard.hta /definition:DeployWiz_Definition_ENU.xml]LOG]!><time="18:40:17.000+000" date="11-22-2007" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
<![LOG[Property WizardComplete is now = N]LOG]!><time="18:40:20.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property DeployTemplate is now = CLIENT]LOG]!><time="18:40:23.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[A VBScript Runtime Error has occurred:

Error: 438 = Object doesn't support this property or method

VBScript Code:
-------------------
ValidateTSList]LOG]!><time="18:40:23.000+000" date="11-22-2007" component="Wizard" context="" type="3" thread="" file="Wizard">

And the Wizard.log:

<![LOG[Property WizardComplete is now = N]LOG]!><time="18:39:33.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property KeyboardLocale is now = 0409:00000406]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property WelcomeWizardCommand is now = DeployWizard]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property WizardComplete is now = Y]LOG]!><time="18:39:36.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property UserCredentials is now = False]LOG]!><time="18:39:55.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Unable to verify domain credentials in Windows PE since ADSI is not available]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property userdomain is now = amfor]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property UserID is now = administrator]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[<Message containing password has been suppressed>]LOG]!><time="18:40:09.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property WizardComplete is now = N]LOG]!><time="18:40:20.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[Property DeployTemplate is now = CLIENT]LOG]!><time="18:40:23.000+000" date="11-22-2007" component="Wizard" context="" type="1" thread="" file="Wizard">
<![LOG[A VBScript Runtime Error has occurred:

Error: 438 = Object doesn't support this property or method

VBScript Code:
-------------------
ValidateTSList]LOG]!><time="18:40:23.000+000" date="11-22-2007" component="Wizard" context="" type="3" thread="" file="Wizard">

Michael







eschloss -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/26/2007 7:42:27 AM)

In order to resolve the issue, I ended up deleting the distribution share and starting over from the beginning.  Not the ideal solution, but I spent an entire day looking at this and could never figure out the cause. 




rnewton415 -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (11/29/2007 2:20:28 PM)

I too have ran into this error since upgrading from BDD 2007.  I also went as far as deleteing the dshare, and starting from scratch.  Still, I get the same error.

I went into the DeployWiz_Validation.vbs file and tried commenting out the section that contains the "Function ValidateTSList".  The error doesn't appear, but when you hit NEXT, nothing happens.

I even tried using the original DeployWiz_Validation.vbs file from my backup folder from DeployWiz_Validation.vbs file.  It too does not allow me to proceed past the "Select a Task sequence...." screen.

If you look in the DeployWiz_Validation.vbs file header info, you'll see that the offending section was added by TPM and TJ.  Hopefully they will read this and make a new one that works.

Anyone else have any other ideas?




OliC -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (12/17/2007 10:41:31 AM)

Hi

I had this same issue after upgrading from BDD to MS Deployment. I solved it by first updating the deployment point image (LiteTouchPE_x86.iso) in deployment workbench and then re-adding this to WDS. Hope this helps.

Oli




Walter14 -> RE: error:438 = object doesn't support this property method vbscript code: ValidateTSList (4/14/2008 10:38:45 PM)

This fixed the problem for me.
Thanks!

quote:

ORIGINAL: OliC

Hi

I had this same issue after upgrading from BDD to MS Deployment. I solved it by first updating the deployment point image (LiteTouchPE_x86.iso) in deployment workbench and then re-adding this to WDS. Hope this helps.

Oli




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.2177734