
johndanter
Legendary Poster
Hi List,
Does anyone know the maximum size limit E1 has on sequencing data dictionary columns?
I have a text field which is a HASH summary of an E1 Order. It's a concatenation of ITM, QTY, RLOT, LOTN, LOCN # next line and so on. (all in all about 80 bytes per line, there maybe several lines on the order)
Example for 2 lines no LOTN LOCN
4809835,333,,,#5446909,333,,,#
I then need to sequence and group by this value in order to find similar orders for batching.
Initially my field was 9000 and I could not sequence on it as the UBe would crash. So I dropped it 2000 and it now works.
So there must be a size limit?
Thanks
John
Does anyone know the maximum size limit E1 has on sequencing data dictionary columns?
I have a text field which is a HASH summary of an E1 Order. It's a concatenation of ITM, QTY, RLOT, LOTN, LOCN # next line and so on. (all in all about 80 bytes per line, there maybe several lines on the order)
Example for 2 lines no LOTN LOCN
4809835,333,,,#5446909,333,,,#
I then need to sequence and group by this value in order to find similar orders for batching.
Initially my field was 9000 and I could not sequence on it as the UBe would crash. So I dropped it 2000 and it now works.
So there must be a size limit?
Thanks
John