18 April, 2010

Installing SharePoint 2010 Beta on Windows Server 2008

Hey Guys, finally i have installed the most awaited Microsoft product which is more powerfull from Office SharePoint Server 2007 i.e. SharePoint server 2010 beta

I will try best to supply a step by step tutorial as detailed as possible which demonstrates how to install 2010 SharePoint BĂȘta on Windows server 2008 R2.

You can download SharePoint Server 2010 beta from this link:http://technet.microsoft.com/en-us/evalcenter/ee391660.aspx

List of Prerequisites Software
---------------------------------
1.Windows server 2008 with SP 2 / Windows 7 / Vista (All OS must be 64bit)
2.Windows 2008 R2 and Windows Server 2008 KB971831
3.WCF Fix article for Windows 2008 R2 and Windows 7 KB976462
4.Microsoft SQL Server 2008 Native Client
5.Microsoft "Geneva" Framework Runtime
6.Microsoft Sync Framework Runtime v1.0 (x64)
7.Microsoft Chart Controls for Microsoft .NET Framework 3.5
8.Microsoft SQL Server 2008 Analysis Services ADOMD.NET
9.PowerShell V2 RTM
10.SQL Server 2008 SP1
11..NET Framework 3.5 Service Pack 1 (Full Package) KB959209 KB967190
Run > SharePoint Server 2010 Application file, system will extract files and show the above screen, under Install > click Install Software prerequisites…

System will run for few moments and display a following error message as mentioned below:

Install the pre-requisites that you have downloaded one by one
Once you get the above screen then the installation complete and click on the Install SharePoint Sever Link
1.SharePoint 2010 Installation screen prompts for Product Key get beta key
U can get the Beta Key from this link: http://technet.microsoft.com/en-us/evalcenter/ee391660.aspx

2.Read your License terms and click I accept and start Installation:

3.Select Standalone option, if you are installing with SQL Express 2008 server. If you are installing SQL Server 2008 and SharePoint 2010 farm servers, then select Server Farm option.

4.System will start the Installation progress…
5.System would take several minutes to complete installation and prompt for Configuration Wizard.

6.Run your Configuration wizard and click next >

7. Configuration wizard click “Yes” to start IIS and SharePoint Admin, Timer service.

8. Configuration wizard continue 2 of 10 tasks and if everything is ok, the system will display the following screen. (Please note that it will take several minutes to complete. It's not as fast as SharePoint 2007 configuration wizard)

9. Congratulations… you successfully Installed SharePoint 2010.
Yee..Yeappy !! Office 14/SP2010 has been successfully installed !!
Please let me know in case of any queries,Thanks !!

24 February, 2010

Verfification error-An error occured during the signature verification.

Something to share about infopath forms functionality using digital signatures. Everybody knows as how to customized the infopath forms,using controlls on that as well as publishing forms on document libraries. The certificate works fine when I open the form in thick client and then sign it. If I try to digitally sign the browser enabled form (with same certificate), it fails with the following error message:

one or more digital signatures in this form could not be verified.To Modify parts of the form tat have been digitally signed, removed the associated signatures. click on a signature to view its details.

OR
There is a problem with this signature.
For the certificate to work with browser enabled forms, the certificate should have a trust chain. Without a chain of authority to tell the Operating System where this certificate came from, the computer will have no way to verify the authenticity of the certificate.

Please follow this steps to resolve this issue:

To Export the certificate (To be performed on the client machine where you have installed the certificate:

• On the machine where you have downloaded and installed the VeriSign Class 1 certificate go to StartĂ Run and type certmgr.msc and press OK button to launch Certificate Manger console.
• Expand the Personal store,, you would see on child node of Personal store called Certificates.
• Click on the Certificates node.
• On the right hand side pane, locate certificate with your name issued by VeriSign Class 1 Individual Subscriber CA - G2.
• Right Click the certificate and select Export from All Tasks option to Launch certificate export Wizard and Click Next button.
• In the Export Private Key prompt, select “Yes, export the private key”
• In the Export File Format , Under Personal Information Exchange - PKCS #12 (.PFX), check “Include all certificates in the certification path if possible” and click Next
• Enter the password and click on the Next
• Click on Browse button and select the location where you want to export the certificate.
• Click on Finish to complete the Wizard.
To Import the Certificate.(To be performed on the SharePoint server
Copy the *.pfx file on the machine where your SharePoint server is Installed.
• Right click your PFX file and select “Install PFX” option to launch Certificate Import Wizard, click next to continue.
• Verify the location of your PFX file in “File to Import Screen” and click on Next
• Enter your password and click on Next.
• In the “Certificate Store” prompt, select “Place all certificates in the following store” and click on browse button.
• In the “Select Certificate Store”, select “Trusted Root Certification Authorities” and Click on OK.
• Click Finish to Complete the wizard.

I hope the above steps will helps you to resolve your issue,thanks !!

29 January, 2010

The converter failed to save the file

Computer running office 2007 try to open an excel file from SharePoint site for edit. Error: (Save as) The converter failed to save the file. However, if user start the Excel program before opening the file from SharePoint, no problem at all, no error message and file saving fine. 

The fix is to do the following:
- Open Word
- Click the Office button (Top-left in the window)
- Click Word Options
- Click Resources
- Click the Diagnose button
- Click through the wizard until it’s finished
- Close all browser windows

I hope the above information will helps u to resolve the issue!!

In case of any queries/questions then please let me know. I would be more than happy to help you as well as resolves your issues. Thank you.

Excel cannot open the file 'filename.xlsx' because the file format for the file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file

When you try to open a workbook that you receive in an e-mail message for review in Microsoft Office Excel 2007, the workbook does not open. Additionally, you receive the following error message:
Excel cannot open the file 'filename.xlsx' because the file format for the file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
This issue occurs only when you send a workbook for review. The workbook file is saved as an Excel binary workbook. However, the workbook has an .xlsx extension that is appended to the file.

To work around this issue, save the workbook as one of the following file formats before you send the workbook for review:
--Excel Binary Workbook (*.xlsb)
--Excel 97-2003 Workbook (*.xls)

26 January, 2010

The document information panel was unable to load. The document will continue to open. For more information, contact your sys admin.

I have a custom field type as a dropdownlist which displays the no. of users from the web site. Now I have a document library with this custom field type. When I tries to create a item it opens the MS Word instance and it gives a message as Document Information Panel is unable to load.

After lots of research and debugging the issue on my dev-env, i was able to resolve the issue.
The Steps taken for resolution:

1. Open this location- C:\Program Files\Microsoft Web Designer Tools\Office12\1033\IPEDINTL.DLL
2. copy IPEDINTL.DLL
3. paste it here- C:\Program Files\Microsoft Office\Office12\1033\IPEDINTL.DLL
4. Close all the applications that are presently open as well as all the browsers
5. Open the sharepoint site in a new browser and check the results !!

Please let me know in case of any issues.. Thanks !! I hope, the above steps will helps you to resolve your issue regarding the same !!