What's the most serial numbers you've ever seen on an OE shipment?

I have a client who did a PO receipt two weeks ago of a serialized item, with 2,980,000 serial numbers on one line.   This week, they're trying to ship that item with 600,000 of those serials.  Day-end runs for 12 hours then crashes.  Right now on SQL profiler I can see it working on OESHCDS, but after 90 minutes it's only a 1/3 of the way through the 600K.

Has anybody seen a serial quantity like this before? I sure haven't.  I wish they had called me two weeks ago, we might have been able to restore from backup before the receipt happened.  But it's way too late.

Parents
  • 0
    We have seen some large serial databases, but not to this magnitude. Manually clear the serial numbers from the receipt or completely remove the PO/Receipt.
  • 0 in reply to MusickInt
    If you have Sage 300 installed on the SQL server, I wonder if that would increase your chances?

    I don't feel it will. I'd have to imagine the program is trying to load all these records in memory and hitting some sort of 32 bit application limit. I'm surprised it processed the PO Receipt.

    Maybe Musick or TaiRox can "emulate" what would happen to this document through SQL? Or you can reverse engineer the logic behind a serialized shipment day end and move the records around yourself... But I know how risky and time consuming that would be.
Reply
  • 0 in reply to MusickInt
    If you have Sage 300 installed on the SQL server, I wonder if that would increase your chances?

    I don't feel it will. I'd have to imagine the program is trying to load all these records in memory and hitting some sort of 32 bit application limit. I'm surprised it processed the PO Receipt.

    Maybe Musick or TaiRox can "emulate" what would happen to this document through SQL? Or you can reverse engineer the logic behind a serialized shipment day end and move the records around yourself... But I know how risky and time consuming that would be.
Children