Tuesday, April 30, 2013

SharePoint 2010 and SQL Server 2012 Reporting Services Installation and Conifguration

From Liam Cleary [SharePoint MVP] 

Part 1: http://blog.helloitsliam.com/Lists/Posts/Post.aspx?ID=66
Part 2: http://blog.helloitsliam.com/Lists/Posts/Post.aspx?ID=67

Thursday, April 25, 2013

Versioning Your Published InfoPath Forms

Versioning Your Published InfoPath Forms

Infopath template has version number, you can see the number via Form Options/Versioning. Also whenever you publish the infopath form, the version number is incremented.

A good practice of designing infopath form template is to show the version number on the form. You can add a calculated value field to the bottom of the form and set its default value to

substring-before(substring-after( /processing-instruction()[local-name(.)
  = "mso-infoPathSolution"], 'solutionVersion="'), '"')

Sohel's Blog: SharePoint 2010: Configure Kerberos Authentication...

Step by step instructions on how to configure Kerberos Authentication with SharePoint 2010

Sohel's Blog: SharePoint 2010: Configure Kerberos Authentication...: SharePoint 2010 supports two authentication mode: Classic mode and Claims based. Today I’m going to explain how to configure Kerberos authen...

Friday, April 19, 2013

IE 8 shows javascript error when displaying SharePoint 2007 site

All the way to the left of the IE status bar, there is a yellow exclamation mark with "Error on page." text. Double click on the text brings up a popup showing "Element not found" error in init.js file.

How to fix: run Office Diagnostics: Diagnose and repair crashing Office programs by using Office Diagnostics

If above does not fix the problem, then try repair the Office installation by going to the Control Panel.

If your installation of Office has custom or 3rd party add-ons, consult your administrator before running the Office repair, since the repair can potentially break those add-ons.

Your mileage may vary and good luck!