Archive for the ‘Sharepoint Document Migration’ Category

Upgrading & Uninstalling products

Tuesday, September 27th, 2011

Our products install and maintain their respective application files in Program Files or Program Files (x86) folder, unless the default location is changed by the user. Post-installation, when launching the product the first time, the user has the option to specify a drive location for storing the application worker files such as settings, error log, tasks and task history files which we refer to as <Application Data Folder>.

The <Application Data Folder> can be found from the Help -> About screen. The default path of <Application Data Folder> is as follows:

==> Windows XP, Windows 2003 - C:\Documents and Settings\All Users\Documents
==> Windows 7, Windows 2008, Windows Vista - C:\Users\Public\Documents

You can change the application data folder at any time by browsing to the desired folder location in Help -> About menu.

At a later date, users may want to upgrade to the newer version of the product or uninstall and re-install the product in another computer. For this very purpose, our products provide options to uninstall just the application or uninstall the application and the application related worker files that are stored in the computer.

Let us take a detailed look by taking DocKIT for SharePoint 2010 product as an example:

Upgrading products:

The process of upgrading to the new version of the product by retaining the settings is a 6-step process, as outlined below:

1.

Before uninstall, note down the <Application Data Folder> as seen from the Help -> About screen (after application launch).

2. Uninstall the existing version of the product without removing the application worker files (such as settings, error log, tasks and task history files settings stored in the <Application Data Folder>) by using any ONE of the following options:
  • Control Panel - Programs and Features OR Add / Remove Programs applet
  • Application uninstall wizard - Selecting only ‘Uninstall DocKIT application’ option
For detailed information on how to uninstall application by deleting or retaining application settings, refer
Uninstalling Products section.
3. Install the new version of the product in the same computer.
4. Point to the SAME <Application Data Folder> that has been noted in point (1).

5.

After selecting the SAME <Application Data Folder> that has been noted in point (1), click OK. The following prompt will be shown:

6.

Click Close button to retain the old version’s application settings.

Uninstalling products:

1.

Control Panel - Programs and Features OR Add / Remove Programs applet

Windows Installer program will remove only the application files from your computer. The worker files created by the application will continue to remain in the computer.

  • Launch Control Panel to show the list of programs installed.
  • Select DocKIT for SharePoint 2010 and click Uninstall option.

The Windows Installer launched by uninstall program will uninstall the application by removing the application files from the computer.

2. Application uninstall wizard

You can remove the application files, desired application worker files with the set of cleanup options presented in the uninstall wizard. The application uninstall wizard will perform the cleanup operation based on your selection.

Launch DocKIT for SharePoint 2010 Uninstall Wizard by using Start -> Programs -> DocKIT for SharePoint 2010 -> DocKIT Uninstall Wizard shortcut.

The Welcome screen will give you a brief overview about the list of options in the wizard:

The Cleanup Options step presents the various cleanup settings as stated below:

Cleanup import tasks and their history instances

This option cleans up the import tasks created in DocKIT and their history instances generated during import tasks run. The import of content from file system to SharePoint will be configured as import tasks. These import tasks during their run will create the import task activity logs, error logs and the respective task settings in the <Application Data Folder>. This option when selected will clean-up the entire folders and files created by the import tasks.

Cleanup scheduled tasks that are associated with the import tasks

This option cleans up the Windows Scheduled Tasks corresponding to each import task, when the task is set to run at scheduled intervals. This is the sub-option of the previous clean-up option. Selecting the first option will delete the scheduled tasks automatically.

Cleanup stored user profiles

DocKIT maintains the user credential used for connecting to SharePoint in the Credential Manager, when user instructs DocKIT to store the user name and password for repeated use. Selecting this option will clean up the stored user profiles maintained by DocKIT application.

Uninstall DocKIT application

This option uninstalls DocKIT application by removing the application files from the application installation folder. This option is similar to using the Control Panel - Programs and Features OR Add / Remove Programs applet option.

Upon clicking Next in the Uninstall Wizard will prompt for confirmation to start the uninstall process.

