Pervasive.SQL Connectivity Kit Version 5.0 (Build 39)

Size: px
Start display at page:

Download "Pervasive.SQL Connectivity Kit Version 5.0 (Build 39)"

Transcription

1 Pervasive.SQL Connectivity Kit Version 5.0 (Build 39) Contents 1. General 2. Registration 3. Obtaining Updates 4. Obtaining Database Builder 5. Supported Environments 6. Release Notes for Version DFBTRDRV.INT sample file with 'best performance' settings. 8. Changes since build IMPORTANT!!! If you are upgrading from an earlier version of the Pervasive.SQL Connectivity Kit, read the Release Notes for Version 3.0 section carefully before upgrading!! 1.General This readme file contains information that does not fit into the Connectivity Kit help or was not known at the time it was created. Please read this information carefully. Please, report any problems you find in the Data Connectivity newsgroup at: news://news.dataaccess.com/data-connectivity 2. Registration During the installation process you will be asked to register the product. This registration can only be done when you have a valid registration code for the 5.0 revision of the Connectivity Kit from Data Access. If you don't have this code, the installation program will automatically register an evaluation license, which allows you to use the driver for a period of 60 days. After that period you will need a valid registration code to continue to use the product. The Connectivity Kit will not run without a valid registration code even if you reinstall it. 3. Obtaining Updates Data Access Worldwide may upload newer versions of the Pervasive.SQL Connectivity Kit to the Data Access Worldwide ftp site. If this happens, it will be announced in the Data Connectivity Newsgroup. If an update is uploaded it will be placed in: ftp://ftp.dataaccess.com/pub/products/connectivity/pervasive/software/ 4. Obtaining Database Builder This version of the Connectivity Kit requires Database Builder (or higher). If you do not have a Visual DataFlex 11.1 license (or higher), the DatabaseBuilder installation will install all the appropriate files and registry settings to use Database Builder DatabaseBuilder exe is placed in the main Connectivity folder during installation and there is a shortcut on the Start menu to start that installation program. 5. Supported Environments DataFlex: Visual DataFlex 8 or higher. DataFlex Console Mode 3.2 Pervasive SQL: Pervasive.SQL V8 (including 8.5 and 8.6) and V9 6. Release Notes for Version Support for Pervasive.SQL V8.5 secured databases. Refer to the Database Mode and Security section of the User s Guide. 6.2 Path information in FILE.DDF Earlier versions of the Connectivity Kit would sometimes generate full pathnames in the XF$LOC field in FILE.DDF. Specifically this would happen when converting to Pervasive.SQL and having a full path specified in the BTR_PATH setting in DFBTRDRV.INT. The Connectivity Kit 3.0 will no longer store full paths in the DDFs. 6.3 Changed error text in dferr005.dat

2 The text of the error codes referring to Pervasive.SQL status codes has been changed in dferr005.dat. BTRIEVE: has been replaced with PSQLerr xx, where xx is the Pervasive.SQL status code. 6.4 Changed Defaults The default values of the following DFBTRDRV.INT settings are changed: USE_CACHE default is now TRUE REPORT_CACHE_ERRORS default is now TRUE 6.5 Slower restructures in database mode with Pervasive.SQL 8.5 and 8.6. Due to a bug in Pervasive.SQL version 8.5 and 8.6 the restructure logic will copy all records two times during restructure of a PSQL table. This will only happen when running in Database_Mode _and_ running on Pervasive.SQL 8.5 or 8.6. The bug has been fixed by Pervasive and will be available in the next revision of Pervasive.SQL after 8.6. There is also a patch (FTF) available that will solve the issue for Pervasive.SQL 8.6. If the FTF fix is installed, the version of Pvsw\Bin\Ntmkde.dll (Windows) or nwmkde.nlm (Netware) must be or later. The Connectivity Kit will detect if the FTF is installed and will use the normal logic (copy once) during restructure. 7. DFBTRDRV.INT sample file with 'best performance' settings. The Connectivity Kit includes two sample configuration files. These files (DFBTRDRV_DEFAULTS.INT and DFBTRDRV_PERFORMANCE.INT) are installed in the \bin folder, where the Connectivity Kit has been installed. DFBTRDRV_DEFAULTS.INT contains all possible configuration settings, with their default values. Additional information is available in the User s Guide. DFBTRDRV_PERFORMANCE.INT contains the configuration settings that will give the best performance with typical (Visual) DataFlex applications. Tests have shown that using these settings can improve performance significantly. The Connectivity Kit installation automatically sets DFBTRDRV.INT to the higher performance settings, unless there is an existing DFBTRDRV.INT file (this will be left as is). Read the information in the User's Guide about these settings. Depending on the type of application you are using, some settings may have side effects. 8. Changes since build BUILD: Implemented the new connectivity enabled registration codes and also changed revision to match the revision of the rest of the connectivity kits. BUILD: Uses CKDaemon instead of DFDaemon. BUILD: If one of the following changes was made as the only change during a restructure, the DDFs and/or INT files would not be updated: Renaming a column (field) Changing the field index Adding/Removing relations BUILD: On some older Pervasive.SQL versions, during open or login, a dfbtrfileextendedstatsub4 error was generated. NATURE: STATUS : Bug Fixed

