Skip to content

David Zhang's BI Blog

Problems and solutions identified in my BI practise

Archive

Category: Sharepoint

When use sharepoint desinger to  back up , restore  or migrate sharepoint site collections,  contents may be lost . The following is a good solution.

 ”C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe” -o export -url http://mydomain1/sites/mysite1  -filename C:\mypath\all.dat -overwrite -includeusersecurity -versions 4

 ”C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe”  -o deletesite -url http://mydomain2/sites/mysite2

“C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe” -o createsite -url http://mydomain2/sites/mysite2   -ownerlogin administrator -owneremail yongru.zhang@utoronto.ca

“C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe” -o import -url http://mydomain2/sites/mysite2  -filename C:\david\sharepoint\all.dat -includeusersecurity

Internet Explorer cannot display the webpage
  
   Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
 
“Diagnose connection problems”

this usually means that a firewall is runing somewhere between the two computer and is blocking 40681 …the remote firewaqll might be blocking your connection”

In sharepoint server , change the setting of windows firewall to open the port through Windows Firewall.  In Windows Windows Firewall, select “Excptions”, and “Add POrt”.

Problem: I installed MOSS first, it worked well.  Then installed Performancepoint, the dasboard desinger worked well, but sharepoint site could not be loaded. from Event Viewer in Computer Management, I found the following error:

“Could not load file or assembly ‘System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′ or one of its dependencies. The system cannot find the file.”

Reason:  deploying performancepoint on sharepoint site need ASP.Net AJAX extension installed but I only installed .Net 3.5.

Solution : downlaoding ASP.Net AJAX 1.0 and installing it