Important Information

Size: px
Start display at page:

Download "Important Information"

Transcription

1 14 Dec 2015 Initial ReadMe for v2.x Note: This ReadMe also retains data related to v1.9.x and later. For information related to releases prior to v1.9.0, please refer to prior publications of the inews Data Receiver ReadMe, located on the Avid Knowledge Base ( Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Note: Search the Avid Knowledge Base ( for the most up-to-date ReadMe file, and other documentation available for this product, containing the latest information that might have become available after the doc-set for this product was published. This document describes compatibility issues with previous releases, hardware and software requirements, software installation instructions, and summary information on system and memory requirements, when applicable. This document also lists any hardware and/or software limitations.

2 Compatibility Notes and Issues... 3 Microsoft Windows... 3 Microsoft.Net Framework... 3 Avid inews... 3 Installation Notes and Issues... 3 Upgrading... 3.Net Framework Data Receiver v Configuration Files Upgrading to v New Features... 5 For v New Input Type for RSS Feeds... 5 Hardware and Software Changes... 6 Changes for v SFC File... 6 Host Names vs. IP Addresses... 6 Changes for v SFC File If... 6 SFC File ElseIfEqual... 6 Versioning... 8 Changes for v New Commands... 8 Process Test... 8 Story Parsing Variables... 8 Miscellaneous... 9 Known Limitations... 9 Administration Application May Not Reconnect to Avid Data Receiver Service... 9 Removing a Wire Instance Completely SFC Files Used With Multiple Instances Timeout When Stopping or Restarting Avid Data Receiver Service Configuration Changes Require Instance Restarting Miscellaneous Serial Data May be Detected as a Serial Mouse in Windows Log File Extension May be Hidden Administration Application Summary Tab Headings Unreadable After Initial Install... 11

3 Technical Support Information Accessing Online Support Copyright and Disclaimer Compatibility Notes and Issues This version of Avid inews Data Receiver is compatible with the following: Microsoft Windows Data Receiver is supported for use on Windows Server 2008 R2 and Windows Server This version of Data Receiver is not supported on any other Windows operating system. Microsoft.Net Framework Data Receiver requires Microsoft.Net Framework v3.5 Data Receiver setup installs.net Framework 3.5 for you if it is not present already. Avid inews Data Receiver requires inews 2.0 or later. All previous versions of inews are not compatible with Data Receiver. Avid inews 2.6 requires Data Receiver 1.5 or later with the output code page setting type for Data Receiver must be configured for Unicode only. Other output code pages for Data Receiver are not supported. Installation Notes and Issues Upgrading.Net Framework Data Receiver v1.9.2 Enabling.Net Framework v3.5 is required prior to Data Receiver installation on Server 2012 R2. You will need internet access of the Windows Install Medium to complete this procedure. To turn on.net Framework v3.5: 1. Navigate to Control Panels > Programs > Programs and Features.

4 2. Select the.net Framework 3.5 as shown in the following illustration. 3. Click OK. Now.NET Framework v3.5 is enabled. Configuration Files Upgrading to v1.9 In Server 2008 R2 or 2012, configuration files are stored in: C:\ProgramData\Avid\Data Receiver. Data Receiver 1.9 is not seamlessly compatible with and earlier. The older.cfg files can be used, but they must be imported into the new application. To import older.cfg files into Data Receiver v1.9: 1. Write down the active wire instance tabs. The installation directory for DR 1.8 may have old cfg files that are no longer in use. 2. Uninstall the existing Data Receiver installation. 3. Install Data Receiver Select Wire Services > Add previously configured Wire Service 5. Select Find next to the Filename field 6. Navigate to the installation folder for the previous DR installation. 7. Select the *.cfg file that matches one of the instances from the old installation, and then select Open. 8. Confirm that the Name field matches the name of the instance selected, and then select OK. 9. Modify any log directories that you would like to change, and then select OK. Note: The default values allow the process to write files without needing administrator elevation. Setting these folders to protected locations could result in problems running Data Receiver. 10. Select Yes to confirm addition of the wire instance. At this point the application displays the imported settings. If no changes are needed, you can now navigate to the Summary tab and start the wire instance. Additional instances can be added in the same fashion.

5 New Features For v2.0 New Input Type for RSS Feeds Avid inews now supports one RSS source in Data Receiver, and Data Receiver v2.0 supports RSS functionality with (optional) authentication. This purpose of this new functionality is to enable subscription to syndicated RSS feeds, in addition to public RSS feeds, and use them as a wire service source. Data Receiver now offers a new input type. It uses a poll interval to go to a specified URL and retrieve new RSS feeds since its last update. Like with other input types, Data Receiver then reformats the data using sfc files and put stories into inews. To set up a new wire service instance for RSS feeds: 1. From the Data Receiver Administration window, select Create a New Instance option from the Wire Services menu. 2. The Configure an Instance of the Data Receiver dialog box appears. Fill in the Instance Name and select the appropriate files (config and sfc) files for use by the instance. Then click OK. The Configure Directories dialog box appears. 3. Accept the default directories; these paths may vary. Click the OK button. 4. Select Yes to confirm addition of new instance. The new instance appears in the Data Receiver Administration window as a new Wire Configuration tab. It will bear the name you gave it. 5. Click the new tab. 6. Click the Change button in the Input section. The Select New Input Type dialog box appears. 7. Select RSS in the Input Type dropdown list. 8. In the RSS tab, fill in the RSS feed URL. (Optional) Select the Use authentication check box and enter the log in criteria, if necessary. Then set the polling interval and click OK.

6 Hardware and Software Changes Changes for v1.9.2 SFC File In previous versions of Data Receiver, when processing the commands in the Story Format Configuration (SFC) file, it was possible to remove all data from the input buffer making it empty. Subsequent commands would then yield array out of bounds exceptions when attempting to reference input. All references to the input buffer are now validated to prevent these out of bounds exceptions. Host Names vs. IP Addresses In previous versions of Data Receiver, when it attempted a connection to an inews Server and received a redirect response from the inews Server, it would construct a new address from the one provided in the response and the domain name extracted from the name supplied in the connect request that resulted in a redirection. If that host address was an IP address, Data Receiver incorrectly interpreted the IP address as a host name that included a domain suffix. So it appended a portion of the host address to the name supplied in the redirection message. This has been fixed; now, Data Receiver checks the host address and if it is an IP address, it does not append anything to the host name provided in the redirection message. Changes for v1.9.1 SFC File If In version 1.6 of Data Receiver, when there was no marked text, the match for an If command was only against the input buffer for the length of the pattern. Beginning in version 1.8, however, when there was no marked text and there were no wildcard characters in the pattern being matched, the If command would match all text in the input buffer starting at the current location. This behavior was a regression from DR 1.6 and has been fixed in v Using <If>string</If> now requires that the string be marked. In earlier versions you didn't have to mark because you could If from the current position. <Move>></Move> <BeginMark /> <FindForward>;</FindForward> <Move>-</Move> <EndMark /> <If>text/plain</If> SFC File ElseIfEqual Once an ElseIfEqual evaluates to true, all following ElseIfEquals will also evaluate to true. The following SFC always prints "ubf." <WireProcess> <Comment>IfEqual ElseIfEqual Else bugtest</comment> <SetVariable>%priority%=3</SetVariable> <IfEqual>"%priority%"="5"</IfEqual> <Copy>d</Copy> <ElseIfEqual>"%priority%"="4"</ElseIfEqual>

7 <Copy>r</Copy> <ElseIfEqual>"%priority%"="3"</ElseIfEqual> <Copy>u</Copy> <ElseIfEqual>"%priority%"="2"</ElseIfEqual> <Copy>b</Copy> <ElseIfEqual>"%priority%"="1"</ElseIfEqual> <Copy>f</Copy> <Else /> <Copy>r</Copy> <EndIf /> </WireProcess> The SFC should be coded as follows using Else followed by IfEqual: <WireProcess> <Comment>IfEqual ElseIfEqual Else bugtest</comment> <SetVariable>%priority%=3</SetVariable> <IfEqual>"%priority%""5"</IfEqual> <Copy>5</Copy> <Else /> <IfEqual>"%priority%""4"</IfEqual> <Copy>4</Copy> <Else /> <IfEqual>"%priority%""3"</IfEqual> <Copy>3</Copy> <Else /> <IfEqual>"%priority%""2"</IfEqual> <Copy>2</Copy> <Else /> <IfEqual>"%priority%""1"</IfEqual> <Copy>1</Copy> <Else /> <Copy>None of the above</copy> <EndIf /> <EndIf /> <EndIf /> <EndIf /> <EndIf /> </WireProcess>

8 Versioning The installation program now displays the correct release version of Data Receiver on the Welcome screen. Changes for v1.9 New Commands The UseCase and IgnoreCase commands have been added. The system defaults to UseCase, meaning all search and compare operations, are case sensitive. The IgnoreCase command is used to make search and compare operations case insensitive. The command remains active until changed. Usage is: <UseCase/> and <IgnoreCase/>. The LogMessage command has been added. LogMessage writes a message to the error log. Usage is: <LogMessage>This is the message in the error log.</logmessage> The IncrementVariable command has been added. IncrementVariable increments by one the integer variable. No action is taken if the variable is not an integer. Here is an example of this command used in conjunction with the Log Message command: <SetVariable>%myVar%=0</SetVariable> <IncrementVariable>%myVar%</IncrementVariable> <LogMessage>The current value of myvar is %myvar%.<logmessage> In this example, the message, "The current value of myvar is 1." will appear in the error log. The ClearAllMarks command has been added. The ClearAllMarks command clears the current BeginMark and EndMark. Usage is: <ClearAllMarks/>. The MarkFound command has been added. The MarkFound command sets the BeginMark and EndMark around the found value. No action is taken if nothing is found. Usage is: <MarkFound/>. The FindForward command has been added, which is used for wildcard searches. The character string %*% is used to represent a string of zero or more characters in length. For example, <FindForward>t%*%ing</FindForward> finds any word that starts with "t" and ends with "ing." This could locate words of various lengths, such as taping, talking, and training. The character string %?% is used to find a string of specific length, where each question mark represents one character. For example, <FindForward>t%???%ing</FindForward> finds "talking" and "texting" but not "taping" or "traveling." Process Test Process Test now displays red marks when BeginMark and EndMark are out of order. Blue marks indicate proper order. The Process Test window now has a Save Output button. Save Output saves the Process Test output to a file. In previous versions of Data Receiver, the Save As button in Process Test made a copy of the current SFC. The active SFC was still the original. This is changed. Save As now behaves like standard Save As, where a new copy is created and is also set as the active document. Story Parsing Variables Story parsing variables have been added. o %BeginMark% is a pseudo variable that identifies the current BeginMark. o o %EndMark% is a pseudo variable that identifies the current EndMark. %Current% is a pseudo variable that identifies the current position in the input buffer.

9 Miscellaneous In previous versions of Data Receiver, the Avid Data Receiver service would fail to start if any configured CFGs could not be found. This is fixed. The service now starts properly, displays an 'Unknown' status in the Summary tab for the missing CFG, and posts an error in the Windows Event Log. In Data Receiver 1.8.0, the Server Name field in Logging Level > Notification was cleared when the admin application was closed. This is fixed. In previous versions of Data Receiver, distribution codes would not work unless padded out to 10 characters. This is fixed. A distribution code can now be fewer than 10 characters and still distribute properly. In previous versions of Data Receiver, selecting Start before selecting Save in Process Test would result in loss of SFC changes made since the last save. This is fixed. Selecting Start will retain changes, but the changes will not save until Save is selected. In Data Receiver 1.7 and 1.8, the option to select the installation path was not available. This is fixed. The installation path can now be defined by the user. The location of configuration files is not user definable. In previous versions of Data Receiver, wire instances could not be created on machines that had no serial ports. This is fixed. If no COM ports are available, the serial options are disabled, and the other options are selectable. The Data Receiver summary pane now limits display to 1000 lines. An ellipsis at the top of the pane indicates that there are additional lines not being displayed. Data Receiver now allows setting a non-standard port for SMTP servers. The default is still port 25. "Remove selected Wire Services" is now only active when focus is in the Summary tab, preventing accidental deletion of instances. When an SFC is associated to a wire service, the selected SFC is copied to the configuration folder and renamed to match the wire instance name. Renaming a wire instance is no longer supported. Known Limitations This section provides information on known limitations that were not addressed in this release. Any available workaround procedures are also documented, when possible. Note: For limitations related to compatibility of this release with previous versions/other products, see the section of this document entitled, Compatibility Issues. Administration Application May Not Reconnect to Avid Data Receiver Service If the Avid Data Receiver service is stopped and restarted with the Administration Application open it may not reconnect properly on start up. The Administration Application will not always reconnect properly to the Avid Data Receiver service if it is left open during a restart of the Avid Data Receiver service. The individual instances may appear as being Unavailable or the Story Input and Story to NRCS data will stop updating. Workaround: Close Administration Application before starting or restarting the Avid Data Receiver service.

10 Removing a Wire Instance Completely When an instance is removed from within the Administration Application it is not removed from the WS.exe.config file. The wire instance will continue running in the background using resources such as an input COM port. To fully remove a wire instance from the Data Receiver follow these steps: 1. Stop the Avid Data Receiver Service under Windows Control Panel Services. 2. Open the WS.exe.config file using a text editor such as Windows Notepad 3. Locate the <WireInstance>Wirename.cfg</WireInstance> entry for the removed instance. 4. Delete the <WireInstance>Wirename.cfg</WireInstance> entry for the wire instance to be removed. 5. Save the File 6. Restart the Avid Data Receiver Service. SFC Files Used With Multiple Instances If the same SFC file is used with multiple wire instances, any changes made within one instance affects the behavior of all other instances using that same SFC file. Making minor changes for one instance may break all other instances using that same SFC file. Workaround: Make sure that all process files being used are only being used by a single wire instance. Timeout When Stopping or Restarting Avid Data Receiver Service Users may get a timeout message when attempting to restart the Data Receiver service (not to be confused with restarting an instance of the Data Receiver service) you can sometimes get a timeout message from Windows stating that the Data Receiver service did not respond in a timely manner. This is due to the Data Receiver service attempting to finish processing of stories in its queue. The Data Receiver service will stop when it has finished processing its queue and no action is required. Configuration Changes Require Instance Restarting The following changes to a wire instance configuration require restarting of the wire instance: Input type. Input character translation changes. Changes to the story Start and End sequence characters. Custom code page translation table changes. Output character translations. Output inews server name. Miscellaneous Serial Data May be Detected as a Serial Mouse in Windows It is possible for Windows to mistakenly recognize incoming serial data as a serial mouse when the machine is power cycled. Microsoft has documented workarounds for this problem in Microsoft Knowledge Base Article Workaround: Let the device be incorrectly detected by Windows, use the Device Manager to disable the incorrect device (don t remove it or it will be re-detected), and power cycle the computer. The device will remain in the Device Manager, but it will be disabled and the port will work correctly.

11 Log File Extension May be Hidden By default Windows hides extension for known file types. If you associate the Data Receiver log files with a program (i.e. WordPad or Notepad) the.monday,.tuesday, etc extension will become hidden making it harder to tell what day the log file is from. Workaround: Avid recommends Windows folder settings be altered to always show file extensions. To set Windows folder settings to show file extensions: 1. Select Tools->Folder Options. 2. Click the View tab. 3. Uncheck the Hide file extensions for known file types check box. 4. Press the OK button. Administration Application Summary Tab Headings Unreadable After Initial Install After the initial install of the Data Receiver and the first time run of the Administration Application the column headers for the summary tab of the Administration Application may appear with nonsensical headings and be improperly formatted. This problem will only occur after the initial install of the Data Receiver and the first time that the Administration Application is run. Once resolved by performing the workaround this problem it will not reoccur on the same Data Receiver machine. Workaround: If this occurs simply close and reopen the Administration Application after at least one wire instance has been configured.

12 Technical Support Information Most products feature a number of coverage options. Avid Assurance service offerings are designed to facilitate your use of Avid solutions. Service options include extended telephone coverage, automatic software maintenance, extended hardware warranty, and preferred pricing on replacement parts. Offerings and options may vary by product and are not available for all products. For more information regarding Avid s service offerings, visit or call Avid Sales at AVID ( ). Program availability and details might vary depending on geographic location and are subject to change without notice. Contact your local Avid office or your local Avid Reseller for complete program information and pricing. However, if you need help locating an Avid office or Avid Reseller near you, please visit or call in North America AVID ( ). International users call Accessing Online Support Avid Online Support is available 24 hours per day, 7 days per week. Search the Knowledge Base to find answers, to view error messages, to access troubleshooting tips, to download updates, and to read/join online message-board discussions. To access Avid Online Support: Go to Note: Supplemental documentation for this release, if available, is provided on the Knowledge Base. For the latest up-to-date information, browse the Knowledge Base at Avid Online Support.

13

Important Information

Important Information 18 September 2014 Added changes between 1.9.1 and 1.9.2 17 January 2014 Added changes between 1.9 to 1.9.1 14 February 2012 Added changes between 1.8 to 1.9 19 November 2009 Added changes between 1.7 to

More information

Important Information

Important Information 10 May 2013 Adding updates for v4.0.1 10 September 2012 Adding updates for v4.0 19 Mar 2012 Adding updates for v3.1.0 26 July 2010 Adding updates for v3.0.2 1 June 2010 Adding MOS Router server information

More information

Important Information

Important Information December 08, 2009 Original Important Information Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. Note: Search the Avid

More information

18 December September June April 2013

18 December September June April 2013 18 December 2013 10 September 2013 18 June 2013 16 April 2013 Added note that Harris Platinum and LRC protocol version requires Router Control v2.4.6. See New Features in Release v2.4. Added support for

More information

Automation Standard and Control Applications

Automation Standard and Control Applications Automation Standard and Control Applications ReadMe Date Revised 21 January 2011 Changes Made This release highlights compatibility with Windows 7 (32 bit), Software changes made to Automation Archive

More information

inews MOS Gateway Version 4.0 ReadMe

inews MOS Gateway Version 4.0 ReadMe inews MOS Gateway Version 4.0 ReadMe Revision History Date Revised Changes Made 10 September 2012 Adding updates for v4.0 19 Mar 2012 Adding updates for v3.1.0 26 July 2010 Adding updates for v3.0.2 1

More information

Updated documentation for configuring Crosspoints. See Saving Crosspoint Changes. Added information on Jupiter Accuswitch in Known Limitations.

Updated documentation for configuring Crosspoints. See Saving Crosspoint Changes. Added information on Jupiter Accuswitch in Known Limitations. Sept. 12, 2017 August 22, 2017 Updated documentation for configuring Crosspoints. See Saving Crosspoint Changes. Updated for v3.8.1. See Changes for v3.8.1. Moved the list of supported controller types

More information

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual CONTENT Calendar Browser for SharePoint Administrator manual 1 INTRODUCTION... 3 2 REQUIREMENTS... 3 3 CALENDAR BROWSER FEATURES... 4 3.1 BOOK... 4 3.1.1 Order Supplies... 4 3.2 PROJECTS... 5 3.3 DESCRIPTIONS...

More information

17 Sept 2014 Added changes made for v5.1 9 June 2014 Initial v5.0 version (based on v4.7.x doc.)

17 Sept 2014 Added changes made for v5.1 9 June 2014 Initial v5.0 version (based on v4.7.x doc.) 17 Sept 2014 Added changes made for v5.1 9 June 2014 Initial v5.0 version (based on v4.7.x doc.) Important Information Avid recommends that you thoroughly read all of the information in this ReadMe file

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

SecureLogin 8.7 Application Definition Wizard Administration Guide. December, 2018

SecureLogin 8.7 Application Definition Wizard Administration Guide. December, 2018 SecureLogin 8.7 Application Definition Wizard Administration Guide December, 2018 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use restrictions, U.S.

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

InSync Service User Guide

InSync Service User Guide InSync Service User Guide Matrix Logic Corporation 1 Published by Matrix Logic Corporation Copyright 2011 by Matrix Logic Corporation All rights reserved. No part of the content of this manual may be reproduced

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 15 Power User Tips for Tabs in Firefox 57 Quantum Written by Lori Kaufman Published March 2018. Read the original article here: https://www.makeuseof.com/tag/firefox-tabs-tips/ This ebook is the intellectual

More information

The CartIt Commerce System Installation Guide

The CartIt Commerce System Installation Guide The CartIt Commerce System Installation Guide On Windows Operating Systems Version 8.0 February 3, 2003 Copyright 2001 CartIt Corporation. All Rights Reserved. Page 1 of 10 THE CART IT COMMERCE SYSTEM

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information

Copyright and Legal Disclaimers

Copyright and Legal Disclaimers Copyright and Legal Disclaimers User Manual for DiConnect Lite Copyright 2012 by DiCentral Corporation All rights reserved. This document and all content that is contained, embedded and linked to this

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

New Features Guide EventTracker v6.2

New Features Guide EventTracker v6.2 New Features Guide EventTracker v6.2 Publication Date: Aug 04, 2008 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com The information contained in this document represents the

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Exchange Protection Whitepaper

Exchange Protection Whitepaper Whitepaper Contents 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Introduction... 2 Documentation... 2 Licensing... 2 Exchange Server Protection overview... 3 Supported platforms... 3 Requirements by platform... 3 Remote

More information

CompleteView Troubleshooting: Cameras Won t Start

CompleteView Troubleshooting: Cameras Won t Start CompleteView Troubleshooting: Cameras Won t Start There are only a few reasons why cameras won't start within CompleteView, below are some items you can check. 1. Check to make sure the license key is

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Client Setup (.NET, Internet Explorer)

Client Setup (.NET, Internet Explorer) Powered By: Version 2.0 Created December, 2008 .NET & Internet Explorer Setup Client Setup (.NET, Internet Explorer) The WebTMS application itself is a windows executable program. In order to run WebTMS,

More information

Windows NT Server Printer Driver Upgrade Instructions

Windows NT Server Printer Driver Upgrade Instructions Windows NT Server Printer Driver Upgrade Instructions The steps detailed below describe the most reliable method to upgrade printer driver versions after v1.6.0227a on a Windows NT 4.0 Server that is shared

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

ACE Operation Manual

ACE Operation Manual ACE Operation Manual Elecsys Director ACE Operation Manual Product Information Full information about other Elecsys products is available on our website at www.elecsyscorp.com Useful Contact Information

More information

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android Frequently Asked Questions Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android FAQs 2 Setup 2 Basics 4 Connectivity 8 Calls 9 Contacts and Directory Search 16 Voicemail 17 Recents 22 Feedback

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Avid Router Control. Version ReadMe

Avid Router Control. Version ReadMe Avid Router Control Version 2.4.6 ReadMe Date Revised 30 September 2015 18 December 2013 10 September 2013 18 June 2013 16 April 2013 Changes Made Corrected the tested software version for the Harris Broadcast

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure a Presence Gateway for Microsoft Exchange Integration, page 1 SAN and Wildcard Certificate Support, page

More information

PaperVision Message Manager. User Guide. PaperVision Message Manager Release 71

PaperVision Message Manager. User Guide. PaperVision Message Manager Release 71 PaperVision Message Manager User Guide PaperVision Message Manager Release 71 June 2010 Information in this document is subject to change without notice and does not represent a commitment on the part

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

Quest Knowledge Portal 2.9

Quest Knowledge Portal 2.9 Quest May 2017 These release notes provide information about the Quest Knowledge Portal release. Topics: About this release New features Known issues System requirements Product licensing Upgrade and installation

More information

Sophos Mobile SaaS startup guide. Product version: 7.1

Sophos Mobile SaaS startup guide. Product version: 7.1 Sophos Mobile SaaS startup guide Product version: 7.1 Contents 1 About this guide...4 2 What are the key steps?...5 3 Change your password...6 4 Change your login name...7 5 Activate SMC Advanced licenses...8

More information

Quick Start Guide for Windows

Quick Start Guide for Windows for Windows The Eudora 5.1 User Manual for Windows is on the Eudora CD included in the product box. If you prefer a printed and bound copy, you can purchase one from www.eudora.com or call 1-800-2-EUDORA

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Configuration of trace and Log Central in RTMT

Configuration of trace and Log Central in RTMT About Trace Collection, page 1 Preparation for trace collection, page 2 Types of trace support, page 4 Configuration of trace collection, page 5 Collect audit logs, page 19 View Collected Trace Files with

More information

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SourceOne TM Offline Access Version 6.8 USER GUIDE P/N 300-013-695 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2012 EMC Corporation.

More information

OpenText RightFax 10.5 Connector for HP OXPd MFP Administrator s Guide

OpenText RightFax 10.5 Connector for HP OXPd MFP Administrator s Guide OpenText RightFax 10.5 Connector for HP OXPd MFP Administrator s Guide OpenText RightFax 10.5 Connector for HP OXPd MFP Administrator s Guide ii Edition OpenText RightFax 10.5 Connector for HP OXPd MFP.

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations 6.1.2.0 Client Installation and User's Guide SC27-2809-01 IBM Tivoli Storage Manager FastBack for Workstations 6.1.2.0 Client Installation and User's

More information

Sophos Enterprise Console Help. Product version: 5.3

Sophos Enterprise Console Help. Product version: 5.3 Sophos Enterprise Console Help Product version: 5.3 Document date: September 2015 Contents 1 About Sophos Enterprise Console 5.3...6 2 Guide to the Enterprise Console interface...7 2.1 User interface layout...7

More information

VMware Horizon Client for Windows User Guide. Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6.

VMware Horizon Client for Windows User Guide. Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6. VMware Horizon Client for Windows User Guide Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6.1 VMware Horizon Client for Windows User Guide You can find

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

DISCLAIMER COPYRIGHT List of Trademarks

DISCLAIMER COPYRIGHT List of Trademarks DISCLAIMER This documentation is provided for reference purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, this documentation

More information

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE Knowledge Forum is a registered trademark of Knowledge Building Concepts. Administrator s Guide Macintosh Server--Version 4.1 or above Macintosh

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

SmartDispatch Installation Guide

SmartDispatch Installation Guide SmartDispatch Installation Guide Copyright Information Hytera is the trademark or registered trademark of Hytera Communications Corporation Limited. (the Company) in PRC and/or other countries or areas.

More information

OpenText RightFax 10.6

OpenText RightFax 10.6 OpenText RightFax 10.6 Connector for IBM Filenet Administrator Guide Edition OpenText RightFax 10.6 Connector for IBM Filenet. This document was last updated January 22, 2014. Trademarks OpenText is a

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Mercury QuickTest Professional. Installation Guide Version 9.0

Mercury QuickTest Professional. Installation Guide Version 9.0 Mercury QuickTest Professional Installation Guide Version 9.0 Mercury QuickTest Professional Installation Guide, Version 9.0 This manual, and the accompanying software and other documentation, is protected

More information

Sage 500 ERP 2016 Business Insights Dashboard Guide

Sage 500 ERP 2016 Business Insights Dashboard Guide Sage 500 ERP 2016 Business Insights Dashboard Guide This is a publication of Sage Software, Inc. Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Cisco CRM Communications Connector for Cisco CallManager Express

Cisco CRM Communications Connector for Cisco CallManager Express Cisco CRM Communications Connector for Cisco CallManager Express Cisco CRM Communications Connector (Cisco CCC) integrates Microsoft Customer Relationship Management (CRM) with Cisco CallManager Express

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

Scribe Insight Installation Guide. Version August 6,

Scribe Insight Installation Guide. Version August 6, Scribe Insight Installation Guide Version 7.7.0 August 6, 2015 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Avid Technology, Inc. Avid LeaderPlus Version Release Notes

Avid Technology, Inc. Avid LeaderPlus Version Release Notes Avid Technology, Inc. Avid LeaderPlus Version 5.2.26 Release Notes This document supplements the Avid LeaderPlus Operations Manual available in PDF and is included on the installation CD as well as the

More information

LabTech Ignite Installation

LabTech Ignite Installation LabTech LabTech Ignite Installation LABTECH IGNITE INSTALLATION... 1 Overview... 1 Readiness Checklist... 1 Server Installation... 2 Creating a Client Import File... 17 Using SSL Connections... 18 SSL

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

Interactive Voice Response (IVR) Extension Type Guide

Interactive Voice Response (IVR) Extension Type Guide 4PSA VoipNow 2.0.3 Interactive Voice Response (IVR) Extension Type Guide For more information about 4PSA VoipNow, check: http://www.voipnow.com Copyrights 2002-2009 Rack-Soft, LLC. VoipNow is a registered

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

Sauer-Danfoss PLUS+1 GUIDE Software Version Release Notes

Sauer-Danfoss PLUS+1 GUIDE Software Version Release Notes Sauer-Danfoss PLUS+1 GUIDE Software Version 6.0.8 Release Notes This file contains important supplementary and late-breaking information that may not appear in the main product documentation. We recommend

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Scribe Insight Installation Guide. Version February 17,

Scribe Insight Installation Guide. Version February 17, Scribe Insight Installation Guide Version 7.7.0 February 17, 2014 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any

More information

StyleGuard for Outlook

StyleGuard for Outlook StyleGuard for Outlook Table of Contents Introduction... 2 Microsoft Office Compatibility... 3 Installation... 3 Verifying the StyleGuard for Outlook Installation... 6 Activating a StyleGuard Style Collection...

More information

Configuration Guide. Version 1.5.9

Configuration Guide. Version 1.5.9 Configuration Guide Version 1.5.9 Copyright TeamExpand 22/07/2015 1. Overview 2 Table of contents 1. Overview... 3 1.1 Purpose... 3 1.2 Preconditions... 3 1.3 Applying changes... 5 1.3.1 Sync via UI...

More information

KG-TOWER Software Download and Installation Instructions

KG-TOWER Software Download and Installation Instructions KG-TOWER Software Download and Installation Instructions Procedures are provided for three options to download and install KG-TOWER software version 5.1. Download to a temporary folder and install immediately.

More information

Zetafax Exchange Online Connector Setup Guide Equisys Ltd

Zetafax Exchange Online Connector Setup Guide Equisys Ltd Zetafax Exchange Online Connector Setup Guide Zetafax Exchange Online Connector Setup Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

CityVault Client Manual

CityVault Client Manual CityVault Client Manual Contents Preface: Preface...4 Chapter 1: Overview...5 Chapter 2: Installing CityVault...6 Downloading the CityVault Client...6 Installing the CityVault Client...6 Configuring CityVault...8

More information

Important Information

Important Information 28 January 2015 Added changes made for v5.2.1 9 December 2014 Added changes made for v5.2 23 Oct 2014 Added changes made for v5.1.1 17 Sept 2014 Added changes made for v5.1 9 June 2014 Initial v5.0 version

More information

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax:

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax: User Guide Version: 6.4.17.0 Add-On Products Roms Hule 8 7100 Vejle Denmark Phone: +45 7944 7000 Fax: +45 7944 7001 Mail: info@add-on.com Internet: www.add-on.com No parts of this publication may be reproduced

More information

Open Client Base Client Base Online Select Advance Search. If there is an option, select Leisure:

Open Client Base Client Base Online Select Advance Search. If there is an option, select Leisure: Open Client Base Client Base Online Select Advance Search If there is an option, select Leisure: Continue down the page selecting your search criteria for your clients. Select OK. Using Merge to E-Mail

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

EMS MASTER CALENDAR User Guide

EMS MASTER CALENDAR User Guide EMS MASTER CALENDAR User Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction to the

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Microsoft OWA 2010 IIS Integration

Microsoft OWA 2010 IIS Integration Microsoft OWA 2010 IIS Integration Contents 1 Introduction 2 Compatibility 3 Prerequisites 3.1 Additional Prerequisites for Version 2.9 4 File Downloads 4.1 OWA Filter Change History 5 Architecture 6 Installation

More information

SMS Center, ver. 2.23, Dec Reference manual

SMS Center, ver. 2.23, Dec Reference manual SMS Center, ver. 2.23, Dec 13 2002 Reference manual Index 1. SMS Center 3 1.1 Concept 3 1.2 Message sources 3 1.2.1 TERMINAL message source 3 1.2.2 FILE message source 3 1.2.3 GSM message source 3 1.2.4

More information

Notices. Third Party Project Usage. Sample Code in Documentation

Notices. Third Party Project Usage. Sample Code in Documentation Malwarebytes for Mac User Guide Version 3.4.0 7 August 2018 Notices Malwarebytes products and related documentation are provided under a license agreement containing restrictions on use and disclosure

More information

The installation provides enhancements to earlier systems and fixes reported errors.

The installation provides enhancements to earlier systems and fixes reported errors. RandomWare Update Installation: Version 4.01.018 The installation provides enhancements to earlier systems and fixes reported errors. Contents 1. Installation from Disc... 2 2. Installation from Download...

More information

Avaya Contact Center Express Release 4.1 XMPP Gateway

Avaya Contact Center Express Release 4.1 XMPP Gateway Avaya Contact Center Express Release 4.1 XMPP Gateway Release 4.1 January 2010 2005 to 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this

More information

Ericsson Mobile Organizer 5.1

Ericsson Mobile Organizer 5.1 Preface Welcome to Ericsson Mobile Organizer (EMO) 5.1, which offers a full range of mobile office applications to help you keep up with your important emails, calendar and contacts. EMO 5.1 uses Push

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

FM300 Network Server

FM300 Network Server FM300 Network Server User s Manual March 2005 MEDA, Inc Macintyre Electronic Design Associates, Inc 43676 Trade Center Place, Suite 145 Dulles, VA 20166 Disclaimer of Warranty FM300 Network Server NO WARRANTIES

More information

NDA ISSUE 1 STOCK # MATWorX 32 User s Guide. December, NEC America, Inc.

NDA ISSUE 1 STOCK # MATWorX 32 User s Guide. December, NEC America, Inc. NDA-24215 ISSUE 1 STOCK # 151942 MATWorX 32 User s Guide December, 1997 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications, functions, or features,

More information

MiCloud. Copyright Mitel Communications AB

MiCloud. Copyright Mitel Communications AB MiCloud Copyright 2004-2015 Mitel Communications AB Table of Contents 1. Search... 4 2. Administration Home... 5 3. Service Administration... 5 3.1. General Service Configuration Information... 5 3.1.1.

More information

IDPort User Guide.

IDPort User Guide. IDPort User Guide www.monitorbm.com ID Port User Guide 2012 Monitor Business Machines Ltd. The software contains proprietary information of Monitor Business Machines Ltd. It is provided under a license

More information

Outlook - an Introduction to Version 2003 Table of Contents

Outlook - an Introduction to  Version 2003 Table of Contents Outlook - an Introduction to E-mail Version 2003 Table of Contents What is Outlook Starting Outlook The Navigation Pane Getting Help Creating and Sending a Message Using the College Exchange Directory

More information

Sophos Enterprise Console help. Product version: 5.5

Sophos Enterprise Console help. Product version: 5.5 Sophos Enterprise Console help Product version: 5.5 Contents 1 About Sophos Enterprise Console...6 2 Guide to the Enterprise Console interface...7 2.1 User interface layout...7 2.2 Toolbar buttons...7

More information

Chapter 3 HCA Options

Chapter 3 HCA Options Chapter 3 HCA Options You control the functions of the Home Control Assistant through various options. These options are accessible though the HCA Application menu HCA Options button. Because the HCA options

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

Integrate Apache Web Server

Integrate Apache Web Server Publication Date: January 13, 2017 Abstract This guide helps you in configuring Apache Web Server and EventTracker to receive Apache Web server events. The detailed procedures required for monitoring Apache

More information