3 BUILD: Improved structure_end rollback logic. If an error occurred during the restructure of a table, the Connectivity Kit did not always rollback the changes already made. This could lead to additional errors and even an inconsistent table on the next restructure attempt. BUILD: The Connectivity Kit was unable to return a numeric or date field as a string. This would be the case when a Pervasive.SQL numeric/date field is defined with FIELD_TYPE ASCII in the INT file, or when an API function requests to return a numeric/date field as a string. NATURE: Incompatibility BUILD: Added support for setting the DF_FIELD_OLD_NUMBER attribute. This attribute can be used to move data from one field to another during a restructure. Refer to the VDF help for further information on this attribute. BUILD: Fixed a bug with Find GE and Find LE on non-unique indexes. On a table with no recnum support, indexes that have recnum as the last segment are non-unique indexes. These indexes are created as duplicatable keys on Pervasive.SQL. In the following code Find Eq By Recnum Find Ge By Index.1 // (NonUnique Index) If the first Find would find a record in the middle of a series of duplicates, the second Find would find the first record of the duplicates. (Instead of the same record as the first Find) BUILD: After changing the order of the index segments in an index in some circumstances a PSQL status 45 (The specified key flags are invalid) was generated. BUILD: When changing the definition of a numeric field without changing the length (for example from 5.0 to 3.2), the data was not converted properly. (Value 1 would become 0.01) BUILD: Fill_Field of the recnum field on a table without RecnumSupport caused an incorrect overwrite of the first 4 bytes of the buffer. BUILD: Opening tables in multiple databases would occasionally generate status 3006 errors on close or logout. Status 37 errors could be generated on lock or start_transaction., when logged in to multiple databases. BUILD: In a True nullable table, containing a nullable column of type TIMESTAMP (Btriieve type 20): Move zero to Table.TimeStampField or clearing the buffer will set the field to NULL.

4 BUILD: An error message containing an URI would sometimes not hide the password. BUILD: Including Dfbtrdrv.Pkg in a console mode program where no Error.Pkg was used would give compiler errors. BUILD: Extra check added: When using Uri Open As and no URI_OPEN_AS_CACHE_PATH is specified an error No URI_OPEN_AS_CACHE_PATH specified. will be raised. BUILD: Added support for URI dependent cache files when using Open As with an URI. New configuration keyword added for Dfbtrdrv.Int : URI_OPEN_AS_CACHE_PATH If specified this keyword must contain a valid folder name. Example: URI_OPEN_AS_CACHE_PATH C:\Project\Order11PSQL\Cache The URI_OPEN_AS_CACHE_PATH will only be used when running in Database_Mode and an Open As with an URI is performed. The hostname and database name from the URI will be added as subfolders to the URI_OPEN_AS_CACHE_PATH to create a folder name where the cache files will be expected or created. Example: When having: URI_OPEN_AS_CACHE_PATH C:\Project\Order11PSQL\Cache The following Open As Open "dfbtrdrv:btrv://mm@mypsqlserver/order?table=salesp" As Salesp will expect the cache file in: C:\Project\Order11PSQL\Cache\mypsqlserver\order\salesp.CCH The folder specified in URI_OPEN_AS_CACHE_PATH must exist and will not be created by the Connectivity Kit. The hostname and database name subfolders will be created if they do not exist and the Connectivity Kit is writing a cache file. BUILD: Relates on numeric 15.0 fields would fail in some circumstances. BUILD: The Fill_Field command would fill floating point type fields (type 2 (REAL and DOUBLE) and type 9 (BFLOAT)) with incorrect high or low values. BUILD: The connectivity kit was unable to access secured databases in Pervasive.SQL 9. This is now fixed. BUILD:

5 After adding a true nullable date field to an index, a status (Index segment field structure mismatch) was generated on open. BUILD: During a restructure, the Field_Map command returned an incorrect field number for a new added field. BUILD: Status 20568: Invalid Nullable Column was generated after changing the table structure with a SQL statement. The check that triggered the error was incorrect. Fixed. BUILD: Creating a new table with the Visual DataFlex 11 Database Builder would generate a status 22 error. (c) Copyright 2007, Data Access Worldwide All Rights Reserved Worldwide

Installation and Environment Guide

Installation and Environment Guide Installation and Environment Guide DataFlex 2015 18.1 Technical Support: Internet Address (URL): http://www.dataaccess.com/support Community Forums: http://www.dataaccess.com/forums FTP Site: ftp://ftp.dataaccess.com

More information

SQL Connectivity Kits Version

SQL Connectivity Kits Version SQL Connectivity Kits Version 5.1.0.66 The family of SQL Connectivity Kits (including Microsoft SQL Server, IBM DB2 and ODBC) are published as a set. The changes and fixes listed in this document comprise

