Translating with 3 open source tools: Okapi Framework (Rainbow), OmegaT, Apsic XBench

Size: px
Start display at page:

Download "Translating with 3 open source tools: Okapi Framework (Rainbow), OmegaT, Apsic XBench"

Transcription

1 Translating with 3 open source tools: Okapi Framework (Rainbow), OmegaT, Apsic XBench In this workshop we will show you how to rely on open source tools to accomplish from simple to complex translation processes. We will use: Okapi Framework (specifically the Rainbow tool) for pre- and post-processing OmegaT as a CAT tool Apsic XBench as terminology manager and quality assurance tool We will also use OpenOffice and Poedit for final verification. Disclaimer: All information given here is purely for educational purposes. Although we use the aforementioned tools on a daily basis, we cannot guarantee that you can approach each and every project with them. We will translate 3 sample files: 1. a Microsoft Word document (*.doc) 2. a Microsoft Excel spreadsheet (*.xlsx) 3. a gettext catalog (*.po), frequently used in software localization Preprocessing Word document (*.doc) 1. Open the *.doc file in MS Word. 2. Save as *.docx (File Save as Word 2007 document). o If you are on MS Office 2003, you need the Compatibility Pack to open and save Office 2007 formats. o If you have multiple files, you can use the "Microsoft Office Migration Planning Manager", a free command line tool that lets you convert Office 2003 documents to Office 2007 format in batch. See: dd2c325a5a81&displaylang=en#filelist o The reason why we convert from *.doc to *docx is that Okapi filters work almost flawlessly for Office 2007 files. The RTF filter, though very reliable, may not work well with more complex files. 3. If a message window pops up, click Yes. Published by Qabiria.com, September

2 4. Close MS Word. Alternatively, if you want to stick to open source software, you can: 1. Open the *.doc file in OpenOffice Writer. 2. Save as *.odt. 3. Close OpenOffice. Excel document (*.xlsx) Often clients asked us to put translations in a separate column, next to the source text. In order to do so, you have two options: You can simply translate the source column, which will be replaced by the target text and later paste back the original. Or you can copy the source text into the target column and customize the filter configuration, so that the translated file will not need any postprocessing. We will choose the second option, to illustrate a specific feature of Rainbow. 1. Open the *.xlsx file in MS Excel. 2. Copy the source text into the target column. 3. Save the *xlsx file. 4. Close MS Excel. Again, if you want use only open source tools, you can: 1. Open the *.xlsx file in OpenOffice Calc. 2. Copy the source text into the target column. 3. Save as *.ods. 4. Close OpenOffice. gettext catalog (*.po) No preparation is necessary. Creating the translation package for OmegaT 1. Launch Rainbow (Okapi Tools). 2. To make sure you are starting this tutorial in a fresh environment, you should first create a new project: Select the command New in the File menu, or press Ctrl+N. 3. It is recommended to save the Rainbow project file. This allows you to safely use relative paths for all the parameters of your project and therefore to be able to move the project and its files around without having to reset any paths. To save the project select the Save command from the File menu. Enter a filename with the path of where your files are. Published by Qabiria.com, September

3 4. Select the Input List 1 tab. This is the list where we will enumerate all the source documents to prepare. 5. Select the command Add Documents from the Input menu, or press Ctrl+Insert. This opens the Add Documents dialog box where you select the source documents you want to prepare. You can also simply drag and drop the documents on the list. All documents must be in or below the input root directory you have chosen for the source, in our case the directory where you saved the project. We will choose to drag the *.docx, *.xlsx and the *.po file to the Input List 1 tab. 6. Select the *.xlsx file in the Input List Right-click on okf_openxml on the right column. 8. Choose Edit document properties (or simply double-click) to view and modify the current filter for this file. 9. Click on Create In the window type the name for the new configuration filter: for instance, blockedcolumn. 11. Click OK. 12. Go to Excel Options tab. 13. Select Column A next to Sheet 1 Columns to Exclude in order to exclude the source text from the conversion. 14. Click OK. Published by Qabiria.com, September

4 15. Click OK in the Input Document Properties window. 16. Go to Languages and Encoding. 17. Set source language and target language codes (in our example we will use EN-US and IT- IT). Published by Qabiria.com, September

