Finally managed to complete this pre-sales course and got certificate of completion from Microsoft Partner Academy…
My World, My Views
Finally managed to complete this pre-sales course and got certificate of completion from Microsoft Partner Academy…
Posted by Sanjay Sansanwal at 10:38 am 0 comments
To use Report Viewer web part in SharePoint 2007 64-bit environment, you need to install SQL Server 2005 Add-in. I downloaded the setup from Microsoft site and ran the MSI - “SharePointRSx64”.msi. The setup failed with the error as “sql server 2005 reporting service add-in setup interrupted”. If you are having this issue, follow these steps:
Once the installation will finish, you will be able to see the Reporting Integration section in Central Administration.
Posted by Sanjay Sansanwal at 6:33 pm 0 comments
Check the slide show presented by me to Melbourne SharePoint user group on Service applications in SharePoint 2010
Posted by Sanjay Sansanwal at 10:38 am 0 comments
On Windows 7 you could install Virtual PC 64 bit but unable to run a 64 Bit guest operating systems. This is quite frustrating as you could not use Hyper-V VHD provided by Microsoft on Windows 7. The lack of Microsoft virtualization application lead us to use Sun VirtualBox.
VirtualBox includes support for 64-bit guest operating systems and applications. VirtualBox supports Windows 7 as a host OS. It also has no licensing costs as it is freely available as Open Source Software under the terms of the GNU General Public License. Another important feature is that VirtualBox natively supports Microsoft Hyper-V virtual disk image files (.VHD). This feature allows us to take a virtual machine built with Hyper-V and use it on a portable machine such as a laptop or desktop computer.
Download VirtualBox Binaries
Sun VirtualBox is available via download from the site http://www.virtualbox.org
Create a VirtualBox Virtual Machine
Creating a new virtual machine (VM) is performed by launching the New Virtual Machine Wizard.
Start the VM and Install the Guest Additions
After first starting the VM guest, it is strongly recommended to install the VirtualBox Guest Additions to improve performance and enable mouse/keyboard transitions between host and guest.
Posted by Sanjay Sansanwal at 3:57 pm 2 comments
Watch Stephen Elop, President of the Microsoft Business Division, announce the launch of Office 2010 and SharePoint 2010 on May 12, 2010 at 11 a.m. EST. The live keynote focuses on the next wave of productivity that delivers:
End user productivity across the PC, phone and browser
IT choice and flexibility
A platform for developers to build innovative solutions
Join the virtual launch event with Microsoft executives, product developers, partners and customers to:
Find out how peers and partners are already seeing benefits to their business by leveraging the next wave of productivity.
Submit your questions through live Q&A.
Participate via blogs, tweets, social media networks, commenting, and more.
View on-demand breakout sessions showing how Office 2010 and SharePoint 2010 meet the unique challenges people and businesses are faced with today, and provide the solutions they need for tomorrow.
http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=DI4gkPybuyL
Posted by Sanjay Sansanwal at 9:42 pm 0 comments
Labels: MOSS
Last week, I went back in time when one of my friend asked me to help on his site developed in classic ASP. He wanted to deploy this on IIS 7.0 and was getting all his Application variables empty. First, I thought there will be one more global.asa in one of parent directory. But there was no other global.asa file and the worst part was all session variables were working. Finally, I was able to fix this by converting the site from Virtual directory to an Application in IIS 7.0.
So, to make your classic ASP site which is using Application variables work with IIS 7.0, deploy it as an application and not virtual directory. Glad ASP.NET came :-)
Posted by Sanjay Sansanwal at 2:48 pm 0 comments
Labels: General
This tool assist you in the installation of the software prerequisites for SharePoint Server 2010. Ensure that you have an Internet connection, because some of these prerequisites are installed from the Internet.
To Run this tool:
This tool checks if following prerequisites exists:
Posted by Sanjay Sansanwal at 5:04 pm 0 comments
Labels: MOSS
If you get error denied while activating this feature, you have not activated the dependent feature called “PublishingResources”.
Fix:
Activate the “PublishingResources” feature using stsadm command
stsadm -o activatefeature -name PublishingResources -url http://YOUR_WEBSITE
(change the URL)
Now, Activate the Office SharePoint Server Publishing Infrastructure feature.
Posted by Sanjay Sansanwal at 10:50 am 0 comments
Labels: MOSS
Check you don’t have duplicate XML tag in the machine.config file on the server reporting error. It was Index server for me.
Posted by Sanjay Sansanwal at 9:24 am 0 comments
Labels: MOSS
Download the free e-book “First Look: Microsoft Office 2010” from here
Posted by Sanjay Sansanwal at 9:11 am 2 comments
Labels: General
While upgrading from MOSS 2007 to SharePoint 2010, you might get the following error-
| The current farm uses database from the follwoing SQL server(s) whose versions are not supported. |
To fix this you need to install cumulative updates for SQL Server 2008 SP1
http://support.microsoft.com/kb/970315
Posted by Sanjay Sansanwal at 11:47 am 1 comments
Labels: MOSS
One of easiest way to move Web Application virtual path is to delete the Web application(only IIS site) from Central Administration and recreate them again using new path. But you cannot move Central Admin site using this approach.
After goggling for sometime, I found this nice article which describes the steps to move SharePoint sites including Central Admin
The link is http://www.mattjimison.com/blog/2009/02/26/how-to-change-the-iis-path-for-a-sharepoint-web-application/\
Posted by Sanjay Sansanwal at 10:17 am 0 comments
Labels: MOSS
SharePoint 2010 provide functionality to install SharePoint 2010 on Windows7. Follow these steps to install on Windows7(64-bit):
1. Install SQL Express 2008 from "http://www.microsoft.com/express/sql/download/”
2. Download SharePoint 2010 Beta from http://technet.microsoft.com/en-us/evalcenter/ee388573.aspx. Copy the exe to the folder C:\SharePointFiles
3. Open Command prompt and run
c:\SharePointFiles\ en_sharepoint_server_2010_beta_x64_x16-19249.exe /extract:c:\SharePointFiles
4. Open the file using notepad “c:\SharePointFiles\files\Setup\config.xml”
5. Add <Setting Id="AllowWindowsClientInstall" Value="True"/> to the Configuration section
6. Install the Filter Pack from C:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\ FilterPack.msi
7. Install the following softwares:
8. Run following command to Install Windows Features(IIS and other related)
| start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures; IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors; IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility; IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics; IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging; IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication; IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic; IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility; IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel; WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation; WCF-NonHTTP-Activation
|
9. Run “c:\SharePointFiles\Setup.exe” to install SharePoint
10. On “Choose the installation you want page”, click Standalone
11. Choose default settings and complete the installation
12. Now, run RegEdit and browse to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS”
13. Change “ServerRole” value from SINGLESERVER to WFE
14. Start the “the SharePoint Products and Technologies Configuration Wizard” and follow the steps to install SharePoint 2010
Posted by Sanjay Sansanwal at 12:08 pm 2 comments
Labels: MOSS
SharePoint 2010 comes with a great feature – Sandboxed Solution. This is type of solution which could be deployed to a site by a site administrator. A site administrator don’t need to be a farm administrator to deploy the solution. The solution have full access to the site where it is deployed but limited to other sites and resources for security reason.
This would be ideal for SharePoint Online services where you could create multiple sites and give user permission to manage and upload custom code to their site without needing assistance from farm administrator
To create a sandboxed solutions:
Now, you could add your artifacts(web parts, activate features) specific to your site
Posted by Sanjay Sansanwal at 3:43 pm 0 comments
Labels: MOSS
If MOSS 2007, the code to read the list object use to be
SPWeb web;
SPList list = null;
try
{
list = web.Lists[“Pages”] }
catch(Exception ex)
{
// List not found
}
The reason to have a try-catch was because SharePoint would throw an exception if the list does not exist
Glad to see that in SharePoint 2010, this issue is fixed. The code in SharePoint 2010, would be
SPWeb web;
SPList list = web.Lists.TryGetList(“Pages”)
TryGetList returns the list with the specified title from the list collection, but returns null if its not found. No more more error handling is required
Posted by Sanjay Sansanwal at 1:23 pm 0 comments
Labels: MOSS
SharePoint 2010 comes with SpMetal tool that auto-generate entity types based on a list definition. It uses the SharePoint Lists web service to get the schema of a list.
This tool is located at c:\program files\common files\microsoft shared\web server extensions\14\bin
The syntax is
spmetal.exe /web:SITE-URL /namespace:YOUR_NAMESPACE /code:CLassName.cs
Posted by Sanjay Sansanwal at 12:16 pm 0 comments
Labels: MOSS
This is not installed in GAC and hence would not be visible in .NET assembly tab when adding a new reference to project. This is located under at “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI”
Posted by Sanjay Sansanwal at 12:11 pm 0 comments
Labels: MOSS
This web part have been replaced by XSLT List View Web part in SharePoint 2010. The old Data View Web part is still supported in SharePoint 2010 but not recommended to use.
Posted by Sanjay Sansanwal at 12:00 pm 1 comments
Labels: MOSS
SharePoint 2010 comes up with great tool to check the performance and process steps(same like ASP.NET trace). This would enable the following information to be displayed:
· The SQL queries they have and their timings.
· Web Part Events Offsets for testing performance against custom web parts.
· Trace information, usually only found in the ULS logs, now available on the page.
· A tree view of all controls on the page.
· Session and Cookie information
To enable it, follow these steps:
Posted by Sanjay Sansanwal at 11:51 am 0 comments
Labels: MOSS
When you update a parent content type, the following consideration need to be taken account:
Posted by Sanjay Sansanwal at 4:59 pm 0 comments
Labels: MOSS