MapMarker Canada 10.0 Release Notes

Size: px
Start display at page:

Download "MapMarker Canada 10.0 Release Notes"

Transcription

1 MapMarker Canada 10.0 Release Notes United States: Phone: Fax: Sales: Government Sales: Technical Support: Technical Support Fax: pbinsight.com Canada: Phone: Fax: Sales: Technical Support: Technical Support Fax: pbinsight.ca These Release Notes accompany the MapMarker Canada 10.0 release. This provides information on new features, operating requirements, fixes for known issues, and other issues that may require your attention. This document should be used in conjunction with the MapMarker Canada 10.0 User Guide and Developer Guide. To see these Release Notes and related MapMarker documentation, go to the Product Documentation page on the Pitney Bowes Business Insight web site. Navigate to MapMarker & MapMarker USA category and scroll to MapMarker Canada v10.0. Table of Contents New Features and Enhancements Operating Requirements Fixes to Known Issues Known Issues and Clarifications Europe/United Kingdom: Phone: Fax: Technical Support: pbinsight.co.uk Asia Pacific/Australia: Phone: Fax: Technical Support: pbinsight.com.au 2010 Pitney Bowes Software Inc. All rights reserved. MapInfo, Group 1 Software, and MapMarker are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property of their respective holders. September, 2010

2 New Features and Enhancements Following is a summary of the updates that you will see with the MapMarker Canada 10.0 release. Updated Address Dictionary The Address Dictionary has been updated with data generated from several sources. The MapMarker Canada 10.0 Address Dictionary is based on the following data sources: Tele Atlas Multinet Canada Data (March 2010) Canada Post Address Range Data (July 2010) Statistics Canada PCCF (Postal Codes) (July 2009) FSA Boundaries (March 2010) 2006 Census Geographies refresh (December 2009) The total size of the Address Dictionary files for all provinces and territories is approximately 500 MB. Improved Data for Nunavut MapMarker Canada 10.0 provides improved geocoding for the territory of Nunavut. The data has been enhanced with postal centroids and limited street range data. Allow Centerline Offset for Point Candidates If you geocode using a point-based User Dictionary, you can return the candidate at a specified offset from the associated street segment (rather than at the original point). The candidate is returned from the User Dictionary, but a segment dictionary must be present to provide the basis for the centerline offset. If an associated segment Address Dictionary or User Dictionary is not available, the original point candidate is returned. When possible, the coordinates are offset perpendicularly from the associated street segment. The centerline offset capability is disabled by default, but you can enable and control it using the following GeocodeConstraints methods in the API. These methods can be changed at any time during the session. setusecenterlineoffset(boolean) setcenterlineoffset(double offset) setcenterlineoffsetunit(string unit) Set to true to specify that point candidates should be offset from the nearest segment (default is false). Specifies the offset distance from the segment toward the original point. The default value is 7.0 Specifies the offset distance units. The allowable units are: m, f, km, mi, in, yd, cm, and mm. The default value is m (meters). A new SC result code indicates that the original point was offset from the nearest segment. The returned candidate has a location precision of CandidateAddress.ADDRESS_POINT_PROJECTED (value of 18). The Desktop application supports the centerline offset feature through new Center Line Offset preferences in the System Preferences dialog box. The option is disabled by default but you can check the Use Center Line Offset box to enable this feature and control the offset values and units (by default, the offset is 7 meters). MapMarker Canada 10.0 Release Notes 2

3 Reverse Geocoding The MapMarker Canada 10.0 geocoder supports reverse geocoding. If you provide X/Y (Longitude/Latitude) coordinates, the geocoder returns the closest address for the given X/Y location based on the Address Dictionary. Reverse geocoding is provided in the Developer (Server) edition. The ReverseGeocodeAPI interface includes classes and methods that support reverse geocoding. You can perform reverse geocoding using the Address Dictionary. You cannot use reverse geocoding with a User dictionary. Candidates return R result codes, indicating that records was matched by reverse geocoding. The first three characters of the R result code indicate the type of match found. R geocode results include an additional letter to indicate the dictionary from which the match was made. This is always an A, indicating Address Dictionary. Following are sample geocoding results: Reverse Geocoding Result Codes Sample Georesult Code RS5A RS4A Description Street address match. Candidate returned from Address Dictionary. Street centroid match). Candidate returned from the Address Dictionary. For the following input coordinates, a close match candidate is returned with a result code of RS5A. X: Y: Reverse geocoding is available with the Developer (Server) edition only. Reverse geocoding is not implemented in the Desktop application and is not available with User Dictionaries. Segment IDs are Returned Segment IDs are numeric codes that uniquely identify each interpolated point (S5 result) or street centroid (S4 result) candidate. Segment IDs are also returned for reverse geocoded candidates. See Reverse Geocoding on page 3. Segment IDs are available with the Developer (Server) edition only (not with the Desktop Application). The Java API getsegmentid() method returns the segment ID. Segment IDs are returned in Additional Fields. For example, the returned XML for a candidate displays the result code and unique Segment ID as follows: <AdditionalFields> <KeyValuePair> <Key>RESULT_CODE</Key> <Value>S5HPNTSCZA</Value> </KeyValuePair> <KeyValuePair> <Key>SEGMENT_ID</Key> <Value> </Value> </KeyValuePair> </AdditionalFields> If a street has multiple segment IDs but no house address numbers, the geocoder returns one segment as a close match candidate. Segment IDs are available with the Developer (Server) edition only and is supported in the Sample Application; this feature is not available in the Desktop application. MapMarker Canada 10.0 Release Notes 3

