This document explains how to use log analyzer (readlogs.exe) to diagnose Microsoft Internet Information Server (IIS) problems. This article also discusses some general debugging concepts and explains what to look for when reviewing ReadLogs output.Log File analyzer agrees to use the external monitor together to help u
The server has recently suffered hacker intrusion. Intruders are skilled, delete IIS log files to erase traces, you can go to the Event Viewer to look at the warning message from W3SVC, often find some clues. Of course, for Web servers with very large access, it is almost impossible to rely on manual analysis-there's too much data! A Third-party log analysis tool can be used to describe only one of the IIS
format is: SQLCMD -u user name-p password-S IP address If the port number is omitted, the default connection is 1433 port It has a slightly different connection method and Query Analyzer, assuming that the password for the SQL2005 server SA on 192.168.1.55 is SA, The port is 1434 We can connect like this sqlcmd-u sa-p sa-s 192.168.1.55,1434 If you connect port 1433, you can omit the port: sqlcmd-u sa-p sa-s 192.168.1.55 (also note that-u,-p,-s
How to Use the SARG log analyzer on CentOS to analyze Squid logs
In the previous tutorial, we showed you how to use Squid to configure transparent proxy on CentOS. Squid provides many useful features, but it is not straightforward to analyze an original Squid log file. For example, how do you analyze the timestamp and
It has been a long time since the previous version.
When V1.0 is used, it is called CYQ. IISLogViewer.
During V2.0, a Chinese name is given, which is:
Website log analyzer V2.0
After upgrading to 3.0, I changed the name:Autumn-style website log analyzer V3.0
Key points of this version upgrade:1: Overall upgrade to av
Oracle Log Analyzer Tool Logminer use
1. Set Date format
Alter system set nls_date_format= ' Yyyy-mm-dd hh24:mi:ss ' scope=spfile;
Select To_char (sysdate, ' Yyyy-mm-dd hh24:mi:ss ') from dual;
2. Add Supplemental Log
If the database needs to use Logminer, it should be added, only after this log is added to captur
Problem:
Note: An error occurred while processing the configuration file required to provide services to the request. Check the following error details and modify the configuration file as appropriate. Analyzer error message: Unrecognized attribute "type ".
Cause:
. Net version.
This issue occurs if you map application extensions on the IIS website to Microsof
Recently in the company's anti-spam system, found that there is a mail system sent a lot of spam, use Telnet login up, try to send a message, unexpectedly can successfully sent, originally this post office system is no limit, was used, alas, here is how to use the command telnet To make a forged hand-sent message.# telnet MAIL.CORATUR.CU 25Helo coratur.cuMail from:[email protected]>RCPT to:[email protected]>DataFrom:[email protected]To:[email protected]Subject:test MailThis is Test mail!. Notice
Today, I was unaware that someone else posted a post in a forum. using TELNET to connect to the mail server can forge the mail address, so I carefully read how to use TELNET to send emails.I tested that both QQ and 163 were successfully sent, but the forged address was not enough. This article does not focus on that ....First, you must use BASE64 to encrypt the user name and password used to log on to your mailbox.You can use this website to encrypt h
Analyzer error message: failed to Load file or assembly "Microsoft. Office. InterOP. Excel, version = 11.0.0.0, culture = neutral, publickeytoken = 71e9bce111e9429c" or one of its dependencies. The system cannot find the specified file.Source error:Row 36: Version = 10.2.3600.0, culture = neutral, publickeytoken = 692fbea5521e1304 "/>Row 37: Version = 10.2.3600.0, culture = neutral, publickeytoken = 692fbea
Analyzer error message: failed to Load file or
Assembly Loading trace: The following information helps determine the assembly "Microsoft. Office. InterOP. Excel, version = 11.0.0.0,Culture = neutral, publickeytoken = 71e9bce111e9429c "cannot be loaded.
Warning assembly binding logging is disabled.To enable the Assembly Binding failure log, set the registry
Error opening heap dump 'com. ZTE. Mobile. Sync. hprof'. Check the error log for further details.Error opening heap dump 'com. ZTE. Mobile. Sync. hprof'. Check the error log for further details.Unknown hprof version (Java profile 1.0.3) (Java. Io. ioexception)Unknown hprof version (Java profile 1.0.3)
ThehprofFile you get from Android has Android specific format. You shoshould converthprofFile take from
query timed out before the transaction log completes the extension, and you receive a false "Log full" error message· Transactions that are not replicated Solving methodWhen the log file is full and the SQL database cannot write to the file, there are two methods availab
results
· The query timed out before the transaction log completes the extension, and you receive a false "Log full" error message
· Transactions that are not replicated
Solving method
When the log file is full and the SQL database cannot write to the file, there are two m
RECOVERY full with no_wait GO ALTER database dnname SET RECOVERY full--Also The original full mode GO SQL2005 Empty Delete log: Backup Log dnname with No_log ' Here's dnname is the name of the database you want to shrink, and I'm not going to comment anymore by changing the database name below.
go
dump Transaction dnname with no_log
go use
dnname
DBCC shrinkfile (2)
go sqlserver2000 Compression LogYou can
Clear log:
Copy Code code as follows:
DECLARE @LogicalFileName sysname,
@MaxMinutes INT,
@NewSize INT
Use Szwzcheck-the name of the database to manipulate
SELECT @LogicalFileName = ' Szwzcheck_log ',--log file name
@MaxMinutes =--Limit on time allowed to wrap log.
@NewSize = 20-the size of the
One method: Clear logs.1. Open the query analyzer and enter the commandDump transaction database name with no_log2. open the Enterprise Manager and right-click the database you want to compress -- all tasks -- shrink database -- shrink file -- Select log file -- select to shrink to xxm In the shrink mode, here we will
Back up the databaseBack up the file, back up the log file, and rename it.Execute sp_attach_single_file_db in the query analyzer to generate a new log file.I have never done anything about it and asked experienced people to answer it ., I will collect the relevant informatio
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.