Changing the server Host Name value in the Pharos Administrator for DNS resolution.
  • 11 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Changing the server Host Name value in the Pharos Administrator for DNS resolution.

  • Dark
    Light
  • PDF

Article summary

When I try to print to our Pharos Server, from the client's computer I can't print, it says it can't talk to the server.  If I add our domain to their DNS Suffix, it works.  What steps can I take to resolve this issue by either configuring the Pharos Popup Package to use FQDN of the server or the servers IP Address?


The Pharos Popup Package gets built from whatever server name is used in the Pharos Administrator > System > Server Configuration > Host Name.  More than likely, you have the simple name there, and also in the Pharos database.  You can confirm this by going into SQL Server Management Studio and executing the below SQL query.

use pharos
select * from servers

Take the information you find in the database, and create a REG_SZ key in the registry named MachineName under 'HKEY_LOCAL_MACHINE\SOFTWARE\Pharos' and add the value you found from the DB query, which is more than likely the short name.

NOTE: On a 64-bit server, use the Registry path 'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Pharos' or the edit will not work.

You can then go into Pharos Administrator and change the Host Name value to the FQDN.  From this point on, all installed packages will use the FQDN rather than the short name for resolution.


Was this article helpful?


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.