Hybris Extension Administrator Guide

Size: px
Start display at page:

Download "Hybris Extension Administrator Guide"

Transcription

1 Hybris Extension Administrator Guide

2 Table of Contents About this Guide... 4 Conventions Used in this Guide... 4 Typographical... 4 Icons... 4 Technical Requirements... 5 Software Requirements... 5 Pre-Requisites... 5 About GlobalLink hybris Extension... 6 Design Overview... 7 How Change Management Works... 9 Setup and Configuration Installation and Preliminary Setup Updating the GlobalLink Extension Extension Configuration Configuring the GlobalLink Server Connection Mapping Languages Error Notifications Feature Translation Optional Extension Configuration Configuring Deployment Properties Configuring Batching Default Source Language Default Selection Configuration Disallowing Translation Submissions From the Active Catalog Configuring Product Feature Translation Configuring Items as Non-Translatable Cron Jobs Viewing Cron Jobs Configuring Cron Job Schedules Setting Up Access Control Assigning Employees to User Groups Monitoring Translation Jobs This documentation is proprietary and is protected by U.S. and international copyright laws and trade secret laws. Copyright 2015 Translations.com, Inc. ("Translations.com") All rights reserved. No part of this documentation may be reproduced, copied, adapted, modified, distributed, transferred, translated, disclosed, displayed or otherwise used by anyone in any form or by any means without the express written authorization of Translations.com. Other names may be trademarks of their respective owners. Copyright 2015 Translations.com, Inc. Confidential Page 2 of 30

3 Viewing Translation Jobs Extending the GlobalLink Extension Copyright 2015 Translations.com, Inc. Confidential Page 3 of 30

4 About this Guide This section describes the conventions that convey instructions and other information. Conventions Used in this Guide Typographical The following table explains the typographical conventions used in this guide. Convention Bold Italic < > Application User interface controls, commands, and keywords in body text. User input entered. Generic parameters that must be replaced by specific code or text. Icons The following table explains the icon conventions used in this guide. Convention Application Note: This icon designates a note or helpful suggestion or reference relating to the surrounding text. Best Practice: This icon designates a suggestion for best practice relating to the surrounding text. Alert: This icon designates warning or alert relating to the surrounding text. In this situation, the user should exercise caution to avoid an undesirable result. This documentation is proprietary and is protected by U.S. and international copyright laws and trade secret laws. Copyright 2015 Translations.com, Inc. ("Translations.com") All rights reserved. No part of this documentation may be reproduced, copied, adapted, modified, distributed, transferred, translated, disclosed, displayed or otherwise used by anyone in any form or by any means without the express written authorization of Translations.com. Other names may be trademarks of their respective owners. Copyright 2015 Translations.com, Inc. Confidential Page 4 of 30

5 Technical Requirements 1 Software Requirements Following are the requirements for the GlobalLink hybris extension to function: Software hybris-multichannel-suite Version 5.4.x.x Pre-Requisites The extension installer files (GlobalLinkHybrisExtension_3.2.2.zip) are acquired from Translations.com. If the extension is being deployed on a hybris instance where only the PIM is deployed and hybris WCMS extension is not used, the extension GlobalLinkHybrisExtension_3.2.2_nocms.zip should be used. The translation project and user accounts are configured on GlobalLink Project Director. Copyright 2015 Translations.com, Inc. Confidential Page 5 of 30.

6 About GlobalLink hybris Extension 2 The GlobalLink hybris extension integrates seamlessly with hybris and allows users to initiate, track, and complete all facets of the hybris content translation process using the hybris user interface. The package consists of the following extensions: Global Product Cockpit An extended product cockpit with added functionality to submit and track translation requests for products and related hybris objects. Global WCMS Cockpit An extended CMS cockpit with added functionality to submit and track translation requests for WCMS pages. GlobalLink The core extension which contains the business logic and associated data models required to track and manage the translation requests. This module also installs two cron jobs which manage the data exchange with GlobalLink Project Director. Copyright 2015 Translations.com, Inc. Confidential Page 6 of 30.

