FilterConnectCommunicationPort error codes?

I have a call to FilterConnectCommunicationPort that usually works, but
sometimes I get the error result 0x800704d6.

Where do I find the possible error codes for this routine, or the meaning of
this particular code? I looked in NTSTATUS.H and FLTNTSTATUS.H with no
luck.

0x4d6 is dec 1238. 1238 is ERROR_CONNECTION_COUNT_LIMIT. You tried to
connect more times than your port allows…
ravi

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mark Hahn
Sent: Tuesday, June 28, 2005 2:36 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] FilterConnectCommunicationPort error codes?

I have a call to FilterConnectCommunicationPort that usually works, but
sometimes I get the error result 0x800704d6.

Where do I find the possible error codes for this routine, or the
meaning of this particular code? I looked in NTSTATUS.H and
FLTNTSTATUS.H with no luck.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Mark:

For many of these codes, you must look at the low 16 bits to get the error
code. In this case, 04d6 = 1238:

ERROR_CONNECTION_COUNT_LIMIT 1238
A connection to the server could not be made because the limit on the number
of concurrent connections for this account has been reached.

HTH,
Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mark Hahn
Sent: Tuesday, June 28, 2005 5:36 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] FilterConnectCommunicationPort error codes?

I have a call to FilterConnectCommunicationPort that usually works, but
sometimes I get the error result 0x800704d6.

Where do I find the possible error codes for this routine, or the meaning of

this particular code? I looked in NTSTATUS.H and FLTNTSTATUS.H with no
luck.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@comcast.net
To unsubscribe send a blank email to xxxxx@lists.osr.com

As a general rule if in usermode you get a status where the high word is
0x8007 then the low word will map to a standard windows error code. The
0x7 facility code is the generic facility they use for translation error
codes to HRESULT values.

Neal Christiansen
Microsoft File System Filter Group Lead
This posting is provided “AS IS” with no warranties, and confers no
Rights

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ravisankar
Pudipeddi
Sent: Tuesday, June 28, 2005 2:46 PM
To: Windows File Systems Devs Interest List
Subject: RE: [ntfsd] FilterConnectCommunicationPort error codes?

0x4d6 is dec 1238. 1238 is ERROR_CONNECTION_COUNT_LIMIT. You tried to
connect more times than your port allows…
ravi

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mark Hahn
Sent: Tuesday, June 28, 2005 2:36 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] FilterConnectCommunicationPort error codes?

I have a call to FilterConnectCommunicationPort that usually works, but
sometimes I get the error result 0x800704d6.

Where do I find the possible error codes for this routine, or the
meaning of this particular code? I looked in NTSTATUS.H and
FLTNTSTATUS.H with no luck.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: unknown lmsubst tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com