Welcome to our Knowledge Base
Enter your search terms below.
Creating printer connections based on FQDN
Description of the problem
Due to an internal changeover, we would like to create the printer connections with the FQDN, e.g. „\\printserver01.steadyprint.com\printer01“. Is it possible to adjust the name when connecting the printers via steadyPRINT?
Solution
The setting whether a printer is connected to the FQDN is to be made in the database. For this purpose, please inser the following SQL instruction into the Microsoft SQL Management Studio or a similar application in order to manipulate the table Settings in the steadyPRINT database.
use PrinterMap
insert into Settings(OptionName, OptionValue) values ('SteadySuite.SteadyPrint.Commons.Settings.Names.Clients.GeneralSettings.PreferPrintServerFqdn', 'True')
update Settings set OptionValue = 'False' where OptionName = 'SteadySuite.SteadyPrint.Commons.Settings.Names.Clients.GeneralSettings.PreferPrintServerFqdn'
Important: Replace PrinterMap by the name you have chosen for the steadyPRINT database.
ID: 20094 | Zur deutschen Version