Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Web Service login issues
I am experiencing login/tiemout issues when using a webservice and wondered if anyone could shed some more light on the subject. I have read a number of posts regarding similar problems.
The specific error message I get is:
Your connection has timed out. Please log in again
I get this message when I login:
_status = _service.login(_passport).status;
and sometimes when I execute a search:
SearchResult result = _service.search(supportCaseSearch);
My web service is polls records in NetSuite and logs in each time before it needs to execute and if it failes I retry and usually it re-logs in again succesfully. However on some ocassions it retrys a number of times and does not login at all. I then have to stop my web service programme and re-start it and it then logs in with no problem and then the cycle begins again - works for a while loggin in and then fails.