Blog

Fixes, Robocopy, Tech Blog, Tips and Tricks

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…

Continue Reading

Hyper-V, Tech Blog, Tech Random's, Tips and Tricks

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…

Continue Reading

Hyper-V, Tech Blog, Windows

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…

Continue Reading

Fixes, Tech Random's, Windows

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…

Continue Reading

Fixes, Tech Blog, Tips and Tricks

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…

Continue Reading

Dynamics CRM, O365, Tech Blog, Weird Tech Issues

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…

Continue Reading

Fixes, Tech Blog, Tips and Tricks

Command to end Unifi service

Error:unifi is still running and cannot be installed Run this command using command promp copy and paste each line in a command prompt window and press enter.cd “%UserProfile%\Ubiquiti UniFi\”java -jar lib\ace.jar stopsvcjava -jar lib\ace.jar stop Stop mongod.exe in task manager before (re)installing If this fails, stop all processes related to Java. If you want a batch file, open notepad, enter…

Continue Reading

Fixes, Hyper-V, Linux, Tips and Tricks, Weird Tech Issues

Error when expanding partition on CentOS Linux on a Hyper-V virtual machine.

Error when expanding partition on CentOS Linux on a Hyper-V virtual machine. Error creating partition on /dev/sda: Command-line `parted –align optimal –script “/dev/sda” “mkpart \”\” ext2 ******MiB ************b”” exited with non-zero exit status 1: Error: The Backup GPT table is not at the end of the disk, as it should be.  This might mean that another operating ystem believes the…

Continue Reading