Printronix - Download Print Template to device

I'm using Printronix SL 5000r series printer. How do I download a print template via Biztalk RFID to the Printronix Printer?
[126 byte] By [DRoy99] at [2008-1-28]
# 1

Right click on the device and select "Print" > "Manage Templates"

Select "Add"

Browse to and select the file containing the PGL print template information.

DHawkins at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 2
I did that but does it download the pgl file physically to the printer?
DRoy99 at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 3

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?

DRoy99 at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 4

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

AmbujKumar at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk RFID...
# 5

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

BhuvaneshNJain[MSFT] at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk RFID...