Why some hotfixes aren’t added to OS Packages

November 7, 2008

This week after downloading a series of hotfixes I realized that there werer 2 hotfixes that I was not be able to publish on the OS Packages section of MDT Workbench.

After some Technet help the problem was that 2 of the 27 hotfixes were not correctly downloaded and no error appear on the Workbench console.


ZTI ERROR – Unhandled error returned by ZTIPatches: Object required (424)

October 19, 2008

Ok…

This is a very strange behavior that I need to take a deep investigation because I really can’t understand it.

I’ve been using the same unattend.xml file for testing purposes for a long time, but…this weekend I’ve haded some hotfixes to the OS Packages section, via the MDT Workbench.

After updating my Deployment Point, I’ve started the installation and almost immediately after starting the deploy, I got an error called:

<code>ZTI ERROR – Unhandled error returned by ZTIPatches: Object required (424)</code>

Because the only thing I’ve done was the insertion of hotfixes I’ve took them all except one. The error persisted! A very strange thing…

Looking closer to the bdd.log, located on C:\Minint\SMSOSD\OSDLOGS\, I’ve noticed an error with something like:

<code>Invalid character (…)</code>

I’ve googled it a little and someone was having a similar problem because of the use of a Norwegian character. After a search on my unattend I’ve realized I was using the name of the enterprise where I work, with a special character:
EspĂ­rito instead of Espirito.

After updated my deployment point…here we go again…everything works fine! :)

The really strange thing here it’s…why the hll does this just happened after adding hotfixes?