Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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!