Clicking Finish button in the Uninstall Wizard will perform cleanup based on the selected cleanup options.

DocKIT: Rename folders / files using metadata column values

Tuesday, August 2nd, 2011

Most of the content migration to SharePoint involves migration of archived and active contents from different systems such as file servers, network shared folders and other document management systems (e.g., Humming Bird, DocuShare, DocsOpen). This is an impending task apart from migrating frequently changing folders and files in the current storage system on a day-to-day basis.

It is a well-known fact that the contents stored in these systems might have their folder and file names coined as per legacy naming conventions or standards prevailed at that time. There also exists a possibility of the folder and file names having special characters that are valid in legacy systems but invalid (disallowed) in SharePoint. During migration of contents from legacy systems to SharePoint, users might want to get rid of the old names and replace them with new names, rename invalid to valid characters in folder and file names.

Apart from this, users may have a possible need for renaming folders and files that are already available in SharePoint.

In such cases, organizations and users who migrate bulk contents into SharePoint need user-friendly means with varied options to rename those folders and files in bulk during migration / post migration.

In a nutshell, we highlight the following general and specific cases of renaming requirements:

Rename folders & files while migrating from legacy systems to SharePoint
Rename folders & files with invalid characters to valid characters in SharePoint
Rename folders & files that already exist in SharePoint

Folder level requirements:

Create a new folder hierarchy (restructure existing contents) and import files into them during migration
Create new document sets by way of renaming folders

Document / File level requirements:

Rename files of different names and related contents and import them as document versions (maintain version history)
Rename files having names for each version (appended with version number) and import them as document versions

To cater to the above mentioned renaming requirements, DocKIT for SharePoint 2010 product provides easy renaming of folders and files in the following two ways:

  1. Rename folders & files using the values specified in an external metadata file or batch descriptor file.
  2. Rename folders & files using folder & file naming rules.

Rename folders & files using the values specified in an external metadata file / batch descriptor file

I will explain how to use the external metadata file or a batch descriptor file to rename folders and files in the most common cases using a few examples below:

  1. Rename files simply by providing alternate names

  1. Rename folders simply by providing alternate names

  1. Rename files that have same extension

Let’s take an example where files generated by an external system with the same extension (e.g., “.01”). In this case, the end user could be interested in providing suitable alternate file names for meaningful representation. Moreover, since MS Office files (like - .docx, .doc, .xlsx, .ppt, .doc, .xls,) are handled by SharePoint differently, renaming those files would be useful if they are stored with correct file extension.

System generated file name New file name Description
Action Plan.01 Action Plan.docx This file is generated by Microsoft Word 2010 application.
Status Info.01 Status Info.doc This file is generated by Microsoft Word 2007 application.
Resource Allocation.01 Resource Allocation.xlsx This file is generated by Microsoft Excel 2010 application.
Time Schedule.01 Time Schedule.xls This file is generated by Microsoft Excel 2007 application.
Architecture.01 Architecture.pptx This file is generated by Microsoft PowerPoint 2010 application.
Presentation.01 Presentation.ppt This file is generated by Microsoft PowerPoint 2007 application.

It would most helpful if the end user is able to provide suitable alternate name by appending the extension corresponding to the native application that generated the file / document.

You can achieve this by specifying (source file path, new file name) in an external metadata file or the batch descriptor file.

By using an external metadata file

  1. Create a new folder hierarchy and import files into them during migration

One other specific usage scenario that you may encounter is to migrate all files in a folder to a new sub-folder in the destination location. This requirement can be easily achieved through “Batch Descriptor file” task option in DocKIT.

You can achieve this by stating the desired folder hierarchy under New Folder column while specifying batch file entries. Also, you have to set ‘No’ for ‘Do you want to create the top-level folder(s) included for import?’ in ‘Folder Options’ step in DocKIT Task Wizard.

  1. Create a new document set by way of renaming folders on the fly and import files into them during migration