More information

Flex2SQL. Contents. Mertech s ISAM to SQL Database Connectivity (ISDBC) Drivers For DataFlex

Flex2SQL. Contents. Mertech s ISAM to SQL Database Connectivity (ISDBC) Drivers For DataFlex MERTECH DATA SYSTEMS, INC. 18503 Pines Boulevard, Suite 312 Pembroke Pines, Florida 33029 USA Tel: (954)585-9016 Fax: (866)228-1213 www.mertechdata.com Contents Overview Product Fact Sheet Interaction

More information

Creating an ODBC Data Source for Pervasive.SQL

Creating an ODBC Data Source for Pervasive.SQL Creating an ODBC Data Source for Pervasive.SQL A White Paper From For more information, see our web site at Creating an ODBC Data Source for Pervasive.SQL Last Updated: 12/21/2006 Many users of Pervaisve.SQL

More information

Quick Start Guide. Prerequisites

Quick Start Guide. Prerequisites Quick Start Guide Thank you for trying Mertech s Btrieve to SQL database application drivers. By now you have either downloaded a demonstration version or purchased the product and you have installed it.

More information

Installing or Patching Your System To Pervasive PSQL v10.31

Installing or Patching Your System To Pervasive PSQL v10.31 Installing or Patching Your System To Pervasive PSQL v10.31 A White Paper From For more information, see our web site at Installing or Patching Your System to PSQL v10.31 Last Updated: 01/04/2013 This

More information

Installation guide and configuration of settings for Pervasive.SQL 7 in a Novell Netware environment

Installation guide and configuration of settings for Pervasive.SQL 7 in a Novell Netware environment Installation guide and configuration of settings for Pervasive.SQL 7 in a Novell Netware environment This guide explains the different steps during the installation and configuration of Pervasive SQL settings

More information

Tandberg Data AccuGuard Enterprise for RDX Release Notes

Tandberg Data AccuGuard Enterprise for RDX Release Notes Tandberg Data AccuGuard Enterprise for RDX Release Notes Product: Release Number: Release Date: AccuGuard Enterprise for RDX 8.0.738.1 12/16/2014 8.0.593.1 07/24/2014 8.0.570.1 07/01/2014 8.0.369.1 12/11/2013

More information

Securing Your Zen (PSQL) Database

Securing Your Zen (PSQL) Database Securing Your Zen (PSQL) Database A White Paper From For more information, see our web site at Securing Your Zen (PSQL) Database Last Updated: 08/22/2018 When it comes to data security, the rules are changing

More information

Pervasive.SQL User s Guide Server Edition

Pervasive.SQL User s Guide Server Edition Pervasive.SQL User s Guide Server Edition Copyright 1998 Pervasive Software Inc. All rights reserved worldwide. Reproduction, photocopying, or transmittal of this publication, or portions of this publication,

More information

Obtaining a Windows Memory Dump with UserDump

Obtaining a Windows Memory Dump with UserDump Obtaining a Windows Memory Dump with UserDump A White Paper From For more information, see our web site at Obtaining a Windows Memory Dump with UserDump Last Updated: 12/21/2006 Sometimes, in the course

More information

ACS Technical Bulletin

ACS Technical Bulletin ACS Technical Bulletin Upgrading Pervasive.SQL to V9 General Guidelines and Instructions for Customers Running AutoEDMS v6.5 Version: 1.0.3, 11-12-2006, RLB Overview & Assumptions The purpose of this document

More information

Frequently Asked Questions: Installing and Registering Sage Pastel

Frequently Asked Questions: Installing and Registering Sage Pastel Frequently Asked Questions: Installing and Registering Sage Pastel Computer does not read the disk 1. Sage Pastel software is distributed on a DVD. Confirm that the computer has a DVD ROM in it. If there

More information

ProvideX. C-Library File IO Routines

ProvideX. C-Library File IO Routines ProvideX C-Library File IO Routines Introduction 3 PVK_open( ) 5 PVK_openEx( ) 5 PVK_close( ) 6 PVK_read( ) 6 PVK_seek( ) 7 PVK_write( ) 7 PVK_insert( ) 8 PVK_update( ) 9 PVK_remove( ) 10 PVK_getpos( )

More information

Release Notes for BTR2SQL v5.2

Release Notes for BTR2SQL v5.2 Release Notes for BTR2SQL v5.2 New Features Introduced in v5.2 The key new features in BTR2SQL v5.2 include full support for Microsoft SQL Server 2014, LocalDB, MySQL 5.7, Oracle 12c, and PostgreSQL 9.4,

More information

CedCommerce. All rights reserved.

CedCommerce. All rights reserved. CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM 1 Module Installation Guide Version 2.0 2 Installation Here we are explaining different steps to install the CedCommerce Modules or Extensions.

More information

Upgrade Instructions. Note

Upgrade Instructions. Note Upgrade Instructions Prior to upgrading, please review the following: Before running an upgrade, make sure to back up your existing installation using the Backup option on the Tools menu. If you are upgrading

