<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sitrof Technologies &#187; workflow</title>
	<atom:link href="http://sitrof.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://sitrof.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>CSC FirstDoc – An Initial Implementation</title>
		<link>http://sitrof.com/resources/case-studies/csc-firstdoc-%e2%80%93-an-initial-implementation/</link>
		<comments>http://sitrof.com/resources/case-studies/csc-firstdoc-%e2%80%93-an-initial-implementation/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 19:51:12 +0000</pubDate>
		<dc:creator>Sitrof</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[Content migration]]></category>
		<category><![CDATA[Document Management]]></category>
		<category><![CDATA[Documentum]]></category>
		<category><![CDATA[DocuShare Compliance Module]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[Enterprise Content Management]]></category>
		<category><![CDATA[FirstDoc]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://sitrof.com/?p=2302</guid>
		<description><![CDATA[Background A major pharmaceutical company, and long standing Sitrof client, used a very highly customized Documentum WDK Application for content authoring and submission management. While this system served the company well for many years, it ran counter to the company’s IT philosophy of moving to commercial off-the- shelf solutions. Computer Science Corporation (CSC) was contracted [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>Background</strong></h3>
<p>A major pharmaceutical company, and long standing Sitrof client, used a very highly customized Documentum WDK Application for content authoring and submission management. While this system served the company well for many years, it ran counter to the company’s IT philosophy of moving to commercial off-the- shelf solutions.</p>
<p>Computer Science Corporation (CSC) was contracted to gather application requirements, perform production configuration and installation. Sitrof was engaged to gather the extensive document, user, configuration and customization migration requirements as well as to perform the design and execution.</p>
<p><strong>This case study discusses the unique challenges such a migration and upgrade effort presents, including: </strong></p>
<ul>
<li>Key factors influencing the migration approach ( rolling  vs. an in-place “all-at-once” migration)</li>
<li>Porting customizations from the legacy system to the upgraded system</li>
<li>Ensuring external systems that interfaced with the legacy system continued to work with the new system</li>
</ul>
<h3><strong>Migration Approaches</strong></h3>
<p>Two Migration Approaches were considered and reviewed for the migration effort:</p>
<h3>Rolling Migration</h3>
<p>A rolling migration is broken up over time to facilitate a gradual, incremental migration. The migration is divided into distinct chunks using business specific criteria. Documents are migrated from the legacy system on a department- or product-level basis to the new system.</p>
<p>For such an approach, the configurations and customizations to support the entire migration effort over its entire timeline are installed in the new system before any actual content is migrated. This ensures that all the functionality is always available as soon as the content is.</p>
<p>The following diagram illustrates such an effort:<img class="aligncenter size-large wp-image-2316" title="Rolling Migration" src="http://sitrof.com/wp-content/uploads/2010/12/Rolling-Migration-1024x377.jpg" alt="" width="729" height="268" /></p>
<p>Often the different departments slated to use the new system convert their business processes at non-coinciding times in support of the migration. If this had been a limiting factor, then a rolling migration approach would be the only possible approach. However, this was not the case in this project, which allowed us to explore following migration approach.</p>
<h3>In-Place “All-At-Once” Migration</h3>
<p>An “all-at-once” migration is where all the documents, users, configurations and customizations necessary for a complete migration are done in a single chunk, usually over an extended weekend.</p>
<p>An in-place upgrade is one where an upgrade to the existing software is done instead of migration to a new system with the new software. An advantage of this approach from a Documentum perspective is that the unique object identifiers are left intact whereas a rolling migration requires that the object identifiers change. This was the main driving factor for the selection of this migration approach, because the business used a submission publishing system that stored these identifiers. Updating the object identifiers in the publishing system would have added increased project complexity and extended project timelines.</p>
<p>The following high-level process was followed in order to move the legacy system to a new FirstDoc Research &amp; Development (FDRD) environment:</p>
<p>1.      Clone the existing docbase (database + content) to new target hardware and perform an in-place Documentum upgrade</p>
<p>2.      Install FDRD into the upgraded docbase</p>
<p>3.      Convert all documents to FirstDoc aware objects (i.e. change the documents’ object types to the FirstDoc specific object types)</p>
<p>4.      Call the FirstDoc SetACL and SetLink routines to ensure that the documents’ permissions and folder locations are set to business requirements</p>
<p>These steps are illustrated in more detail below:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-2318" title="SPRIDOX Migration" src="http://sitrof.com/wp-content/uploads/2010/12/SPRIDOX-Migration-1024x589.jpg" alt="" width="720" height="414" /></p>
<h3><strong>Configurations &amp; Customizations</strong></h3>
<p>Because migration involved moving from a legacy Documentum System to a FirstDoc FDRD system, it was necessary to convert all documents to FirstDoc objects.  Sitrof interacted closely with the client Subject Matter Experts (SMEs) to determine the FirstDoc type/subtype/units for all the existing documents. In cases where documents could not map to existing document inventory, Sitrof worked with CSC in order to have new types/subtypes/units added to the system.</p>
<p>The client also had WDK Customizations in the legacy systems, which Sitrof helped port over to the FDRD system by merging this functionality into the FDRD UI where possible.</p>
<h3>Secure Login</h3>
<p>The client’s IT security policy dictated that all passwords traveling on their networks be encrypted. However, using network sniffers, it was found that passwords were being passed from the WebTop/FirstDoc login screen in the application server to the Content Server in clear text.  Sitrof customized the WebTop/FirstDoc login component to encrypt the passwords passed to the Content Server.</p>
<p><img class="aligncenter size-large wp-image-2317" title="Secure Login" src="http://sitrof.com/wp-content/uploads/2010/12/Secure-Login-1024x176.jpg" alt="" width="635" height="109" /></p>
<h3>Remote Import</h3>
<p>A customization of the legacy system was the ability to import documents from a list of pre-defined FTP servers directly into the Documentum repository. Sitrof merged this functionality into the FirstDoc Bulk Import function so that document import from FTP Servers is treated in an identical manner to the documents imported from the File System.</p>
<h3>Product Dictionary Loader</h3>
<p>The client had an existing data warehouse that contained product, regulatory, clinical and nonclinical information, and did not want to manually maintain these dictionaries within FDRD.  Sitrof developed a series of custom jobs that queried the data warehouse on a daily basis and automatically created the appropriate FirstDoc Product dictionaries within FDRD whenever new data appeared in the data warehouse.</p>
<h3>Architecture Sizing / Performance Testing</h3>
<p>Because this was a mission-critical system, the client wanted to ensure that it was properly sized to handle current and future volume.  Sitrof worked with the client’s internal testing and infrastructure teams to develop performance tests to stress all individual components of the system. The joint team also stress-tested the overall system itself by designing “day in the life” scripts.</p>
<h3>External Systems</h3>
<p>Special attention was paid to all external systems that interfaced with the legacy system to ensure that the interfaces would work after migration. If a modification to the interface was needed, Sitrof made this change.</p>
<h3><strong>Trackwise Integration</strong></h3>
<p>The existing legacy system was integrated with Trackwise, allowing users to view content residing in Documentum from a Trackwise screen.  Sitrof ported this customization to work with the latest version of Documentum and FirstDoc.  Sitrof also customized FirstDoc to write the unique Documentum identifier to Trackwise any time a health authority correspondence document was approved within FirstDoc.</p>
<h3><strong>Conclusion</strong></h3>
<p>Sitrof was involved from inception to the finish of the project, and oversaw a large part of the development and migration efforts that were required for a successful completion of the project. The client was able to decommission their legacy solution shortly after going live with the FDRD solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitrof.com/resources/case-studies/csc-firstdoc-%e2%80%93-an-initial-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitrof and Xerox Host Xerox DocuShare NorthEast User Group</title>
		<link>http://sitrof.com/resources/news/sitrof-and-xerox-host-xerox-docushare-northeast-user-group/</link>
		<comments>http://sitrof.com/resources/news/sitrof-and-xerox-host-xerox-docushare-northeast-user-group/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 20:55:06 +0000</pubDate>
		<dc:creator>Sitrof</dc:creator>
				<category><![CDATA[Awards and Speaking]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Document Management]]></category>
		<category><![CDATA[paperless office]]></category>
		<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[Xerox DocuShare]]></category>

		<guid isPermaLink="false">http://sitrof.com/?p=720</guid>
		<description><![CDATA[Attendees Learn the Latest Advancements and Applications in Xerox DocuShare Software Sitrof and Xerox Corporation hosted the premier Xerox DocuShare Northeast User Group Thursday, December 11, at the Xerox Park Avenue building in New York, New York. The event, the first of its kind tailored specifically to DocuShare users and prospective users, was a great [...]]]></description>
			<content:encoded><![CDATA[<h3>Attendees Learn the Latest Advancements and Applications in Xerox DocuShare Software</h3>
<p>Sitrof and Xerox Corporation hosted the premier Xerox DocuShare Northeast User Group Thursday, December 11, at the Xerox Park Avenue building in New York, New York. The event, the first of its kind tailored specifically to DocuShare users and prospective users, was a great success attracting over 70 attendees.</p>
<p>The focus of the user group was to bring DocuShare users of all experience levels together to learn from and network with each other. The panel of speakers comprised of industry experts, addressed topics ranging from the state of document management, future endeavors for Xerox Corporation and Sitrof Technologies, the DocuShare product roadmap and end-user case studies detailing DocuShare best practices learned through their experience. The afternoon agenda consisted of dual track sessions giving attendees the choice of attending educational presentations geared toward either the business or technical aspects of DocuShare. Business track topics included maximizing imaging for DocuShare, streamlining business processes and managing compliance with DocuShare; while the technical track sessions addressed performance tuning, using enterprise workflows, EIP enablement and custom tools for metadata quality assurance in DocuShare.</p>
<p>Offering solutions to current document management challenges, participating speakers included representatives from Xerox Corporation, Sitrof Technologies, Massachusetts Public Schools, Medidata Solutions Worldwide®, Copernicus Group IRB, ScanFlowStore and United Nations Population Fund.</p>
<p>"As technology is constantly evolving and advancing, Sitrof realized the importance of holding a user group event to ensure users remain on the cutting edge and are using DocuShare to its maximum potential, increasing profitability in their businesses," said Bryan Reynolds, co-founder and Managing Partner, Sitrof Technologies. "We achieved our goal of providing an ideal forum for DocuShare users to obtain the necessary education and networking opportunities to advance. I am very pleased with the success of this premier event and appreciate the support and participation from speakers and attendees alike. We look forward to hosting similar events in the future and encourage everyone to join us for these unique learning experiences."</p>
<p>Xerox DocuShare Software remains a key solution in advancing towards the 'paper-less office' thus aiding the ever growing and crucially important green movement. As both Xerox Corporation and Sitrof Technologies support green initiatives through their products and practices, all brochures for this event were available for online download and not mass produced.</p>
<p>To learn more about Xerox DocuShare, industry tailored document management solutions or other IT consulting services provided by Sitrof Technologies, please visit email sales@sitrof.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitrof.com/resources/news/sitrof-and-xerox-host-xerox-docushare-northeast-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

