Maximo Anywhere asset barcode scanning issue

418 views Asked by At

We have installed Maximo Anywhere 7.6.3 apps in Android tablets and we are trying to test Barcode scanning feature for Asset data manager app and asset audit apps.

In our organization we have some assets naming starts with equal sign and if we scan the barcode of an asset we are getting a value with equal "=" symbol.

For example: Asset Number: =CRL110.CUS001

In Maximo we can't create an asset starting with equal sign"=" as per below tech note so we are unable to use barcode feature.

https://www.ibm.com/support/pages/bmxaa4041e-key-field-value-contains-invalid-data

Can anyone suggest any workaround for this ? which file we have change/extend to skip = sign while searching Maximo database for the asset.

1

There are 1 answers

2
Kasey On

If you parse out the = sign does it still return the appropriate value from the database, and more importantly, are they all still unique? If so, I'd look at dropping the "=" sign, and writing a parser on the Anywhere side that detects and removes it if scanned.