Views:

Applies to Product -Dynamics 365 Commerce


What’s happening?
The customer is experiencing an issue with adding a logo to their receipt format, resulting in a failure to print the logo when included in the receipt.


Reason:
The OPOS printer failed to execute the 'PrintMemoryBitmap' method with error '114', which indicates a compatibility issue with the logo image format or dimensions.


Resolution:

  1. Change the image extension to .bmp.
  2. Ensure the bitmap depth is set to 1.
  3. Adjust the image dimensions to be compatible with the printer's capabilities, starting with a small image and gradually increasing the size until it stops working.
  4. Modify the hardware station configuration by opening the hardware configuration file located in the program files directory and adding the following line within the <settings> node: <add name="HardwareStation.UsePrintBitmapMethod" value="true"/>
  5. After making these changes, attempt to print the receipt again to verify if the logo appears correctly.