MSIR.0470 SYBMSG(20470,15,1) Can't start new thread, MAXCURS exceeded

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A ''Janus Specialty Data Store'' thread could not open a new thread as required by the middleware with which it is communicating (presumably a Sybase Adaptive Server) because...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Janus Specialty Data Store thread could not open a new thread as required by the middleware with which it is communicating (presumably a Sybase Adaptive Server) because the middleware had already opened the number of threads indicated by the MAXCURS parameter on the port definition (MAXCURS defaults to 5). Either STOP and DELETE the port and increase MAXCURS, or try to determine why the middleware should require so many threads (5 should be sufficient for most purposes).