7 Chapter 2 About GlobalLink hybris Extension GlobalLink hybris Extension Design Overview The schematic below shows a high level architecture of the solution. Step 1 Users can initiate product translation requests from the Global Product Cockpit and page translation requests from the Global CMS Cockpit. Copyright 2015 Translations.com, Inc. Confidential Page 7 of 30

8 Chapter 2 About GlobalLink hybris Extension GlobalLink hybris Extension Site Administrators can also use the Management Console (HMC) to submit translation requests for category content. Step 2 The translation job queue is a central data store for the hybris system which stores all tracking information related to translation management and reporting. For all translation requests, a new translation job is created on the Translation Job Queue, containing all the objects (Job Items) for which translation is requested. The status of the Job is set to QUEUED. Step 3 The SubmitToPDCron job is scheduled to run on the server at a periodic interval. This job processes all jobs in the job queue with status QUEUED. It prepares an XML extract of the hybris objects that require translation and sends them on to GlobalLink Project Director using the webservices API. On successful completion, the status of the job is changed to INPROGRESS. Step 4 GlobalLink Project Director processes the XML files and the content is translated within the GlobalLink translation workflow. On completion of the translation workflow, the files are available on the GlobalLink PD with status COMPLETE. Step 5 The FetchFromPDcron job polls GlobalLinkPD at regular intervals, requesting for all files that have completed the translation workflow. It then downloads the translated XML files and updates the translated strings in the language variants of the respective hybris objects. On successful import back into hybris, the status of the Job Item is set to TRANSLATED. Once all the items from a job are translated, the status of the job is also changed to TRANSLATED. Copyright 2015 Translations.com, Inc. Confidential Page 8 of 30

9 Chapter 2 About GlobalLink hybris Extension GlobalLink hybris Extension How Change Management Works Within the GlobalLink extension, we maintain a record of all translation requests. While submitting content for translation, hybris users have the option to submit only New and Changed content. An item is submitted for translation only if it s a new item (never been translated before) or has changed since the last time it was translated for that specific language. If the item has no translatable content, it will not be sent for translation. This helps in managing the translation lifecycle of your content and allows you to submit only incremental updates for translation. The process of detecting new and changed content within the GlobalLink extension is explained below: 1. At the time of submission creation, all items are added to the job with status QUEUED. 2. The ChangeDetection process for each translation requests detects if an existing translation request is INPROGRESS or COMPLETED for the specified item and target language. If no existing request is found, the item is treated as NEW (never been translated before) and will be submitted for translation. If an existing request is found in any of these states, this means that it has been translated before. The next step is to detect if it has changed. 3. For every translation request, all the translatable strings for the item are concatenated into a single string. A CRC is calculated and stored in the Last Translated data model within the GlobalLink extension. The next time the same item is translated, such a CRC is calculated again and compared with the last translation request for the same item and language that is stored in our records. If the CRC matches, then there is no change and the item is flagged with status NO_CONTENT, and not sent to GlobalLink. If the CRC does not match, that means that the item has changed and will be sent to GlobalLink. 4. If a queued item has no content for translation, its status is changed to NO_CONTENT. Copyright 2015 Translations.com, Inc. Confidential Page 9 of 30

10 Setup and Configuration 3 Installation and Preliminary Setup 1. Log in to the server where hybris is installed. 2. The directory where hybris is installed will be referred to as <hybris-home>. For example, <hybris-home> may refer to C:\Hybris\ on windows. 3. Create a new folder named globallink under <hybris-home>/bin. 4. If the hybris server is set up for PIM + WCMS, extract GlobalLinkHybrisExtension_3.2.2.zip to <hybris-home>/bin/globallink folder. For PIM + WCMS, append the following configurations to <hybris-home>/config/localextension.xml: <!--transperfect extension --> <extension dir="${hybris_bin_dir}/custom/globallink"/> <extension dir="${hybris_bin_dir}/custom/globalproductcockpit"/> <extension dir="${hybris_bin_dir}/custom/globalcmscockpit"/> 5. If the hybris server is set up for PIM only, extract GlobalLinkHybrisExtension_3.2.2_nocms.zip to <hybris-home>/bin/globallink folder. For PIM only hybris setup, append the following configurations <hybris-home>/config/localextension.xml: <!--transperfect extension --> <extension dir="${hybris_bin_dir}/custom/globallink"/> <extension dir="${hybris_bin_dir}/custom/globalproductcockpit"/> 6. Open command prompt and change working directory to: <hybris-home>/bin/platform> 7. Set the Ant environment: Windows : <hybris-home>/bin/platform :/>setantenv.bat Unix : <hybris-home>/bin/platform :/>./setantenv.sh 8. Run the following command to build the extension: <hybris-home>/bin/platform:/>ant clean all 9. On successful execution the following message should appear: BUILD SUCCESSFUL 10. Start the hybris server by running the following command: Copyright 2015 Translations.com, Inc. Confidential Page 10 of 30

