Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

"Insufficient resources" error in Marinetti

11 views
Skip to first unread message

Sheppy

unread,
Jun 24, 2011, 1:00:02 AM6/24/11
to
Anyone have any ideas what might cause TCPIPReadTCP to return error 5
("Insufficient resources")? I'm passing it a pointer to a buffer, so
it's not like it's failing to allocate memory for the resulting
buffer...

Sheppy

Ewen

unread,
Jun 24, 2011, 3:26:27 AM6/24/11
to
Sheppy:

That is a TCP error code, and according to the Marinetti Guide, is only
valid if the tool call error code is terrOK. In other words, if A=0 on
return from the call. It is not related to normal tool error calls.

I think you might need to ask Richard why the message is being
generated, but I am wondering if it is because you have opened too many
connections.

Cheers - Ewen

Sheppy

unread,
Jun 24, 2011, 9:49:27 AM6/24/11
to

Actually, I figured out why I'm getting this TCP logic error. It's
because my connection is not open yet. It's never getting out of state
2, and I'm not sure why.

Sheppy

0 new messages