ReplixFax Batch Loader

Size: px
Start display at page:

Download "ReplixFax Batch Loader"

Transcription

1 ReplixFax Batch Loader Admin Guide December 2015 Version

2 Copyright 2015 Softlinx, Inc. All rights reserved. Made in the United States of America. This guide and the accompanying software are supplied under a license agreement, which is included in this package. Permission to use, copy, modify, and distribute the software and documentation is restricted under the terms of the license agreement. No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Softlinx, Inc. Softlinx, Inc. reserves the right to make changes to the product or this guide any time without notice. Other software programs that are used with ReplixFax are under copyright by their respective owners. Trademarks Replix and Softlinx are registered trademarks of Softlinx, Inc. Microsoft is a registered trademark of Microsoft Corporation.

3 Table of Contents INTRODUCTION... 1 INSTALLATION OVERVIEW... 2 CONFIGURATION STEPS... 3 REVIEW OF REGISTRY SETTINGS... 3 CHANGE THE CONFIGURATION FILE... 3 ENCRYPTING PASSWORDS... 7 START THE WINDOWS SERVICE... 8 CONTROL FILE SYNTAX... 9 GENERAL PROCESSING... 9 ERROR HANDLING AND RECOVERY... 9 SAMPLES TROUBLESHOOTING ii

4 Introduction ReplixFax Batch Loader is a Windows Service that polls folders for faxes to send to the Softlinx Cloud Fax Service. ReplixFax Batch Loader reads control files in the monitored folders that indicate fax parameters such as the fax number, and identifies documents to fax. Configuration options allow the ReplixFax Batch Loader to work with varying control file formats. Fax requests are sent using the ReplixFax Web Services API over HTTPS so the communication channel is secure. This documentation will guide you through the setup and operation of the ReplixFax Batch Loader application. 1

5 Installation Overview In order for the ReplixFax Batch Loader to install properly, the following prerequisites must be met: Supported Operating Systems: Microsoft Windows 2012, 2008, 8, 7 User has Windows administration privileges Microsoft Dot Net 3.5 or higher is installed on the system To start the installation, run the ReplixFaxBatchLoaderSetup.exe application. Accept the default installation options. The installation creates a Windows service ReplixFax Batch Loader which is set to Automatic startup. Do not start the service until you have completed all the configuration steps. 2

6 Configuration Steps Review of Registry Settings The installation creates the following registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Softlinx\ReplixFax Batch Loader If installed on a 64-bit OS, then the registry will be under the WOW6432Node. There are two string values in this section: working_dir and poll_interval_sec. The working_dir key is the folder that contains the service executable and the configuration files named BatchLoad<n>.config. It will also contain the log file once the service starts. The poll_interval_sec is the number of seconds the batch loader waits between polling the folders. Change the Configuration File Edit the configuration file and change the appropriate values. If Softlinx support has provided a configuration file for you, replace the BatchLoad1.config file with the one provided by Softlinx. Make sure the file name remains BatchLoad1.config. If you want to poll more than one folder, create BatchLoad<n>.config files for each folder. Number them sequentially. The order the folders are polled is determined by the number in the configuration file name. Sample configuration and control files are installed on your system under the "Documents" directory of the user. You can also navigate to the Samples directory from Start, All Programs, Softlinx, ReplixFax BatchLoader Samples. See the Samples section later in this document for more details. Generally, it is helpful to set the logging_level in the configuration file to 3 while configuring the service. By doing this, the Batch Loader will log details of its actions. This is very helpful while debugging any issues with the setup. Remember to set this value to 0 when done with initial setup and the Batch Loader is processing files. The value for the replix_password in the control file must be encrypted. Use the encryption application that is installed with the Batch Loader to encrypt the password and copy that string into the configuration file. See following sections for more details. 3

