-
Member
Azure Emulator - "Values are either too large or too small for an Int6"
When I load azure I get this error because I have some furnidata ids that are larger than an Int16 value and I also have setted up some catalog tables to process Int11's and I was wondering what can I do to edit the emulator source for Int11 to work without errors.
Here's an image of the problem: http://prntscr.com/5vwwdi
Hope someone can help me, thanks in advance
Cheers xD
Last edited by mateuscm; 23-01-15 at 12:38 PM.
-
-
Grand Master
Re: Azure Emulator - "Values are either too large or too small for an Int6"
I had the same problem when converting my catalogue before, i cant remember 100% how I fixed this issue but I'm pretty sure there was a item id which was 12 numbers long, I changed to 5 numbers and it worked after that.