In order to leverage the use of newly introduced Document Set feature in SharePoint 2010, you would be interested in creating Document Set by using the existing folders during migration into SharePoint. DocKIT comes in handy to address this unique requirement.

To accomplish this, you have to specify the new folder name which has to be created as document set and the corresponding folder content type (created using ‘Document Set’ as its parent content type) to be used for creating the new folder as document set.

After creating the specified folder as document set, DocKIT will create its sub-folders as document sets and migrate the files under the respective sub-folders.

Adding custom document set content type to SharePoint library:

  1. Rename files that already exist in SharePoint by providing alternate names

DocKIT provides the option to rename the files that are already available in SharePoint. It works in a similar fashion like new files that are imported into SharePoint, but for the Path column. The
Path column should be replaced by Destination Path column and should contain the file URL of the list item available in SharePoint.

You can use only batch file syntax to rename files that are already available in SharePoint. In the batch file, apart from the New Name column, only Destination Path and not the Path will be specified.

  1. Rename folders that already exist in SharePoint by providing alternate names

Similar to renaming an existing file in SharePoint, DocKIT facilitates existing folder rename option. As indicated already, you can use only the batch file syntax to rename folders and files that are already available in SharePoint. In the batch file, you have to specify the New Folder column, apart from the Destination Path column.

Rename folders & files using folder & file naming rules

We will discuss about another interesting and useful option in DocKIT to rename folders / files based on patterns, remove illegal characters in folders/file names while migrating to SharePoint in the next blog post.

Read: DocKIT: Rename folders/files based on patterns using renaming rules

DocKIT: Rename folders/files based on patterns using renaming rules

Tuesday, August 2nd, 2011

In continuation with the previous blog post that deals with the folder and file rename options, here we discuss how to deal with renaming of folders/files that contain illegal characters.

As said earlier, folders and files residing in legacy systems will have having special characters that are invalid (disallowed) in SharePoint. DocKIT facilitates this renaming by providing folder and file naming rules while migrating into SharePoint.

Certain users might also need migration of different versions of a file with their version named with certain patterns. DocKIT also supports this file version history creation seamlessly.

Rename folders & files using naming rules

This option is intended /recommended for renaming folders & files that have characters not accepted in SharePoint as part of their names.

