TheJumpCloud / jumpcloud-ADMU

JumpCloud Active Directory Migration Utility - JCADMU
23 stars 7 forks source link

Error trying to run gui_jcadmu.exe #32

Closed dominicplanview closed 3 years ago

dominicplanview commented 4 years ago

While running the ADMU tool (gui_jcadmu.exe)for first time, encountered Error: An unspecified error occurred: error code = 1789

The second time running the tool, I am getting this error message: Failed to compare two elements in the array.

btstevens commented 4 years ago

Hello @dominicplanview ,

Can you confirm on the system getting the error the state of the local and domain accounts in System Properties --> Advanced System Settings --> User Profiles

Do you see any entries where there is just a SID and no username?

The 1789 error relates to issues translating the SID to a username to display in the GUI. Is there anything different about that account e.g. It is an orphaned account on the system?

image

The Second error ' Failed to compare two elements in the array' would also be related to this as another step is to compare the user accounts on the system against the local administrators group to display if it is local admin on the system.

I can work on improving the error catching and display it in a better way. But your help with perhaps how or if there is anything different about the account would be helpful.