Tuesday, February 23, 2010

ERROR: MDT 2010 - Deployment Summary shows errors connecting to network resource

Issue: Deploying Windows 7 unattended install using MDT 2010 upon completion Deployment Summary shows errors:

"The specified network resource or device is no longer available"

OR

"ERROR - Unable to map to a network drive to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXX

Upon further investigation, the BDD.log on the local machine (not the copy in the above location

Validating connection to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1 Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
Unable to connect to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Sleeping for 5 seconds. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
Unable to connect to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Sleeping for 10 seconds. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
Unable to connect to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Sleeping for 15 seconds. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
Unable to connect to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Sleeping for 20 seconds. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
Unable to connect to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Sleeping for 25 seconds. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
The specified network resource or device is no longer available.
Wizard 23/02/2010 11:52:42 AM 0 (0x0000)
ERROR - Unable to map a network drive to \\SERVER\MDTLOGSDYNAMIC\MININT-XXXXXX1. Wizard 23/02/2010 11:52:42 AM 0 (0x0000)


Resolution:
This is a known issue with MDT 2010 RTM. Update MapNetworkDriveEX function within Scripts\ZTIUtility.vbs Deployment Server as shown in link below

http://blogs.technet.com/msdeployment/archive/2009/09/18/fix-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed-problem-with-mdt-2010.aspx


Monday, February 8, 2010

ERROR: Wfcrun32 Error Failed to set Event Logging and Open or Save .ica file prompts

Wfcrun32 Error Failed to set Event Logging

This error occurs after updating versions of the Citrix software. To fix this error delete the appsrv.ini file located under the user's profile. On XP the location is:
C:\Documents and Settings\%username%\Application Data\ICAClient
The file will be recreated automatically on the next connection. This should clear up that error message.
Here is a script you can run on a XP machine that will automatically remove the file from each profile. Extract the file and run it on each machine you want cleaned. Appsrv_Cleaner

Open or Save .ica file prompts

Also with Citrix, if when clicking web links that are supposed to initiate a citrix connection you get prompted to open or save the .ica file there are two things you can try. One, with the user logged on run this command from the directory where wfica32.exee is installed wfica32 /setup or from a command prompt run:
"C:\program files\Citrix\ICA Client\wfica32" /setup If that doesn't work, try uninstalling citrix and installing the latest software.

Source: http://tobias-tobin.blogspot.com/2008/08/citrix-wfcrun32-error-failed-to-set.html

Monday, February 1, 2010

ERROR: The kerberos subsystem encountered a PAC verification failure.

You cannot log on or you experience a long delay on a domain controller or on a member computer that is running Windows 2000, Windows XP, or Windows Server 2003

Symptom:

Includes Group policy not applying.

AND

The following error message is logged in the system event log:

Event Type: Error
Event Source: Kerberos
Event Category: None
Event ID: 7
User: N/A
Description: The Kerberos subsystem encountered a PAC verification failure. This indicates that the PAC from the client in realm had a PAC which failed to verify or was modified. Contact your system administrator.
Data: 0000: c0000192

Resolution: See link below


Vendor link: http://support.microsoft.com/kb/883268