Christopher-

Here is some info on net error 4152.  Hope something in here helps you.

The first is from a table of Net Lingo error codes at directoru.com.

The second and third are from a short thread under the subject of 'Network errors !' 
(space before exclamation point is intentional) on DirGames-L during September 2001.  
The list archive is at http://nuttybar.drama.uga.edu/pipermail/dirgames-l/

I've seen this error when something stops execution in the ASP file.  This can happen 
when an error occurs, or when someone new to ASP forgets they are working on 
server-side code and puts an alert in their script, instead of writing to a log file.

-Jeff

= 1 ============

(http://www.directoru.com/community/chartsAndTables/netLingoErrorCodes.html)

Data returned is truncated.  Officially documented as 'Failed network operation.'

(There is more about one possible cause, but it does not appear to relate to our 
situation.  See the URL if you want to read the rest.)

= 2 ============

error : 4152 ('undocumented')

Now here is the scary part... Macromedia tech support pointed at Microsoft,
with a WINS problem...

4152    A worker thread could not be created.

and linked to the following...
http://support.microsoft.com/support/kb/articles/Q123/1/71.ASP?LN=EN-US&SD=g
n&FR=0&qry=4152&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=MSALL

= 3 ============

This on the MSDN...

--Start ----
Worker Thread
Overview
IIS maintains a pool of threads to handle incoming HTTP requests. When all
threads are in use, new requests will be rejected, which is, in general,
good behavior. However, if all the threads are blocked in a wait state,
perhaps querying a remote database or another DLL, IIS may reject incoming
requests even though there is sufficient of CPU time to handle the new
requests.

This sample is an implementation of a simple solution to this problem, the
worker thread. Worker threads can accomplish a wide variety of tasks, but
this worker thread implementation specifically offloads processing of
certain types of special requests, such as database access, so that the
primary IIS threads can remain available for HTTP requests.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html
/psdk/asp/devs4jac.asp

--------------
Great to know that IIS just drop threads when it feels like it, especially
when it's not even overloaded !

================

At 1023 -0800 02/07/2002, Watson, Christopher wrote:
>I'm performing a getNetText to an ASP page which calls a COM object and
>writes an XML response back to my Shockwave engine. The list returned by
>getStreamStatus immediately contains an #error property of 4152. I looked
>through the docs, and searched the Tech Notes, but there's no mention of a
>4152 error code.
>
>Anyone care to tell me what the code means?
>
>Christopher Watson
>...
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to