Symptoms: User continued to have issues opening word or excel from SharePoint. At times it would ask for credentials, you would enter a username, then the screen would disappear without a password request. Other times it would open, but would not let them edit the document. Errors: Account Error Sorry, we can’t get to your account right now. To fix…
Category: Tech Blog
How to configure a Dell DPWC400 NVMe PCIe SSD adapter in RAID 0
How to configure a Dell DPWC400 NVMe PCIe SSD adapter in RAID 0 Open Command Prompt ->Diskpart ->List Disk Disk ### Status Size Free Dyn Gpt ——– ————- ——- ——- — — Disk 0 Online 238 GB 0 B * Disk 1 Online 238 GB 0 B * Disk 2 Online 238 GB 0 B * Disk 3 Online 238…
Robocopy Hides Destination Folder
The root cause is you are transferring from the root directory. There are many suggestions on how to fix/correct/prevent this but /A-:SH Did not work /A:-SH errors out Excluding “System Volume Information” Did not work Fix: run cmd from the parent folder of the hidden folder notice it starts at that path! 😀 run the following command: attrib -R…
No internet access on virtual machine using Hyper-V
No internet access on virtual machine using Hyper-V You setup Hyper-V but none of your VM’s seem to have internet. You have your ethernet cable in port one, and you have your Hyper-V Virtual Switch Manager properties reflecting NIC1. Sound familiar? Windows will not always keep the correct structure for the NIC naming. The errors you might receive: Unidentified…
Finding a Lost E-mail folder in Outlook
An email folder has disappeared from your folders list, and you have searched everywhere for it. Sound familiar? Don’t fret, you are in luck. Step One – Search Search for an email you KNOW is FOR SURE in the folder that has been kidnapped. Make sure to use Search: All Outlook Items. Open an email, in its own window, that…
Live migration Hyper-V Virtual Machine Fails on move 0x80090302
Trying to move a VM in Hyper-V huh? This error is related to 0x8009030D Move Hyper-V Virtual Machine Fails 0x80090302 The function requested is not supported. There was an error during move operation. Virtual machine migration operation failed at migration source. Failed to establish a connection with host ‘NEW HYPER-V’: The function requested is not supported (0x80090302). Virtual machine migration…
DJI Assistant 2 error: An app has been blocked for your protection.
The Issue: When running DJI Assistant 2.exe you encounter the following error: User Account Control This app has been blocked for your protection. An administrator has blocked you from running this app. For more information, contact the administrator. DJI Assistant 2.exe Publisher: Unknown File origin: Hard drive on this computer Program location: “C:\Program Files (x86)\DJI Product\DJI Assistant 2 For Phantom\DJI…
Those mysterious cloudberry errors
Started using cloudberry again. When it works, it works great. But, its awful when it comes to error messages. Going to start listing those errors here, and hopefully what worked to get past it. 3-24 “Failed The system cannot find the path specified. Open” Open what exactly? Lets dig deeper… Log file shows: System.IO.IOException The system cannot find the path…
Delete a stale Domain User From Windows 10
So you want to delete an old user that was part of a Domain from a Windows 10 machine: Two ways to do this: Search -> This PC -> Right click -> Properties -> Advanced system settings -> Advanced Tab -> User Profiles -> Select user -> Delete or Start -> Run -> sysdm.cpl -> Advanced Tab -> User Profiles…
CRM install fails with: either installed incorrectly or has not been completely uninstalled.
Once Again, Dynamics 365 rears its ugly head. We recently were updated to Dynamics CRM Version 9. Most users were unaffected, and the plugin was able to be updated without issue. However, during 1 users installation, the following error occurs: 14:22:36|Warning| Error 1605 reported attempting to read VersionString for installed product. UpgradeCode={B9D53805-50DD-4898-8B87-1B2891471F5A}, ProductCode={0C524D20-0409-0080-8A9E-0C4C490E4E54} 14:22:36|Warning| Product having UpgradeCode={B9D53805-50DD-4898-8B87-1B2891471F5A} is either…