11 Chapter 3: Setup and Configuration GlobalLink hybris Extension Windows : <hybris-home>/bin/platform />hybrisserver.bat Unix : <hybris-home>/bin/platform :/>./ hybrisserver.sh Updating the GlobalLink Extension To finish the installation of the extension, hybris must be updated. During the update, all new types and attribute data of the GlobalLink extension are created in the database. 1. Log in to the hybris Administration Console as a user with administrator credentials. 2. Go to the Platform tab and select Update. 3. In General Settings, select all four options as shown below. Copyright 2015 Translations.com, Inc. Confidential Page 11 of 30

12 Chapter 3: Setup and Configuration GlobalLink hybris Extension In Project data settings, select the three GlobalLink modules as shown below. 5. Click and wait until the process completes. 6. Restart hybris server. Copyright 2015 Translations.com, Inc. Confidential Page 12 of 30

13 Extension Configuration 4 The following configurations need to be set up prior to submitting content for translation. Server Configuration Language Mapping Configuring the GlobalLink Server Connection To configure a connection to Project Director Server: 1. Log in to Hybris Management Console as a user with administrator credentials. 2. Navigate to GlobalLink Configuration > Server Configuration. 3. Right-click Server Configuration and select Create GlobalLink Configuration. Copyright 2015 Translations.com, Inc. Confidential Page 13 of 30

14 Chapter 4: Extension Configuration GlobalLink hybris Extension Enter the configuration parameters as provided by your Translations.com account manager. The description for each option is provided below. Option Project Director URL Username Password Project Short Code Description The Project Director services URL. For example. Username to login to GlobalLink Project Director. Password for GlobalLink Project Director. Unique project identifier for Project Director. 5. Click. Mapping Languages The languages defined in hybris need to be mapped to the appropriate locale codes that will be used to identify them within GlobalLink Project Director. 1. To define the language map, open the saved GlobalLink Configuration and navigate to the Languages Section. 2. Right-click the header and select Create GlobalLink Language Mapping. Copyright 2015 Translations.com, Inc. Confidential Page 14 of 30

15 Chapter 4: Extension Configuration GlobalLink hybris Extension To map languages, select the hybris language from the Language column and select the corresponding locale Code from the Locale Code column. 4. Click Save. Error Notifications A list of addresses can also be configured to be sent a notification if any scheduled cron jobs encounter an exception. To configure the server, edit config/local.properties on the hybris server: mail.smtp.server={mail SERVER} mail.smtp.port=25 mail.smtp.auth=true mail.replyto={reply TO} Copyright 2015 Translations.com, Inc. Confidential Page 15 of 30

16 Chapter 4: Extension Configuration GlobalLink hybris Extension # User account and password used for the authentication with the SMTP server (optional) mail.smtp.user= mail.smtp.password= mail.use.tls=false Feature Translation By default, the GlobalLink extension extracst all product features for translation if the option to submit product features for translations was checked while submitting the products using the Translation Wizard. However, we also allow you to configure the list of features to include/exclude for translation. If you select Include only listed Features, only the listed Features will be considered localizable, and all others skipped. If you select Exclude only listed Features, all Features will be considered localizable, and only the listed Features skipped. Copyright 2015 Translations.com, Inc. Confidential Page 16 of 30

