Skip to Content Information Center
Lexmark XM5170

Lexmark XM5170

LIT Derived Scan Profiles or Shortcuts are Not Visible or Available on The MFP

What you will see

Lexmark Imaging Toolkit JAR files previously created for older product generations may not be forward compatible with newer MFPs.

Example
A working .jar file on a ...Contains the Label text character... Fails to display a Scan Profile icon on the Welcome Screne of the....
X658de or X644...

" : "

java -jar LeximgTk-3.2.jar 10.184.15.158 "c:\temp\scan\image.jpg" -l "10:23:12 username"

MX811de
Affected Products
  • CX, XC, MX, XM products, i.e., MX811de
  • The problem exists with LIT JAR versionss 3.2 and 2.4
  • Lexmark Imaging Toolkit
Suggestions
  1. A special product request will need to be submitted for evaluation.

  2. Replace the colon " : " with point " . "

For example,

java -jar LeximgTk-3.2.jar 10.184.15.158 "c:\temp\scan\image.jpg" -l "10.23.12 username"

Explanation

JAR files that contain certain label text characters may get refused because of differing firmware architecture between product generations.

Still Need Help?

If you require additional assistance, please close this window, go to your product's support page and locate

Get In Touch with Lexmark! for contact information.
NOTE:
When calling for support, you will need your printer model/machine type and serial number (SN).

Please be near the products described in this article to expedite the support process and reduce callbacks.

LEGACY ID: SO7534

Audience: Lexmark and Support Partners

Additional Information

Simulation scenario

LexImgtk-3.2.jar, called from command line contains: And, the label text contains:And then...Final result
a label text with the optional -l parameter.Timestamp hh:mm:ss

Customer creates a scan profile, with use of

  • a applyIcon=true parameter within the config.properties file

java -jar LeximgTk-3.2.jar 10.184.15.158 "c:\temp\scan\image.jpg" -l "10:23:12 username"

Scan profile is not available on the Welcome Screen if the label text includes a : (colon) character within the label text.

LexImgTk-3.4 (final)(1).jar

LEGACY ID: SO7534

Was this article helpful?
Top