4 ODBC Support for SQL Server 2008 and Oracle 11G The Desktop Application now supports SQL Server 2008 and Oracle 11G ODBC databases. Support Interactive Geocoding of TXT and CSV Files MapMarker Canada 10.0 reads and writes delimited text files, CSV, and TXT files. After opening the input file, you can use a Text File Wizard to set properties for the input file and geocode addresses. Previous versions of MapMarker Canada had some restrictions on interactive geocoding of TXT and CSV files. This functionality has been improved and you can now interactively geocode TXT and CSV files. Intersection Geocoding Allows Additional Tokens MapMarker Canada 10.0 allows new tokens for street intersection input. In addition to the && token. you can use the & symbols to designate a street intersection. You can also use the word and as an intersection separator. For example: Yonge && Wellington; Toronto ON Yonge & Wellington; Toronto ON Wellington; Toronto ON Yonge and Wellington; Toronto ON You can omit spaces between the token and the street name, but the space is required for the and separator. Improved Unformatted (Single-Line) Geocoding Single-line geocoding has been enhanced to allow more flexible input formats. The match rate and performance of single-line geocoding has also been improved. Operating Requirements This section describes the software and hardware requirements for running MapMarker Canada Hardware and Memory Requirements The minimum system requirements for MapMarker on a full installation of the Desktop Application and MapMarker SDK are: 1 Ghz Pentium processor or equivalent 1 GB RAM 5 GB available disk space (including space for CAN Address Dictionary) For optimal performance of a full installation of both the Desktop Application and MapMarker SDK we recommend: Dual Core processor or better 2 or more GB RAM 10 GB available disk space Supported Operating Systems MapMarker runs on the following operating systems: Microsoft Windows XP Professional (32 and 64 bit) Microsoft Windows 2003 Enterprise Edition Microsoft Windows Vista Ultimate Edition (32 and 64 bit) Microsoft Windows 2008 Server MapMarker Canada 10.0 Release Notes 4

5 Microsoft Windows 7 Solaris 2.10 and 11.0 HP-UX 11 Red Hat Linux 4.0 and 5.0 SUSE Linux 10.0 and 11.0 Desktop Application The Desktop Application runs on Microsoft Windows only. Microsoft Windows XP Professional (32 and 64 bit) Microsoft Windows 2003 Enterprise Edition Microsoft Windows Vista Ultimate Edition Microsoft Windows 2008 Server Microsoft Windows 7 (64 bit) JVM Requirements MapMarker requires a Java Virtual Machine (JVM) to run. The following JVMs are supported: JVM v1.5 and 1.6. MapMarker Canada 10.0 ships with: Sun JRE 1.5.0_09 (for Microsoft Windows and Sun Solaris) HP JRE _04 (for HP-UX) Sun JRE 1.5.0_11 (for Linux) During the installation, you will have the option of installing the JVM that ships with MapMarker or using one that you already have installed on your computer. Under high loads, MapMarker server may experience performance degradation with JVM 1.5.0_04 or earlier. For this reason, we recommend that you use JVM 1.5.0_05 or later when high server performance is required. Database Support MapMarker Canada 10.0 supports the following ODBC databases and drivers. SQL Server 2008 SQL Server 2005 Microsoft Access 2007 (Link to download: driver for Microsoft Access 2007) Microsoft Access 2003 MapMarker also supports the following Oracle drivers. Oracle 11 Oracle 10G Release 2 You must install the Oracle driver separately. To use the driver, you must have the Oracle client installed. Supported Web Application Servers The MapMarker server allows you to develop geocoding applications on any Java Platform, Enterprise Edition (Java EE) application server that supports JDK 1.5 or JDK 1.6. MapMarker Canada 10.0 ships with: Apache Tomcat 5.5 MapMarker Canada 10.0 Release Notes 5