17 Optional Extension Configuration 5 The configuration options listed in this chapter are optional, but it is recommended to review these configuration options and implement them as desired in order to take full advantage of the customization options available in the GlobalLink extension. The parameters listed in this chapter must be implemented in the globallink/project.properties file if the parameter is not already listed by default. The configuration option for the Error Notifications section must be implemented in the config/local.properties file on the hybris server. Configuring Deployment Properties globallink.deployment=[dev] The globallink.deployment parameter defines the environment of the hybris installation. This variable is appended to the logs on Project Director and provides traceability to identify all activity initiated from this specific server. Configuring Batching globallink.job.submission.maxdocuments = 0 The globallink.job.submission.maxdocuments parameter defines the maximum number of items that will be grouped into a single submission. If this value is set to 0 (zero), there will be no batching. If the user submits 100 items and this value is set to 20, there will be 5 submissions in PD. Copyright 2015 Translations.com, Inc. Confidential Page 17 of 30

18 Chapter 5: Optional Extension Configuration GlobalLink hybris Extension Default Source Language globallink.wizard.sourcelanguage.isocode.default = en For cases where there are multiple language directions configured on Project Director, you can configure the default source locale by setting this parameter. This value needs to be the ISO code of the language as setup in hybris. Copyright 2015 Translations.com, Inc. Confidential Page 18 of 30

19 Chapter 5: Optional Extension Configuration GlobalLink hybris Extension Default Selection Configuration globallink.wizard.translateproductfeatures.default=true globallink.wizard.newandchanged.default=true The Submission Wizard is configured by default. Select the checkboxes to clear them if you want to change the defaults. Copyright 2015 Translations.com, Inc. Confidential Page 19 of 30

20 Chapter 5: Optional Extension Configuration GlobalLink hybris Extension Disallowing Translation Submissions From the Active Catalog The recommended workflow for translating content in hybris is to first translate the content from the staging (inactive) catalog and then sync it to the online (active) catalog. Users should be restricted from sending content for translation directly from the active catalog. It is therefore recommended to disallow a translation request for an item that is in an active catalog. The following two parameters show this configuration for products and CMS items. globallink.productlocalizabilityvoter.activecatalogdisabled=true globallink.cmsitemlocalizabilityvoter.activecatalogdisabled=true Configuring Product Feature Translation This configuration controls the behavior for handling features in the current target language have been: manually created/ not created by the GlobalLink ProductFeatureHandler, created by the ProductFeatureHandler, but the associated source language Feature has been removed. True: Features matching above criteria are removed when a translation update is done for the target language False : Features matching above criteria are not removed when a translation update is done for this target language. All such entries will be placed at the end of the value list for that language. globallink.productfeaturehandler.removeunknowntranslations=false Copyright 2015 Translations.com, Inc. Confidential Page 20 of 30

21 Chapter 5: Optional Extension Configuration GlobalLink hybris Extension Configuring Items as Non-Translatable By default, all item types that are derived from hybris Item model can be submitted for translation, even if the item is not a product. To disable the Translate option in the context menu for certain item types in the HMC, add the item type code to the parameter below as a comma separated value. globallink.configurablelocalizabilityvoter.disable=catalog Copyright 2015 Translations.com, Inc. Confidential Page 21 of 30

22 Cron Jobs 6 The process of preparing translation jobs, submitting content for translation to GlobalLink, and retrieving translated content is performed by two cron jobs that are installed as part of the GlobalLink extension for hybris: submittopdcronjob fetchfrompdcronjob Viewing Cron Jobs 1. Log in to HMC with administrator credentials. 2. Navigate to System > CronJobs. 3. Click the Comparator drop-down menu for the JobName attribute and select contains. 4. Enter PDCron as the value. 5. Click Search. Copyright 2015 Translations.com, Inc. Confidential Page 22 of 30

23 Chapter 6: Cron Jobs GlobalLink hybris Extension Configuring Cron Job Schedules Each Cron Job needs to be scheduled to run at a predefined interval. To setup the schedule for the cron jobs: 1. Double-click the desired Cron Job to open it. 2. Select the Time Schedule tab. Right-click the Triggers header and select Create Trigger. Copyright 2015 Translations.com, Inc. Confidential Page 23 of 30

