Re: ISA 2004 Error 14060



If that script solves your problem, you'll want to reinstall ISA via Add/Remove Programs and choose "repair" when prompted.

--
--
Jim Harrison [ISA SE]
Read the help, books and articles!

This posting is provided "AS IS" with no warranties, and confers no rights.

"ZVR" <nospamever@xxxxxx> wrote in message news:pNKdnUuEL51ddtfeRVn-3A@xxxxxxxxxxxxx
That seems like a problem with your DNS filter. The corresponding DLL might
have been corrupted or maybe some problem with the server registration in
registry; I don't know.

As a workaround and first step to troubleshoot this, try disabling the DNS
filter with the following script:

Set root = CreateObject("FPC.Root")
Set isaArray = root.GetContainingArray()
Set attackDetection = isaArray.ArrayPolicy.AttackDetection
Set dnsFilter =
isaArray.Extensions.ApplicationFilters.Item("{49FE2B2F-3BB4-495C-87C8-3890C3C35756}")
dnsFilter.Enabled = False

(Copy the above in a Notepad window, then save the file with a .VBS
extension, then run the script).

After disabling the DNS filter this way, reboot your server and see if you
continue to encounter the same errors.

Virgil




"Walter Weber" <WalterWeber@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8F546439-EE9A-4268-B9F8-9B14AC7637C6@xxxxxxxxxxxxxxxx
> ISA Server will come up but when I go to the Firewall Policy Tab I get a
> pop
> up with the following error REFRESH FAILED. When I select the detail
> button
> the following is displayed:
>
> Error 0xc0040305
>
> The sring is empty or invalid
>
> If I select continue, the tab comes up with all of the rules missing and
> the
> options to publish or delete no longer on the right hand side. If I try
> to
> open things there I get the same error. I also get the same error if I
> try
> to restore form the backup file.
>
>
> Here are the rrors that I see in the Application log when I reboot the
> system:
>
> Error 14060
>
> Cannot load an application filter DNS Filter
> ({49FE2B2F-3BB4-495C-87C8-3890C3C35756}).
> FilterInit failed with code 0xc0040305. To attempt to activate this
> application filter again,
> stop and restart the Firewall service.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> followed by error
>
> Error 14001
>
> Firewall Service failed to initialize. Previous event log entries might
> help
> determine the proper action.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> Thanks
>
> Walter
>
> "ZVR" wrote:
>
>> Can you post the entire message you're getting in the Event Log? Also,
>> are
>> there any other failures associated with this or just event id 14060.
>>
>> Virgil
>>
>>
>>
>> "Walter Weber" <WalterWeber@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:23DEDBCF-C0BF-47CE-BB54-E3648E854F1F@xxxxxxxxxxxxxxxx
>> >I have been running this server for about 6 months. I restarted today
>> >and
>> > now get a blank sting message on the Firewall policies. The firewall
>> > will
>> > not start, so I can not follow the advice of deleting the web server
>> > publish
>> > that is stating it has the blank string. I have tried to restore a xml
>> > save
>> > file but if comes back with the same error. I have also tried to
>> > delete
>> > the
>> > entry form the XML Web Published area but still have a blank string
>> > error.
>> > Any suggestions as I would rather not have to rebuild the server.
>> >
>> > Walter
>>
>>
>>



.