7 The configuration file tells the Batch Loader which folder to poll as well as how to process the folder. For example, where to copy the files once processed. Additionally, the configuration file defines the keywords that will be found in the control files. Below is a table which shows the parameters in the configuration file that control Batch Loader behavior. All of the parameters must be preset and set in the configuration file or the control files will NOT be processed. Key auto_recover continue_on_error control_file_filter delete_when_done errors_to_event_log files_full_path folder_done Description Automatically process bad control files. If set to true, then before each cycle of polling, the Batch Loader will rename *.working files so they will be retried. Continue processing the control file if the errors occur while processing a fax. For example: a missing attachment file. If this occurs, the control file will be processed and then renamed to be *.working. Search string used to look for control files in the monitored folder. Ex: *.ctrl means all files with the ctrl extension are control files. Delete the control file and corresponding documents that were faxed after all faxes identified in the control file are successfully submitted to the fax server. Note: when the files_full_path parameter is set to true, the original file will not be deleted (only the copy under the folder_monitor directory). If this is set to false, then the fax files, control file and sent file will be moved to the folder_done directory. Write event to Windows Event Log. Codes in event log: 100: bad control file 200: bad configuration. Set to true if the fax files identified in the control file contain the full path. If this is set to true, then the fax files CANNOT be located in the same directory as the control file. Folder to put completed control files and corresponding documents. This will only be used if delete_when_done is set to false. 4

8 folder_monitor ignore_fax logging_level replix_password replix_url replix_user Folder to poll for control files that indicate faxes to send. This folder must exist or the Batch Loader will log an error. Do not send faxes to this fax number. Logging level. Accepted values are: 0 - errors only 1 successful sent fax information 2 warnings and errors 3 - log everything Encrypted password for the Replix user. See "Encrypting passwords" section for details on how to encrypt a password. The URL to the ReplixFax server Web Service. The test server is: The production server is: The ReplixFax user that will be used to make the web services calls. If use_pseudouser is true then the relix_user needs to be a user that has the pseudo user permission set. The username should be in the format: user@organization. Example: admin@demo use_basic_auth This should be set to 0. Important: The polling folder must be set in order for the service to start. Additionally, the configuration file contains parameters that identify the keywords that will be used in the control files. Key comment_indicator common_section_end Description String indicating that line should be ignored Example: # String indicating end of common section. 5

9 fax_section_end key_batch key_cover key_delimiter key_file key_from keys_ignore key_message key_project1 key_project2 key_recipient_company String indicating end of fax section. The name of the batch. This should be in the common section of the control file. Example: BATCH_NAME Cover page key. This should be in the common section of the control file. Example: COVERPAGE Separator for key and value. Example: = Key to indicate name of the file to send in the fax. Example: FILE_NAME Key for use with pseudo user. If use_pseudouser=true in the config file, then faxes can be sent as different Replix users. You can specify this user in the common section or in each fax section. Example: FROM_USER Ignore these keys in the control file. Separate with semi colons. Only enter keys that are not defined in the Control file. For example if keys_ignore=shape, then all lines that begin with shape= will be ignored. This should be in the common section of the control file. Example: IGNORE_KEYS Cover Page message key. Only use if use_coverpage is true. Example: COVERPAGE_MESSAGE Key for project code 1. In the Softlinx Cloud service clients, this is referred to as Keyword. Example: PROJECT_CODE1 Key for project code 2. In the Softlinx Cloud service clients, this is referred to as Account. Example: PROJECT_CODE2 Key for recipient s company. Only applicable if using Softlinx cover page template. Example: RECIPIENT_COMPANY 6