24 Chapter 6: Cron Jobs GlobalLink hybris Extension Select the execution interval and configure the start time and frequency. 4. Click Save Copyright 2015 Translations.com, Inc. Confidential Page 24 of 30

25 Setting Up Access Control 7 The GlobalLink extension creates two user groups within hybris during the installation process. To view pre-defined GlobalLink User Groups: 1. Log in to HMC. 2. Navigate to User > User Groups. 3. In the Search area, adjust the Name attribute to show starts with as the Comparator and enter GlobalLink as the value. 4. Click Search. 5. The user groups have predefined access rights to the translation job queue as described below. ID Column GlobalLinkconfiggroup GlobalLinkusergroup Description Grants access rights to configure the extension in HMC. Grants access permission to users to submit content for translation from the cockpits and HMC. Copyright 2015 Translations.com, Inc. Confidential Page 25 of 30

26 Chapter 7: Setting Up Access Control GlobalLink hybris Extension Assigning Employees to User Groups Employees need to be assigned to the user groups in the previous section based on their roles within the organization. To assign employees to specific user groups: 1. Select Users > Employees. 2. Enter the name or ID of the Employee to be assigned to a GlobalLink group. 3. Click Search. 4. Double-click the selected employee. 5. Add the required GlobalLink Groups. 6. Click Save. Copyright 2015 Translations.com, Inc. Confidential Page 26 of 30

27 Monitoring Translation Jobs 8 Any user submitting content for translation using the GlobalLink extension queues the content for translation in the Translation Jobs. An administrator can monitor or view the items sent for translation by viewing the Translation Jobs and Translation Job Items within HMC. Viewing Translation Jobs A translation job is created for every submission request, and contains the following details: Column ID Name Requestor Origin Request Date Due Date Type Target Locale Description Translation Job Queue ID Combination of Project Short Code_Date Time stamp Username of the person who sent the hybris Items for translation Source Language The date the translation was queued Due Date for completing translation in Project Director This could either be any of the hybris Items: Category, Product, Page, or Component Target locale selected for sending translation To view the translations job: 1. Login to HMC. 2. Select GlobalLink > Jobs. Copyright 2015 Translations.com, Inc. Confidential Page 27 of 30

28 Chapter 8: Monitoring Translation Jobs GlobalLink hybris Extension Click Search, to view a list of all jobs in the system. Note: The GlobalLink > Last Translations is a reserved data model used to track information about all translation requests. Please do not alter/delete items within this without consulting your Translations.com account representative. 4. To view all items within a translation job, double click the job row. Copyright 2015 Translations.com, Inc. Confidential Page 28 of 30