More information

AppSense DataNow. Release Notes (Version 4.1) Components in this Release. These release notes include:

AppSense DataNow. Release Notes (Version 4.1) Components in this Release. These release notes include: AppSense DataNow Release Notes (Version 4.1) These release notes include: Components in this Release Important Upgrade Information New Features Bugs Fixed Known Issues and Limitations Supported Operating

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019 E-mail: info@ebix

More information

CoLinear Systems Inc. MS SQL Auto Login. On or Off. v10

CoLinear Systems Inc. MS SQL Auto Login. On or Off. v10 CoLinear Systems Inc MS SQL Auto Login On or Off v10 CoLinear Systems, Inc. 1 of 9 update: 11/08/2010 Table of Contents MS SQL Login... 3 Turn Off Auto Login... 4 DB Explorer Auto Login... 6 Document History...

More information

What's New in PSQL v13 SP2

What's New in PSQL v13 SP2 PSQL v13 What's New in PSQL v13 SP2 An Overview of New Features and Changed Behavior disclaimer trademarks ACTIAN CORPORATION LICENSES THE SOFTWARE AND DOCUMENTATION PRODUCT TO YOU OR YOUR COMPANY SOLELY

More information

AppSense DataNow. Release Notes (Version 4.0) Components in this Release. These release notes include:

AppSense DataNow. Release Notes (Version 4.0) Components in this Release. These release notes include: AppSense DataNow Release Notes (Version 4.0) These release notes include: Components in this Release Important Upgrade Information New Features Bugs Fixed Known Issues and Limitations Supported Operating

More information

Enhancement Improved Database import and storage for DXF sources. Bug Update incorrect CR1000 gage types. Bug Update to MDT SmartLink Gage File

Enhancement Improved Database import and storage for DXF sources. Bug Update incorrect CR1000 gage types. Bug Update to MDT SmartLink Gage File * italicized entries were included in an updated release (hot-fix) of the Service Pack. Number of asterisks corresponds to hot-fix number MultiLogger Suite Release Report: Version 2018.1 Issue Key Component(s)

More information

TIBCO Spotfire Server Release Notes. Software Release April 2014

TIBCO Spotfire Server Release Notes. Software Release April 2014 TIBCO Spotfire Server Release Notes Software Release 6.5.0 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS

More information

PACE Suite. Release Notes. Version Document version

PACE Suite. Release Notes. Version Document version PACE Suite Release Notes Version 3.4. Document version 05034 Table of Contents PACE SUITE 3.4.... Summary... What s new: MSI Editor 3.4. (PACE Suite v. 3.4.)... Bug fixes... What s new: MSI Generator 3.3.

More information

Qlik NPrinting September 2018 Release Notes

Qlik NPrinting September 2018 Release Notes Release Notes Qlik NPrinting September 2018 Release Notes qlik.com Table of Contents What s new in Qlik NPrinting September 2018 3 Improvements 4 Bug fixes 6 Known issues and limitations 9 Upgrade notes

More information

The Novell Client for SUSE Linux Enterprise 11 Service Pack1(SLE 11 SP1) requires workstations / servers running one of the following:

The Novell Client for SUSE Linux Enterprise 11 Service Pack1(SLE 11 SP1) requires workstations / servers running one of the following: Novell Client for SUSE Linux Enterprise 11 SP1 Readme Novell June 2010 Readme has the following sections: Section 1, System Requirements, on page 1 Section 2, Login Issues, on page 1 Section 3, File and

More information

Excel4apps Wands 5.7 Release Notes Excel4apps Inc.

Excel4apps Wands 5.7 Release Notes Excel4apps Inc. Excel4apps Wands 5.7 Release Notes 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Version 5.7.0... 3 2.1 GL Wand... 3 2.2 Budget Wand... 6 2.3 Reports Wand... 6 Page 2 of 7 1 Introduction

More information

Dynamics ODBC REFERENCE Release 5.5a

Dynamics ODBC REFERENCE Release 5.5a Dynamics ODBC REFERENCE Release 5.5a Copyright Manual copyright 1999 Great Plains Software, Inc. All rights reserved. This document may not, in whole or in any part, be copied, photocopied, reproduced,

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

Installing GainSeeker Client version 8.6

Installing GainSeeker Client version 8.6 Installing GainSeeker Client version 8.6 Before installing Copy the CD to the network (recommended) On some versions of the Windows operating system, Windows may need to perform a Change (repair) for the

More information

This hot fix provides four registry keys to hide redundant notification/log created for cached messages.

This hot fix provides four registry keys to hide redundant notification/log created for cached  messages. 1203 This hot fix provides four registry keys to hide redundant notification/log created for cached email messages. Add registry value, ExcludeNotification in type REG_DWORD, and set the value to "1".

More information

Software Release Notes for XSS AD/SQL version 5.1.3