SharePoint disallows certain invalid characters in the folder and file names. In order to overcome this behavior, you need to replace certain characters that appear in Windows folder & file names and are invalid folder / file characters in SharePoint libraries, with valid characters (all characters except ~ # % & { } * | \ : < > / ?) in SharePoint.

For this, you can use the “Folder & File Renaming Rules” feature in DocKIT. This feature in DocKIT uses ‘Regular Expressions’ technique that is widely used in software applications where character pattern matching is crucial.

Consider the following cases:

Example 1: Order of entries when constructing renaming rules

The Folder and File Renaming rule in DocKIT requires the rule entries to be correctly placed for successful and meaningful replacement of invalid characters. The order of the entries (sequence) is important depending on the name of the files and folders. For example, if you want dot and double underscore OR triple dots to be treated as a single entity, then a rule entry with this value has to be given first. After this, you should provide dot and single underscore OR double dots value as entry.

Example:

Invalid File Name Valid File Name Description of the Renaming requirement
Sa…ple File 1.doc Sample File 1,doc Replace 3 dots with ‘m’
Sam..le File2.doc Sample File2.doc Replace 2 dots with ‘p’
_ample File3.doc Sample File3.doc Replace_ with ‘S’
.Feb Report.xlsx Feb Reprt.xlsx Remove dot if the file name starts with . (dot)
Jan Report.xls Jan Report.xls Remove dot if the file name ends with . (dot)

Replace two consecutive dots
with one

._March Report.pdf March Report.pdf Replace ._ with empty
.__ April Report.txt April Report.txt Replace .__ ( dot, two underscores) with empty
__ May Report.pptx May Report.pptx Replace __ (two consecutive underscores) with empty
._. June Report.ppt

Replace ._. (dot, underscore,
dot) with empty

Equivalent Naming Rules:

Find Replace Description
\.\.\.

m Replace 3 dots with ‘m’
\.\.

p Replace 2 dots with ‘p’
\.* Remove dot if the file name starts with . (dot)
*\. Remove dot if the file name ends
with . (dot)
\.__ Replace .__ ( dot, two underscores) with empty
\._\. Replace ._. (dot, underscore, dot) with empty
\._ Replace ._ with empty
__ Replace __ (two consecutive underscores) with empty
_ S Replace _ with ‘S’

Figure 1: Naming rule as specified in DocKIT application

Example 2: Usage of reserved characters

The ‘Regular Expressions’ technique used by DocKIT for pattern matching categorizes some of the operators as reserved and has its own meaning for the operators in the pattern syntax. In order to treat the reserved characters as normal characters like ‘A’, ‘1′, you have to use ‘\’ (backslash) as an escape sequence character in DocKIT Renaming rule as given below:

Invalid file name Valid file name Description Naming rule
Find Replace
My File name#.xls My File name.xls Replace # with empty \#
Programs & Schedules.docx Programs and Schedules.docx Replace & with ‘and’ \& and
My $ File name.docx My File name.docx Replace $ with empty \$
policydoc *74565.xls policydoc 74565.xls Replace * with empty \*
Sample.Doc SampleDoc Replace . with empty \.
Sample?File SampleTextFile Replace ? with ‘Text’ \? Text
Test^Document Testdocument Replace ^ with empty \^
Sample+File SampleTextFile Replace plus with ‘Text’ \+ Text
Word<Document WordDocument Replace < with empty \<
PDF>Document PDFDocument Replace > with empty \>
[Document Document Replace [ with empty \[
Sample] SampleFile Replace ] with ‘File’ \] File
(File DocumentFile Replace ( with ‘Document’ \( Document
TextFile) TextFile Replace ) with empty \)

Create file version history by using certain naming patterns

We will discuss a situation where certain files in a folder have their names appended with version numbers. If you would like these version numbers to stack up nicely as version history of the file / document, this is what you can do.

Example 1: Uniform file naming pattern for file version

Invalid File Name Valid File Name Description

Naming Rule

Find Replace
My File name_v1.0.docx My File name.docx Replace underscore, v and version number appended with the parent file name with empty so as to create as respective versions of a file
First version
*_v??\.??
My File name_v1.1.docx My File name.docx Next minor version
My File name_v1.2.docx My File name.docx Next minor version

Example 2: Random file naming pattern for file version:

Invalid File Name Valid File Name Description

Naming Rule

Find Replace
My doc_v1.0.doc My doc.doc Replace underscore, v and version number appended with the parent file name with empty so as to create as respective versions of a file
First version
*_v*
*v??\.??
v
My docv1.1.doc My doc.doc Next minor version
My docv1.2.doc My doc.doc Next minor version

Note: Entries under the Find section should be in the same order as listed.

Figure 2: File Settings in DocKIT Task Wizard

To create version history, select ‘Create new version’ option in ‘File Settings’ step in DocKIT Task Wizard.

For more information, please refer the following help sections in the online help document. You can launch the help document from Help menu (Help -> Contents menu) in the application.

  • DocKIT Features -> Folder & File Renaming Rules
  • DocKIT Special Cases -> Rename Documents in File System

Why do I get this error in DocKIT?

Tuesday, June 21st, 2011

Why do I get this error in DocKIT? - “The column values could not be assigned for this file, since there was no corresponding entry in the external metadata file”

DocKIT assigns metadata when migrating documents to SharePoint. DocKIT can also assign metadata to documents that already reside in SharePoint. You can assign the same metadata for all documents / files in a folder or different metadata for each of the documents / files in the folder. 

In order to accomplish this, you have to specify absolute path of file or folder with the appropriate metadata for the SharePoint columns. The absolute file / folder path is dependent on the source from where files/folders are added for migration or on the destination SharePoint location. 

If the path in the external metadata file and the path of the added source contents do not match, then this error message: [”The column values could not be assigned for this file since there was no corresponding entry in the external metadata file.”] will be reported by DocKIT application.

Please note the following basic requirements about the contents in the external metadata file (provided as input to DocKIT software): 

DocKIT expects the first column in the metadata file to be named as ‘Path’.
[PATH] in the metadata file should refer to the path of the file or folder location, whose location is specified in any of the following formats:
  Local path: C:\My Documents\Versions Demo\SampleTest1.doc (or)
  UNC path: \\SPServer\MyDocs\Sample1.doc (or)
  Mapped drives: M:\MyDocs\Sample1.doc
The path from which folders / files were added for import using DocKIT user interface must exactly match the path specified under ‘Path’ field in the metadata file. In other words, if you added folders / files from the D: drive (e.g., D:\My Documents) in the DocKIT explorer window, you must ensure that the path field in the external metadata file uses the D: drive to point to this specific file or folder.
The columns listed in the metadata file should be available in SharePoint prior to metadata assignment.

I will now explain how to assign document metadata correctly in a few common scenarios using some examples.

Example 1: Import files and folders from local file system to SharePoint and assign metadata

 

Example 2: Import files and folders from network share (UNC) to SharePoint and assign metadata.

 

Example 3: Import files and folders from mapped network drive to SharePoint and assign metadata.

 

Example 4: Assign metadata for files already available in SharePoint

Create Document Sets in SharePoint 2010 using DocKIT

Wednesday, May 4th, 2011

SharePoint Server 2010’s yet another new capability Document Sets facilitate managing documents as an entity based on their metadata (document property). The entity can be categorized based on the need or task which shares a common set of attributes and can be versioned as a whole (instead of individual documents) in SharePoint. The Content Type forms the underlying technique for Document Set and hence multiple document sets can be maintained in SharePoint.

As a natural course for a SharePoint migration product, our DocKIT for SharePoint 2010 product supports creation of Document Sets and classifying documents within them. With the existence of document sets in SharePoint, it optionally creates versions.

Here is a ready reckoner for migrating folders as document sets and importing the folder contents into them using DocKIT:

Let us consider the following folder structure maintained for plumbing system in the file system for migration into SharePoint.

  • Fixtures
    • bathtub.dwg
    • coldwater.dwg
    • hotwater.dwg
    • piperack.dwg
    • shower.dwg
    • washsink.dwg
  • Plan
    • drillguide.dwg
    • floorplan.dwg
    • pipingplan.dwg

 

  1. In DocKIT, create an import task using Import folders, files and metadata to SharePoint Libraries (Explorer Mode) or Import folders, files and metadata to SharePoint Libraries (Batch File Mode) option.

  1. In Import folders, files and metadata to SharePoint Libraries (Explorer Mode) option: Select the desired SharePoint site to be used as destination.

In Select items to import dialog, add the desired folders that you want to create as document sets in the destination SharePoint libraries.

In Import folders, files and metadata to SharePoint Libraries (Batch File Mode) option:

In Batch File Options step, select the desired batch descriptor file to be used as reference for import folders and files.

Note:Ensure that you specify the desired folders that you want to create as document sets in the destination SharePoint libraries, destination path.

  1. Click Next to go to Metadata Options step. In this step, you can provide an external metadata file in (CSV/TXT/XLS) format to assign custom metadata for columns included in document set.

  1. Click Next twice to go to System Dates step. This step will assist you to retain the original date field (Created Date, Modified Date) values as in source file system to destination SharePoint.

  1.  Proceed with the subsequent steps to reach Content Type Settings step

  2. In this step, under Folder Content Type Options, specify a content type that is derived from ‘Document Set’ content type. You can either enter a content type name or select a column in the external metadata file (that contains the content type name) to be used.

  1. Proceed with the subsequent steps to reach Folder Options step.  

  2. In this step, select a suitable folder option so as to create the added (top level / its sub-folders) folders as document sets in destination SharePoint library.  

  1. Proceed with the subsequent steps to save and run the task.

  2. On completion of the import process, the folders will be created as document sets with files imported underneath them. 

 

 

For further information on DocKIT for SharePoint 2010, please visit our product home page at:

http://www.vyapin.com/products/sharepoint/sharepoint-2010/dockit/sharepoint-migration.htm 

You can download a 30-day trial version from the above product web page.

 

 

 

 

 

  



SPList Export for SharePoint 2010 (SPListX) version 4.0 released!!

Wednesday, December 29th, 2010

Our much anticipated major release of SPListX version 4.0 (SPList Export for SharePoint 2010) is finally here with the following new features included,

  • SPListX supports all versions of SharePoint 2010 / 2007 / 2003 in a single product
  • Export list items with file attachments, version histories and metadata based on SharePoint Search results across site collection or entire farm level (using the export task option Export SharePoint list contents using the search option).
  • Fully supports local drives, mapped drives and UNC paths for storing documents, metadata and file attachments.

For further information on SPList Export for SharePoint 2010
SPListX version 4.0, please visit our product home page at:-

http://www.vyapin.com/products/sharepoint/sharepoint-2010/splistx/sharepoint-2010-list-export-whats-new.htm

Files share migration to SharePoint using DocKIT

Tuesday, November 30th, 2010

The latest major release of our DocKIT software comprehensively addresses content migration from file shares and servers to SharePoint 2007 and SharePoint 2010. We have combined all features of DocKIT of SharePoint 2010 / 2007 v4.x and SPList Manager for SharePoint 2007 v1.x into DocKIT v5.0, along with a few other useful tools for content migration. This new version will be useful to users who are looking to migrate external data or contents to any SharePoint list type such as Document libraries, Picture libraries, Custom Lists, Tasks, Calendar, Contacts, Survey, Discussion Boards, Announcements, Links, Issue Tracking etc. using one comprehensive solution.

In a nutshell, you can do the following with respect to content migration and SharePoint metadata (list data) management using DocKIT v5.x:

  • Migrate documents and metadata properties to SharePoint libraries.
  • Import (or migrate) new data or metadata properties including file attachments to SharePoint lists
  • Update data or metadata properties to existing items (including file attachments) / documents in SharePoint lists.
  • Delete data or metadata properties in SharePoint lists.
  • Manage existing data or metadata properties in SharePoint lists.

Let us look at DocKIT’s features in further detail below:

Migrate documents and metadata properties to SharePoint libraries

Import folders and documents along with metadata (stored in external metadata file and file properties) from file shares to SharePoint libraries using DocKIT’s explorer interface or using a simple batch descriptor file.

DocKIT allows you to associate metadata of documents stored in an external file, thereby eliminating the burden of manually entering values to the documents while checking in.

DocKIT associates file system properties (’Summary’ properties) - Title, Subject, Author, Category, Keywords, and Comments and applies it to the respective documents in SharePoint automatically during content migration. DocKIT imports file properties such as Manager, Company, Date Last Printed, Date Last Saved, Revision Number, Version, Word Count etc. and all other custom file properties in the case of MS-Office documents. DocKIT retains the original Created Date, Last Modified Date, Created By (Author) and Modified By (Editor) and assigns it to the respective SharePoint columns in a library.

Import data or metadata properties to SharePoint lists in bulk

Import data or metadata properties to a SharePoint List based on the line entries in the batch descriptor file.

DocKIT imports metadata and its associated file attachments to SharePoint lists such as Tasks, Calendar, Contacts, Survey, Discussion Boards, Announcements, Links, Issue Tracking, Custom Lists etc.

DocKIT can also update metadata properties (column values) for existing SharePoint list items by adding them as a new version or retain the existing version. You can also delete the items, including file attachments in the SharePoint list during the content migration task. Basically, you can manage list items residing in multiple SharePoint lists using a single batch file. 

DocKIT retains the original Created Date, Last Modified Date, Created By and Modified By fields to the equivalent column values in SharePoint for each list item. You can also update SharePoint’s built-in fields, namely - Content Approval Status & related Comments, Content Type, Created Date, Modified Date, Created By and Modified By fields for each folder and list item in a SharePoint list. 

Manage metadata in SharePoint lists

Update or Clean-up (Delete) SharePoint list items using DocKIT’s Explorer interface using the quick metadata management tool. You can specify the conditions based on which you would like the updates to happen. This is a useful tool to clean-up existing SharePoint list items before commencing a fresh migration task.

DocKIT’s unique features

DocKIT makes content migration to SharePoint much easier by providing granular control and automation using its unique feature set:

  • Retain the original Created Date, Last Modified Date, Created By and Modified By field values in SharePoint.
  • Retain document summary properties of source documents namely - Title, Subject, Author, Category, Keywords and Comments and MS-Office custom properties in SharePoint.
  • Assign Content Types to folders and documents (using the metadata file)
  • Assign Content Approval status (using a metadata file)
  • Maintain document versions as in source.
  • Associate custom metadata stored in a CSV / Excel / TXT file to the respective documents in SharePoint lists.
  • Rename folder or documents on-the-fly
  • Define import conditions to filter unwanted folders or documents.
  • Import to multiple SharePoint lists on-the-fly
  • Pre-migration validation to eliminate common errors during migration.
  • Detailed activity reports
  • Re-import documents as necessary
  • Automate migration task
  • New tools bundled in DocKIT v5.x

    Metadata Extractor tool, bundled in DocKIT v5.x, addresses the specific pain of generating or preparing metadata for your folders and documents in the file share. This tool can generate metadata for a list of files / documents residing in file shares or local drives. Mine out metadata from file summary properties and custom properties for various file formats. You can extract document properties associated with Microsoft Office and PDF and file properties from various file types such as JPEG, PNG, GIF, BMP, TIFF, HTML, TXT etc. This feature will be useful to auto-generate folder structures, file list and metadata in various file share locations that are to be migrated to SharePoint.

    List Export tool generates a list of all list items (metadata properties) in a SharePoint list with their corresponding SharePoint URL and exports the results to a CSV file. The URLs along with the corresponding metadata properties will be useful to clean-up or delete items in a SharePoint list. This CSV file can be provided as input to manage your metadata properties in the SharePoint list.

    We are excited about the new features in DocKIT v5.0 and hope you are two. Our SPList Manager for SharePoint 2007 customers upgrading to SharePoint 2010 can transition to DocKIT v5.x and enjoy the larger feature set.

    You can download a 30-day free trial copy from the product web page and read more about the latest release at: http://www.vyapin.com/products/sharepoint/sharepoint-2010/dockit/sharepoint-migration.htm

    DocKIT for SharePoint 2010 version 5.0 released!!

    Tuesday, November 30th, 2010

    Our much anticipated major release of DocKIT for SharePoint 2010 version 5.0 is finally here with the following new features included,

    • Supports Microsoft SharePoint Server 2010 / Microsoft SharePoint Foundation 2010 and Microsoft Office SharePoint Server 2007 (MOSS 2007) / Microsoft Windows SharePoint Services v3.0 (WSS 3.0).
    • Migrate contents to all SharePoint list types, including Document libraries, Picture libraries, Tasks, Calendar, Contacts, Survey, Discussion Boards, Announcements, Links, Issue Tracking, Custom Lists etc. using a single application toolset.
    • Supports Business Connectivity Services (BCS), Managed Metadata, Document Sets, Document ID and other new features in SharePoint Server 2010.
    • Built-in metadata extractor tool to auto-generate folder structures, file list and metadata in various file share locations that are to be migrated to SharePoint.

    For further information on DocKIT for SharePoint 2010, visit our product home page at http://www.vyapin.com/products/sharepoint/sharepoint-2010/dockit/sharepoint-migration.htm

    SharePoint List Management solution (SPListM) Version 1.2 released!!

    Friday, June 25th, 2010

    We have made a significant release of our powerful SharePoint list management solution – SPList Manager for SharePoint 2007 (SPListM) version 1.2.

    The following are some of the improvisations made to the product solution in this new release:

    1. Support to Forms based authentication: SPListM now supports Forms Authentication validating the users against the corresponding SharePoint environment. SPListM would support websites configured with Forms based authentication mechanism.
    2. Supports Fully Qualified Domain Name format: SPListM now supports a Fully Qualified Domain Name, i.e. ‘username @domain’ format in its entire validation schema.
    3. Profile Manager Tool: Users’ logon information can be stored as User profiles and the same can be retrieved without necessarily entering the credentials every time. Profile manager supports both Windows based and Forms based authentication credentials. Using this, the users can just select their corresponding credentials without manually entering them every time when connecting to SharePoint.
    4. Folder options: SPListM now allows users to create folders (if unavailable) on the fly and helps in restructuring folder hierarchy during content migration. The folders to be created can be defined in the external batch descriptor file.
    5. Web Services Component Indicator: It is now easy to determine the existence of Web Services Component. The Web Services Component Indicator would now determine the presence of Web Services Component in the corresponding destination SharePoint server. The user can access the same from the Tools Menu of the application (ToolsàTest SPListM Web Service). This would avoid Web Service Component mismatch, if any.
    6. SPListM application can now run on Windows 7 / Vista / XP computers. SPListM Web Services component can run on Windows Server 2008 and 2003.

    For a free 30-day trial version or to upgrade to the latest version of SPListM software, visit the product home page at http://www.vyapin.com/products/sharepoint/moss-2007/splistm/sharepoint-2007-list-management-tool.htm .

    DocKIT for SharePoint 2010/2007 released!!

    Thursday, June 3rd, 2010

    We have come out with a significant major release of our flagship SharePoint document migration tool, DocKIT for SharePoint 2010 / 2007.

    DocKIT v4.0 now supports Microsoft SharePoint Server 2010 and Microsoft SharePoint Foundation 2010 in addition to its support to the earlier versions of Microsoft Office SharePoint Server 2007 (MOSS 2007) and Microsoft Windows SharePoint Services (WSS 3.0).

    DocKIT in addition to its support to native SharePoint 2010 environment has come out with the following new features:

    1. Extended support to Business Connectivity Services: Business Connectivity Services (BCS) is all about keeping the users connected to external databases and other sources of enterprise data (LOB systems). BCS is an evolution of Business Data Catalog (BDC) feature in SharePoint 2007, allowing the users to better integrate external data to the SharePoint portal. DocKIT through its support to BCS / BDC ensures that users can map their existing line of business applications into the SharePoint portal, thereby allowing the users to leverage on integrated information.
    2. Support to Managed metadata: Managed metadata resembles the ‘Lookup Columns’ of SharePoint 2007. Unlike Look Up columns where it was impossible for the users to share metadata across site collections, Managed metadata is not site specific. Managed metadata has a centralized repository of pre-defined metadata that can be replicated for use throughout the SharePoint environment without having to define them every single time. DocKIT helps users retrieve the metadata values from ‘term sets’ associated with the Managed Metadata column.
    3. Supports Document Sets: Document sets allow users to bundle related documents and treat them as a single entity. With DocKIT, the users can migrate multiple documents from file repositories and manage them better by assigning metadata to these ‘compound documents’ through an external metadata source.

    DocKIT with its support to SharePoint 2010 features such as ‘Ratings Column’ data type, ‘Asset Library’ etc. would help organizations achieve a better collaborative environment by allowing the users to leverage on the extended features of SharePoint 2010.

    The interesting information is the latest version of DocKIT supports both SharePoint 2010 and SharePoint 2007 environment within the same version of the product. This means our DocKIT customers do not have to invest twice (lower TCO) in a SharePoint document migration solution, one for each SharePoint version and can also quickly adapt / transition to the new version using the familiar interface.

    For a free trial version of DocKIT for SharePoint 2010/2007 please visit our product home page at http://www.vyapin.com/products/sharepoint/sharepoint-2010/dockit/sharepoint-migration.htm.