Showing posts with label Migration. Show all posts
Showing posts with label Migration. Show all posts

Tuesday, April 16, 2013

Managed Metadata Services (MMS) Limitations in SharePoint 2010

I am blogging back after a long long time. Since last 2 years i was very busy in one of the largest migration assignment from DCTM to SharePoint 2010.

We have build one of the largest Record Managment System in SharePoint 2010 history.

So I just wanted to share some of my learnings and findings from some other blogs here.

Managed MetaData is one of the biggest term from SharePoint 2010 for their Record/Document Management system, though there are some limitations associated with the same while using it effectively.

I have found those limitations here.

Do visit this, to know the biggest issue with MMS while deploying the site backup from one environment to another. Or you can write me to know more on my experience.

Sunday, August 29, 2010

Title column Compulsory in Document Library

We had a requirement for one of the project where we were migrating existing portal to SharePoint with almost 11 years of documents.

We had created a document libraries as per requirement, so users where uploading documents in bulk or say multiple documents in once. Now as they were uploading the documents in bulk they wants to make Title field compulsory so it will look better at the view time.

Click here to find the way.

Tuesday, March 24, 2009

Migration from MCMS-2002 to MOSS-2007

Microsoft Content Management Server 2002 to MOSS 2007 Migration article is intended as a guide for technical person who are all working in migrating Microsoft Content Management Server (MCMS) 2002 applications to Microsoft Office SharePoint Server 2007. Click to read more...

SharePoint Content Deployment Wizard + APIs

Deployment of SharePoint artifacts is something that's perhaps more complex than it should be, and the standard tools provided don't always simplify this picture. Personally, over my past few MOSS projects, there have been several times when I've thought:
I just need to move this document library from A to B
I just need to move these selected files (e.g. master page, page layouts, CSS etc.) from A to B
I just need to move this web from A to B
I just need to move this site collection from A to B
I just need to move these 20 list items from A to B

Here is the answer to all the questions...
You can directly download it from CodePlex
==============API Base Approach=============
Stefan Goßner posted a great series of posts about the Content Migration API (formerly known as PRIME) for SharePoint (WSS 3.0 and MOSS 2007). In just 5 post he explains everything about this API and where SharePoint uses it. It's an excellent start point for many SharePoint administrators and developers out there. I also refer to this post in my training's about SharePoint as well.
Deep Dive Into the SharePoint Content Deployment and Migration API - Part 1
Providing some real world samples on export - Part 2
Providing some real world samples on import - Part 3
Advanced content deployment scenarios - Part 4
Avoiding common problems - Part 5




Thursday, March 5, 2009

Migrating Lotus Notes to SharePoint

This article discusses Lotus Notes Migration approach and how to use Quest Notes to SharePoint Migrator tool.

Thursday, February 12, 2009

Converting ASP.NET site to SharePoint

There are a lot of ASP.NET web developers who are moving to SharePoint site creation. This article will explain in detail how an ASP.NET webpage developed in Visual Studio can be converted into a SharePoint site.
http://www.codeproject.com/KB/sharepoint/ASPNET_to_Sharepoint.aspx

Insert Data into SharePoint List with Lookup column

As a part of migration process, how can you insert a data in to the SharePoint Lists which will be having a lookup column???
Click Here to find out the answer :)
There is an adapter of SharePoint List for SSIS is also available.
If you don't want to go with adapter this is the way how you can create your own SSIS pacakage. Only drawback is it is not talking about inserting data in to lookup columns.

There is one tool also available who can help you in data migration from Database to SharePoint Lists. Data-Synchronisation-Studio

In addition, here is a good blog to describe how to use BDC to connect to Oracle Databases

Using ASP.NET 2.0 code behind in SharePoint

I am working on a migration project from ASP.NET to SharePoint and this article saves my time
Andrew Connell again...