Sign In
Pradeep Anchan's Blog
Today is the first day of the rest of my life......
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
'0.cells' is null or not an object
AJAX
cquireCredentialsHandle failed with error -2146893051(0x80090305)
Failed to read schannel data
MenuItem
MS04-011
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse
web service timeout
Archive
Archives
September 2009
(3)
August 2009
(2)
August 2007
(3)
February 2007
(4)
MSDN Blogs
>
Pradeep Anchan's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pradeep Anchan's Blog
SharePoint Upgrade failed with following error. "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding"
Posted
over 3 years ago
by
Pradeep
0
Comments
I have come across this scenario several times while troubleshooting the cases where Upgrade process fails with the below error logged in the upgrade.log file: [AddSearchToLinks] [3.0.77.0] [DEBUG] [6/12/2009 10:11:48 PM]: Executing SQL DDL Script...
Pradeep Anchan's Blog
Build to Build (B2B) Upgrade of the SharePoint environment – Part 3
Posted
over 3 years ago
by
Pradeep
0
Comments
In this blog post, we will discuss some tips and techniques around the B2B upgrade process. Detaching and attaching the Content Database: Many times during the upgrade process, we may see errors that are specific to one or two content databases...
Pradeep Anchan's Blog
Build to Build (B2B) Upgrade of the SharePoint environment – Part 2
Posted
over 3 years ago
by
Pradeep
0
Comments
In this post, we will discuss few troubleshooting techniques when the upgrade fails to complete. The first tool you have in hand is the upgrade.log file. When we run the Configuration Wizard, a file called upgrade.log file will be created, by default...
Pradeep Anchan's Blog
Build to Build (B2B) Upgrade of the SharePoint environment – Part 1
Posted
over 3 years ago
by
Pradeep
0
Comments
Applying Hot fixes, Cumulative updates (CU) or Service Packs (SP) for WSS 3.0 and MOSS 2007 and then upgrading the databases is a very common scenario. W e troubleshoot issues around these areas quite frequently at Microsoft GTSC. I have heard these questions...
Pradeep Anchan's Blog
Kick start - My web blog
Posted
over 3 years ago
by
Pradeep
1
Comments
Thank you for visiting my Blog! Although my blog was opened a couple of years ago, wasn't very active. I have now decided to actively blog and share my experiences and ideas. I am working at Microsoft as a Support Escalation Engineer in SharePoint...
Pradeep Anchan's Blog
The SSL is not working on the IIS 5.0 web server. We are not able to browse using https. SSLDiag tool shows "#WARNING:Failed to read schannel data" and "#WARNING: AcquireCredentialsHandle failed with error -2146893051(0x80090305)"
Posted
over 5 years ago
by
Pradeep
1
Comments
ENVIRONMENT: ============== Windows 2000 Server SP4, IIS 5.0 We are unable to browse the site if we enable SSL. When we browse using https, it fails with generic "Page cannot be displayed" error. SSLDiag tool shows "#WARNING:Failed to read schannel...
Pradeep Anchan's Blog
AJAX 1.0: "Microsoft JScript runtime error: '0.cells' is null or not an object" error in AJAX enabled ASP.NET page.
Posted
over 5 years ago
by
Pradeep
2
Comments
CAUSE: - The DIV contained an UpdatePanel with the id “MultiView”. Inside the ContentTemplate of the UpdatePanel there was a asp:menu Control. - The Menu Control has these items: <Items> <asp:MenuItem Text="Notes" Value="0" ></asp:MenuItem>...
Pradeep Anchan's Blog
The operation has timed out. System.Net.WebResponse GetWebResponse(System.Net.WebRequest) at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
Posted
over 5 years ago
by
Pradeep
1
Comments
We get the following error when a .NET based Windows Service makes a call to ASP.NET Webservice to upload the file. The operation has timed out System.Net.WebResponse GetWebResponse(System.Net.WebRequest) at System.Web.Services.Protocols.WebClientProtocol...
Pradeep Anchan's Blog
Unable to create and debug ASP.NET web application using Visual Studio 2005 on IIS 7.0
Posted
over 5 years ago
by
Pradeep
1
Comments
When we try to create ASP.NET web application using Visual Studio 2005 on Windows Vista running IIS 7.0, we may get the following error: "Unable to create the Web 'http://localhost/<website>'. The Web server does not appear to have the FrontPage...
Pradeep Anchan's Blog
How to retrieve the HTML response within a ASP.NET Page
Posted
over 5 years ago
by
Pradeep
1
Comments
Here is a simple way to do it. We can implement this by overriding the Render method of the Page class. protected override void Render(HtmlTextWriter writer) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); System.IO.StringWriter...
Pradeep Anchan's Blog
How to retrieve the HTML response generated by ASP.NET pages using HTTP module
Posted
over 5 years ago
by
Pradeep
1
Comments
Many developers come up with this question: How to retrieve the HTML response generated by ASP.NET pages? We can implement this by writing a HTTP module. We need to create a custom Stream object and set the Filter property of the Response object to this...
Pradeep Anchan's Blog
ASP.NET Tab is missing in the IIS MMC in the web server running Windows XP Pro x64 Edition with .NET Framework 2.0 (WOW64)
Posted
over 5 years ago
by
Pradeep
2
Comments
After installing .NET Framework 2.0 on Windows XP Pro x64 Edition, you don't see the ASP.NET Tab in IIS MMC. This happens if IIS is running in WOW64 mode. In other words, if IIS is running in 32 bit mode on a 64 bit Windows operating system, the ASP.NET...
Page 1 of 1 (12 items)