Currently I am working on the project where I need to migrate Lotus Notes data to sharepoint. I am able to find and migrate all the data using Domino API for .Net. I am facing problem when I am trying to migrate Lotus Notes RichText to SharePoint, It looses its formating and embedded images in the body.Searching and investigating the approach to solve this problem.I will keep you posted on this ...Read more
Tuesday, July 26, 2011
Friday, July 22, 2011
Developer Dashboard
The Developer Dashboard is an instrumentation framework introduced in Microsoft SharePoint Foundation 2010. Similar in concept to ASP.NET page tracing, it provides diagnostic information that can help a developer or system administrator troubleshoot problems with page components that would otherwise be very difficult to isolate. For example, a developer can easily introduce extra SPSite or SPWeb objects...Read more
Friday, July 15, 2011
Problem Steps Recorder? ~ Capture Problem on Screen with all Narration.
You can use Problem Steps Recorder to automatically capture the steps you take on a computer, including a text description of where you clicked and a picture of the screen during each click (called a screen shot). Once you capture these steps, you can save them to a file that can be used by a support professional or someone else helping you with a computer problem.
Notes
When you record steps...Read more
List Attachments over 50MB - increase in Maximum Upload Size
I came across problem during my migration project, where there were few mails in Lotus Notes which are having total size 99 MB and one of the attachment was of 65 MB training video. Problem: Default SharePoint settings not allow you to upload more than 50 MB file. Goal: Increase the maximum upload size for documents and attachments to 60MB for a web application. Problem Solution:Open...Read more