10 key_recipient_fax key_recipient_name key_recipient_title key_recipient_voice key_unique_fax_id key_unique_fax_key Key for recipient s fax number. Example: RECIPIENT_FAX Key for recipient s name. Only applicable if using Softlinx cover page template. Example: RECIPIENT_NAME Key for recipient s title. Only applicable if using Softlinx cover page template. Example: RECIPIENT_TITLE Key for recipient s voice number. Only applicable if using Softlinx cover page template. Example: RECIPIENT_VOICE Unique identifier for a fax in a specific batch file. Used during recovery. If this is set, then do NOT set key_unique_fax_key. This is necessary if the same fax number can occur in a single control file. The value associated with this key in the control file must be unique in the control file. It is the responsibility of the application that generates the control file to set the unique value. Example: UNIQUE_FAX_ID Key used to help uniquely identify a fax in a given control file. Used during recovery. This is used when the same fax number can occur in a single control file. The value for this key must be a valid supported key name. The value of the corresponding key in the control file along with the fax number are concatenated to make a unique id. If this is set, then do NOT set key_unique_fax_id. Example: UNIQUE_FAX_KEY Encrypting Passwords After the installation, you will need to encrypt the Replix user s password. Navigate to the encryption program by going to: Start > Programs > Softlinx > ReplixFax Batch Loader > Password Encryptor Enter the password in the Password: field, and click Encrypt. The encrypted password will be shown in the Encrypted: field. Copy this value into the config file for the key: replix_password. 7

11 Start the Windows Service After completing the configuration changes, start the ReplixFax Batch Loader Service. When the service is started, the folders into which the completed batches are put will be created if they are not present. 8

12 Control File Syntax <key><delimiter><value> <common section end> <key><delimiter><value> <fax section end> <key><delimiter><value> <fax section end> All control files must have a common section, even if there are no keys in the common section. General Processing The Batch Loader will poll a fax folder for all control files. For each control file it finds it will parse the control file for keys and values representing fax information. The keys are defined in the configuration file. There can be more than one fax defined in a single control file. As the control file is being processed, its name is changed to *.working. When a control file is successfully completed, it is deleted along with the corresponding fax files. Optionally the control, sent file, and fax files can be moved to another folder and not be deleted. The sent file contains Fax job IDs so this file could be used for a fax completion verification process. When the Batch Loader is done with all of the control files, it will repeat the above steps for the next folder to poll. Once all folders have been polled, it will stop and wait a configured amount of time before polling the folders again. Error Handling and Recovery The error recovery mechanism is controlled by the auto_recover parameter. If auto recovery is enabled, then each control file is appended with.working as it is processed. If there is an error, the control file s name is unchanged. When the batch loader starts its next iteration, all *.working files will be processed again. If auto recovery is disabled, then after a control file is processed, if there is an error, the file will be renamed to *.error. These error files need to be corrected and then renamed without the.error extension. Then they will be picked up by the Batch Loader on its next iteration. If the configuration setting, delete_when_done, is set to false, and there is an issue while moving the control file to the done folder, then the control file will be renamed to *.error. An administrator will need to manually address this issue. 9

13 After a successful fax request is made to the Softlinx Cloud Service, a *.sent file is created that corresponds to the control file being processed. Contained in the *.sent file will be a line for each fax request made. The recipient fax number will be on each line unless the key_unique_fax_key or key_unique_fax_id parameters are set. Additionally each line will contain the Fax Job ID (Ex: [FAXID: 123]). If an error occurs when processing subsequent faxes from the same control file, this *.sent file is used to ensure duplicate faxes are not sent when the control file is reprocessed. Logging is sent to the ReplixFaxBatchLoader.log file. This file will contain all errors and may contain send, info and warning messages depending on the logging_level parameter. The Windows Event Log will contain an Application error for every bad control file if the errors_to_event_log parameter is set to true. Event ID will be 100 for control file issues. Event ID will be 200 for configuration or other issues. A ReplixFaxBatchLoaderError.log is also created when there is an error processing a control file. The specific control file with the issue is appended to the file. Note that if auto recovery is enabled and there are errors in a control file, this error file and the log file will grow in size. On startup of the service, informational information will be added to the event viewer, such as registry values. If there are errors, these too will be in the event viewer. 10