29 Extending the GlobalLink Extension 9 Hybris is an e-commerce framework for PIM and Web CMS platforms. Clients can customize hybris extensively to define their own data models and web components. The GlobalLink extension for hybris provides a mechanism to submit products and web pages for translation from the hybris global cockpits. In some cases, the client may have a need to submit related items or products, e.g., submitting all of a product s variants and the original product, or identifying nested components in a CMS page and submitting them with the CMS page. Our adaptor is extensible and allows for adaptation to a client s custom data model and relations. In order to identify additional related items to be added to a translation request, Item Handlers must be defined for custom Items that have further nested items. To define ItemHandlers: 1. Define your own Handler which extends ItemModelHandler. Refer to the comments in the sample source code below for the explanation. public class ProductHandler extends ItemModelHandler private CommonI18NService public boolean supports(final ItemModel item) { // Define the itemmodel which this handler will support return (item instanceofproductmodel); Copyright 2015 Translations.com, Inc. Confidential Page 29 of 30

30 Chapter 9: Extending the GlobalLink Extension GlobalLink hybris Extension public Set<ItemModel>getNestedItems(final ItemModel item) { final Set<ItemModel> nested = new HashSet<ItemModel>(); // Add your custom logic here to get nested/related items return nested; } } 2. Compile your handler classes into a Jar and copy them to globallink/bin. 3. Add a reference to your custom handler classes to the item Handlers list in \globallink\resources\globallink-spring.xml as shown below. <alias alias="itemhandlers" name="defaultitemhandlers" /> <util:list id="defaultitemhandlers" valueype="org.gs4tr.projectdirector.adaptors.hybris.service.itemhandler"> <!-- Order is important if Items are instance of multiple types for which handlers exist --> <ref bean="keywordhandler" /> <ref bean="pageitemhandler" /> <ref bean="cmsnavigationnodehandler" /> <ref bean="contentslothandler" /> <ref bean="footercomponenthandler" /> <ref bean="navigationbarcomponenthandler" /> <ref bean="categoryhandler" /> <ref bean="producthandler" /> <ref bean="itemmodelhandler" /><!-- leave as last --> </util:list> 4. Restart hybris server. Copyright 2015 Translations.com, Inc. Confidential Page 30 of 30

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager Appendix E Installing and configuring the Captioning Manager The Mediasite Captioning Manager, a separately sold EX Server add-on, allows users to submit and monitor captioning requests through Automatic

More information

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

WNMS Mobile Application

WNMS Mobile Application WNMS Mobile Application User s Guide Revision 1.0 18 October 2013 Copyright 2013 Deliberant www.deliberant.com Copyright 2013 Deliberant This user s guide and the software described in it are copyrighted

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

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

User Replicator USER S GUIDE

User Replicator USER S GUIDE User Replicator USER S GUIDE Contents 1. Introduction... 2 1.1. User Replicator requirements... 2 2. Creating users in Learning Center from the Active Directory... 3 2.1. Process File... 3 2.2 Users Mappings...

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

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

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

HP Operations Manager Software for Windows Integration Guide

HP Operations Manager Software for Windows Integration Guide HP Operations Manager Software for Windows Integration Guide This guide documents the facilities to integrate EnterpriseSCHEDULE into HP Operations Manager Software for Windows (formerly known as HP OpenView

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.6 Contents 1.0 - Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

Global VPN Client Getting Started Guide

Global VPN Client Getting Started Guide Global VPN Client Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

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

Integrating with IBM Tivoli TSOM

Integrating with IBM Tivoli TSOM Integration Notes Integrating with IBM Tivoli TSOM The Cascade Profiler integrates with the IBM Tivoli Security Operations Manager (TSOM) through the use of SNMP traps. It has been tested with TSOM Version

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

Jive Case Escalation for Salesforce

Jive Case Escalation for Salesforce Jive Case Escalation for Salesforce TOC 2 Contents System Requirements... 3 Understanding Jive Case Escalation for Salesforce... 4 Setting Up Jive Case Escalation for Salesforce...5 Installing the Program...

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Windows Clients and GoPrint Print Queues

Windows Clients and GoPrint Print Queues Windows Clients and GoPrint Print Queues Overview The following tasks demonstrate how to configure shared network printers on Windows client machines in a Windows Active Directory Domain and Workgroup

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2 Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide TCE Automation 5.2 Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. August 2012. Notice 2012

More information

Admin Guide Hosting Control Panel Active Directory (AD) Synchronization

Admin Guide Hosting Control Panel Active Directory (AD) Synchronization Admin Guide Hosting Control Panel Active Directory (AD) Synchronization DOCUMENT REVISION DATE: February, 2010 Active Directory (AD) Sync Hosting CP / Table of Contents Page 2 of 16 Table of Contents QUICK

More information

Discovery Guide. Secret Server. Table of Contents

Discovery Guide. Secret Server. Table of Contents Secret Server Discovery Guide Table of Contents Introduction... 3 How Discovery Works... 3 Active Directory / Local Windows Accounts... 3 Unix accounts... 3 VMware ESX accounts... 3 Why use Discovery?...

More information

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 VMware Identity Manager JULY 2015 V1 Table of Contents Overview... 2 Passive and Active Authentication Profiles... 2 Adding

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

KeyAdvantage System DMS Integration. Software User Manual

KeyAdvantage System DMS Integration. Software User Manual KeyAdvantage System DMS Integration Software User Manual ii Copyright Disclaimer Trademarks and patents Intended use EMC Directive Regulatory 2013 United Technologies Corporation. All rights reserved.

More information

Installation & User Guide

Installation & User Guide CRM Internet Gateway Installation & User Guide Copyright 2008 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 148 Castle Rock Dr. Richmond Hill, Ontario L4C 5K5, Canada E-mail: info@kwizcom.com

More information

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton IBM Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect Author: Ronan Dalton Table of Contents Section 1. Introduction... 2 Section 2. Download, Install and Configure ArGoSoft

More information

SharePoint Password Change & Expiration 3.0 User Guide

SharePoint Password Change & Expiration 3.0 User Guide SharePoint Password Change & Expiration 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information

McAfee Endpoint Encryption Reporting Tool

McAfee Endpoint Encryption Reporting Tool McAfee Endpoint Encryption Reporting Tool User Guide Version 5.2.13 McAfee, Inc. McAfee, Inc. 3965 Freedom Circle, Santa Clara, CA 95054, USA Tel: (+1) 888.847.8766 For more information regarding local

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

WatchDox for Mac User Guide

WatchDox for Mac User Guide WatchDox for Mac User Guide Version 2.3.0 Confidentiality This document contains confidential material that is proprietary to WatchDox. The information and ideas herein may not be disclosed to any unauthorized

More information

SmartConnect Users Guide

SmartConnect Users Guide eone Integrated Business Solutions SmartConnect Users Guide Copyright: Manual copyright 2003 eone Integrated Business Solutions All rights reserved. Your right to copy this documentation is limited by

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Configuration Task 3: (Optional) As part of configuration, you can deploy rules. For more information, see "Deploy Inbox Rules" below.

Configuration Task 3: (Optional) As part of configuration, you can deploy rules. For more information, see Deploy Inbox Rules below. Configure the E-mail Router After the E-mail Router has been installed, you can configure several aspects of it. Some of these configuration tasks are mandatory. Others are optional in that you use them

More information

How to Schedule Report Execution and Mailing

How to Schedule Report Execution and Mailing SAP Business One How-To Guide PUBLIC How to Schedule Report Execution and Mailing Release Family 8.8 Applicable Releases: SAP Business One 8.81 PL10 and PL11 SAP Business One 8.82 PL01 and later All Countries

More information

Contents Overview... 5 Configuring Project Management Bridge after Installation... 9 The Project Management Bridge Menu... 14

Contents Overview... 5 Configuring Project Management Bridge after Installation... 9 The Project Management Bridge Menu... 14 Portfolio Management Bridge for Microsoft Office Project Server User's Guide June 2015 Contents Overview... 5 Basic Principles and Concepts... 5 Managing Workflow... 7 Top-Down Management... 7 Project-Based

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

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Cyberoam Virtual Security Appliance - Installation Guide for VMware ESX/ESXi. Version 10

Cyberoam Virtual Security Appliance - Installation Guide for VMware ESX/ESXi. Version 10 Cyberoam Virtual Security Appliance - Installation Guide for VMware ESX/ESXi Version 10 Document Version 10.6.2-16/04/2015 Contents Preface... 4 Base Configuration... 4 Installation Procedure... 4 Cyberoam

More information

Employee E-Mail Suite

Employee E-Mail Suite Employee E-Mail Suite User Guide For Microsoft Dynamics GP Version 2013 125 N. Kickapoo Lincoln, Illinois 62656 integrity-data.com 888.786.6162 **Updated Documentation** visit our website to check for

More information

Content Filtering Client Policy & Reporting Administrator s Guide

Content Filtering Client Policy & Reporting Administrator s Guide Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION

More information

Thin Client Solution Installation Guide Version 2.0.0.9

Thin Client Solution Installation Guide Version 2.0.0.9 Thin Client Solution Installation Guide Version 2.0.0.9 Version 7 Document Version 2.0.0.9-1.0-20/02/2013 Version 7 Version 7 Important Notice Cyberoam Technologies Pvt. Ltd. has supplied this Information

More information

SevOne NMS Download Installation and Implementation Guide

SevOne NMS Download Installation and Implementation Guide SevOne NMS Download Installation and Implementation Guide 5.3.X 530 V0002 Contents 1. Get Started... 3 2. SevOne Download Installation... 6 3. Appliance Network Configuration... 9 4. Install License and

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

Amicus Link Guide: Outlook/Exchange E-mail

Amicus Link Guide: Outlook/Exchange E-mail Amicus Link Guide: Outlook/Exchange E-mail Applies to: Amicus Premium 2015 Synchronize your Amicus and Outlook e-mail. Choose a client-side link with your local Microsoft Outlook or a Server-side link

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Managing users. Account sources. Chapter 1

Managing users. Account sources. Chapter 1 Chapter 1 Managing users The Users page in Cloud Manager lists all of the user accounts in the Centrify identity platform. This includes all of the users you create in the Centrify for Mobile user service

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

More information

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide Microsoft Dynamics GP Engineering Data Management Integration Administrator s Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

Exchange 2003 Standard Journaling Guide

Exchange 2003 Standard Journaling Guide Exchange 2003 Standard Journaling Guide Websense Email Security Solutions v7.3 Websense Advanced Email Encryption Copyright 1996-2011 Websense, Inc. All rights reserved. This document contains proprietary

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ScriptLogic File System Auditor User Guide

ScriptLogic File System Auditor User Guide ScriptLogic File System Auditor User Guide FILE SYSTEM AUDITOR I 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit Scheduler Quick Start Guide 2 INTRODUCTION 5 CHAPTER I : INSTALLATION 7 CHAPTER II : SET UP YOUR FIRST SCHEDULED

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

McAfee VirusScan Enterprise for Linux 1.7.0 Software

McAfee VirusScan Enterprise for Linux 1.7.0 Software Configuration Guide McAfee VirusScan Enterprise for Linux 1.7.0 Software For use with epolicy Orchestrator 4.5.0 and 4.6.0 COPYRIGHT Copyright 2011 McAfee, Inc. All Rights Reserved. No part of this publication

More information

Kofax Export Connector 8.3.0 for Microsoft SharePoint

Kofax Export Connector 8.3.0 for Microsoft SharePoint Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide 2013-02-27 2013 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to

More information

SQL Server Protection

SQL Server Protection User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide

LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide Document Release: Septembere 2011 Part Number: LL600066-00ELS100000 This manual supports LogLogic General Database Collector

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

EMC Documentum Webtop

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

More information

Nintex Workflow for Project Server 2010 Help

Nintex Workflow for Project Server 2010 Help Nintex Workflow for Project Server 2010 Help Last updated: Friday, March 16, 2012 1 Using Nintex Workflow for Project Server 2010 1.1 Administration and Management 1.2 Associating a Project Server Workflow

More information

OCAN - Ontario Common Assessment of Need

OCAN - Ontario Common Assessment of Need Community Mental Health Common Assessment Project OCAN - Ontario Common Assessment of Need Data File Submission and Report Retrieval Via Secure File Transfer Protocol (SFTP) Table of Contents 1. Document

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Event Manager. LANDesk Service Desk

Event Manager. LANDesk Service Desk Event Manager LANDesk Service Desk LANDESK SERVICE DESK EVENT MANAGER GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc. and/or its affiliated

More information

User Guide Online Backup

User Guide Online Backup User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Adding the Online Backup Service to your Account... 2 Getting Started with the Online Backup Software... 4 Downloading

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

More information

Lab 05: Deploying Microsoft Office Web Apps Server

Lab 05: Deploying Microsoft Office Web Apps Server Lab 05: Deploying Microsoft Office Web Apps Server DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync, PowerPoint, Silverlight, SQL

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

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

Trial environment setup. Exchange Server Archiver - 3.0

Trial environment setup. Exchange Server Archiver - 3.0 Trial environment setup Exchange Server Archiver - 3.0 Introduction This document describes how you can set up a trial environment for using Exchange Server Archiver with Exchange Server 2007. You do not

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information