5 18. Go to Other Settings tab. 19. Set your root folder with no trailing slash (usually your project folder). 20. Set Custom sub-folder, if necessary (this is where the translated file will be stored). 21. Go to Utilities Translation package creation Select OmegaT in the first tab. 23. In Package Location tab select Root of the output directory (this is where the files to be translated will be stored). Leaving the default variable, ${ProjDir}, will place the package in the Rainbow project directory. 24. Package name is the name of the folder / project in OmegaT. You can replace pack1 with anything you want. If you are using reference numbers for your projects, this is the place to input it. 25. Optionally, you can zip the whole package, for instance if you want to send the package to another provider. Simply mark the option Compress the package into a ZIP file. 26. It is recommended to mark the option Pre-segment the extracted text with the following rules. If you don't select this option, the separation between text units is based on the structure of the original file format. For example, the content of two <p> elements in HTML gives you two text unit. Segmentation allows you to break down the content of the text units into smaller parts, usually corresponding to sentences. The segmentation is done using segmentation rules defined in a standard SRX (Segmentation Rules exchange) document (SRX 2.0 is supported). SRX use regular expressions to specify patterns before and after a break or a non-break position. Okapi Framework includes a specific module, Ratel, to create and maintain segmentation rules as SRX files. Note: Text units flagged as non-translatable are not segmented. Text units that are already Published by Qabiria.com, September

6 segmented are not re-segmented. 27. You can even mark the option: Pre-translate the extracted text to use a translation resource to leverage matches into the prepared document (if the package to generate allows to do so). You can choose among several web-based machine translators or a local TM (the detailed process is explained in the Annex at the end of this document). 28. Click Execute. 29. You will see "Processing documents" briefly on the status bar. 30. If any errors occur, they will be logged in a pop-up window. Translation with OmegaT The result of the previous step is an OmegaT project folder containing the following subfolders and files: glossary\ omegat\ original\ source\ target\ tm\ Published by Qabiria.com, September

7 manifest.xml omegat.project report.html The converted source files are located in the source subfolder. Now you're ready to translate the documents. 1. Launch OmegaT. 2. Go to Project Open (CTRL+O). 3. Locate pack1 project and open it. 4. The Project files window pops up. 5. You can find detailed statistics information about the project files in the file located in:..\pack1\omegat\project_stats.txt 6. OmegaT will open the first source file in the Editor. 7. Type your translation. 8. Press "ENTER" to advance to the next segment. 9. Once you have finished the translation, you're ready for QA. 10. Save your project. Published by Qabiria.com, September

8 Quality check / Quality assurance with XBench In order to perform an automated quality check on the bilingual files, we will use Apsic Xbench. This tool tries to find segments with the following potential problems: Untranslated segments Segments that have the same source text but a different target text Segments that have the same target text but a different source text Segments where the target text matches the source text Segments with tag errors Segments with numerical errors Segments with double blanks Segments that deviate from the key terms of the project (if key terms have been previously defined) Segments that meet the search criteria of entries in the Project or the Personal Checklist (if Project or Personal Checklists have been defined). 1. Launch Apsic Xbench. 2. Go to Project New. 3. The Project Properties window pops up. 4. Click Add Choose the type of file you'd like to check (TMX). We will check the TMX project file created by OmegaT during the translation. Published by Qabiria.com, September

9 6. Browse the project_save.tmx file inside omegat folder. 7. Click Next. 8. Mark the Ongoing translation option. 9. Click OK. 10. Go to QA tab. 11. Click Check Ongoing Translation. 12. Review the results and edit in OmegaT if necessary. Published by Qabiria.com, September

10 Postprocessing 1. After you're done with the Editing phase in OmegaT, go to File Create translated documents (CTRL+D), to create target documents. Beware: you'll create the *.xliff target documents, not the *.doc, *.xlsx and *.po files. 2. On the Status bar the message Target Documents Created is visualized. 3. Close OmegaT The output of this step are 3 target *.xliff files in the target subfolder inside pack1 folder. Now you have to convert your files back to the original format. 1. Open Rainbow. 2. Locate manifest.xml file in OmegaT project root folder. 3. Drag and drop manifest.xml into Rainbow's Input List 1 tab. 4. Click on Utilities Translation Package Post-Processing... Published by Qabiria.com, September

