Hey all, I have been using Suite Scripts and RESTl...
# suitescript
a
Hey all, I have been using Suite Scripts and RESTlets to query saved searches with TBA authentication. I have been getting this error for large saved searches :
Copy code
SSS_REQUEST_LIMIT_EXCEEDED
However, small saved searches and OAuth 2 authentication work fine. Also, before it used to work but at some point it stopped working and started giving me this error. Any idea how to resolve this ?
a
I am familiar with this document but there is nothing mentioning that TBA authorized requests face different limits than OAuth 2.0 counterparts. Is there any different limits for RESTlets with TBA than those with OAuth 2.0 ?
i
I am getting similar error SSS_TIME_LIMIT_EXCEEDED when retrieving saved search results via a RESTlet. However, I am using OAuth2. The saved search is not that complex and when running on UI it runs in less than a minute. However, on the RESTLet it takes 5 minutes just to load the search, it's barely beginning to iterate through the results when it times out.
b
tba and oauth 2 dont have different request limits
you can continue on that line of thinking with netsuite support if you really think the concurrency error message is thrown for a difference between the two
i
I don't think the authentication type is the issue, but something with the restlet seems to be throttled, ill do some more testing with different scripts to see what the runtime is on those