Software Release Notes for XSS AD/SQL version 5.1.3 Software Release Notes for XSS AD/SQL version 5.1.3 Support Information: Ensure Technologies Technical Support is available to provide any needed assistance. Please contact us at (734) 668-8800 or at support@ensuretech.com.

More information

Oracle Hyperion Essbase ASO common Questions and Answers

Oracle Hyperion Essbase ASO common Questions and Answers Oracle Hyperion Essbase ASO common Questions and Answers Description: This document provides you some common question and their solution for Hyperion Essbase ASO cube. We provide complete Hyperion product

More information

VRC Install Guide.

VRC Install Guide. VRC Install Guide EN www.vinten.com VRC Installation Guide 1. Overview The VRC software is provided as a Windows Installer Package containing the components required to control robotic equipment. It can

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

ws.good.com HTTPS /27 has been added to the outbound network hostnames for Good Operations Center.

ws.good.com HTTPS /27 has been added to the outbound network hostnames for Good Operations Center. Good Mobile Control Server Version 2.7.1 Good Mobile Messaging Server Version 7.2.3 for Microsoft Windows Exchange Upgrading Good For Enterprise Updated: 02/29/16 1 Introduction... 1 2 Pre-Upgrade Instructions...

More information

vfire Server Console Guide Version 1.5

vfire Server Console Guide Version 1.5 vfire Server Console Guide Table of Contents Version Details 4 Copyright 4 About this guide 6 Intended Audience 6 Standards and Conventions 6 Introduction 7 Accessing the Server Console 8 Creating a System

More information

DataFlex Entwickler Tag Harm Wibier

DataFlex Entwickler Tag Harm Wibier DataFlex Entwickler Tag 2017 Harm Wibier DataFlex 19 SQL Server Integration Long-term goals Make SQL the default for DataFlex applications Replace the embedded database Long term goal over multiple releases

More information

Simba ODBC Driver with SQL Connector for Apache Cassandra

Simba ODBC Driver with SQL Connector for Apache Cassandra Simba ODBC Driver with SQL Connector for Apache Cassandra 2.0.16 The release notes provide details of enhancements and features in Simba ODBC Driver with SQL Connector for Apache Cassandra 2.0.16, as well

More information

RELEASE NOTES SNMPWEBCARD Version NOV-2016

RELEASE NOTES SNMPWEBCARD Version NOV-2016 RELEASE NOTES SNMPWEBCARD Version 12.06.0069 2-NOV-2016 Copyright (c) 2016 By Tripp Lite All Rights Reserved Java, Windows, OSX, Linux, and Unix are registered or service or trademarks of Oracle, Microsoft,

More information

Getting Started with Pervasive.SQL Server Edition

Getting Started with Pervasive.SQL Server Edition Getting Started with Pervasive.SQL Server Edition Copyright 1998 Pervasive Software Inc. All rights reserved worldwide. Reproduction, photocopying, or transmittal of this publication, or portions of this

More information

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements HotDocs Developer 11.0.4 Version 11.0.4 - January 2014 Copyright 2014 HotDocs Limited. All rights reserved. Table of Contents About This Version New Features and Enhancements Other changes from HotDocs

More information

Sublime Hardware Revision 2 Release Notes

Sublime Hardware Revision 2 Release Notes Sublime Hardware Revision 2 Release Notes Revision: 2.6.7 2016-08-08 nevion.com Overview 2 1 Overview This document contains information about firmware releases for VikinX Sublime hardware revision 2.

More information

TIBCO Spotfire Server Release Notes. Software Release February 2013

TIBCO Spotfire Server Release Notes. Software Release February 2013 TIBCO Spotfire Server Release Notes Software Release 5.0.1 February 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

V Features 1. CentOS and RedHat Enterprise Linux 5 support

V Features 1. CentOS and RedHat Enterprise Linux 5 support V7.5.17 Features 1 V7.5.17 Features System CentOS and RedHat Enterprise Linux 5 support CentOS and RedHat Enterprise Linux 5 are now supported operating systems for use with CounterPoint V7.5.17. NOTE:

More information

A set of objects, such as tables, rules, color schemes, fields and teams, that is packaged together into a file for transfer to another KB.

A set of objects, such as tables, rules, color schemes, fields and teams, that is packaged together into a file for transfer to another KB. Entity Set Sync Entity Set Sync allows you to transfer a structural portion of your system from one knowledgebase to another. It differs from External System Sync, which is used to keep Agiloft and external

More information

MeetingPlace Web Patch Installation Package Deployment Procedure

MeetingPlace Web Patch Installation Package Deployment Procedure MeetingPlace Web Patch Installation Package Deployment Procedure Document ID: 51040 Contents Introduction Prerequisites Requirements Components Used Conventions Installer Features Utilization Scenarios

More information

Qlik NPrinting February 2019

Qlik NPrinting February 2019 Qlik NPrinting February 2019 Release notes Q L I K. C O M TABLE OF CONTENTS What s new in Qlik NPrinting February 2019 2 Improvements 3 Bug fixes 4 Upgrade notes 6 Known issues and limitations 7 Qlik NPrinting

