Invalid Range error when registering barcode

If you try to register a newer barcode roll, you may receive this error. This means the roll is outside the current valid ranges of the database. Below is the fix for this error:


  • Log into SQL
  • Open a new query window
  • Run the following query:

USE PostmarkMaster

UPDATE tblLabelTypeRanges

SET RangeEndNumber = '799999999'

WHERE RangeStartNumber = '700000001'

AND LabelTypeID = 991


  • The user can try registering their barcode again immediately after running this query

Still need help? Contact Us Contact Us