During busy season, we are receiving 10k/hour thro...
# general
s
During busy season, we are receiving 10k/hour through EDI. EDI send Netsuite the orders. Unfortunately Netsuite is not fast enough to create the orders. I decided to use Map Reduced, but still, too slow. Is there's a "trick" we don't know ? Celigo ?
k
I'm sorry - receiving 10k what through edi?
Dollars? Lines? Qty? Orders?
s
10k orders a day, with an average of 5 lines per orders
10k orders an hour, with an average of 5 lines per order
k
Man, I can't imagine any EDI keeping up with that.
Have you looked at SuiteCloud + to give you more bandwidth on the scripting side?
s
Not yet
our edi is "dummy". it just receive the orders and the orders are send to SQL Server, which call a Json for each order... Of course we are changing that but our concern is in Netsuite, will it ever be possible to create 10k SO an hour ?
k
Also, I'd be concerned on whether NetSuite is a good fit at that kind of volume.
Sending it to your SQL server as a stage as opposed to using an EDI provider for the direct link is probably a saving grace there.
s
It;s like that for 3 weeks. The rest of the year it's about 300/hr
k
I'd look really hard at Celigo/Boomi for integrating to your SQL server.
10k an hour is manageable with one of those - the problem with a lot of EDI tools is they are doing a whole bunch of malarkey to force the order to go in via script.
s
we are phasing out SQL Server. EDI can create a json. It will send the json to Netsuite and we will save it. Then a map reduce is creating the order
b
have you determined how long it takes for your account to create a sales order on average?
c
Thats what I'd do Simon if it can't keep up. I've done it in the past in some other scenarios. I had a "to-process" folder and a "processed" and just pick up the files, process and move. The issue I ran into is if there's an error somewhere, you have to account for either keeping it it and just re-processing or some error folder to look at later. The downside is you don't get immmediate feedback when creating all of the orders in the service. You'd just get back a "yep we got the text" or "no there's an error saving the text".
s
at 10k per hour, i’d also recommend at least a few SC+ licenses. Worth inquiring about to your account rep for a quote.
m
Hey @Simon, I’m with Celigo and concur with @scottvonduhnand @KevinJ of Kansas. We should be able to handle it as fast as NetSuite can ingest it, and will queue it up if needed to allow NetSuite time to catch up, which is a middleware-based version of what @creecedescribed.. The key will be NS concurrency, and hence SC+ licenses. FWIW, we have customers doing similar volumes over the holidays.