More information

CommandCenter Secure Gateway Release 4.2.0

CommandCenter Secure Gateway Release 4.2.0 CommandCenter Secure Gateway Release 4.2.0 This is to announce the General Availability of CommandCenter Secure Gateway Firmware Release 4.2.0 July 15, 2009 Contents Introduction... 2 Applicability...

More information

Admin Guide ( Unix System Administration )

Admin Guide ( Unix System Administration ) Admin Guide ( Unix System Administration ) ProFTPD Server Configuration ProFTPD is a secure and configurable FTP server, written for use on Unix and Unix-like operating systems. ProFTPD is modeled around

More information

Import Manager Application in Compliance 360 Version 2018

Import Manager Application in Compliance 360 Version 2018 Import Manager Application in Compliance 360 Version 2018 Import Manager Application Overview 4 Enhanced Templates 4 Recommendations 5 Import Manager Application (IMA) Security 6 Imports 6 Application

More information

Software Release Notes for XSS AD/SQL version 5.1.0

Software Release Notes for XSS AD/SQL version 5.1.0 Software Release Notes for XSS AD/SQL version 5.1.0 Support Information: Ensure Technologies Technical Support is available to provide any needed assistance. Please contact us at (734) 668-8800 or at support@ensuretech.com.

More information

DeploymentManager Ver6.1

DeploymentManager Ver6.1 DeploymentManager Ver6.1 Operation Guide -Third Edition- Rev.001 Contents Introduction... 3 Target Audience and Purpose... 3 Document Structure... 3 DeploymentManager Manual Organization... 3 Documentation

More information

Target Definition Builder. Software release 4.20

Target Definition Builder. Software release 4.20 Target Definition Builder Software release 4.20 July 2003 Target Definition Builder Printing History 1 st printing December 21, 2001 2 nd printing May 31, 2002 3 rd printing October 31, 2002 4 th printing

More information

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES Clearspan Hosted Thin Call Center R22.0.39 Release Notes JANUARY 2019 RELEASE NOTES NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Avigilon Control Center 6 System Integration Guide. for Software House C CURE 9000

Avigilon Control Center 6 System Integration Guide. for Software House C CURE 9000 Avigilon Control Center 6 System Integration Guide for Software House C CURE 9000 2011-2017, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC and TRUSTED

More information

DSS Professional FAQ. Ver:

DSS Professional FAQ. Ver: DSS Professional FAQ Ver: 7.00.000 Contents 1 Installation and Deployment... 1 1.1 What kind of OS can install DSS Professional?... 1 1.2 What kind of performance of server can install DSS Professional?...

More information

What's New in PSQL v13

What's New in PSQL v13 PSQL v13 What's New in PSQL v13 An Overview of New Features and Changed Behavior disclaimer trademarks ACTIAN CORPORATION LICENSES THE SOFTWARE AND DOCUMENTATION PRODUCT TO YOU OR YOUR COMPANY SOLELY ON

More information

Basics of Project Sites

Basics of Project Sites February 2009 Information Technologies Copyright 2009 University of Delaware. Permission to copy without fee all or part of this material is granted provided that the copies are not made or distributed

More information

