Skip to main content
Question

ZPL Reports are not working in 24R1.1.5

  • November 22, 2024
  • 5 replies
  • 158 views

Forum|alt.badge.img+5

Hi ,

After installing version 24R1.1.5, ZPL layouts are not functioning correctly in our environments. The customer is encountering issues with duplicate labels and partially filled labels with missing information. The same layout works as expected in version 23R2.

The XML is receiving the data correctly, and the IFS standard report layout prints as expected. We have refreshed the report cache and updated the client metadata from the report definition, but the issue persists.

The printed ZPL file body contains duplicate sets of tags, with the first set of tags missing values.

Do we need to perform any additional setup for other plugin-type layouts due to the newly introduced time zones?

Many thanks for your inputs on this issue.

Best regards,

Uvini

5 replies

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 1 reply
  • December 5, 2024

Hello,

 

we are facing the same issue in 24R1 SU5 in our testing environment. Based on the created support ticket CS0318573 it looks like the core bug which has to be addressed by IFS RnD.

 

Regards

Zdenek


Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 6 replies
  • January 3, 2025

Hi

We have the same issue on 24r1 su5 - do we know when the resolution is planned for delivery and at what release?

Thanks Jay


Forum|alt.badge.img+5
  • Author
  • Sidekick (Partner)
  • 15 replies
  • January 3, 2025

@YSCHEINL  ​@ZYBJAYH  We also created case CS0318181 and IFS is still investigating the issue.


InfFilipV
Hero (Partner)
Forum|alt.badge.img+12
  • Hero (Partner)
  • 196 replies
  • January 17, 2025

Found workaround in RPL layout.

Example for InventoryPartBarcode.rpl

core:

<plugin>
<properties>
<mode>script</mode> <!--script,xml-->
<repeat>on</repeat> <!--on,off-->
<repeaters></repeaters>
<file-name></file-name>
</properties>


workaround:

<plugin>
<properties>
<mode>script</mode> <!--script,xml-->
<repeat>on</repeat> <!--on,off-->
<repeaters>BARCODE_LINE</repeaters>
<file-name></file-name>
</properties>


Probably because repeater is set on, and there is not set element. ZPL generator cycle on root elements. So when in 24r1 was added time_zone element, it started to generate one more empty element.
In 24r2 was probably disabled global support for timezones, so problem disappeared with time_zone tag.


Forum|alt.badge.img+5
  • Author
  • Sidekick (Partner)
  • 15 replies
  • January 17, 2025

@InfFilipV Thank you so much for the workaround details. We will try this .


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings