RE: receiving failed to create IP packet filter Event ID 14123

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Danny Slye - [MSFT} (dslye_at_online.microsoft.com)
Date: 02/18/04


Date: Wed, 18 Feb 2004 14:39:09 GMT

Are you in an array? If a packet filter is created on the first member
that is specific only to the first member's external IP address and applies
only to the first array member, then the following event ID is logged. If
this is the case, you can ignore the error message.
If this is not the case, then check out your LAT and routing. This could
also be caused by a low memory condition.
--------------------

>I am reciving the following error in application Event LOG
>
>Source ISA Server
>EVENT ID 14123
>failed to create IP packet filter
>
>Can anybody tell what is wrong
>

__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!



Relevant Pages

  • Address of an array = address of its 1st element: undecidable question ?
    ... I try to find out what exactly means "an array and its address are the same" or "have the same value". ... > that said that taking theaddressof anarraywas equivalent to taking ... > theaddressof the first member of thearray. ...
    (comp.lang.c)
  • Re: Address of an array = address of its 1st element: undecidable question ?
    ... | the address of the first member of the array. ... There is wording to that effect in 6.7.2.1p13 with respect to structures and their first member, but I couldn't find comparable wording about arrays and their first element; by analogy with structures, I'd expect such wording to be in section 6.7.5.2; I couldn't find it there, or anywhere else that I looked. ... >> when suitable converted they will compare equal, but I am sure he know ...
    (comp.lang.c)
  • Re: String iteration
    ... Because alphadoesn't mean a "pointer to the first member in the alpha ... array", but "the first member in the alpha array". ... So you don't iterate ...
    (alt.comp.lang.learn.c-cpp)
  • Re: NullReferenceException after a Marshal.StructureToPtr
    ... I'm inclined to think that I'm missing an array initialization. ... pUsers is supposed to be a pointer to the first member of the array of ... I'm just giving it a pointer to the one certificate ...
    (microsoft.public.dotnet.framework.interop)