NetSuite Script Error: Item Sync - Unexpected Error

NetSuite Script Error: Item Sync - Unexpected Error


"Unexpected Error" can have many causes. It is important that you log with "bug" with NetSuite so they can tell you exactly what it is.  One thing to look at is the number of items you are syncing. We suspect that some of these errors could be due to item volume (or configuration). 

NetSuite Script Error:


Under normal circumstances the item counts are limited to the physical items you have in NetSuite ( available to SuitePOS). This can explode rapidly if you are using a lot of Price Levels and Quantity Price Breaks. 

For example, you might only have 10,000 items but if you have 6 Price Breaks and 4 Price Levels the sync has to process up to 240,000 items.  This is a lot.
Look at Optimizing Item Syncs to help you reduce items.
As a rule of thumb (and dependent on your NetSuite tier), item counts (including compounded Price Breaks and Levels) should not exceed 100 to 200K.

    • Related Articles

    • NetSuite Script Error: NetSuite Data Center Error During a Sync

      Once in a while, during a sync, a "NetSuite Data Center" error message may pop up. This is thrown by design and is as a result of SuitePOS not being able to obtain the data center endpoint NetSuite uses for the REST API's for your account. This is ...
    • NetSuite Script Error: 'You must enter at least one line item for this transaction'

      In the context of SuitePOS, this (somewhat misleading) error can can experienced when a return (or sale) is made and the script SPOS Return (or SPOS Sale) is executed. This occurs because the "Customer (or Anonymous Customer)" for which the ...
    • NetSuite Script Error: Error getting the transaction - UNEXPECTED_ERROR null

      This happens when you try to retrieve a transaction (server side) and the transaction has not been written to the server yet. This can happen when retrieving a sales order or when you are trying to do an "on-demand" search.  Please wait a while and ...
    • NetSuite Script Error: TRANS_UNBLANCD

      When a Sale or Return is written to NetSuite you may get this error thrown. For the most part, this means there is something wrong with the configuration of NetSuite and how it related to the configuration of SuitePOS. The most common issue is where ...
    • NetSuite Script Error: SSS_REQUEST_LIMIT_EXCEEDED

      This happens when the NetSuite concurrency limit (set by NetSuite) for your account is exceeded. Typically this occurs when you are simultaneously syncing many terminals at the same time. for example, if you have a concurrency limit of 5 and you try ...