Hi All,
I hope and iam anticipating forward that my problem could be solved here.
1.) The "getColumnCount" function of "MSUtil.LogQuery.W3CInputFormat" component is giving wrong count of columns and column name when the extended properties are added to the exisiting Internet Information Services(IIS). Can you pls help me.
2.) I am able to retrieve all the column records. But unable to get the correct column name for the respective record. For eg. When the record pointer reaches to the line 14 of the file below. The "getColumnCount" function is giving wrong count of columns and also "getColumnName(index)" function also.
//Pls refer the W3c Log File below.
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2008-01-23 05:38:14
#Fields: date s-computername
2008-01-23 SIMBI
2008-01-23 SIMBI
2008-01-23 SIMBI
2008-01-23 SIMBI
2008-01-23 SIMBI
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2008-01-23 05:39:02
#Fields: date time c-ip s-sitename s-computername
2008-01-23 05:39:02 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:02 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:02 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:02 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:06 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:06 127.0.0.1 W3SVC1 SIMBI
2008-01-23 05:39:06 127.0.0.1 W3SVC1 SIMBI
Pls Help me out................