Welcome to our Knowledge Base

Enter your search terms below.

Categories
< All topics
Print

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

Was this article helpful?
0 out of 5 Stars
5 stars 0%
4 stars 0%
3 stars 0%
2 stars 0%
1 stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
btnimage