11 5. A new window (Translation Package Manifest) pops up. 6. Select the document(s) you want to post-process (usually all of them). 7. Note the path shown on the status bar. This points to the folder where the translated document(s) are retrieved from. 8. The Output column shows the relative path of the output document that will be generated. 9. Click Execute to start the process, or Cancel to stop. 10. If any errors occur, they will be logged in a pop-up window. 11. Close Rainbow. 12. Click No when asked to save the settings. 13. Locate the done folder in the OmegaT project. If you specified any Custom subfolder, it will be there. Final verification Word Excel gettext 1. Launch MS Word. 2. Open the Word file. 3. Review the document. 4. Save it as *.doc. 1. Launch MS Excel. 2. Open the Excel file. 3. Review the document. 1. Launch Poedit 2. Open the.po file. 3. Review the document. 4. Save the document (saving the document will create a *.mo file, the compiled version of the *.po file). Links Okapi Framework: OmegaT: Apsic Xbench: (our review: XBench Plug-in for Russian: Published by Qabiria.com, September

12 Annex: Leveraging using a TM The pre-translation tab in Rainbow allows you to leverage your translation using one or two "translation resources". A translation resource is either a TM or a MT engine that Rainbow can access using a "connector". The list of the available connectors is on the tab Pre-Translation, in the Translation Package Creation window. In this window check Pre-translate the extracted text and select a connector from the list called Primary translation resource to use. If you want to use your own TM(s), the TM resources currently supported are: SimpleTM TM Engine: A very rudimentary exact-match only TM system GlobalSight TM Web Services: Useful if you have access to a GlobalSight server. MyMemory TM Web Services: A public TM repository. You could load your TMX file there and use this. In practice it may be a bit too slow (but it should work). Visit to upload your TMX files. OpenTran web repository: Another public TM repository. Currently, you cannot upload your own TMX files there, but it offers a lot of open-source software strings. A bit slow too. Translate Toolkit TM server: The Translate Toolkit has a nice locale server easy to install and run, and you can use your TMX files directly with it or you can convert them to a PO file and use that. See documentation here: Pensieve TM Engine: The Pensieve TM engine is Okapi's own TM engine. You simply need to create a TM and import your TMX into it. This is the complete procedure to create a Pensieve TM and to import a TMX into it: 1. Launch Rainbow. 2. Drop your TMX file in the Input List Go to Utilities > Convert file format. 4. Enter the full path of the directory where your TM should go into Directory of the TM where to import. That directory should be just for the TM. It is recommended to name it with a.pentm extension because other tools can detect it. For example: "H:\TM\tm.pentm" 5. Click Execute. 6. Now you should have a "H:\TM\tm.pentm" directory which contains your indexed TM, ready to use. 7. Go back to the Pre-Translation tab: 8. Select "Pensieve TM Engine". 9. Click "Settings". 10. In "TM Directory" enter the TM to use, for example: "H:\TM\tm.pentm" 11. Click OK. 12. Click Execute to run the Translation Package Creation. Published by Qabiria.com, September

13 13. Important: You will get better matches if the source text is segmented like the TM. So if your TM is made of sentences (vs. paragraph) you want to make sure to enable the presegmentation when preparing the file. That's in the Options tab: check "Pre-segment the extracted text" and enter the path of the SRX file you want to use. There is a default one in the "config" sub-folder of the directory where you have unzipped the Okapi tools. Published by Qabiria.com, September

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Installing S500 Power Monitor Software and LabVIEW Run-time Engine EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...

More information

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010 Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud

More information

SDL Passolo 2015 Table of Contents General... 1 Content Overview... 1 Typographic Conventions... 2 First Steps... 5 First steps... 5 The Start Page... 5 Creating a Project... 5 Updating and Alignment...

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

ChangeTracker Quick Start Guide

ChangeTracker Quick Start Guide ChangeTracker Quick Start Guide 1. Launch the application. 2. Drag the unedited files to the left panel (with the blue text) and the edited ones to the right panel (with the red text). To add destination

More information

MS SQL Express installation and usage with PHMI projects

MS SQL Express installation and usage with PHMI projects MS SQL Express installation and usage with PHMI projects Introduction This note describes the use of the Microsoft SQL Express 2008 database server in combination with Premium HMI projects running on Win31/64

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

MS Excel Template Building and Mapping for Neat 5

MS Excel Template Building and Mapping for Neat 5 MS Excel Template Building and Mapping for Neat 5 Neat 5 provides the opportunity to export data directly from the Neat 5 program to an Excel template, entering in column information using receipts saved

More information

JBoss Portal 2.4. Quickstart User Guide

JBoss Portal 2.4. Quickstart User Guide Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5

More information

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Downloading 1. Download zip file for your version of Outlook (32-bit or 64-bit) and save to computer. (This is

More information

Eclipse installation, configuration and operation

Eclipse installation, configuration and operation Eclipse installation, configuration and operation This document aims to walk through the procedures to setup eclipse on different platforms for java programming and to load in the course libraries for

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Introduction to the Translation Workspace

Introduction to the Translation Workspace Introduction to the Translation Workspace What is the Translation Workspace? The Lionbridge Translation Workspace is a next-generation cloud computing system that combines Live Assets TM and review packages

More information

GoDaddy (CentriqHosting): Data driven Web Application Deployment

GoDaddy (CentriqHosting): Data driven Web Application Deployment GoDaddy (CentriqHosting): Data driven Web Application Deployment Process Summary There a several steps to deploying an ASP.NET website that includes databases (for membership and/or for site content and

More information

SYSTRAN v6 Quick Start Guide

SYSTRAN v6 Quick Start Guide SYSTRAN v6 Quick Start Guide 2 SYSTRAN v6 Quick Start Guide SYSTRAN Business Translator SYSTRAN Premium Translator Congratulations on your SYSTRAN v6 purchase which uses the latest generation of language

More information

PDF AutoMail utility Auto batch e-mail PDF Tool. User Documentation

PDF AutoMail utility Auto batch e-mail PDF Tool. User Documentation Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Georgia State Longitudinal Data System

Georgia State Longitudinal Data System Georgia State Longitudinal Data System FTP Client Installation Manual Version 3.0 Table of Contents 1 Overview... 3 2 FTP Connection Checklist... 3 3 FTP Installation Instructions... 4 4 Apply license

More information

Setting up and Automating a MS Dynamics AX Job in JAMS

Setting up and Automating a MS Dynamics AX Job in JAMS Setting up and Automating a MS Dynamics AX Job in JAMS Introduction... 1 Creating a User for the AX Job Execution... 2 Setting up the AX Job... 4 Create a New folder... 4 Adding a new Dynamics AX Job using

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune

System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune 2015 System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune DEPLOYING MICROSOFT OFFICE 365 PROFESSIONAL PLUS RONNI PEDERSEN & HANS CHRISTIAN ANDERSEN RONNIPEDERSEN.COM Microsoft MVP: Enterprise

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Stored Documents and the FileCabinet

Stored Documents and the FileCabinet Stored Documents and the FileCabinet Introduction The stored document features have been greatly enhanced to allow easier storage and retrieval of a clinic s electronic documents. Individual or multiple

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

Outlook 2010 Desk Reference Guide

Outlook 2010 Desk Reference Guide Outlook 2010 Desk Reference Guide Version 1.0 Developed by OR/WA IRM Please remember to print back-to-back. July 12, 2011 Microsoft Outlook 2010 This document has been developed by OR/WA IRM staff to provide

More information

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3. Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database

More information

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013 To install Outlook 2010/2013 client Note: NOT currently compatible with Windows 10. Make sure your version of outlook is 32bit if not reinstall your version of Microsoft Office to the 32bit version. Must

More information

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

1.5 MONITOR. Schools Accountancy Team INTRODUCTION 1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved

More information

Quick Guide: Troubleshooting Info from SNAP PAC Systems

Quick Guide: Troubleshooting Info from SNAP PAC Systems Introduction When you can t resolve an issue with your SNAP PAC system, there s some important data you can collect to help the Opto 22 Product Support team investigate the issue. This Quick Guide lists

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

ImageNow User. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow User. Getting Started Guide. ImageNow Version: 6.7. x ImageNow User Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2012 2012 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

My Account User Guide. Popfax.com login page. Easy, inexpensive Effective!

My Account User Guide. Popfax.com login page. Easy, inexpensive Effective! Popfax.com login page You can access your Popfax account by going to https://www.popfax.com/index.php?pop=compte. You might want to bookmark this link. You will be asked to enter your Login (the email

More information

Ipswitch Client Installation Guide

Ipswitch Client Installation Guide IPSWITCH TECHNICAL BRIEF Ipswitch Client Installation Guide In This Document Installing on a Single Computer... 1 Installing to Multiple End User Computers... 5 Silent Install... 5 Active Directory Group

More information

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync)

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) This document is intended for those users moving from WVWC s Bobcat Mail system to the new Google Apps mail system

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

Microsoft Outlook 2007 to Mozilla Thunderbird and Novell Evolution Email Conversion Guide

Microsoft Outlook 2007 to Mozilla Thunderbird and Novell Evolution Email Conversion Guide Microsoft Outlook 2007 to Mozilla Thunderbird and Novell Evolution Email Conversion Guide Author: David Gullett Published: March 18, 2010 Version: 1.0 Copyright 2010, Symmetrix Technologies http://www.symmetrixtech.com

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

Technical White Paper

Technical White Paper Technical White Paper Web Server Configuration Internet Information Service (IIS) The following web server configuration instructions apply to UnitySync, Profiler, and Infocanon. While we use UnitySync

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Dell Repository Manager Tutorial

Dell Repository Manager Tutorial Dell Repository Manager Tutorial A Simple and Efficient Way to Manage the Update Files Yong Cao, Shoba SS, Paula Desmond Dell Repository Manager Team Product Group 2011, Dell Inc. 1 Contents Dell Change

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

DataCove PST Import Tool

DataCove PST Import Tool DataCove PST Import Tool Installation Instructions for PST Import Tool System Requirements: Windows XP, Vista or 7 32 bit editions. Outlook, 2003, 2007 or 2010 32 bit Editions (for MAPI) 1GB of RAM Microsoft.NET

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task.

Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task. Lab 8 User name: Administrator Password: Password1 Contents Exercise 8-1: Assigning a Custom Load Evaluator... 1 Scenario... 1 Configuring a Custom Load Evaluator... 1 Assigning a Load Evaluator to a Server...

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

Digital Preservation Recorder 6.0.0

Digital Preservation Recorder 6.0.0 Digital Preservation Recorder 6.0.0 User Manual Version 1.5 RKS: 2013/1309 Document Change Record Version Changed By 0.1 Ian Little Description of Changes Initial Draft - Complete Revision of previous

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

More information

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

Installing GFI MailSecurity

Installing GFI MailSecurity Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install

More information

Panorama NovaView. Load Balancing Installation Guide

Panorama NovaView. Load Balancing Installation Guide Panorama NovaView Load Balancing Installation Guide Table of Contents Background... 3 Load Balancing Using Microsoft Clustering Technology... 3 Configuration Issues... 3 Panorama Network Solution... 3

More information

Promap V4 ActiveX MSI File

Promap V4 ActiveX MSI File Promap V4 ActiveX MSI File Contents What is an MSI File? Promap V4 MSI Main Advantage Installation via Group Policy (Windows Server 2000) Installation via Group Policy (Windows Server 2003) What is an

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS. Using the TestTrack ODBC Driver The read-only driver can be used to query project data using ODBC-compatible products such as Crystal Reports or Microsoft Access. You cannot enter data using the ODBC driver;

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

Archiving Full Resolution Images

Archiving Full Resolution Images Archiving Full Resolution Images Archival or full resolution files are very large and are either uncompressed or minimally compressed. This tutorial explains how to use CONTENTdm and the Project Client

More information

Installing (1.8.7) 9/2/2009. 1 Installing jgrasp

Installing (1.8.7) 9/2/2009. 1 Installing jgrasp 1 Installing jgrasp Among all of the jgrasp Tutorials, this one is expected to be the least read. Most users will download the jgrasp self-install file for their system, doubleclick the file, follow the

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents Table of Contents What is a mail merge?... 2 What do I need to start?... 2 Step 1: How to create a PDF document?...

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

SharePoint Online Setting site up for S drive data

SharePoint Online Setting site up for S drive data SharePoint Online Setting site up for S drive data Establishing team site locations and managing shared drive data file conversions and migration 8-18-2015 1 Introduction This storyboard is designed to

More information

Remark FTP Utility. For Remark Office OMR. User s Guide

Remark FTP Utility. For Remark Office OMR. User s Guide Remark FTP Utility For Remark Office OMR User s Guide Remark Products Group 301 Lindenwood Drive, Suite 100 Malvern, PA 19355-1772 USA www.gravic.com Disclaimer The information contained in this document

More information

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:

More information

PixEdit Server & PixEdit Converter Server Deployment Guide

PixEdit Server & PixEdit Converter Server Deployment Guide PixEdit Server & PixEdit Converter Server Table of content About this document... 2 PixEdit Server... 2 System Requirements... 2 Installation... 2 Silent Installation (without a user interface)... 2 PixEdit

More information

Introduction to Outlook Express 6 with IMAP

Introduction to Outlook Express 6 with IMAP Introduction to Outlook Express 6 with IMAP Version 3 May 2006 Massachusetts Institute of Technology Getting Started This Quick Start class assumes that: 1. Outlook Express is configured for use at MIT.

More information

Premier Installation 2013.1 Guide for SQL Server Administrators

Premier Installation 2013.1 Guide for SQL Server Administrators for Depreciation, Tracking, Planning, and Reporting Premier Installation 2013.1 Guide for SQL Server Administrators Premier Installation Guide Version 2013.1 Contents Chapter 1. Introduction Supported

More information

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Date July 23, 2014 Applies To Kofax Front Office Server (KFS) 3.5.2.10 Summary This application note provides instructions

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android

More information

Administrator Manual Across Personal Edition v6 (Revision: February 4, 2015)

Administrator Manual Across Personal Edition v6 (Revision: February 4, 2015) Administrator Manual Across Personal Edition v6 (Revision: February 4, 2015) Copyright 2004-2015 Across Systems GmbH The contents of this document may not be copied or made available to third parties in

More information

Ansur Test Executive. Users Manual

Ansur Test Executive. Users Manual Ansur Test Executive Users Manual April 2008 2008 Fluke Corporation, All rights reserved. All product names are trademarks of their respective companies Table of Contents 1 Introducing Ansur... 4 1.1 About

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

Skills Funding Agency

Skills Funding Agency Provider Data Self Assessment Toolkit (PDSAT) v15 User Guide Contents Introduction... 3 1 Before You Start... 4 1.1 Compatibility... 4 1.2 Extract PDSAT... 4 1.3 Trust Center... 4 2. Using PDSAT... 6 2.1

More information

Importing from Tab-Delimited Files

Importing from Tab-Delimited Files January 25, 2012 Importing from Tab-Delimited Files Tab-delimited text files are an easy way to import metadata for multiple files. (For more general information about using and troubleshooting tab-delimited

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange User Mailbox Backup and Restore feature

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

OrgPublisher Silverlight Configuration for Server 2008, IIS 7

OrgPublisher Silverlight Configuration for Server 2008, IIS 7 OrgPublisher Silverlight Configuration for Server 2008, IIS 7 Table of Contents Table of Contents Introduction... 2 Audience... 2 IIS 7 Setup and Configuration... 3 Confirming Windows Features... 3 Verifying.NET

More information

Microsoft Exchange 2010 and 2007

Microsoft Exchange 2010 and 2007 Microsoft Exchange 2010 and 2007 Download the server certificate and intermediate certificates. Perform the following procedure for each of the intermediate certificates and then for the server certificate.

More information

Installing Sage Accpac ERP CGA 5.6A

Installing Sage Accpac ERP CGA 5.6A APPENDIX A Updated December 2, 2011 Installing Sage Accpac ERP CGA 5.6A This appendix describes how to install and remove Sage Accpac ERP CGA 5.6A. Before installation, make sure your computer meets the

More information

Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels

Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels 2 Parts to a Mail Merge 1. MS Word Document (Letter, Labels, Envelope, Name Badge, etc) 2. Data Source Excel Spreadsheet Access Database / query Other databases (SQL Server / Oracle) Type in New List Mail

More information

OUTLOOK 2007 USER GUIDE

OUTLOOK 2007 USER GUIDE Using Outlook 2007 The information below will guide you through some of the Outlook features that can help you to manage your email. Topics listed below are: Sorting Messages Saving Attachments Emptying

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Colligo Contributor File Manager 4.6. User Guide

Colligo Contributor File Manager 4.6. User Guide Colligo Contributor File Manager 4.6 User Guide Contents Colligo Contributor File Manager Introduction... 2 Benefits... 2 Features... 2 Platforms Supported... 2 Installing and Activating Contributor File

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

CCC Report Center Overview... 3. Accessing the CCC Report Center... 4. Accessing, Working With, and Running Reports... 6. Customizing Reports...

CCC Report Center Overview... 3. Accessing the CCC Report Center... 4. Accessing, Working With, and Running Reports... 6. Customizing Reports... CCC Report Center Contents 2 Contents CCC Report Center Overview... 3 Accessing the CCC Report Center... 4 Accessing, Working With, and Running Reports... 6 Customizing Reports... 11 Creating Ad Hoc Views

More information