Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Formatting rule expressions may now refer to _current (the current row) and _this (all rows). This allows you, for example, to compare values on the current and previous rows in order to determine the style.

Pipes

Streams used to wait for stream sets being generated by connected streams, even if type of pipe was "static" and "allow incomplete stream sets" flag was set.. This is now improved and streams in the newest version of the software do not need to wait for stream sets generation.

The warning message that was generated when a lookup pipe cache reached 90% full has been changed to report when a single read exceeds 90% of the cache size. This is an indication that the pipe cache is only just big enough, and you should consider making it bigger or restructuring your model to make the read return fewer records.

...

Database Collectors

Schema browsing is now enabled supported for all three database types: MySQL, SQL Server and Oracle.

Attribute names returned by collector queries are now in the natural case for the database (previously they were forced to upper case).

Database Exporters

Email Accounts

...

A new checkbox has been added to system configuration window - 'restrict non admins only' . When ticked - it restricts login privileges from any non admin user. Only admin users will be able to login. Default value is set to false (unticked checkbox), this allows for every authorised user to login.

 It is no longer possible to create a new user without also setting a password, and this avoids a number of secondary issues arising from users that have no password set.


User Groups, Roles & Privileges

...

When an Active Directory user logs in, a user is created in PhixFlow using details taken from the Active Directory server.

  • The user's

...

  • First Name is populated from the AD givenName field.
  • The user's

...

  • Phone Number is set from the first of the following AD fields (telephoneNumber, mobile, or ipPhone) that is set.
  • The user's Organisation is set to the Company or Department fields from the Active Directory record.

Active Directory integrations can now directly specify the rootDN within which to search for user records.

...

The statistics recorded now store the full context information when they are written. and the process that initiated the activity. Eg. the Iniator could be "TaskPlan X", with a context of "stream A" with the statistical data recorded for "INSERT_COUNT" (Total count of records inserted for the Stream intiated by Task X). The Initiator context Id's and context Id's are stored should the original name of the Stream/object be modified since having recorded the statistics.

Reset Configuration

Operational

Both web clients now actively check that they are connected to a compatible server.

Performance

Stream Actions and Task Plans are now compiled the first time they are run, and the compiled versions are saved so that they can be re-used in subsequent runs. This can result in significant performance improvements, particularly for Actions that are run frequently.

Unprocessed

...


...

Bug Fixes

Graphical User Interface

...