This post is more than 5 years old
6 Posts
0
222116
November 28th, 2012 06:00
CCTK --valsetuppwd not accepting current BIOS password
Hi,
I'm trying to enable the Wireless LAN for a hundred or so D630 laptops using an SCCM task sequence. However, when I run the command cctk -i=D630BIOS.cctk --valsetuppwd=mypassword, I get an error saying "The setup password supplied is incorrect. Please try again."
I know that the most obvious answer is that the password is wrong, but it really isn't!
Any input would be great.
Thanks!
No Events found!
bhummerstone
6 Posts
1
December 4th, 2012 01:00
Final update (hopefully!). I tried this with an older version of the CCTK (2.0) and it worked fine, so this appears to only be an issue with the latest version.
bhummerstone
6 Posts
0
December 3rd, 2012 01:00
Nothing?!
Shrinidhi Katte
77 Posts
0
December 3rd, 2012 05:00
Hi Bhummerstone,
Can you please recheck if the setup password being used is valid for all the systems ?
Also, let us know, which version of CCTK is being used ?
bhummerstone
6 Posts
0
December 3rd, 2012 06:00
Hi,
The password is the same on all of the systems, and is definitely correct for the test system I am just running the program on manually.
It is the latest version of the CCTK - 2.1.1.
Thanks.
bhummerstone
6 Posts
0
December 4th, 2012 00:00
Just as another update, I've tried this on several laptops, all with the same password, and it doesn't seem to work.
Shrinidhi Katte
77 Posts
0
December 4th, 2012 01:00
Thanks for the update.
We shall investigate this.
Can you please let us know, which all are the laptop models that are being used ?
bhummerstone
6 Posts
0
December 4th, 2012 01:00
The laptops are Dell Latitude D630.
carminus
1 Message
0
February 28th, 2013 07:00
This is odd, I found if you don't use the "=" at the end of "--valsetuppwd" it works.
So, --valsetuppwd
Josh Jackson
1 Message
0
April 3rd, 2013 10:00
I'm having the same issue with cctk 2.1.1 (137) on an Optiplex 745. I'm unable to get the "valsetuppwd" option to work with either input file or a command line option. For reference, I'm trying to set "wakeonlan=enable", but I've tried other options as well. Every time I get the error described above.
Unfortunately, leaving out the "=", as carminus suggests, doesn't seem to make any difference.
However, found that the workaround for the "propowntag" issue (en.community.dell.com/.../1955.dell-client-configuration-toolkit-cctk-known-issues.aspx) does work.
That is, if I want to run this:
cctk.exe --valsetuppwd=PASSWORD --wakeonlan=enable
I can instead run the following, and I don't get an error:
cctk.exe --valsetuppwd=PASSWORD --setuppwd=
cctk.exe --wakeonlan=enable
cctk.exe --setuppwd=PASSWORD
mark.myers
4 Posts
0
October 22nd, 2013 17:00
This issue is still happening in cctk v2.2.0 (314).
The post has been marked as "Answered" but there isn't a real answer to the problem. Thankfully, the work-around from Josh works correctly, but it is a hassle to use. Any other ideas when this might be corrected?
Thanks,
--------Mark
Shrinidhi Katte
77 Posts
0
October 23rd, 2013 02:00
Hi Mark,
I don't see it happening with CCTK 2.2.1 and It is available here.
Can you please try out?
If you are able to reproduce the issue, let me know the password being used.
mark.myers
4 Posts
0
October 25th, 2013 10:00
I can confirm that this version (CCTK v2.2.1 (142)) is still not working correctly. I am compiling a summary of my testing procedures and I will post them soon.
--------Mark
Keerthan_Kumar
16 Posts
0
October 29th, 2013 05:00
Hi Mark,
Can you try to clear the password and retry with below steps:
cctk --setuppwd= --valsetupppwd=
cctk --setuppwd=
Thanks,
Keerthan
Mark H
2 Posts
0
January 13th, 2014 13:00
I am having the exact same issue running CCTK 2.2.1. I can build a package with the password (7 lowercase and 3 numbers) but when I run it on any GX520, 745, 755 or 160, it fails with "2014/01/10 15:42:58 cctk - The setup password supplied is incorrect. Please try again.
CCTK STATUS CODE : FAILURE". However, if I install the CCTK software on those computers and run from the command line, everything works. Any ideas?
wsperryCOR
5 Posts
0
March 10th, 2014 13:00
Same issues as others. I used to set the password through CCTK on OptiPlex 760, 755, 380, 390. Now with our new OptiPlex 7010 nothing seems to work to set the password from cctk.exe. My typical routine is to boot to PE while using SCCM 2012 and set the admin password as the first task. Is cctk.exe no longer compatible with PE? I tried using DCCU but it seems to only set the other two passwords and not the admin password. Anyone know how to get cctk working on PE to set the admin password?