status_insufficient_resources returned by the redirector (2kSP4 + updates)

I am having a weird problem on a 2kSP4 machine which has norton AV 8.1
andand my filter driver installed on it.

Once in a while when I try to access a network share, I see the user
mode error “Not enough resouces to complete the request …”. When I
debugged this I noticed that SmbCeTranceive calls
MmMapLockedPagesSpecifyCache and this function returns 0.
SmbCeTransceive then, maps this is 0xC000009A which is propogated
upwards.

I am wondering why does this function MmMapLockedPagesSpecifyCache
fail, when the system has 1G RAM and the system cache shows 300M.

Any ideas what could be going wrong?

Thanks

Some time ago, I faced a similar problem. It helped me
to change the last parameter from “NormalPagePriority”
to “HighPagePriority”. I don’t know if this is correct solution,
but it solved my problem.

Note that my problem was not related to any third party
filter.

L.

You mean you had a problem when you used this API in your driver?
or did you patch the microsoft driver to use HighPagePriority?

On 3/13/07, Ladislav Zezula wrote:
> Some time ago, I faced a similar problem. It helped me
> to change the last parameter from “NormalPagePriority”
> to “HighPagePriority”. I don’t know if this is correct solution,
> but it solved my problem.
>
> Note that my problem was not related to any third party
> filter.
>
> L.
>
>
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>