Community Tip - You can change your system assigned username to something more personal in your community settings. X
Solved! Go to Solution.
Hi,
Compare the hostname and the computername by running the Command prompt commands:
hostname
echo %computername%
If they indeed don't match, as resolution, either compile the runtime to the latest datecode or change the registery key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName
Hi,
Compare the hostname and the computername by running the Command prompt commands:
hostname
echo %computername%
If they indeed don't match, as resolution, either compile the runtime to the latest datecode or change the registery key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName
That fixed it.. Their computername was one letter shorter than their hostname, I assume due to computername allowing fewer characters than hostname. User is working now!