Right click on the device and select "Print" > "Manage Templates"
Select "Add"
Browse to and select the file containing the PGL print template information.
How to encode/print a label using Printronix Printer? The device is added but I cannot use the default Print Label function (right click device and then Print) as it comes up with an error as:
Can not start the Print Wizard because the device does not support one or more of the following capabilities:
GetallPrintTemplateNames
GetCurrentPrintTemplate
GetStandardizedPrintTemplate
PrintTag
Any clue?
Your error message clearly indicates that your device does not support printing.
It would be great if you can repro the issue again and then paste the content of the following file to help us debug the issue further
%appdata%\Microsoft Corporation\Microsoft BizTalk RFID\RfidTools.log
There maybe issue with your provider too - probably your provider does not support it.
Please provide the contents of the following file too
%rfidloglocationdir%\Providers\[YOURPROVIDERNAME]\[PROVIDERNAME].log
The print label functionality can be started from RFID Manager only if the provider support all of the following commands:
GetallPrintTemplateNames - This is required to get the templates available on the device, so that user can have the choice to select the template of his/her choice.
GetCurrentPrintTemplate - This is required so that the user can be informed which is the default template on the device currently which will be used for printing, if the user does not change the current template on the device.
GetStandardizedPrintTemplate - This gives the support to show all the variable fields of the template so that the user could enter values from them.
PrintTag - Required to print labels.
You are getting this error, becuase your provider(Printronix) has returned the device capability of the device indicating that it does not support one or more of this command. Please contact your hardware vendor for more assistance.
Thanks
Bhuvanesh