6 Supported MapInfo Products MapMarker Canada 10.0 can integrate with the following products: MapInfo Professional MapInfo AnySite MapInfo Target Pro MapMarker USA Envinsa version MapMarker Geocoding Extender for Oracle MapMarker Geocoding Extender for SQL Server Fixes to Known Issues The following incidents were addressed in MapMarker Canada Cannot Open MapInfo Professional 10 Table When you attempted to open a MapInfo Professional table (TAB file) that used MapInfo Professional version 10 features, you received an error message and the table fails to open. Pitney Bowes Business Insight Technical Support provided a workaround for this issue. This problem has been fixed for MapMarker Canada You can now open a MapInfo Professional version 10.5 table and all features are available. Input street number written as ordinal sometimes fails to match. For example, the input address of 11 33rd St. did not produce a close match, while the input of 11 Thirty Third St. did produce a close S5 match. Other examples of inconsistent results with numbered/ordinal/ street input: 6644 Tenth Line Rd W Rd vs th Line W Rd. This handling has been improved and numbered/ordinal streets are now interpreted and geocoded more consistently. Input address missing the word The returned wrong candidate. For example, an input address of 155 East Mall did not return the expected close match candidate. Address of 155 The East Mall returns the expected candidate. This has been fixed. Correct candidate is now returned regardless of the article The. Wrong candidate returned when pre directional is separated from street name. For example, if the street name is input as: West Mount Ave. instead of the correct Westmount Ave., a bad close match is returned. This has been fixed and the correct close match is now returned. Address with extra information sometimes returned bad candidate. If an input address had extra information at the end of the MainAddress line, an inaccurate close match candidate was returned. For example, the input: 8 HILL HEIGHTS ROAD 402, Toronto ON returned a bad candidate. If the extraneous 402 was removed, the correct close match was returned. This has been fixed and MapMarker Canada now returns the correct candidate even if extra information appears at the end of the input address. In this example, the input 402 is now returned as a suite number. Wrong candidate returned when post directional is missing. In some cases, an incorrect close match candidate was returned when a post directional was omitted from the input address. For example, 147 Queen St, Toronto ON returned an incorrect close match because the post directional E was omitted from Queen St E. This has been corrected. Selecting Match Mode interferes with selecting Custom match settings. Once a Match Mode has been selected Custom/Exact match settings are not applied. After using Match Mode, you can select Custom/Exact match settings in the Desktop Application, but the settings are ignored and the previously selected Match Mode is still enforced. This has been fixed. Input Place Name was not returned in all cases. If the Place Name (firm name) is omitted from input, the expected place name is not returned. For example, the input address KENT ST OTTAWA ON should return COUR CANADIENNE DE L'IMPOT as the firm name. This has been fixed and the firm name is returned regardless of whether the firm name was input. Empty house number field sometimes produced bad candidate. In some cases, if the input House Number field was empty, an inaccurate candidate was returned. MapMarker Canada 10.0 Release Notes 6

