Repeating my reply from 11/17:
I’ve duplicated the issue – it only happens when you specify SkipProductKey=NO
in CustomSettings.ini. To fix the issue, either change CustomSettings.ini to
specify SkipProductKey=YES or make a simple script change. The script in
question in DeployWiz_ProductKeyVista.vbs. Find this line:
if oProperties("DeploymentType") = "UPGRADE" then
And change it to:
If Property("DeploymentType") = "UPGRADE" then
I’ve filed a bug for this.
Thanks,
-Michael
From: [email protected] [mailto:[email protected]] On
Behalf Of Jonas Pettersson
Sent: Wednesday, November 30, 2016 8:25 AM
To: [email protected]
Subject: SV: [MDT-OSD] MDT 8443: Invalid DeploymentType value "" specified. The
deployment will not proceed.
Hi,
I also get this error, same scenario where I upgraded from a working MDT 2013
Update 2.
I have two deployment shares on this server that was upgraded (both Image
Factory and Production) and the Image Factory still works ok. There are some
differences between these two:
Production uses the database
Production uses Monitoring
It does not matter if I add the new virtual machine I’m trying to install to
the database or not. Property DeploymentType is set to NEWCOMPUTER in the BDD
log all the way (4 times) until the part where the wizard imput is, after that
is is empty.
Regards,
Jonas
Från: [email protected]<mailto:[email protected]>
[mailto:[email protected]] För explanoit
Skickat: den 16 november 2016 19:04
Till: [email protected]<mailto:[email protected]>
Ämne: Re: [MDT-OSD] MDT 8443: Invalid DeploymentType value "" specified. The
deployment will not proceed.
Hello,
Someone from Microsoft reached out to me and I sent them all my MDT logs and
configurations.
They said there’s something in the wizard that is setting the DeploymentType
back to blank. However, I have not done any wizard customizations and even
tried manually setting the DeploymentType in the task sequence.
Still trying to understand what’s happening.
Regards,
explanoit
On Wed, Nov 16, 2016 at 3:37 AM, Keith Garner
<[email protected]<mailto:[email protected]>> wrote:
I encountered this error several weeks ago on MDT 8443, and could not pin down
how it was happening.
If you can get a repro and find out how this is happening, please let me know
directly.
Thanks!
From: [email protected]<mailto:[email protected]>
[mailto:[email protected]<mailto:[email protected]>]
On Behalf Of CESAR.ABREG0 .
Sent: Tuesday, November 15, 2016 2:17 AM
To: [email protected]<mailto:[email protected]>
Subject: Re: [MDT-OSD] MDT 8443: Invalid DeploymentType value "" specified. The
deployment will not proceed.
What does the bdd.log says?
On Mon, Nov 14, 2016, 2:32 PM explanoit
<[email protected]<mailto:[email protected]>> wrote:
Hello everyone!
I posted the following on the MDT forum, do you have any ideas for what I could
try?
https://social.technet.microsoft.com/Forums/en-US/8c74127b-0857-4f3a-b23b-35fa4cfcaa73/mdt-8443-invalid-deploymenttype-value-specified-the-deployment-will-not-proceed?forum=mdt
MDT 8443: Invalid DeploymentType value "" specified. The deployment will not
proceed.
I previously had MDT 2013 Update 2 installed, and upgraded to MDT 8443. I'm
using ADK Win10 1607 with Windows 10 as the file server. This has been working
for over a year now.
I upgraded the MDT software and updated my deployment share and litetouch WIM.
I deployed my litetouch WIM to our WDS and booted off it.
Now, no matter what Task Sequence I select, after the "Ready to begin" screen,
I get the following error:
Deployment Error
"Invalid DeploymentType value "" specified. The deployment will not proceed."
[OK]
I've tried every Task Sequence, I even built a new Task Sequence, I get the
same issue. I've tried manually specifying the "DeploymentType" various in both
my bootstrap and in the Task Sequence itself, with no improvement.
==RULES==
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
SkipBDDWelcome=YES
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipDomainMembership=NO
JoinDomain=domain.com<http://domain.com>
EventService=http://computer:9800
==BOOTSTRAP.INI==
[Settings]
Priority=Default
[Default]
_SMSTSOrgName=Running %TaskSequenceID% on %OSDComputername%
SkipBDDWelcome=YES
DeployRoot=\\computer\DeploymentShare
OSDComputerName=DAL-%SerialNumber%
SkipDomainMembership=NO
JoinDomain=domain.com<http://domain.com>
UserDomain=domain.com<http://domain.com>
SkipLocaleSelection=YES
UILanguage=en-US
UserLocale=en-US
KeyboardLocale=en-US
HideShell=YES
FinishAction=REBOOT
SkipTimeZone=YES
SkipLocaleSelection=YES
TimeZoneName=Central Standard Time
SkipFinalSummary=YES
======
I appreciate any ideas you have.
Thank you!