Friday, November 21, 2008

NHibernate Tutorial Videos

I'm just starting to learn NHibernate and needed to get up to speed quickly. The Summer of NHibernate allowed me to do this. Granted the videos are long but the information presented is all crucial and makes it easy to get up to speed on NHibernate.

Thursday, November 13, 2008

Obama Birth Certificate (is faked?)

Here is Obama's Birth Certificate.

http://i305.photobucket.com/albums/nn227/Polarik/BO_Birth_Certificate.jpg

Updated: This is apparently a fake birth certificate, this begs the question as to why the Obama campaign hasn't released the real one. This is all my politics for today. 

Wednesday, November 5, 2008

Custom SSRS Web Parts for SharePoint

No code but sounds like it can be done. This is in regards to developing custom SQL Reporting Services SharePoint Web Parts.

http://blogs.msdn.com/sharepoint/archive/2008/11/03/how-we-did-it-allowing-connections-to-multiple-ssrs-servers-with-report-viewer-and-explorer-web-parts.aspx

Tuesday, November 4, 2008

SPRelinkDocuments released on CodePlex

I have created a project on CodePlex to host this simple Windows application I wrote to assist SharePoint administrators with relinking form templates that are no longer connected to their form templates. The site is http://www.codeplex.com/SPRelinkDocuments

I will manage discussions and issues on CodePlex. I've released the source code and an executable so feel free to take it and run with it. I will add you as a contributor if you'd like to update the code in CodePlex. 

Thursday, October 30, 2008

Grand Rapids SharePoint User Group Meeting Nov 6th

Here is the info:

On November 6, Harold Gravatt of Realign LLC, a MCSE with over 18 years of demonstrated expertise delivering Microsoft based network solutions, will cover implementing the External Collaboration Toolkit for SharePoint using ADAM and FBA. Find out how your company can provide authenticated team site access to clients and partners without adding them to your Active Directory.

 

David Tappan, a MCSE and Senior MOSS Architect at C/D/H, will also lead a ‘How Do I’ presentation on how to configure Kerberos authentication in a multi-server SharePoint farm.


New Horizons

5315 28th St Ct. SE Suite B

Grand Rapids, MI 49546

 

November 6, 2008

6:00pm-8:00pm


Friday, October 24, 2008

SharePoint The EXECUTE permission was denied on the object 'proc_LogChange', database 'SharePoint_AdminContent_, schema dbo

You may receive an error similar to the one below when upgrading or installing a hotfix on SharePoint. I received this and SharePoint didn't tell me anything more than this error message. 

The EXECUTE permission was denied on the object 'proc_LogChange', database SharePoint_AdminContent, schema dbo

To resolve this I logged into the SharePoint web server as the Application Pool account that SharePoint was running under and also granted this user dbo rights on the SharePoint_AdminContent database. I then ran the SharePoint ConfigurationWizard again and the upgrade completed successfully.

Wednesday, October 22, 2008

Gmail Web Slice for Internet Explorer 8

<input type="button" value="Add GMAIL Web Slice" class="addButton"

onclick='window.external.AddToFavoritesBar(

"https://mail.google.com/mail/feed/atom",

"GMAIL", "slice");' />