How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website (

How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website ( HOW TO DOWNLOAD, INSTALL AND REGISTER GENERAL DESCRIPTION How to download a program (IQ POS, IQ Business, IQ Enterprise, IQ Payroll, IQ Restaurant from our website (www.iqretail.co.za) DOWNLOADING Downloading

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Vanguide Application Set Installation Guide. Overview. Introduction

Vanguide Application Set Installation Guide. Overview. Introduction Vanguide Application Set Installation Guide Overview Introduction This guide explains how to: Install the Vanguide Application Set. Remove the Vanguide Application Set. How to unlock software images. This

More information

IBM Informix Large Object Locator DataBlade Module User s Guide

IBM Informix Large Object Locator DataBlade Module User s Guide IBM Informix Large Object Locator DataBlade Module User s Guide Version 1.2A March 2003 Part No. CT1V1NA Note: Before using this information and the product it supports, read the information in the appendix

More information

Intelligent Systems Upgrade Guide SQL 2014

Intelligent Systems Upgrade Guide SQL 2014 Intelligent Systems Upgrade Guide SQL 2014 Intelligent Time Upgrade Guide isys Group Limited 38.1502.0.1008 140415 isys Group Limited Page 1 of 31 Intelligent Time Installation Guide Scope This document

More information

LVS-95XX Software 4.1.0f Release Notes

LVS-95XX Software 4.1.0f Release Notes PRODUCT UPDATE NOVEMBER 2016 LVS-95XX Software 4.1.0f Release Notes Summary: LVS-95XX Software, Microscan s proprietary 1D and 2D symbol verification software, provides an intuitive way to verify virtually

More information

edirectory Change log

edirectory Change log edirectory 11.2.00 Change log Arca Solutions 7138 Little River Turnpike #1825 Annandale, VA 22003 www.arcasolutions.com 1. What s new 1. Sponsors can now add a video to their classifieds ads 2. Sponsors

More information

Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager

Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager Migration of Cisco Physical Access Manager to the Identiv Connected Physical Access Manager The following upgrade path from Cisco Physical Access Manager (CPAM) to Identiv Connected Physical Access Manager

More information

What s New in Pervasive PSQL

What s New in Pervasive PSQL Pervasive PSQL v9 What s New in Pervasive PSQL An Overview of New Features and Changed Behavior Pervasive Software Inc. 12365 Riata Trace Parkway Building B Austin, TX 78727 USA Telephone: 512 231 6000

More information

CAPSYS Technologies, LLC

CAPSYS Technologies, LLC CAPSYS Technologies, LLC CAPSYS CAPTURE Document Capture VERSION 2015 R2 AJuly 2016 Contents This document contains information on the following topics: 1.0 Version 2015 New Features 1.1 Version 2015 R2

More information

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3 AVAYA R6.2.1 Release Notes Issue 1.3 INTRODUCTION This document introduces the Release 6.2.1 and describes known issues and the issues resolved in this release. SOFTWARE RELEASE VERSIONS Release Date File

More information

making the MFDs think YSoft SafeQ 5 - Release notes

making the MFDs think YSoft SafeQ 5 - Release notes making the MFDs think YSoft SafeQ 5 - Release notes September 03, 2015 TABLE OF CONTENTS 1 More high-level details about YSoft SafeQ 5 features follow:.................................. 4 2 Maintenance

More information

Client Data System. Upgrade Guide. CDS v4.0 to v Client Data System Upgrade Guide v4.0 to v4.1.1 Revised:

Client Data System. Upgrade Guide. CDS v4.0 to v Client Data System Upgrade Guide v4.0 to v4.1.1 Revised: Client Data System Upgrade Guide CDS v4.0 to v4.1.1 Copyright 2002, E-Z Data, Inc. E-Z Data, Inc. 918 East Green Street Pasadena, CA 91106 Web: http://www.ez-data.com Telephone: (626) 585-3505 Fax: (626)

More information

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Admin Actions Audit Log... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 3 Configuration...

More information

Composer Help. Upgrading Projects and Diagrams

Composer Help. Upgrading Projects and Diagrams Composer Help Upgrading Projects and Diagrams 6/29/2018 Upgrading Projects and Diagrams Contents 1 Upgrading Projects and Diagrams 1.1 Project Upgrade Report 1.2 Java Composer Projects 1.3 Upgrade Summary

More information

IP-guard v3.2 Migration Guideline

IP-guard v3.2 Migration Guideline IP-guard v3.2 Migration Guideline Copyright 2012 Teclink Development Ltd. All rights reserved. IP-guard v3.2 Migration Guideline P. 2 INTRODUCTION The purpose of this document is to provide detailed guideline

More information

DCAMAPI Library for LabVIEW

DCAMAPI Library for LabVIEW DCAMAPI Library for LabVIEW June 2004 Version 2.3 Overview...4 System Requirement...4 Installation...5 DCAMAPI Functions...6 Initialize and Finalize Functions...6 DCAM_INIT.VI... 6 DCAM_OPEN.VI... 6 DCAM_CLOSE.VI...

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

SidekickPC v ( ) New Features and Bug Fixes

SidekickPC v ( ) New Features and Bug Fixes SidekickPC v 1.1.1 (19-06-2008) New Features and Bug Fixes 1. New Feature: now the software correctly supports all ENV06 washing-machines. 2. New Feature: when an account has been locked or disabled, the

More information

Upgrade Developer Forms 4.5 to Oracle Forms 6. An Oracle Technical White Paper March 2000

Upgrade Developer Forms 4.5 to Oracle Forms 6. An Oracle Technical White Paper March 2000 Upgrade Developer Forms 4.5 to Oracle Forms 6 An Oracle Technical White Paper WHY UPGRADE? Upgrade Developer Forms 4.5 to Oracle Forms 6 ORACLE APPLICATIONS MANUFACTURING AND FINANCIALS FORMS UPGRADE 2

More information

Release Notes BootROM Application SoundPoint and SoundStation IP

Release Notes BootROM Application SoundPoint and SoundStation IP Release Notes BootROM Application SoundPoint and SoundStation IP Version 4.1.1 13 June 2008 Part Number 3804-11069-411 Copyright 2008 Polycom, Inc. All rights reserved. Page 1 of 17 Table of Contents 1

More information

User Manual. version 1.6-r1

User Manual. version 1.6-r1 User Manual version 1.6-r1 Contents 1 What is Confixx? - General Information 4 1.1 Login................................ 4 1.2 Settings Lag............................ 5 2 The Sections of the Web Interface

More information

AccessData. Forensic Toolkit. Upgrading, Migrating, and Moving Cases. Version: 5.x

AccessData. Forensic Toolkit. Upgrading, Migrating, and Moving Cases. Version: 5.x AccessData Forensic Toolkit Upgrading, Migrating, and Moving Cases Version: 5.x 1 AccessData Legal and Contact Information Document date: March 27, 2014 Legal Information 2014 AccessData Group, Inc. All

More information

1. Open Microsoft Outlook and under Microsoft Outlook's new menu "Outlook Integration".

1. Open Microsoft Outlook and under Microsoft Outlook's new menu Outlook Integration. 1. Product Installation Installing SharePointBoost's Outlook Integration Please check with the Installation Guide Once you have successfully installed both Server and Client side of Outlook Integration,

More information

Using Gateways with Pervasive.SQL

Using Gateways with Pervasive.SQL Using Gateways with Pervasive.SQL A White Paper From For more information, see our web site at Using Gateways with Pervasive.SQL Last Updated: 01/06/2006 The Pervasive.SQL 2000i, Pervasive.SQL V8, and

More information

Hortonworks Hive ODBC Driver with SQL

Hortonworks Hive ODBC Driver with SQL Hortonworks Hive ODBC Driver with SQL Connector 2.6.1 Released 2018-08-17 The release notes provide details of enhancements and features in Hortonworks Hive ODBC Driver with SQL Connector 2.6.1, as well

More information

Ascent 7.0 Release Script for IBM Content Manager for iseries Release Notes

Ascent 7.0 Release Script for IBM Content Manager for iseries Release Notes Ascent 7.0 Release Script for IBM Content Manager for iseries 5.1-5.3 Release Notes 10001403-000 Revision A May 11, 2005 Copyright Copyright 2005 Kofax Image Products, Inc. All rights reserved. Printed

More information

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes]

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes] [Release Date] Sep 22, 2006 [Applicable Hardware] Thecus N5200 IP Storage Server [Software Upgrade/Downgrade Note] 1. After firmware v1.00.03 installed, the new software doesn't allow users to downgrade

More information

General Improvements for Version 7.5

General Improvements for Version 7.5 Page 1 of 23 General Improvements for Version 7.5 For more information on the improvements in this release see the following topics: All Modules SPC Charts and Reports DMS Charts and Reports SPC Designer

More information

Release Notes. Date: August Page 1 of 20

Release Notes. Date: August Page 1 of 20 Release Notes Date: August 2012 Page 1 of 20 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored in any retrieval system of any nature

More information

MAS 90 MAS 200 Extended Solution User ID Password Expiration LM-1016

MAS 90 MAS 200 Extended Solution User ID Password Expiration LM-1016 MAS 90 MAS 200 Extended Solution User ID Password Expiration LM-1016 Overview This Extended Solution to the standard MAS 90 MAS 200 Library Master module adds the ability to define a time limit for User

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

Saperion. Release Notes. Version: 8.0.1

Saperion. Release Notes. Version: 8.0.1 Saperion Release Notes Version: 8.0.1 Written by: Product Knowledge, R&D Date: February 2018 Copyright 1991-2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview... 4 Saperion 8.0.1

More information

Cisco Prime Network 3.8 VNE Device Package Installation Guide

Cisco Prime Network 3.8 VNE Device Package Installation Guide Page 1 of 12 Cisco Prime Network 3.8 VNE Device Package Installation Guide Date: March 28, 2012 OL-25214-01 Contents 1 Overview: Installing and Uninstalling Device Packages... 2 2 Installation Prerequisites...

More information

Cisco TelePresence IP VCR 3.0(1.27)

Cisco TelePresence IP VCR 3.0(1.27) Contents Cisco TelePresence IP VCR 3.0(1.27) Software Maintenance Release Notes November 2013 Introduction... 1 Product documentation... 1 New features in IP VCR 3.0... 2 Resolved issues... 7 Open issues...

More information

1. Installing Origin. To install Origin, start the installation program. Click on the Next button.

1. Installing Origin. To install Origin, start the installation program. Click on the Next button. 1. Installing Origin To install Origin, start the installation program. Click on the Next button. Select a directory, where the Origin Setup files will be stored and click on the Next button. The installation

More information

ff5f5b56ce55bcf0cbe4daa5b412a72e SqlGuard-9.0p530_64-bit.tgz.enc

ff5f5b56ce55bcf0cbe4daa5b412a72e SqlGuard-9.0p530_64-bit.tgz.enc Problem Overview ================ Product: Guardium Release: 9.0/9.5 Fix ID#: Guardium v9.0 p530 r78220 Fix Completion Date: 2015-07-06 Description: Combined Fix Pack for v9.0 GPU 500 (Jun 29 2015) MD5Sums/

More information

System Integration. Contents CHAPTER. This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems.

System Integration. Contents CHAPTER. This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems. CHAPTER 12 This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems. Contents Configuring URL Actions, page 12-2 Creating or Modifying URL Actions,

More information

Using Sitelok with WYSIWYG Web Builder

Using Sitelok with WYSIWYG Web Builder Using Sitelok with WYSIWYG Web Builder Using Sitelok with WYSIWYG Web Builder Copyright 2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to

More information