7 Slight misspelling of input address returned incorrect close match. A minor misspelling of an input address sometimes failed to return the best candidate and returned an incorrect candidate instead. For example, the input address 111 Wellsley Avenue E Toronto, ON should return BUSINESS BUILDING 111 WELLESLEY ST E, TORONTO, ON M4Y 2Y2. This candidate was missed because the input misspelled Wellesley. This has been fixed and MapMarker Canada 10.0 is more tolerant of input spelling variations. Unit number returned even though the returned candidate has no house number. An S4 candidate without a house number sometimes included a unit number. Since there is no house number, there should not be any unit information returned. This has been fixed. MapInfo Professional crashed when MapMarker Server returned an empty coordinate system. If a candidate did not return coordinates (such as an S0 match with a null coordsys string, MapMarker returned an empty coordinate system string (SrsName= ). This caused MapInfo Professional v10 to crash. This has been fixed. If MapMarker returns a candidate address with no coordinates (0, 0 Longitude, Latitude) it now populates the SrsName with a default of epsg:4326. This prevents MapInfo Professional from crashing. Single-line geocoded addresses missing C in result code. For some single-line geocoded addresses, MapMarker returned a result code that did not indicate a match on City name (for example, S5HPNTS ZA). When geocoded with multiline input, the correct S5HPNTSCZA result code was returned. This has been fixed and the complete result code is now returned for both single-line and multiline input. Multiple close matches returned when input has incorrect FSA. When an input address had an incorrect FSA, it was possible to get two close match candidates. This has been fixed and the correct single close match candidate is now returned. Exception when input address has empty field. When an input address had empty address fields (city, province, or postal code field), MapMarker threw an exception. This has been corrected. Intersection address returns a null city if streets are in different cities. If two intersecting streets were in different cities, no city name was returned with the candidate. For example, an input address of HWY 401 EXPY && Yonge Street returned the correct candidate but without the city name. This has been corrected and the candidate will now include one of the two city names. Can t start MapMarker USA RPC server after MapMarker Canada is installed on same PC. If you installed MapMarker Canada v9 on a system where MapMarker USA 22.1 already existed, you could not start the USA RPC server. This was because a MapMarker USA dll was mistakenly overwritten. This has been corrected and you can integrate MapMarker Canada 10.0 and MapMarker USA with no problems. Crash when geocoding CSV file if output file was already open in Excel. When an output CSV file was already open in another application (such as Excel), MapMarker crashed when you attempted to overwrite this file during the last step of the text file geocoding wizard. This has been fixed to avoid a crash. Better messages are also displayed. Multiple geographic candidates returned when city name is an alias for a different city. For geographic geocoding, it was possible to get multiple candidates when the city name is also an alias for a different city. For example, St. John s NL returned the expected close match candidate for St John s but also returned a candidate for Kilbride, NL. This has been corrected, and MapMarker Canada 10.0 returns the St. John s candidate only. Known Issues and Clarifications This section describes provides information specifically related to Windows Vista and UNIX/Linux platforms. This section also provides information and workarounds related to several known issues. MapXtreme Geocoding Requests Fail When Ranges Are Requested When a MapXtreme application requests address ranges, the geocoding operation will fail. To avoid this problem, do not request ranges when issuing a MapXtreme geocoding request. MapMarker Canada 10.0 Release Notes 7

8 Candidate Visualization Does Not Work with Most Recent StreetPro Canada Changes to the MapMarker StreetPro data format and table naming conventions are inconsistent with MapMarker Canada As a result, the candidate visualization feature does not work with StreetPro Canada Use either of these workarounds: You can use and earlier versions of StreetPro Canada (such as StreetPro Canada ). Older versions of StreetPro Canada do support candidate visualization with MapMarker Canada You can rename selected tables (TAB) and associated files from the table names to the equivalent older table names. The StreetPro Canada Product Guide describes these changes in New and Old Layers. Make copies of the original files before renaming them. Contact Technical Support for a more detailed description of this procedure. Microsoft Windows Vista-Related Issues You must always have administrator rights on the target machine to install MapMarker on Microsoft Vista. This is true on all operating platforms. Windows Vista imposes some additional restrictions on installing and running MapMarker. This section provides some background on Microsoft Vista security-related issues and gives specific information on installing and running MapMarker on Windows Vista. Windows Vista uses UAC (User Account Control). When UAC is turned off, the Administrator can install MapMarker and run the program with no additional requirements. However, when UAC is turned on, you must meet both of the following conditions to install MapMarker, Start the MapMarker Server, or Stop the MapMarker Server. You must be an Administrator, and You must run the application with administrator credentials applied. When an administrator launches the installer (setup.exe), UAC will ask the user if they want to allow the program to execute. When the user clicks the Allow button, administrator credentials are automatically applied for the user while the installation executes. For other programs, such as starting or stopping the MapMarker server or installing the server as a Windows Service, administrator credentials must be explicitly applied. Starting and Stopping the MapMarker Server: To start or stop the server using administrator credentials, right-click the shortcut for the operation that you wish to perform and from the menu that appears, select "Run as administrator". If you did not install shortcuts, run the commands from an Administrator Command Prompt. This is described in the topic Starting the MapMarker Server in Chapter 2 of the MapMarker Canada Developer Guide. To open an Administrator Command Prompt, access the Start Menu and select All Programs > Accessories. Right-click the shortcut titled "Command Prompt" and from the menu that appears, select "Run as administrator". The command prompt that opens will allow commands to be executed with administrator credentials applied Installing and Removing the MapMarker Server as a Windows Service: To install or remove the server as a Windows Service, first open an Administrator Command Prompt as described in the Note above. From the Command Prompt, run the commands to install or remove the service, as described in the topic Running the Web Application as a Windows Service in Chapter 4 of the MapMarker Canada Developer Guide. Generating reports, log files, and updating tables: Reports, log files, and tables (.tab files) must be directed to a writable location. Windows Vista with UAC enabled does not allow users to write to the default Programs folder. If the user cannot write output to the designated directory, the action will fail without notification. To solve this problem, create the log file and other output in a location where the user always has write permissions (such as the user s Desktop or Documents Folder). To set the log file location in the Desktop Application, specify the full path to to a writable location for the log file on the Log File tab of the Geocode dialog box. See the Log File Preferences topic in Chapter 6 of the MapMarker Canada User Guide for additional information. As an additional option, the user can right-click on the Desktop Application shortcut and start the application with administrator credentials by selecting "Run as administrator". With these credentials applied, the user can then create reports, log files, or tables in the default Programs folder or any other location. MapMarker Canada 10.0 Release Notes 8

9 Using ODBC Data source: You must have administrator privilege to create a new ODBC data source. The user also must set up their ODBC connections in advance. Shortcut not Removed on Windows Vista: When uninstalling on Windows Vista, the shortcut may not be removed properly. The program files do uninstall properly, but the shortcut may be left behind. UNIX / Linux-Related Issues On UNIX/Linux platforms, there are some installation and startup issues related to administrator rights. Installation: For UNIX and Linux installations, you must have administrator rights on the target machine to install MapMarker. If you attempt to install on a machine where you do not have administrator rights, you will receive an error message. Starting the Tomcat Server: On UNIX/Linux platforms, the Tomcat server must be started and stopped by a user with administrator rights. Reinstall Failure after Improper Uninstall: To properly uninstall MapMarker, you must run the Uninstaller. If you did not run the Uninstaller, but instead deleted the MapMarker directories, you will not be able to routinely reinstall the product. Contact Pitney Bowes Business Insight Technical Support for further assistance. Shared Installation Location of Files After the administrator installs the Desktop Application as a Shared application, each client user must then run the client desktop installation (ClientSetup.exe). The client users also must be able to access to the shared data. By default, the data is installed in the folder: MapMarker_CAN_v10_Data. Under that folder, the DesktopInstaller folder contains the ClientSetup.exe. After completing the Shared installation, the administrator can share the MapMarker_CAN_v10_Data folder (and the subordinate DesktopInstaller folder). Client users will then have access to everything that they need to perform a client installation and access shared data. Log File for Cancelled or Failed Install When the installation fails or is cancelled, a log file is created that provides some insight into what happened. This is useful in the silent install scenarios (install, modify, update, or uninstall), because it directs the user to what must be changed. On Microsoft Windows, the log is created on the user's desktop. On UNIX/Linux systems, it will be created in the user's home directory or at the root directory ( / ). Console Installation UNIX The MapMarker Developer product does not support console installations for UNIX or Linux operating systems. Run a silent install instead. See the Installation chapter in the MapMarker Developer Guide for more information. Silent Uninstall on Windows XP Silent uninstall on Windows XP does not clean up all folders and registry keys. After the uninstall is completed, you must manually remove the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Mapinfo\MapMarker\CAN\9.0\GEOCODING\RequireProvince MapMarker Canada 10.0 Release Notes 9

10 Loading User Dictionary Only (-udonly Option) The -udonly option (to load user dictionaries only) in MapMarker Server works with MapMarker Canada, but requires modifications to the Windows registry before you can use it. For example, the following command: mm_serve -console -udonly should start MapMarker Server as a console application and load the user dictionary only. However, you must first add two values to the System key for the user dictionary path. CAUTION: Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Pitney Bowes Software Inc. cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Make a backup of the registry before you modify it and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, see this article (Description of the Microsoft Windows registry) in the Microsoft Knowledge Base: To add the registry values, do the following: 1. Choose Start > Run, and type regedit in the Open box. 2. In the Registry Editor, open the following key: HKEY_LOCAL_MACHINE\SOFTWARE\MAPMARKER\CAN\10.0.0\SYSTEM 3. Add the following string value: UserDictionaryPath=<path> 4. Add the following DWORD value: UseUserDictionary=1 MapMarker Canada 10.0 Release Notes 10

MapMarker Canada 10.2 Release Notes

MapMarker Canada 10.2 Release Notes MapMarker Canada 10.2 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Canada 10.3 Release Notes

MapMarker Canada 10.3 Release Notes MapMarker Canada 10.3 Release Notes Canada: Phone: 416.594.5200 Fax: 416.594.5201 Sales: 800.268.3282 Technical Support:.518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.ca United States: Phone:

More information

MapMarker Plus 13.2 Release Notes

MapMarker Plus 13.2 Release Notes MapMarker Plus 13.2 Release Notes These Release Notes accompany the MapMarker Plus 13.2 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Canada 9.3 Release Notes

MapMarker Canada 9.3 Release Notes MapMarker Canada 9.3 Release Notes These Release Notes accompany the MapMarker Canada 9.3 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Plus Canada 9 Release Notes

MapMarker Plus Canada 9 Release Notes MapMarker Plus Canada 9 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2008 Pitney Bowes

More information

MapMarker Australia v14 Data v Release Notes

MapMarker Australia v14 Data v Release Notes MapMarker Australia v14 Data v2009.10 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support

More information

MapMarker Plus 14.2 Release Notes

MapMarker Plus 14.2 Release Notes MapMarker Plus 14.2 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2009 Pitney Bowes Software

More information

MapMarker Plus 13.1 Release Notes

MapMarker Plus 13.1 Release Notes MapMarker Plus 13.1 Release Notes These Release Notes accompany the MapMarker Plus 13.1 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Plus 14.0 Release Notes

MapMarker Plus 14.0 Release Notes MapMarker Plus 14.0 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2008 Pitney Bowes Software

More information

MapMarker 22.1 Release Notes

MapMarker 22.1 Release Notes MapMarker 22.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Canada 11.5 Release Notes

MapMarker Canada 11.5 Release Notes MapMarker Canada 11.5 Release Notes Canada: Phone: 416.594.5200 Fax: 416.594.5201 Sales: 800.268.3282 Technical Support:.518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.ca United States: Phone:

More information

MapMarker Canada 11.9 Release Notes

MapMarker Canada 11.9 Release Notes MapMarker Canada 11.9 Release Notes Canada: Phone: 416.594.5200 Fax: 416.594.5201 Sales: 800.268.3282 Technical Support:.518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.ca United States: Phone:

More information

Release Notes. MapMarker Canada. Version 15. Table of Contents. Location Intelligence Geographic Information Systems

Release Notes. MapMarker Canada. Version 15. Table of Contents. Location Intelligence Geographic Information Systems Location Intelligence Geographic Information Systems MapMarker Canada Version 15 Release Notes This Release Notes document accompanies the MapMarker Canada 15.0 release and describes new features, operating

More information

MapMarker Plus 13.0 Release Notes

MapMarker Plus 13.0 Release Notes MapMarker Plus 13.0 Release Notes These Release Notes accompany the MapMarker Plus 13.0 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Canada Release Notes

MapMarker Canada Release Notes MapMarker Canada 11.11 Release Notes Canada: Phone: 416.594.5200 Fax: 416.594.5201 Sales: 800.268.3282 Technical Support:.518.285.7283 Technical Support Fax: 518.285.6080 www.pb.com/software United States:

More information

MapMarker USA v25.1 Release Notes

MapMarker USA v25.1 Release Notes MapMarker USA v25.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

MapMarker USA v24.1 Release Notes

MapMarker USA v24.1 Release Notes MapMarker USA v24.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

MapMarker Data Installer

MapMarker Data Installer MapMarker Data Installer United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.com

More information

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide AnySite Australia Install Guide AnySite v9.1 Install Guide TABLE OF CONTENTS Chapter 1: Introduction... 4 Product Inventory Chapter 2: Before You Begin... 6 Permissions System Requirements Default Install

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

MapMarker. v28.0 RELEASE NOTES

MapMarker. v28.0 RELEASE NOTES MapMarker v28.0 RELEASE NOTES Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 31 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

MapMarker NZL v4.5 Release Notes

MapMarker NZL v4.5 Release Notes MapMarker NZL v4.5 Release Notes Asia Pacific/Australia: Phone: +61.2.9437.6255 Fax: +61.2.9439.1773 Technical Support: 1.800.648.899 pbinsight.com.au These MapMarker NZL v4.5 Release Notes contain information

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

THE PREMIER GEOCODING ANALYZING BUSINESS DATA.

THE PREMIER GEOCODING ANALYZING BUSINESS DATA. THE PREMIER GEOCODING PRODUCT FOR MAPPING AND ANALYZING BUSINESS DATA www.mapinfo.com Put MapMarker Plus To Work for You Customer location information is a strategic asset. To make the most of this asset,

More information

Envinsa. Version 4.4 USER DICTIONARY GUIDE

Envinsa. Version 4.4 USER DICTIONARY GUIDE Envinsa Version 4.4 USER DICTIONARY GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 29. User Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 29. User Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 29 User Guide Information in this document is subject to change without notice and does not represent a commitment on the part

More information

MapMarker for Windows Installation Guide

MapMarker for Windows Installation Guide MapMarker for Windows 10.0 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

MapMarker Plus. for Windows v Installation Guide

MapMarker Plus. for Windows v Installation Guide MapMarker Plus for Windows v. 10.2 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives.

More information

MapMarker Australia v15.13 Release Notes

MapMarker Australia v15.13 Release Notes MapMarker Australia v15.13 Release Notes Asia Pacific/Australia: Phone: +61.2.9437.6255 Fax: +61.2.9439.1773 Technical Support: 1.800.648.899 pbinsight.com.au These Release Notes accompany the MapMarker

More information

MapInfo ProViewer 11.0 USER GUIDE

MapInfo ProViewer 11.0 USER GUIDE MapInfo ProViewer 11.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

MapMarker Plus v Release Notes

MapMarker Plus v Release Notes Release Notes Table of Contents Introduction............................................................... 2 MapMarker Developer Installations........................................... 2 Running the

More information

Map Intelligence Installation Guide

Map Intelligence Installation Guide Map Intelligence Installation Guide ii CONTENTS GETTING STARTED...4 Before Beginning the Installation... 4 Database Connectivity... 6 Map and Server Settings for Google Maps... 6 INSTALLING MAP INTELLIGENCE

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

Installing DevPartner Java Edition Release 4.1

Installing DevPartner Java Edition Release 4.1 Installing DevPartner Java Edition Release 4.1 Technical support is available from our Technical Support Hotline or via our FrontLine Support Web site. Technical Support Hotline: 1-888-686-3427 Frontline

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes installing Resource Manager Essentials 3.2 on a Windows system. It consists of: Product Overview Installation Overview Preparing to Install Essentials Importing Data Manually

More information

VisiBroker 8.5. Installation Guide

VisiBroker 8.5. Installation Guide VisiBroker 8.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2016. All rights reserved. VisiBroker contains

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 2013 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other trademarks

More information

Mercury WinRunner. Installation Guide Version 9.2. Document Release Date: February 26, 2007

Mercury WinRunner. Installation Guide Version 9.2. Document Release Date: February 26, 2007 Mercury WinRunner Installation Guide Version 9.2 Document Release Date: February 26, 2007 Mercury WinRunner Installation Guide, Version 9.2 This document, and the accompanying software and other documentation,

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

Agilent Genomic Workbench 6.5

Agilent Genomic Workbench 6.5 Agilent Genomic Workbench 6.5 Installation Guide Quick Start Installation of Agilent Genomic Workbench 6.5 in Windows 3 Flow chart for installation 4 Details and Instructions for Installing Agilent Genomic

More information

Relativity Designer 2.2

Relativity Designer 2.2 Relativity Designer 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Installing DevPartner Java Edition Release 3.3

Installing DevPartner Java Edition Release 3.3 Installing DevPartner Java Edition Release 3.3 Please direct questions about DevPartner Java Edition or comments on this document to: Customer Support Compuware Corporation One Campus Martius Detroit,

More information

InQuira Analytics Installation Guide

InQuira Analytics Installation Guide InQuira Analytics Installation Guide Installing and Configuring InQuira Analytics Applications InQuira Version 8.1.2 Document Number IA80-IG-00 August 27, 2008 InQuira 851 Traeger Ave. Suite 125 San Bruno,

More information

Installing Essentials

Installing Essentials CHAPTER 1 This chapter describes how to install and uninstall Essentials, including upgrades and reinstallation. You must install CiscoWorks2000 CD One before you can install Resource Manager Essentials.

More information

Micro Focus VisiBroker Installation Guide

Micro Focus VisiBroker Installation Guide Micro Focus VisiBroker 8.5.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018 All rights reserved. MICRO

More information

CorpSystem Workpaper Manager

CorpSystem Workpaper Manager CorpSystem Workpaper Manager Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

MapMarker Plus v Release Notes

MapMarker Plus v Release Notes Release Notes Table of Contents Introduction............................................................... 2 MapMarker Developer Installations........................................... 2 Running the

More information

Brocade EFC Manager Software

Brocade EFC Manager Software Copyright 2003-2008 Brocade Communications Systems, Inc. All rights reserved. 3/7/08 Brocade EFC Manager Software Upgrade Instructions Release 9.7 P/N 53-1000665-03 This document provides instructions

More information

Licensing and Activation

Licensing and Activation MapInfo Pro Version 15.0 Licensing and Activation The first time you start MapInfo Pro you are asked to activate your product using the serial number and access code you supplied during the installation.

More information

Symantec pcanywhere 12.5 SP4 Release Notes

Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Version Installation and User Guide

Version Installation and User Guide IBM Cognos 8 Business Intelligence Map Manager Version 8.4.1 Installation and User Guide Product Information This document applies to IBM Cognos 8 Version 8.4.1 and may also apply to subsequent releases.

More information

3M Molecular Detection System Software Upgrade/Installation Instructions

3M Molecular Detection System Software Upgrade/Installation Instructions User Manual Supplement Number: TB.342837.03 Effective Date: March 2018 Supersedes: TB.342837.02 Technology Platform: 3M Molecular Detection System Originating Location: St. Paul, MN 3M Molecular Detection

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK Relativity Designer Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Pervasive PSQL v11 SP3 Release Notes General Release January 2013

Pervasive PSQL v11 SP3 Release Notes General Release January 2013 Pervasive PSQL v11 SP3 Release Notes General Release January 2013 Contents Welcome to the General Release of Pervasive PSQL v11 SP3. This file contains the following topics: Overview New Features and Enhancements

More information

Administrator for Enterprise Clients: User s Guide. Second Edition

Administrator for Enterprise Clients: User s Guide. Second Edition Administrator for Enterprise Clients: User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2002. Administrator for Enterprise Clients: User s

More information

ER/Studio Business Architect

ER/Studio Business Architect Product Documentation ER/Studio Business Architect Installation Guide 2nd Edition Version 1.6.1 Published August 2010 2010 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos,

More information

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13 Pastel ACT! Version 13 Version 13 What s New? What s New? 1 ACT! What s New Version 13 ACT! by Pastel 2011 Version 13 What s new in ACT! by Pastel 2011 Version 13 The ACT! by Pastel 2011 release is focused

More information

CTECS Connect 2.2 Release Notes December 10, 2009

CTECS Connect 2.2 Release Notes December 10, 2009 (Formerly VTECS) CTECS Connect 2.2 Release Notes December 10, 2009 This document contains information that supplements the CTECS Connect 2.2 documentation. Please visit the CTECS Connect Support area of

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Location Intelligence Component

Location Intelligence Component version 1.0 for Business Objects XIR2 in support of Service Pack 4 RELEASE NOTES Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

Agilent Genomic Workbench 7.0

Agilent Genomic Workbench 7.0 Agilent Genomic Workbench 7.0 Installation Guide Installing Agilent Genomic Workbench 7.0 in Windows 2 Installing Agilent Genomic Workbench 7.0 on a Mac 11 Backing up Your Data 16 Uninstalling the Program

More information

Rational Performance Tester, Version 7.0

Rational Performance Tester, Version 7.0 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Note Before using this information and the product it

More information

Envinsa INSTALL GUIDE. Version 4.1. For WebLogic Application Servers

Envinsa INSTALL GUIDE. Version 4.1. For WebLogic Application Servers Envinsa Version 4.1 INSTALL GUIDE For WebLogic Application Servers Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its

More information

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information

DBArtisan 8.6 Installation Guide

DBArtisan 8.6 Installation Guide DBArtisan 8.6 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Vertical Mapper v3.5 Release Notes

Vertical Mapper v3.5 Release Notes Vertical Mapper v3.5 Release Notes These release notes describe new features and enhancements to Vertical Mapper in the v3.5 release and list issues that were fixed for this release. Americas: Phone: 518

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

CareInsite Release Notes

CareInsite Release Notes CareInsite Release Notes These Release Notes provide information on enhancements and updates we have made to CareInsite. Please refer to the table of contents below for topics you may be interested in.

More information

PropertyBoss Upgrade

PropertyBoss Upgrade Installation Guide EMC128-2013 1998-2013 PropertyBoss Solutions. Introduction This document covers 2 upgrade scenarios. Please determine which is required before beginning. Note: The Release version or

More information

VMware App Volumes Installation Guide. VMware App Volumes 2.13

VMware App Volumes Installation Guide. VMware App Volumes 2.13 VMware App Volumes Installation Guide VMware App Volumes 2.13 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Installing the Management Software

Installing the Management Software To install the software for the first time, or if you want to update or reinstall the software, access the supervisor module with a web browser. Click the Install links on the web page that is displayed.

More information

Copyright Autodesk, Inc.

Copyright Autodesk, Inc. Customer and Administration Building, Ditzingen, Germany - Design by Barkow Leibinger Architects Copyright 2003-2008 Autodesk, Inc. Table of Contents 1 Introduction... 3 What is Facility Manager?... 3

More information

2008 Elluminate, Inc. All Rights Reserved. Installation Guide

2008 Elluminate, Inc. All Rights Reserved. Installation Guide 2008 Elluminate, Inc. All Rights Reserved. Installation Guide No part of this document may be reproduced or transmitted in any form by any means, electronic or mechanical, including photocopy, recording

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

Artix Version Installation Guide: Java

Artix Version Installation Guide: Java Artix Version 5.6.4 Installation Guide: Java Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS,

More information

Colligo Briefcase for Mac. Release Notes

Colligo Briefcase for Mac. Release Notes Colligo Briefcase for Mac Release Notes Contents Technical Requirements... 3 Release 7.5 06 Oct0ber 2017... 4 New in this Release... 4 Release 7.5 18 May 2017... 4 New in 7.5... 4 Issues 7.5... 5 Known

More information

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN Installing and Setting Up the Snap-on EPC Rev.1.6 (12 Apr 2012) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

Relativity for Windows Workstations 2.2

Relativity for Windows Workstations 2.2 Relativity for Windows Workstations 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS,

More information

Galileo Desktop SM 2.1. Installation Guide

Galileo Desktop SM 2.1. Installation Guide Galileo Desktop SM 2.1 Installation Guide Galileo Desktop SM 2.0 Installation Guide, January 2007 i 2008 Galileo International, L.L.C. All rights reserved. Information in this document is subject to change

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 WA1937 WebSphere Portal 7.0 Programming Classroom Setup Guide Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision:

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision: DOCUMENT HISTORY DOCU-PROOF ENTERPRISE INSTALLATION GUIDE REV. NO. CHANGES DATE 000 New Document 30 Mar. 2010 001 Document Revision: 23 Jun. 2010 Added database support for MS SQL Server and ORACLE. 002

More information

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual N2KExtractor NMEA 2000 Data Extractor Software User s Manual Revision 1.0.0 Copyright 2012 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23 rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

Version 2 Release 2. IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC

Version 2 Release 2. IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC Version 2 Release 2 IBM i2 Enterprise Insight Analysis Upgrade Guide IBM SC27-5091-00 Note Before using this information and the product it supports, read the information in Notices on page 35. This edition

More information

USING DIRECT DATABASE DRIVERS

USING DIRECT DATABASE DRIVERS USING DIRECT DATABASE 1 DRIVERS Overview 2 S-PLUS Commands for Importing and Exporting 3 Dialogs for Importing and Exporting 6 Import From Database 6 Export to Database 10 How Direct Data Sources are Stored

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information