cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown PIOS Exception

Former Member
0 Kudos

Helle everybody.

I am trying to print to Zebra QL 420 on PSION Workabout Pro (PPC2003 / MI 7.0 Sp09/ Connector 1.1.6 / QL420 driver 1.1.6).

The following code is the printer call:

printer = Printer.getGraphicPrinter();
PrinterFont font = printer.getFont(Printer.MEDIUM_FONT_CONFIGURATION);
printer.drawText(font, 50, 10, "Ausbau", GraphicPrinter.NO_ROTATION);

I get the following exception after the drawText method is called:

[20061212 21:00:27:889] P [MI/PIOS                  ] Called method: ConfigurationManagerImpl.getTokens()
[20061212 21:00:27:896] D [MI/PIOS                  ]param:value=FontName,Description,
Type,Size,ZebraSize,Options,CharSet,Encoding,
SwapBytes,Height,DotsPerSingleByteChar,
DotsPerDoubleByteChar,Country
[20061212 21:00:27:904] P [MI/PIOS                  ] Called method: ConnectorImpl.getBytesFromString()
[20061212 21:00:27:909] D [MI/PIOS                  ] param: data=Ausbau
[20061212 21:00:27:914] D [MI/PIOS                  ] param: appendNull=true
[20061212 21:00:27:918] D [MI/PIOS                  ] param: encoding=US-ASCII
[20061212 21:00:27:922] D [MI/PIOS                  ] param: swapBytes=false
[20061212 21:00:27:949] D [MI/PIOS                  ] null Error Code:(9)
[20061212 21:00:27:973] D [MI/PIOS                  ] null Error Code:(9)
[20061212 21:00:27:985] E [Unknown                  ] com.sap.ip.me.api.pios.UnsupportedException: no message available
com.sap.ip.me.api.pios.UnsupportedException
	at com.sap.ip.me.api.pios.impl.printer.GraphicPrinterImpl.drawText()

I am not sure what this error means. I already tried this with the same driver on

Symbol device and it worked. Could this be a problem regarding the bluetooth

connection? Or does it mean, that I am trying to use an unsupported driver

functionality?

Best regards,

Sascha

Message was edited by:

Sascha Dingeldey

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again.

Meanwhile I've found out that this error means, that the driver does not support the

called function. But the driver description of SAP mentions that the drawText

method is supported.

Strange thing. A I can print lines but no text?!?!

Cheers,

Sascha

Message was edited by:

Sascha Dingeldey