Unsolved
This post is more than 5 years old
3 Posts
0
15336
DSDP 3.0 / DTK 5.0.1 1179_A00 Error running DTK Configuration Wizard in SCCM 2012 R2 CU3
Hi,
I have installed the DSDP 3.0 onto my SCCM 2012 R2 CU3 server (2012 R2 Update 1) and when going to the Software Library / Application Management / Packages and I am to import the DTK I get an error. There are no previous installations of DELL software onto this server.
Details:
Actions Performed:
Errors: Exception while processing the configuration.
DellConfigWizard.log
2014-10-20 19:05:12,124 - INFO - ---------------------------------------------------------------------------------
2014-10-20 19:05:12,128 - INFO - Starting the Wizard
2014-10-20 19:05:12,128 - INFO - ---------------------------------------------------------------------------------
2014-10-20 19:05:12,137 - INFO - User launched this from Software Packages node. Launching the DTK config wizard
2014-10-20 19:05:19,852 - FATAL - Utilities::GetDTKVersionFromZip:Exception while getting the version of DTK
System.ArgumentException: Version string portion was too short or too long.
at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
at System.Version.TryParseVersion(String version, VersionResult& result)
at System.Version.Parse(String input)
at System.Version..ctor(String version)
at Microsoft.ConfigurationManagement.OemDeployment.DellConfigWizard.Utilities.GetDTKVersionFromZip(String pathZip, String pathOSDLib)
2014-10-20 19:05:19,855 - INFO - Utilities::GetDTKVersionFromZip: Details of the Zip
Utilities::GetDTKVersionFromZip: DTK version : 5.0.1
Utilities::GetDTKVersionFromZip: Architecture : x86, x64
2014-10-20 19:05:21,717 - INFO - GetWaikVersion(): Starting...
2014-10-20 19:05:21,718 - INFO - DtkSelector::ValidateAndSetData: Details of DTK present on the system.
DtkSelector::ValidateAndSetData: Version:
DtkSelector::ValidateAndSetData: Architecture: None
DtkSelector::ValidateAndSetData: Details of DTK selected for import.
DtkSelector::ValidateAndSetData: Version: 5.0.1
DtkSelector::ValidateAndSetData: Architecture: x86, x64
2014-10-20 19:05:32,312 - INFO - Utilities::ProcessAll:Starting to process the user input for the wizard
2014-10-20 19:05:32,319 - INFO - Utilities::ProcessAll:Found older version of DTK. Configuring to remove the old WinPE drivers
2014-10-20 19:05:32,323 - FATAL - Utilities::ProcessAll Got Excepttion
System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at Microsoft.ConfigurationManagement.OemDeployment.DellConfigWizard.Utilities.ProcessAll(WqlConnectionManager connection, Dictionary`2 summarydata, Dictionary`2 selectionData, String dtkZipPath, BackgroundWorker worker, DoWorkEventArgs e)
2014-10-20 19:05:32,323 - FATAL - ImageProgress::backgroundWorker1_DoWork Got an exception
System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at Microsoft.ConfigurationManagement.OemDeployment.DellConfigWizard.Utilities.ProcessAll(WqlConnectionManager connection, Dictionary`2 summarydata, Dictionary`2 selectionData, String dtkZipPath, BackgroundWorker worker, DoWorkEventArgs e)
at Microsoft.ConfigurationManagement.OemDeployment.DellConfigWizard.ImageProgress.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)
2014-10-20 19:05:32,331 - INFO - Summary::Summary: XML contents to be displayed in the summary text box
2014-10-20 19:09:09,948 - INFO - ---------------------------------------------------------------------------------
2014-10-20 19:09:09,948 - INFO - Closing the Wizard
2014-10-20 19:09:09,948 - INFO - ---------------------------------------------------------------------------------
DellConfigWizardDebug.log
2014-10-20 19:05:32 :: Performing setup and installing prerequisites
2014-10-20 19:05:32 :: Connected to the Configuration Manager server :
2014-10-20 19:05:32 :: Site code : ''
2014-10-20 19:05:32 :: Configuring the Installed Components XML file
2014-10-20 19:05:32 :: Successfully loaded the file: _ComponentsInstalled.xml
DellConfigWizardDebug1.log is attached.
Anyone else who have run into similar issues?
A complete clean of the DELL softwares is no issue but there are bigger issues doing a re-install of the SCCM 2012 R2 CU3.
The first time I ran the DTK Wizard in SCCM I also got the following error, but that went away after editing the ACL's on the LogFolder.
FITAB_Dennis
3 Posts
0
October 20th, 2014 11:00
In addition, this is given when running the DTK the first time. Error goes away after giving sufficient ACL rights on the LogFileFolder.
DELL-Bhima R
38 Posts
0
October 21st, 2014 05:00
Are you able to import the DTK after giving sufficiant ACL privileges.
FITAB_Dennis
3 Posts
0
October 21st, 2014 06:00
To resolve this first issue, stated above, I was asked to run the SCCM console 'as administrator'.
This solves the current issue and I will continue to implement the software according to the DELL Manuals.
If anything else goes wrong, I will update this post for further information.