14 Samples 1. Obtain the following from Softlinx Support: a. admin username (including organization name ex: b. admin password c. non-admin username 2. Stop the Batch Loader Service 3. Copy batchload1.config from samples folder to installation folder. 4. Create a folder called c:\faxes 5. Copy the sample control files and sample PDF files that you want to try to the c:\faxes folder 6. Edit the batchload1.config and set the replix_user and replix_password based on the values obtained from Softlinx. Remember to encrypt the password. 7. Edit the control files and replace the username with the non-admin user obtained from Softlinx. If you want to try the control file that uses two non-admin users, then ask Softlinx support for another non-admin user. You can also create another user by accessing the web portal at ( for production). Use the admin username and password to login. 8. Start the Batch Loader via Windows Services. 9. The control files should be processed and moved to the done folder. To see how error recovery works, try the following steps: 1. Stop the Batch Loader service 2. Set auto_recover=false in the configuration file 3. Copy unique_id.ctrl and test1.pdf from the samples folder to the c:\faxes folder. Do NOT copy test2.pdf. 4. Start the Batch Loader service. 5. The first fax should have been send, but not the second fax because of a missing pdf file. 6. In the c:\faxes folder, the file unique_id.ctrl should have been renamed to unique_id.ctrl.error. There should also be a file named unique_id.ctrl.sent. If you open unique_id.ctrl.sent, there should be a line with the unique id of the fax and the fax job id. Ex: 1 [FAXID: 82] 7. Now copy the test.pdf file from the samples folder to the c:\faxes folder. 11

15 8. Rename unique_id.ctrl.error to unique_id.ctrl. ReplixFax Batch Loader Administration Guide 9. The files should be processed and moved to the c:\faxes\done folder. 10. Open the c:\faxes\done\unique_id.ctrl.sent file. There should be two lines in there. One for the first fax and then one for the second fax. Troubleshooting If the Batch Loader Service fails to start, look in the Windows Event Viewer. If there are any missing registry values, they will be reported in the Event Viewer. If the Batch Loader fails to process a control file, then look in the ReplixFaxBatchLoader.log file located in the installation folder. If details of the error are not in the log file, then make sure the logging_level in the configuration file is set to 3. Errors with a specific control file will result in the control file being renamed *.error. If there is an issue with the configuration file, then no control files will be processed. 12

16 Softlinx, Inc. 100 Riverpark Drive North Reading, MA Tel: Fax:

Capture Pro Software FTP Server Output Format

Capture Pro Software FTP Server Output Format Capture Pro Software FTP Server Output Format Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Cloud Extender Installation Guide Copyright 2013 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software described

More information

MaaS360 On-Premises Cloud Extender

MaaS360 On-Premises Cloud Extender MaaS360 On-Premises Cloud Extender Installation Guide Copyright 2014 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software

More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

ZCP trunk (build 24974) Zarafa Collaboration Platform. The Migration Manual

ZCP trunk (build 24974) Zarafa Collaboration Platform. The Migration Manual ZCP trunk (build 24974) Zarafa Collaboration Platform The Migration Manual Zarafa Collaboration Platform ZCP trunk (build 24974) Zarafa Collaboration Platform The Migration Manual Edition 2.0 Copyright

More information

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x Active Innovations, Inc. Copyright 1998 2015 www.inforouter.com Installing the LDAP Authentication Web Service

More information

McAfee One Time Password

McAfee One Time Password McAfee One Time Password Integration Module Outlook Web App 2010 Module version: 1.3.1 Document revision: 1.3.1 Date: Feb 12, 2014 Table of Contents Integration Module Overview... 3 Prerequisites and System

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

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

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

Perceptive Content Security

Perceptive Content Security Perceptive Content Security Best Practices Perceptive Content, Version: 7.1.x Written by: Product Knowledge, R&D Date: June 2015 2015 Perceptive Software. All rights reserved. Perceptive Software is a

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

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

BlackShield ID Agent for Remote Web Workplace

BlackShield ID Agent for Remote Web Workplace Agent for Remote Web Workplace 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication may be reproduced,

More information

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online 062212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any

More information

Secure Agent Quick Start for Windows

Secure Agent Quick Start for Windows Secure Agent Quick Start for Windows 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Sophos SafeGuard File Encryption for Mac Quick startup guide. Product version: 6.1

Sophos SafeGuard File Encryption for Mac Quick startup guide. Product version: 6.1 Sophos SafeGuard File Encryption for Mac Quick startup guide Product version: 6.1 Document date: January 2014 Contents 1 About SafeGuard File Encryption for Mac...3 2 First use...4 3 Working with SafeGuard

More information

Archive Add-in User Guide

Archive Add-in User Guide Archive Add-in User Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential to

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

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

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

Sophos SafeGuard Native Device Encryption for Mac quick startup guide. Product version: 7

Sophos SafeGuard Native Device Encryption for Mac quick startup guide. Product version: 7 Sophos SafeGuard Native Device Encryption for Mac quick startup guide Product version: 7 Document date: December 2014 Contents 1 About SafeGuard Native Device Encryption for Mac...3 2 Working with SafeGuard

More information

GWAVA Inc. Retain. Retain Outlook Plugin

GWAVA Inc. Retain. Retain Outlook Plugin GWAVA Inc. Retain Retain Outlook Plugin GWAVA is a registered trade mark of GWAVA Inc, 100 Alexis Nihon, Suite 500, Saint Laurent, Quebec H4M 2P1 Retain is a trade mark of GWAVA Inc, 100 Alexis Nihon,

More information

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: March 2012 ImageNow and CaptureNow are registered trademarks of

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with STENTOFON AlphaCom INT-STENTOFON-B-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account.

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account. Setup Corporate (Microsoft Exchange) Email This tutorial will walk you through the steps of setting up your corporate email account. Microsoft Exchange Email Support Exchange Server Information You will

More information

Ciphermail Gateway PDF Encryption Setup Guide

Ciphermail Gateway PDF Encryption Setup Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Gateway PDF Encryption Setup Guide March 6, 2014, Rev: 5454 Copyright c 2008-2014, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Portal 4 3 PDF encryption

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 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

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

MobileStatus Server Installation and Configuration Guide

MobileStatus Server Installation and Configuration Guide MobileStatus Server Installation and Configuration Guide Guide to installing and configuring the MobileStatus Server for Ventelo Mobilstatus Version 1.2 June 2010 www.blueposition.com All company names,

More information

FaxCore 2007 Getting Started Guide (v1.0)

FaxCore 2007 Getting Started Guide (v1.0) FaxCore 2007 Getting Started Guide (v1.0) FaxCore 2007 Getting Started Guide (v1.0) Page 1 FaxCore 2007 Getting Started Guide Setting up Windows 2003 This only applies to FaxCore appliances. When the server

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO

DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO Contents Overview...1 System requirements...1 Enterprise Server:...1 Client PCs:...1 Section 1: Before installing...1 Section 2: Download

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

TREENO FILE MONITOR. Installation and Configuration Guide

TREENO FILE MONITOR. Installation and Configuration Guide TREENO FILE MONITOR Installation and Configuration Guide October 2012 Contents Introduction... 3 About This Guide... 3 About Treeno... 3 Monitored Folders... 4 Monitored Folder Types... 4 Installing Treeno

More information

AutoMerge Online Service Configuration for MS CRM 2013

AutoMerge Online Service Configuration for MS CRM 2013 AutoMerge Online Service Configuration for MS CRM 2013 Version 2013.3, December 2013 Online Service Configuration Guide (How to configure AutoMerge Online Service for MS CRM 2013) The content of this document

More information

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaStor / November 2011 Rev 20111114 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and

More information

StreamServe Persuasion SP5 StreamStudio

StreamServe Persuasion SP5 StreamStudio StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

Galaxy Software Addendum

Galaxy Software Addendum Galaxy Software Addendum for Importing Users from Active Directory Includes Encryption of Connection Strings Page 1 of 9 System Galaxy Version 10.3 How to Guide For Importing users from Active Directory

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

M4 Systems. Email Remittance (ER) User Guide

M4 Systems. Email Remittance (ER) User Guide M4 Systems Email Remittance (ER) User Guide M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net Table of Contents Introduction ------------------------------------------------------------------------------------------------------------------

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

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

Setting up your new Live Server Account

Setting up your new Live Server Account Setting up your new Live Server Account Welcome to Remote Data Backups LiveVault Service. This document will help you set up the agent service on your server as well as giving you some guidance on accessing

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide Contents 1. Introduction... 3 1.1. What is the NetWrix Exchange Mail Archiver?...3 1.2. Product Architecture...4 1.3. Licensing...5 1.4. System

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

V-Requester Add-in for Microsoft Outlook

V-Requester Add-in for Microsoft Outlook V-Requester Add-in for Microsoft Outlook User Guide This document will guide in configuring and using the V-Requester for Microsoft Outlook. Copyright 2014 V-Link http://www.vlink.is Page 1 Contents Introduction...

More information

A-AUTO 50 for Windows Setup Guide

A-AUTO 50 for Windows Setup Guide A-AUTO 50 for Windows Setup Guide 1st Edition 1 A-AUTO is a registered trade mark of UNIRITA Inc. "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."

More information

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp INSTALLATION GUIDE July 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

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

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

LogLogic Trend Micro OfficeScan Log Configuration Guide

LogLogic Trend Micro OfficeScan Log Configuration Guide LogLogic Trend Micro OfficeScan Log Configuration Guide Document Release: September 2011 Part Number: LL600065-00ELS090000 This manual supports LogLogic Trend Micro OfficeScan Release 1.0 and later, and

More information

NetWrix Server Configuration Monitor

NetWrix Server Configuration Monitor NetWrix Server Configuration Monitor Version 2.2 Quick Start Guide Contents NetWrix Server Configuration Monitor Quick Start Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Connecting Software Connect Bridge - Exchange Server Sync User manual

Connecting Software Connect Bridge - Exchange Server Sync User manual Connect Bridge - Exchange Server Sync User manual Document History Version Date Author Changes 1.0 02 Mar 2015 KK Creation 1.1 17 Apr 2015 KK Update 1.2 27 July 2015 KK Update 1.3 3 March 2016 DMI Update

More information

SafeNet Authentication Manager Express. Upgrade Instructions All versions

SafeNet Authentication Manager Express. Upgrade Instructions All versions SafeNet Authentication Manager Express Upgrade Instructions All versions www.safenet-inc.com 4690 Millennium Drive, Belcamp, Maryland 21017 USA Telephone: +1 410 931 7500 or 1 800 533 3958 www.safenet-inc.com

More information

LATITUDE Patient Management System

LATITUDE Patient Management System LATITUDE PACEART INTEGRATION 1.01 GUIDE LATITUDE Patient Management System LATITUDE PACEART INTEGRATION SYSTEM DIAGRAM a. Patient environment b. LATITUDE environment c. Clinic environment d. Data retrieval

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

PROCESSES LOADER 9.0 SETTING. Requirements and Assumptions: I. Requirements for the batch process:

PROCESSES LOADER 9.0 SETTING. Requirements and Assumptions: I. Requirements for the batch process: SETTING UP DATA LOADER 9.0 FOR AUTO PROCESSES Requirements and Assumptions: 9.0 The purpose of this document is to document findings on the setup of Data Loader 9.0 for automated processes. I will be updating

More information

Documentation OpenScape Business Interaction with Microsoft Exchange Server 2007

Documentation OpenScape Business Interaction with Microsoft Exchange Server 2007 Documentation OpenScape Business Interaction with Microsoft Exchange Server 2007 HowTo HowTo Version 1.0 Page 1 HowTo Version 1.0 Page 2 The following steps describe how to connect an OpenScape Business

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

Active Directory Synchronization Agent for CRYPTO-MAS1.7

Active Directory Synchronization Agent for CRYPTO-MAS1.7 Active Directory Synchronization Agent for CRYPTO-MAS1.7 Rev 2.0 Copyright 2010 to present CRYPTOCard Corporation. All Rights Reserved http://www.cryptocard.com Revision History Version Date Description

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

Heroix Longitude Quick Start Guide V7.1

Heroix Longitude Quick Start Guide V7.1 Heroix Longitude Quick Start Guide V7.1 Copyright 2011 Heroix 165 Bay State Drive Braintree, MA 02184 Tel: 800-229-6500 / 781-848-1701 Fax: 781-843-3472 Email: support@heroix.com Notice Heroix provides

More information

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

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 Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

Quick Scan Features Setup Guide. Scan to E-mail Setup. See also: System Administration Guide: Contains details about E-mail setup.

Quick Scan Features Setup Guide. Scan to E-mail Setup. See also: System Administration Guide: Contains details about E-mail setup. Quick Scan Features Setup Guide XE3024EN0-2 This guide includes instructions for: Scan to E-mail Setup on page 1 Scan to Mailbox Setup on page 6 Network Scanning Setup on page 9 Scan to PC Setup on page

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

Brainshark/Salesforce.com Integration Installation Procedures

Brainshark/Salesforce.com Integration Installation Procedures Page1 Brainshark/Salesforce.com Integration Installation Procedures The Brainshark/Salesforce integration allows Salesforce users to send emails containing links to Brainshark presentations from a contact

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

The information presented in this manual is subject to change without notice.

The information presented in this manual is subject to change without notice. idt User's Guide The information presented in this manual is subject to change without notice. idt and idt In are trademarks of Management Science Associates, Inc. Microsoft and Windows are registered

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

Archive Add-in Administrator Guide

Archive Add-in Administrator Guide Archive Add-in Administrator Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential

More information

COMMANDbatch. VLink COMMANDbatch Interface Setup & Operation. Last Updated 3/16/16 COMMANDbatch V1.8.7.0 & Later

COMMANDbatch. VLink COMMANDbatch Interface Setup & Operation. Last Updated 3/16/16 COMMANDbatch V1.8.7.0 & Later COMMANDbatch VLink COMMANDbatch Interface Setup & Operation Last Updated 3/16/16 COMMANDbatch V1.8.7.0 & Later 2003-2016 Command Alkon Incorporated. All rights reserved. The contents of this document are

More information

Webmail Access. Contents

Webmail Access. Contents Webmail Access Contents Introduction... 2 Client Webmail and password settings... 2 OPTION1 : Log onto Webmail... 2 Webmail Control Panel... 3 Read Your Email Online... 4 OPTION 2: Configure the local

More information

MBAM Self-Help Portals

MBAM Self-Help Portals MBAM Self-Help Portals Authoring a self-help portal workflow for BitLocker Recovery Using Microsoft BitLocker Administration and Monitoring (MBAM) Technical White Paper Published: September 2011 Priyaa

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

Backing Up and Restoring Data

Backing Up and Restoring Data Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for BlackBerry

GO!Enterprise MDM Device Application User Guide Installation and Configuration for BlackBerry GO!Enterprise MDM Device Application User Guide Installation and Configuration for BlackBerry GO!Enterprise MDM Version 4.11.x GO!Enterprise MDM for BlackBerry 1 Table of Contents GO!Enterprise MDM for

More information

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America SimpleFTP User s Guide On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America Website: http://www.on-core.com Technical Support: support@on-core.com Information: info@on-core.com

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

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

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

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06 SafeNet Authentication Service Configuration Guide 1.06 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Retention Policy Module Admin and User Guide

Retention Policy Module Admin and User Guide Retention Policy Module Admin and User Guide For Document Manager 24 June 2013 Trademarks Document Manager and Document Manager Administration are trademarks of Document Logistix Ltd. TokOpen, TokAdmin,

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

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

SPC Connect Configuration Manual V1.0

SPC Connect Configuration Manual V1.0 SPC Connect Configuration Manual V1.0 I-200090-1 28.11.2014 Copyright Copyright Technical specifications and availability subject to change without notice. Copyright Siemens AB We reserve all rights in

More information