Archive for October, 2014

Dell DSET report default password

The default password is “dell” without the “”. I recently ran a DSET report on an older server. Dell DSET is their debug utility that pulls hardware specs but more importantly?hardware logs. So when your old PowerEdge has a blinking amber light you can run that report and figure out what’s going on. When you […]

Read More →

How to fix “Windows NT user or group servername\Administrators not found” in MSSQL

Trying to add the local administrators group to a SQL server with sys admin (sa) server roles? Getting the error?below? I have a very simple fix. Windows NT user or group ‘COMPUTERNAME\Administrators’ not found. Check the name again. (Microsoft SQL Server, Error: 15401) Instead of adding “COMPUTERNAME\Administrators” change it to “BUILTIN\Administrators” and it will work […]

Read More →

How to fix – WordPress Upgrade Download failed. SSL certificate problem: unable to get local issuer certificate

Getting this error when trying to upgrade WordPress? Download failed.: SSL certificate problem: unable to get local issuer certificate Do this. 1. Download?the cert.pem file from here. Right click on the link and click save link as. 2. Place the cert.pem file in your php folder. IE:?C:\Program Files (x86)\PHP\v5.5\cacert.pem 3. Edit the php.ini and search […]

Read More →