SG-11358 Work Order - GET Collection results in Illegal embedded sign character error when fetching records after the 10000 count - HxGN EAM - 12.1.1.2 - Release Notes/Bulletin - Hexagon

HxGN EAM Release Notes for 12.1.1.2

Language
English
Product
HxGN EAM
Search by Category
Release Notes/Bulletin
HxGN EAM Version
12.1.1.2

 Description 

When running a GET collection, it fetches the first WSGRIDSZ (generally set to 10000 in MT cloud) records, and with the help of the cursorposition one can define which set of records to retrieve.

When setting the cursor position to retrieve records with a count equal or higher than 10000, the response is: "{{Illegal embedded sign character}}"

*Steps to reproduce:*

# Install Parameters screen, verify that RSCLROWS=50 and WSGRIDSZ=10000

# go to the Work Orders screen and verify the default work order dataspy of the connected user fetches more than 10000 records

# on PostMan, create a GET request for the axis/restservices/workorders GET collection

# on the Authorization tab, specify the same user credentials of the user used to verify step 2

# on the Headers tab, add the organization, tenant and cursorposition keys

# set the organization and tenant to the appropriate values, and set the cursorposition to 9951, so that the GET call should return the set of records with count between 9951 and 10000

*Expected result:*

The list of records should be returned.

*Actual result:*

The call returns the following error: "{{Illegal embedded sign character}}"