- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This thread might help: Insufficient permissions to access the source
Also, take a look at this article: https://hyperhci.com/2019/11/27/migration-error-vmware-vcenter-converter-insufficient-permissions-to...
This is Windows operating system error which is related to User Account Control (UAC) and requires a registry modification in order to work properly. By default, UAC remotely restricts these shares from being accessed. In order to successfully connect to an administrative share, you’ll need to disable this feature. To do this, you’ll need to create (or modify) a registry DWORD value called LocalAccountTokenFilterPolicy and set it to a value of 1.
Follow the Steps:
Step 1: Open the registry from run command to type regedit
Step 2: Go this registry path:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\ System\
Now create the new DWORD 32-bit Registry entry with name: LocalAccountTokenFilterPolicy and give value 1
Step 3: Take reboot, to made the changes.
Now try to migrate the Windows machine p2v / v2v, I hope, finally you get rid of vmware vcenter converter insufficient permissions to connect to admin$ error.