What to do if you get 'WebForm_PostBackOptions' is undefined with MOSS 2007

by rahul 11/23/2011 4:24:29 PM
Recently, while working with MOSS 2007 on my VM I noticed that most of my pages, including Central Administration pages was throwing Javascript error. I did a lot of random things to fix, but realized very soon that fixing an issue should always be a focused and thoughtful process. Troubleshooting in the dark wasn't taking me anywhere, so this was the thought process that bailed me out. Step 1> Since it is a Javascript error, let's isolate and ensure that it is a problem with 1 site, or all ... [More]


MOSS 2007: Failed to create sample data. An exception of type Microsoft.SharePoint.SPException was thrown. Provisioning did not succeed. The site template was not provisioned successfully.

by vivek 8/24/2010 11:49:15 AM
I have been studying SharePoint for sometime and thought of installing SharePoint 2007 on my Windows Server 2008 R2 virtual machine. Finally, it gave me something to write about . During the installation process, SharePoint 2007 SP2 setup failed with an error Careful look at the configuration tasks showed it actually failed in step 8 As always I thought of looking at the issue further and checked the diagnostics file Task evalprovision has failed with an unknown exception Exception: M... [More]


Internet Explorer cannot display the webpage–after installing KB977377

by Vivek 7/21/2010 3:19:00 PM
Few days back, one of my colleague faced the above error when he accessed the web site that was hosted on a Windows Server 2008 SP2 machine which had IIS 7 installed and configured. Not sure what changed, but the error was very crude and didn’t give any information on what was causing it. This is a simple web service application which required client certificate authentication. With little or no information about what caused the issue we started troubleshooting the issue right f... [More]


“HTTP 404.17 – Not Found” on Win7 for Web Site that was build with .net 3.0 as the target framework

by vivek 5/25/2010 9:11:04 AM
Let me confess, I had to cook this up to give you this example. It happened to my colleague some days back when he developed a simple WCF application on Windows Server 2003 using VS2003. He selected “Target Framework 3.0” in the Property Page of that Web Site. He then deployed the application on his Win7 machine which has VS2010 with .net 4.0 installed. He fires the Web Site http://localhost/Service.svc and he gets “HTTP 404.17 – Not Found” when running the Web Site under Classic .NET AppPool.... [More]


The mysterious Local Disk Q in Windows 7

by rahul 5/10/2010 11:55:13 AM
Recently, I installed MS Office 2010 RTM and along with all the “cool” features, I got something which took me by surprise. The Local Disk (Q). I wasn’t really sure if I got affected by some kind of virus. Take a look at my drives… I tried, “Ejecting” this drive but couldn’t. I tried getting into this drive and all I could get was “Access Denied”. Disk Management utility didn’t even talk about this Q Drive. After a little research found that this was because of Application Virtualization ... [More]


Missing Process counter from Available Counters in Perfmon

by rahul 2/18/2010 10:19:10 PM
Do you notice anything special in the list below? If you have been working with Perfmon enough, you will notice that the Process Counters are missing in the list below. Download a utility called Extensible Counter List from this link…. and run it. Select PerfProc and ensure that Performance Counters Enabled is checked. If it is not checked, check it. If you are not getting this checkbox at all, run this tool as an Administrator and you should be able to see it. Restart Perfmon after clo... [More]


Logparser Scenario 9:Find out different types of errors in your HTTP Error log files

by rahul 2/18/2010 7:23:39 PM
This post is a continuation of this article. Scenario 9:Find out total count of different errors in your HTTP Error Log file on any IIS Server Answer: Logparser "select sc-status, s-reason, cs-uri, count(*) from 'FolderName\*.log' to 'FolderName\Total.csv' Group by s-reason, sc-status, cs-uri" -o:CSV -i:HTTPERR If you want to just see the different types of errors coming up… use the following… Logparser "select s-reason, count(*) from 'FolderName\*.log' to 'FolderName\Total.c... [More]


Performance Monitor (Perfmon) counters for IIS - 4

by rahul 2/17/2010 8:35:15 PM
In part 1 of this series, I provided the BaseLine counter set for Windows 2k3. To close this loop for Win 2008, I am providing one more set of baseline counters for IIS. Download the following template and extract the XML file - IIS-BaseLine-Win-2k8.zip.     Start –> Run –> Perfmon     Right click on Data Collector Sets –> User Defined –> Select New –> Data Collector Set     Give a name, and ensure Create from a te... [More]


Performance Monitor (Perfmon) Counters for IIS - 3

by rahul 1/26/2010 12:10:40 PM
In the last couple of posts you’ve seen collection and manual analysis of Performance data. In this post let’s automate the analysis using one of the really fantastic tools called PAL – Performance Analysis of Logs. Download it from CodePlex. Ensure that you have installed all the pre-requisites… 1. Log Parser 2.2 Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Win... [More]


Performance Monitor (Perfmon) Counters for IIS - 2

by rahul 1/21/2010 11:37:40 AM
In my previous post, I have shown the configuration of perfmon counters. Let’s talk about how to analyze it now. Before you do anything else, read the following articles… IIS 6 Performance Counters Suggested Performance Counters to Watch (IIS 6.0) ASP.NET Performance Counters I know it is a lot of stuff to go through, but then to master drawing, you must learn about the brushes! To manually monitor some counters, you must add the .blg file that got created earlier when you stopped... [More]


Rahul Soni

Rahul Soni  Twitter

 LinkedIn

 Facebook

 Email me



Vivek Kumbhar

Vivek Kumbhar  Twitter

 LinkedIn

 Facebook

 Email me


Stack Exchange

profile for Vivek at Server Fault, Q&A for system administrators and IT professionals

profile for Rahul Soni at Stack Overflow, Q&A for professional and enthusiast programmers

Calendar

<<  February 2012  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011

View posts in large calendar

All Items
Sign in

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2012, Rahul Soni

Powered by BlogEngine.NET 1.4.5.0