Theo
Fri Dec 10 04:12:37 CST 2004
The command CScript command needed an extra slah to find the key and
returned the following:
C:\>cscript c:\Inetpub\AdminScripts\adsutil.vbs enum /w3svc/filters/sspifilt
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
KeyType : (STRING) "IIsFilter"
FilterPath : (STRING)
"C:\WINNT\system32\inetsrv\sspifilt.d
ll"
FilterDescription : (STRING) "Microsoft SSPI Encryption
Filter, v1
.0"
FilterFlags : (INTEGER) 134792449
FilterState : (INTEGER) 1
NotifySecurePort : (BOOLEAN) True
NotifyNonSecurePort : (BOOLEAN) False
NotifyReadRawData : (BOOLEAN) True
NotifyPreProcHeaders : (BOOLEAN) True
NotifyAuthentication : (BOOLEAN) False
NotifyUrlMap : (BOOLEAN) False
NotifyAccessDenied : (BOOLEAN) False
NotifySendResponse : (BOOLEAN) False
NotifySendRawData : (BOOLEAN) True
NotifyLog : (BOOLEAN) False
NotifyEndOfRequest : (BOOLEAN) False
NotifyEndOfNetSession : (BOOLEAN) True
NotifyOrderHigh : (BOOLEAN) True
NotifyOrderMedium : (BOOLEAN) False
NotifyOrderLow : (BOOLEAN) False
C:\>
I am still puzzled what to do about the error event reporting that
SSPIFILT requires SF_NOTIFY_READ_RAW_DATA filter notifications and why
it occurs.
regards
Theo
Theo Kanter wrote:
> Thank you David for the quick response.
>
> The Event Viewer reported:
> Event Type: Error
> Event Source: W3SVC
> Event Category: None
> Event ID: 22
> Date: 2004-12-09
> Time: 20:17:58
> User: N/A
> Computer: PSI
> Description:
> An attempt was made to load filter
> 'C:\WINNT\system32\inetsrv\sspifilt.dll' on a server instance but it
> requires the SF_NOTIFY_READ_RAW_DATA filter notification so it must be
> loaded as a global filter.
> For additional information specific to this message please visit the
> Microsoft Online Support site located at:
>
http://www.microsoft.com/contentredirect.asp.
>
> MSDN has a note about raw data filters regestering for this, but I am
> not sure about the implications as IIS5.0 has only one place for
> entering sspifilt.exe in management console (isapi filters tab)
>
> The CScript command failed to display the object. However, the Metabase
> editor reported the following on w3svc/filters/sspifilt:
>
> KeyType Server String IlsFilter
> Win32Error Server DWord 0
> FilterPath Server String C:\WINNT\system32\inetsrv\sspifilt.dll
> FilterState Server DWord 1
> FilterFlags Server DWord 134792449
> FilterDescription Server String IlsFilter Microsoft SSPI Encryption
> Filter v1.0
>
> regards
> Theo
>
>
>
> David Wang [Msft] wrote:
>
>>1. Verify C:\WINNT\system32\inetsrv\sspifilt.dll exists
>>2. Failure to load the filter should be reported in the Event Log.
>>3. If you still get nothing, run:
>>cscript %systemdrive%\inetpub\adminscripts\adsutil.vbs enum
>>w3svc/filters/sspifilt
>>
>>And report the value of the "Win32Error" property
>>