Jump to content

[SUS Client monitoring] Und es gibt sie doch ....


Josh16
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

  • 3 Wochen später...
  • 2 Wochen später...

Hallo,

 

tja mir gehts leider genau wie sam-man:

 

Laufzeitfehler in Microsoft VBScript- Fehler '800a01b6'

Das Objekt unterstützt diese Eigenschaft oder Methode nicht.: 'Fields.Append'

/SUSlogviewer.asp, line 97

 

 

in der Zeile 97 steht:

 

' Now that the SubFolders are done, do the files!

 

' In order to be able to sort them easily and still close the FSO relatively

' quickly I'm going to make use of an ADO Recordset object with no attached

' datasource. While it does have a slightly greater overhead then an array

' or dictionary object, it gives me named access to the fields and has built

' in sorting functionality.

Set rstFiles = Server.CreateObject("ADODB.Recordset")

rstFiles.Fields.Append "name", adVarChar, 255

rstFiles.Fields.Append "size", adInteger

rstFiles.Fields.Append "date", adDate

rstFiles.Fields.Append "type", adVarChar, 255

rstFiles.Open

 

For Each objItem In objFolder.Files

rstFiles.AddNew

rstFiles.Fields("name").Value = objItem.Name <<<97

rstFiles.Fields("size").Value = objItem.Size

rstFiles.Fields("date").Value = objItem.DateCreated

rstFiles.Fields("type").Value = objItem.Type

Next 'objItem

 

Hat jemand evtl. einen guten Tipp für sam-man und mich ?!

 

Vielen Dank

Link zu diesem Kommentar

Hallo,

 

kann mir evtl. jemand sagen, welche Häkchen bei der W3C Erweiterung gesetzt werden müssen, damit das Script auch was anzeigt ?

 

Was ich damit meine ist, dass zwar die exjjmmtt.log's gefunden und auch ausgewertet werden, aber leider kommt nach dem "get log" keine Ausertung :mad:

 

Bei der W3C Erweiterung habe ich den Haken bei <date> schon gesetzt, aber ... was fehlt ?

 

grüsse

 

motzel

Link zu diesem Kommentar

Hallo Motzel,

 

ich habs nach den Empfehlungen vom MBSA gemacht. Hier der Auszug:

 

IIS LoggingIssue

It is essential to log your Web site events regularly to find invalid usage or identify malicious user activity and access.

 

Solution

Enable logging on your server running Internet Information Services (IIS) and use the W3C Extended Log File Format to log additional event properties.

 

Instructions

To enable IIS event logging in Microsoft® Windows Server® 2003

 

Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.

Double-click your server, right-click the Web site or FTP site, and then click Properties.

On the Website or FTP Site tab, select the Enable Logging check box.

In the Active log format list, click W3C Extended Log File Format.

Click Properties.

In the Extended Logging Properties dialog box, enable extended properties by selecting the check box, and then select the following: Client IP Address, User Name, Method, URI Stem, Protocol Status, Win32 Status, User Agent, Server IP Address, and Server Port.

To enable IIS event logging in Microsoft Windows XP Professional

 

Click Start, point to Programs, point to Administrative Tools, and then click Internet Information Services.

Double-click your server, right-click the Web site or FTP site, and then click Properties.

On the Website or FTP Site tab, select the Enable Logging check box.

In the Active log format list, click W3C Extended Log File Format.

Click Properties.

In the Extended Logging Properties dialog box, enable extended properties by selecting the check box, and then select the following: Client IP Address, User Name, Method, URI Stem, Protocol Status, Win32 Status, User Agent, Server IP Address, and Server Port.

 

 

To enable IIS event logging in Windows 2000

 

Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.

Double-click your server, right-click the Web site or FTP site, and then click Properties.

On the Website or FTP Site tab, select the Enable Logging check box.

In the Active log format list, click W3C Extended Log File Format.

Click Properties.

In the Extended Logging Properties dialog box, select the following check boxes: Client IP Address, User Name, Method, URI Stem, HTTP Status, Win32 Status, User Agent, Server IP Address, and Server Port.

 

 

To enable IIS event logging in Windows NT®

 

Click Start, point to Programs, point to Windows NT 4.0 Option Pack, point to Microsoft Internet Information Server, and then click Internet Service Manager.

Double-click your server, right-click the Web site or FTP site, and then click Properties.

On the Website or FTP Site tab, select the Enable Logging check box.

In the Active log format list, click W3C Extended Log File Format.

Click Properties.

In the Extended Logging Properties dialog box, select the following check boxes: Client IP Address, User Name, Method, URI Stem, HTTP Status, Win32 Status, User Agent, Server IP Address, and Server Port.

Additional Information

HOW TO: Enable IIS Logging Site Activity (300390)

 

 

 

©2002-2004 Microsoft Corporation. All rights reserved.

Link zu diesem Kommentar
  • 2 Wochen später...

Hallo, bin Auszubildender zum ITsystemElektroniker, und bearbeite mein Projekt einen RISserver incl. SUS aufzubauen.

 

Nun war ich auf der Suche nach einer LOGmoeglichkeit fuer den SUS server und bin auf dieses Tool SUS_app.zip gestossen. Leider ist download link down. habe leider bis jetzt keine alternative gefunden und hoffe, das mir einer dieses Tool per Mail schicken kann. Leider kann ich euch nicht direkt kontaktieren, da ich troz registrierung leider keine Berchtigung dazu hab.

 

Besten Dank und gruss im Voraus, dhirsch aus berlin

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.




×
×
  • Neu erstellen...