PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

These release notes are for PhixFlow 6.0.1.

This release is for Oracle, SQL Server and MySQL.

 


Contents

 


Installation / Upgrade

To install a new PhixFlow instance, follow the standard installation instructions.

To upgrade an existing PhixFlow instance, follow the Standard Upgrade Instructions plus the special instructions for all intermediate releases.

This release has no special instructions.

Prerequisites

This PhixFlow release requires:

  • Java 7
  • Apache Tomcat 7

One of:

  • Oracle 11g or 12c (preferred)
  • SQL Server 2008R2 or later
  • MariaDB (MySQL) 10.0.14 or later

 


Features / Improvements

Installation

 

Actions

 

Forms

 

Views

 

Pipes

 

Connectivity


Scripting

 

System Administration

 

Performance

 

 


Bug Fixes

Installation

Migration Scripts

Unique ids containing characters outside of a given range of [a-f0-9] has now been removed and replaced by correct ones in the installer. New migration scripts have been added in order to replace those ids with correct ones in the existing databases.
Affected tables are: privileges and role_privileges.

Streams

Local Attributes

Stream Attributes that were flagged as local and whose attribute expressions returned list values could cause analysis to fail with an internal error. This has now been resolved.

Collectors & Exporters

Database Exporters

Database Exporters now use a separate thread pool in which to run parallel exports. This was done to remove one possible cause of deadlocks (which resulted in the system hanging).


  • No labels