<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communitytest.tessitura.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Deploying network ticket printers via Windows Group Policy</title><link>https://communitytest.tessitura.com/topical_groups/developers/w/community-developer-documentation/796/deploying-network-ticket-printers-via-windows-group-policy</link><description>Wiki for creating community documentation.</description><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>Deploying network ticket printers via Windows Group Policy</title><link>https://communitytest.tessitura.com/topical_groups/developers/w/community-developer-documentation/796/deploying-network-ticket-printers-via-windows-group-policy</link><pubDate>Sat, 02 Jul 2022 00:42:30 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:afe17571-5a89-4e78-a9c6-2052d9379780</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/developers/w/community-developer-documentation/796/deploying-network-ticket-printers-via-windows-group-policy#comments</comments><description>Current Revision posted to Community Docs Wiki by Nick Reilingh on 7/2/2022 12:42:30 AM&lt;br /&gt;
&lt;p&gt;Printer deployment is a vast subject with a multitude of options, but I wanted to point out one particular &lt;a title="footgun - Wiktionary" href="https://en.wiktionary.org/wiki/footgun#English" rel="noopener noreferrer" target="_blank"&gt;footgun&lt;/a&gt; that can cause issues for box office personnel doing batch printing and similar activities:&lt;/p&gt;
&lt;p&gt;When deploying networked ticket printers via Group Policy Preferences, an &amp;quot;action&amp;quot; must be selected for the preference&amp;nbsp;from Create, Update, Replace, and Delete. This action controls how the preference will be applied. What may not be obvious if you are new to Group Policy is that the Replace action is equivalent to a&amp;nbsp;Create action followed by a Delete action which is pre-scheduled for the next policy refresh. This means that every 90 minutes or so (with some random variance) when&amp;nbsp;group policy is applied by the client, your printer will be deleted and immediately recreated by the group policy client.&lt;/p&gt;
&lt;p&gt;If Tessitura is actively printing to a printer like in a batch print and the printer gets deleted, its reference&amp;nbsp;to the printer is invalidated and the print will start to error out. This is because the reference to the printer during printing is a code object reference, not a reference by printer name, and when group policy deletes and recreates the printer, it deletes the existing&amp;nbsp;code object and creates a brand new one that only just happens to have the same user-visible name.&lt;/p&gt;
&lt;p&gt;So: Don&amp;#39;t use the Replace action for ticket printers. Use Create or Update. You can always issue a Delete action preference later to clean up cruft instead of making use of the &amp;quot;Remove this item when it is no longer applied&amp;quot; option, which&amp;nbsp;&lt;em&gt;requires&lt;/em&gt; the Replace action.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: printers, group policy&lt;/div&gt;
</description></item></channel></rss>