Preactor 12.1 SP1 Release Notes

Size: px
Start display at page:

Download "Preactor 12.1 SP1 Release Notes"

Transcription

1 Preactor International Ltd. A Siemens Company Preactor 12.1 SP1 Release Notes Copyright Preactor International. All rights reserved.

2 Contents 1 Overview Schema Change Warning New Features and Enhancements Import Improvements Import Sources Wizard Based Matrix Import Scripts Removed Import Table Limitations Native 64-bit Support Performance Improvements Expressions Dynamic Indexing API Methods GMPS Viewer Detailed Change Notes Preactor Features and Enhancements Defect Fixes Preactor 12.1 SP Features and Enhancements Defect Fixes Known Issues Deployment Licensing Import Evaluate Fields APS Sequencer GMPS Planner Feature End of Life Notices MANIP Module Legacy Material Control Legacy GMPS Schedule Analysis... 17

3 5.5 ActiveX tools and rules... 17

4 1 Overview This document describes the new features and enhancements in Preactor 12.1, as well as detailing any defect fixes and considerations for upgrade scenarios. The primary objective with this release of Preactor is to improve data integration with enhanced import facilities. However, as detailed throughout this document, there are a number of significant enhancements that, while beneficial to data integration, also benefit Preactor in other areas, leading to enhanced performance and improved behaviour in a number of key areas. It is recommended that you read this document before upgrading to Preactor As always, it is important to plan any deployment and take steps to ensure that you are able to recover from any unforeseen issues. It is recommended that a backup of the database and configuration is taken prior to attempting any upgrade. While every effort is made to ensure that upgrading from one version of Preactor to another is as seamless as possible, it is nevertheless sensible to take such precautions. 1.1 Schema Change Warning This warning is only applicable when upgrading an existing Preactor configuration from a previous release. This does not apply to new deployments; the configurations that ship with Preactor 12.1 require no changes to the database schema and are ready for use. When upgrading from a previous release, Preactor 12.1 requires some changes are made to the database schema. Preactor will detect that changes are required and prompt you to update your schema. Changes to the database schema are irreversible and previous versions of Preactor will not open a database with a later schema version. For this reason you should always take a backup before upgrading Preactor. The best way to take a backup is to initiate the Preactor Configuration Manager from with your Preactor configuration by selecting the Generate Support File option from within the Help and Support category.

5 2 New Features and Enhancements This section describes the major new features and enhancements introduced with this release of Preactor. This is not an exhaustive description, but covers the most significant changes. For a more complete list, please refer to the Detailed Change Notes. 2.1 Import Improvements To facilitate improved data integration, the existing import functionality has been enhanced to support importing from more sources and some limitations on target tables have been removed. In addition, wizard driven imports for Preactor specific field types such as auto lists and auto dimension matrix fields have been included in this release Import Sources Previous releases of Preactor provided native support for importing from CSV files. Now, as well as selecting from CSV files, it is possible to select from a number of other data sources including SQL Server, Oracle, Access and Excel. Provided the query syntax is understood, data can be queried from almost any data source and imported directly into Preactor. The procedure for defining import scripts is unchanged, aside from the steps required to define the data source and the query for the source data. Existing import scripts will continue to work without modification, though CSV parsing is now based on a standard parser, so special care should be taken to ensure that any input CSV files are compliant and any necessary escape sequences are correctly employed Wizard Based Matrix Import Scripts While features do exist in previous releases of Preactor for importing data into auto list fields, those features are file based, require a fixed header definition and could not be defined using the import wizard. This approach is not suitable for importing data from alternative data sources. Though the existing matrix import features continue to function, a new form of import script has also been introduced in this release to facilitate importing into these field types from whatever data source you have defined. Auto dimension matrix fields, such as those used for sequence dependent setup times, are also supported. For more information on how to define import scripts for matrix fields, please refer to the user documentation Removed Import Table Limitations In previous releases of Preactor, there were some limitations on the target table of an import script that have been lifted in this release. Firstly, in order to be able to import into a table, previous released required that the table was listed in the PIO Valid Formats table. This is no longer necessary, and any user data table can be the target of an import script. In addition to this, a target table would require an IMPORT MARKER field to be defined on that table. This is no longer necessary, and IMPORT MARKER fields can be removed from target tables, provided that there is no subsequent process that relies on the IMPORT MARKER values. Finally, though not a limitation that affects only import scripts, the table size limit as defined in the Preactor table definition (.prtdf) file is no longer a hard limit on the table size. This table size limit no

6 longer needs to be defined for any table and may be removed. If a table limit is specified, that limit will be reported through the API method MaximumRecords() for compatibility reasons only. 2.2 Native 64-bit Support Preactor is now available in both 32-bit (x86) and 64-bit (x64) variants. The 64-bit variant will execute as a native 64-bit process on a 64-bit operating system. In this scenario, Preactor has access to far more resources and can solve larger and more complex problems as a result. For Preactor configurations that have been customised with scheduling rules, PESP custom actions or sequencer or editor tools, some consideration should be given to this change. If those customizations depend on components that are 32-bit only, they will not work with the 64-bit variant of Preactor, and the 32-bit variant should be used instead. This is applicable to all components that were authored in Visual Basic 6 or earlier. Components authored in a.net language are generally agnostic to processor architecture, but their dependencies can still be 32-bit only. A.Net project that is compiled for a specific architecture (e.g. x86), and not Any CPU, will also fail to execute within the 64-bit variant of Preactor. Another point for consideration is COM registration. It is likely that existing components are registered as 32-bit components, and therefore 64-bit Preactor will be unable to resolve them. Components should be re-registered using 64-bit versions of the registration tools. If components are deployed as part of an installation package, that package will need updating accordingly. 2.3 Performance Improvements As part of an on-going programme of performance improvements, some significant alterations to key areas of Preactor have been made for this release. The emphasis is on areas of the software that affect import performance. The improvements detailed below each play into that theme Expressions Evaluate expressions are a powerful feature in Preactor, allowing for dynamic calculations in table definitions, event scripts, material control rules and through many other Preactor features. This release of Preactor sees the evaluate expression engine completely overhauled to provide significant improvements in evaluate performance as well as some improvements in behaviour. To facilitate these improvements, expressions are now parsed at the earliest opportunity, and the resulting expression tree is then re-used, yielding rapid execution along with more deterministic behaviour. Expressions are now executed on-demand, rather than being updated periodically. This eliminates delays in initialisation. See the API Methods section for more information on how this affects the API. In previous releases of Preactor, one would often need to give much consideration for execution order and operator precedence, as well as avoiding value injection issues which could result in altering the meaning of an expression. All of these considerations have been addressed in this release. For a full explanation of the syntax and behaviour, please refer to the customization documentation. It should be noted that expression syntax is more strictly enforced in this release than it was in previous releases. For this reason, any errors in expression syntax will become apparent when upgrading, and should be addressed as part of the upgrade procedure.

7 Columns which are defined with an EVALUATE classification are now represented in the database as computed columns. This means that those columns may be referenced in reports, but Preactor no longer has to commit to the database the evaluated value. Should you wish to omit these computed columns from the database, a new classification is provided for that purpose. For more information, see the documentation for the classification EXCLUDE FROM DB Dynamic Indexing When resolving record references, Preactor often needs to lookup values on columns defined within the configuration. Indexing aids these lookups and significantly reduces the time required to complete the operation. While indexes were applied in some strategic scenarios in previous releases of Preactor, often relationships would need to be resolved without the aid of an index. In this release, indexes are dynamically created on any defined column as and when required. This aids performance in many different areas API Methods EvaluateRecord() Due to the improvements in the expression engine, the EvaluateRecord() method is now defunct, and performs no useful action. Calling the method will cause no harm, but code that utilizes this method should be reviewed, and calls to this method removed at the earliest opportunity. EvaluateExpression() EvaluateExpression() works in a different context to evaluate expressions that are defined on columns, and therefore a different approach to performance is required for this method. Given that the method takes an expression as an argument, that expression could change every time the method is called. To achieve the objective of parse once, execute many, this method is backed with an expression cache which stores the most frequently executed expressions. Performance is improved because of this approach, but executing expressions using this method will be more expensive than defining the expression on the table, which would be the preferred approach if possible. FindMatchingRecord() As well as benefiting from improvements in expression performance, which are applicable when using an expression as an argument to the FindMatchingRecord() method, the method is now backed by the Dynamic Indexing described above. This will apply an index to columns that are used with FindMatchingRecord(), drastically reducing the time required to find items. CreateRecord() & DeleteRecord() CreateRecord() and DeleteRecord() have been optimised to improve performance. The improvements are most apparent when working with large data sets. 2.4 GMPS Viewer Supported as of this release is a new GMPS product called GMPS viewer. Similar to the Preactor APS Viewer product, this product facilitates the sharing of a GMPS plan between several users without the need for further GMPS 400 licenses. Unlike the Preactor APS viewer, it is not possible to manipulate any element of the plan in a GMPS Viewer.

8 For existing GMPS 400 users it is necessary to update the license, as some features that were not previously license constrained are now constrained by the license. To request a license update, please contact support@preactor.com.

9 3 Detailed Change Notes 3.1 Preactor Features and Enhancements Preactor is now available as a true 64-bit application. The expression parsing performance has been improved. Preactor will now automatically restart the previous configuration after a crash. Improved the performance of costing calculations. Improved the performance of the API method FindMatchingRecord(). Improved the performance of the API method CreateRecord(). Improved the performance of the API method DeleteRecord(). A number of obsolete classifications have been removed from the product. APPEND LIST, AUTO CALCULATE, CALENDAR CONTROL, CALENDAR GROUP, CAMPAIGN, COLUMN POSITION, CONCATENATE CONTROL, CONCATENATE SUM, CONCATONATE CONTROL, CONCATONATE SUM, CONSTRAINT LIMIT CHECK, CONTAINER DISPLAY, CONTAINER ICON, CONTAINER ICON BACKGROUND, CONTAINER ICON FOREGROUND, CONTAINER TYPE, COST FACTOR, CREATE SEARCH INDEX, DESPATCH RULE, DISABLE IF UNUSED, DISPLAY RIGHT, DYNAMIC SORT FIELD, EFFICIENCY, FORCE STRING CALCULATION, GANTT BAR MAX, GANTT BAR WIDTH, GANTT GROUP, GANTT LEGEND, GRAPH SET VALUE, H DURATION, H END, H SETUP START, H START, HELPID, ICON STAMP, INSTANT UPDATE, JOB SELECTION RULE, JOB SELECTION WINDOW, MATRIX MAXIMUM, MATRIX TOTAL, NEW FIELD, NO COMPONENT UPDATE, OLD FIELD, PREVENT SETUP, PRIMARY RESOURCE, RESOURCE SELECTION RULE, REVERSE SORT LIST, RUN NUMBER, SEQ CONTAINER, SEQ RATE, SEQ RESOURCE TYPE, SPARSE SAVE, STAMP CONTROL, START REFERENCE, STATIC SORT FIELD, STRING IN FILE A GMPS Viewer Product is now available. o As a result of the new GMPS product availability, any existing GMPS license will need to be updated if upgrading to this or a later release from V12.0. Please contact support@preactor.com to update your license. Added a new classification EXCLUDE FROM DB. This classification can be used to exclude a column from the database. This is especially useful for evaluated columns that are otherwise not required in the database. Added Before Unallocate All as a PESP event Defect Fixes Fixed an issue where OPENING STOCK and OPENING STOCK TIME classification would cause a secondary constraint to ignore its calendar GRAPH HIGH VALUE and GRAPH LOW VALUE classifications are now obsolete Changed truncation from the left side to the right side of a plot axis label where the axis label for a plot exceeds the calculated margin. Increased the minimum allocated margin for plots to handle up to Hours by default. Fixed an issue where the 'Fit to Items' option would not include orders loaded in the Comparative Trace Chart

10 Fixed issue that could prevent resizing the sequencer window when certain plots are visible in the multi plot window. Fixed an issue where changing the case of a field name would cause Preactor to shut down. Fixed an issue where SetInterOrderLinks() would not return the expected value. Fixed an issue where API method GetResourceQueueName() would cause a memory exception if queues have not been initialised. Fixed an issue where the locate window would remain available after leaving the editor. Fixed issue where dragging and dropping operations which significantly changed a sequence dependent setup time could change the sequence of operations on the planning board. Fixed an issue where Efficiency values were not retained when creating new calendar templates from existing templates. Removed all remaining functionality for AUTO CALCULATE. Fixed a defect where a custom image link defined using an invalid drive would crash Preactor. Fixed an issue where only one order number would be reported by Validate Schedule when an operation is out of sequence relative to operations in another order. Fixed an issue where Save Schedule Copy would return the same value for CustomCheckRecordNumber as Save Schedule As. Added new property to the API called ScheduleDespiteShortages() to enable and disable scheduling despite shortages. Improved sequencing performance when using the MATCH FIELD classification. Fixed an issue where attempting to use PCO when PCO is disabled would cause an exception. Fixed issue where the last operation of an order enquiry may fail to schedule, or fail to highlight properly Fixed issue that caused the sequencer to take a very long time to determine that operations with unachievable constraint requirements could not be sequenced. Improved performance of RankQueueByCriticalRatio() when using the Dynamic ranking criteria. Fixed the PESP action Set Record Refresh. Fixed an issue where the SEQ EFFECTIVE PROCESS TIME field would be calculated incorrectly when changing a resource efficiency. Improved sequencer progress bar display update frequency. Fixed an issue where text and toolbar customisations from other languages will appear when switching languages. As a result toolbar customisations are now culture specific. Fixed an issue if invalid font and sizes were selected in the planner Resolved an issue where entering a non-numeric characters into the Set Planning Horizon fields would result in an exception message. Added stronger validation when saving the planner horizon settings. Fixed an issue where you could not over type a dataset name when saving the plan. Fixed an issue where it was not possible to export a Preactor report to HTML. Fixed an issue where filter lists in editor windows would sometimes not refresh. Resolved an issue where Preactor would crash after an automatic license repair.

11 Fixed an issue where switching to the Planning Resource Multi Plot View after deleting a dataset would cause an exception. Fixed an issue with the capacity alerts window not updating when dragging capacity to a different resource on the capacity multi plot window. Removed the PESP action 'Evaluate Record', which is no longer required. Writing a value to an evaluated field will now cause an 'Invalid field type' exception. Fixed issue whereby use of a START OFFSET value on a DURATION field caused the start offset to be taken from the setup start time and not the process start time. Resolved an issue where sorting the Demand Colours table in the planner would result in the colours not updating. Fixed an issue where the advanced pivot view would not maintain headers when scrolling. Fixed an issue in the planner where the capacity could overload if run in Move mode if the items re-order multiple is higher than the available capacity. Fixed an issue with the stock profile selector losing selection when focus is lost on the window. Fixed a refresh issue with the alerts window filters being lost when making a change to the plan. Fixed an issue where events could cause user code or PESP scripts to execute before a user has logged in if the security module is enabled. Resolved an issue where the Dynamic Bottleneck and Min WIP APS rules were broken since they attempted to write to the 'due date' field. It is not possible to do this since it is an evaluated field and is read only. Resolved an issue in the Planner where there was a rounding issue with lead times against the BoM. This happened when the plan was in variable hours. Resolved an issue where the Bar Text configuration (i.e. the text that is displayed in the bar on the overview) was not maintained over Sequencer restarts. The Bar Tool now places items in its lists in alphabetical order. Fixed an issue where an operations could not be dragged around or off the planning board on the first click if the overview window did not have focus. Fixed an issue whereby 'Res. Specific Rate Per Hour' was missing as a Capacity UoM against the items format in the Mixed Planning example configuration. Fixed an issue where restoring the unallocated operations window may fail when saved in a workspace as a tabbed window. Fixed an issue where the Sequencer would report errors when the Bar Tool was passed an exclude expression Resolved an issue where the highlighting of constraint usage (by clicking and dragging on a constraint plot) did not work when the Bar Tool or Reports and the Editor windows were open. Default values can no longer be set for fields that have been mapped in the Import Wizard. Fixed an issue where an incorrect SEQ EFFECTIVE PROCESS TIME value would be calculated for operations with a transfer batch value less than the quantity when validating a schedule using the 'Validate Schedule' tool in the sequencer. Fixed issue that caused BackTestOpOnResource() to run slowly.

12 Resolved an issue where field names would not show correctly in import/export script wizards. Fixed an issue where FindMatchingRecord() would not return the correct value when searching for a value that does not exist. Fixed an Issue where the 'Enable Shelf life' option is not being tested during capacity calculations. Resolved an issue where repeating the Calculate MPS action would give an incorrect result. Fixed an issue where the calendars are not displayed correctly when displaying the overview in Utilization Mode. Fixed an issue where resetting toolbar settings in a different language would cause English settings (text) to be loaded instead of the current language. Fixed a display issue where the Demand Date field would show as a Double instead of Date Time if the capacity plots are shown by Item in the planner. Fixed an issue where the calendar resource names would not be properly updated. Fixed an issue in the planner whereby the item calendars are ignored if the item is planned weekly mode. Fixed an index out of range issue whilst dragging demand bars on the stock profile chart. Fixed an issue where an index out of range exception would be raised whilst using the global filter in the planner. Resolved an issue where attempting to backward sequence an order from a position where the first operation(s) of the order would align their start time with the terminator time would result in those first operation(s) remaining unallocated. Fixed an issue with incorrect capacity levels against a planning resource if planning in weekly mode. Fixed an issue saving the plan if the planner tab is not in focus. Fixed an issue where the 'Sort By', 'Filter', 'Locate By', 'Selective Assign' and 'Global Assign' editor controls could not be retrieved when those tools were placed on toolbars rather than menus in the sequencer. Fixed an issue with printing the GMPS planner showing the print preview dialog even if cancel was being pressed. Fixed an issue with MPS Values being reset when exploding bill of material requirements running in infinite capacity mode. Fixed an issue with the total days of cover calculation not calculating correctly when planning in weeks. Fixed an issue with data corruption in the planner when using the append to cycle option. Fixed an issue where GMPS was unable to save a plan when in Spanish/Portuguese languages. Fixed an issue where out of life production was not being reset when planning in weeks. Fixed an issue which resulted in operations placed on planning board out of sequence when using MADE FROM classification. Fixed an issue where Preactor would place operations on the planning board later than necessary when recursively scheduling linked operations where shifts have varying lengths. Improved performance of Drag and Drop by removing unnecessary recalculation of secondary constrains.

13 Fixed an issue where order enquiry might fail erroneously in 'made from' configurations. Fixed an issue where the API couldn't be used during an 'After File Load' event. 3.2 Preactor 12.1 SP Features and Enhancements Added encoding options when importing from file. Options are 'Unicode' or 'Windows Encoding'. Each option allows several sub-options. Default, in the case of 'Windows Encoding', means use the current locale to determine the code page to use. In each case the encoding or code page can be explicitly set. Added schema upgrade tasks to add required encoding fields to the Import/Export scripts table. If upgrading from 12.0 or earlier then the assumed encoding will be Windows Encoding (Default). If upgrading from an existing release of 12.1 the assumed encoding will be Unicode (UTF-8) Defect Fixes Fixed an issue where the separator specified in an import script would be ignored if Preactor is not running in English and the separator names have been translated. Fixed issue where Preactor would fail to import SQL dates where a time element is specified but the imported value is at midnight. Improved the capacity smoothing process in GMPS for items with similar days of cover. Fixed an issue where the Open Planning Board method GetAvailableCapacity() could get into an infinite loop where a job ends and a calendar shift starts at precisely the same time. Fixed an issue where resource names in the overview window could be corrupted if the resource name field has an EVALUATE defined. Fixed an issue where the example configurations contained incorrect time formatters in their import scripts. Fixed an issue using calendar edit mode in Dutch. Fixed an issue where regional settings could affect the parsing of dates and times when importing with an explicit formatter defined. Resolved an issue whereby a DB upgrade failed if there were no import or export scripts defined. Fixed an issue where fields that have a name that correlates to a SQL keyword would cause a schema upgrade step to fail. Fixed an issue which prevented the renaming of tables using the PREVIOUS TABLE NAME classification. Fixed an issue where NULL values would not be evaluated correctly within the corresponding computed column in the database. Fixed an issue where evaluating many expressions could cause an ACCESS VIOLATION or unpredictable results. Fixed issue where import scripts fail to apply default values where the field name is translated. Fixed an issue where EVALUATEs would fail to convert to a computed column when a comparison to an empty string existed.

14 Fixed an issue where existing matrix imports might not work if a separator other than a comma is used. Fixed an issue where duration fields with custom formats were not imported correctly.

15 4 Known Issues 4.1 Deployment Upgrades and Side-by-side Due to changes in technology, Preactor 12.1 has limited compatibility with previous versions of Preactor 12 and Preactor 11. If older versions of Preactor are installed after Preactor 12.1 a number of ActiveX related issues will arise, such as GetTypeInfoCount messages and errors when running certain Preactor modules. To resolve this uninstall all versions of Preactor and then re-install in chronological order (i.e then 12.1). The product allows the side by side installation of both the 32 bit and 64 bit version. This is not supported, and should not be done. If it is done by mistake - uninstall the version not required, and repair or re-install the version that is. 4.2 Licensing Network License Activation If activate is selected, the user is given the choice to activate either local or network license. Only local licenses can be activated and the network license option should not be offered or used. Offline License Upgrades When a user generates a manual upgrade, a request is generated and stored in the licensing storage. If a new manual upgrade is created, this cancels the existing request and generates a new one. If a user then tries to apply the result of the first request, it will fail. This can leave their license in an inconsistent state. 4.3 Import Import with Country Code Some demonstration data may not be compatible with all languages. Running a configuration in a language where Day, Hours and Mins has been translated on DURATION field type, values in DURATION type fields such as Op. Time Per Item or Batch Time etc. may not be interpreted correctly when importing data from the import files that ship with the product, resulting in incorrect operation times and operations that cannot be scheduled. The workaround is to modify the import file to use the language equivalent for Days, Hours, Mins etc. 4.4 Evaluate Fields Configuration Changes and Evaluate Fields The process which makes schema changes to the database in response to changes to the Preactor Table Definition file can fail when fields with an EVALUATE classification are removed. The process fails if a field with an EVALUATE classification is removed at the same time as one or more fields referenced by the EVALUATE statement. The workaround is to remove the field with the EVALUATE statement, run Preactor so the database is changed, and then remove the remaining fields.

16 4.5 APS Sequencer Backward scheduling with constraints Backward Scheduling an infinite capacity resource with a secondary constraint on setup time only, does not work as expected. It works like a finite resource. Highlighting All Bi-Directional Ops Highlighting all bi-directional ops in a configuration with material control will highlight operations following all material relationships, rather than just the immediate predecessors and successors. Rounding Issue causing SMC shortages An issue exists in Preactor where Date/Time values can lose accuracy after a round trip to the database. This can manifest in a number of ways and typically causes operation sequences that were valid on commit to become invalid on load. To work around this issue on SQL Server 2008 or later, the data type for DateTime columns should be changed to DateTime2. MATCH FIELD and Backward Sequencing This is an incompatibility between two features. The use of MATCH FIELD only works with forward sequencing. Increment for Setup and Backwards Sequencing This is an incompatibility between the two features. The problem causes the setup time to be applied twice. 4.6 GMPS Planner Out of Life Production in Constrained Mode In a Make to Order GMPS configuration in Constrained Mode, when planning in Hours, Update Out of Life production needs to be called to refresh the values to state if any production goes out of life.

17 5 Feature End of Life Notices 5.1 MANIP Module The MANIP module and all of its functions are deprecated. This module will be removed in an upcoming version of the software and selected features will be replaced with alternatives. 5.2 Legacy Material Control The material control module issued prior to version Preactor 11.0 and associated functionality (includes Static Material Control or SMC, legacy PBX, Dynamic Material Control or DMC) will be removed in an upcoming version of the software. We recommend migrating to the latest version of the material control module. 5.3 Legacy GMPS Legacy GMPS has been replaced by Preactor 400GMPS (introduced in version 12.0). Legacy GMPS features will be removed in an upcoming version of the software. We recommend migrating to the Planner module. 5.4 Schedule Analysis The Schedule Analysis feature has been superseded by the SQL Schedule Analysis Reports. This feature will be removed in an upcoming version of the software. 5.5 ActiveX tools and rules The Preactor COM interface has been deprecated and will be replaced by a new API in a future release. We recommend all developers to reduce their dependency on the Preactor COM objects (PreactorObj and OpenPlanningBoard) and instead use the interfaces IPreactor and IPlanningBoard.

Preactor 12.0 SP2 Release Notes

Preactor 12.0 SP2 Release Notes Preactor International Ltd Preactor 12.0 SP2 Release Notes Copyright 2006-2013 Preactor International. All rights reserved. Contents 1. Overview... 3 1.1 Schema Change Warning... 3 1.2 Toolbar Version...

More information

Preactor 12.0 SP1 Release Notes

Preactor 12.0 SP1 Release Notes Preactor International Ltd Preactor 12.0 SP1 Release Notes Copyright 2006-2013 Preactor International. All rights reserved. Contents 1. Overview... 3 1.1 Schema Change Warning... 3 1.2 Toolbar Version...

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6 Text version 15-Aug-12 Q-MONITOR V4 for Q-CHECKER V4, V5 and V6 USERS GUIDE Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol Tip

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

MET/TEAM README

MET/TEAM README MET/TEAM 2.2.0 README This document includes a list of modifications to MET/TEAM 2.2.0 relative to version 2.1.2. If you are updating from a previous version of MET/TEAM, you must first run the Database

More information

Archi - ArchiMate Modelling. What s New in Archi 4.x

Archi - ArchiMate Modelling. What s New in Archi 4.x Archi - ArchiMate Modelling What s New in Archi 4.x Important Notice It's always a good idea to make backup copies of your data before installing and using a new version of Archi. Whilst we make every

More information

Data Express 4.0. Data Subset Extraction

Data Express 4.0. Data Subset Extraction Data Express 4.0 Data Subset Extraction Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2014. All rights reserved. MICRO FOCUS,

More information

Customer Release Note

Customer Release Note Customer Release Note FOR Safran Risk v7.1.5 SP1 (Last update: June 19, 2017) Safran Software Solutions 1 Copyright 1997-2017 Safran Software Solutions as. All rights reserved. Notice Safran is a registered

More information

for Windows Release Notes: Version September 12, 2013 Document version: MINDJET Page 1

for Windows Release Notes: Version September 12, 2013 Document version: MINDJET Page 1 for Windows Release Notes: Version 14.0.334 September 12, 2013 Document version: 130912 MINDJET Page 1 Table of Contents RESOLVED ISSUES IN VERSION 14.0.334... 3 General Usability... 3 Import / Export

More information

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018 Version 5.30 Release Notes Build 1 compiled on 6 th June 2018 Welcome to Accura Version 5.30 Introduction Version 5.30 is the latest release for the Accura MIS and the first major build since version 5.21and

More information

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases APPENDIX A Sample Data Sample Data If you wish to follow the examples used in this book and I hope you will you will need some sample data to work with. All the files referenced in this book are available

More information

BI Office. Release Notes 6.41

BI Office. Release Notes 6.41 BI Office Release Notes 6.41 A. Overview... 3 B. Installation... 3 C. New Features... 4 D. Other Releases... 4 E. Issues Addressed... 4 Pyramid Analytics BI Office Release Notes 6.41 Update 2 A. Overview

More information

Release Notes ClearSQL (build 181)

Release Notes ClearSQL (build 181) August 14, 2018 Release Notes ClearSQL 7.1.2 (build 181) NEW FEATURES NEW: Exclusion of code lines from Flowcharts. It is now possible to exclude lines of code from a Flowchart diagram by defining exclusion

More information

SLIM Suite 9.0e Release Notes

SLIM Suite 9.0e Release Notes SLIM Suite 9.0e Release Notes SLIM Estimate In extreme cases, the Design to Peak Staff solution method was producing incorrect/unreasonable solutions. This generally happened in cases where the PI was

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Xpert BI General

Xpert BI General Xpert BI 2.5.0.2 - Added the SAP RFC Collection Module (licensed). - Added the SOAP Web Service Collection Module (licensed). - Added the REST Web Service Collection Module (licensed). - Added the Publication

More information

SIMATIC IT Preactor APS 2016

SIMATIC IT Preactor APS 2016 SIMATIC IT Preactor APS 2016 User Guide http://www.siemens.com/preactor Copyright Siemens AG 2016 Revision 43727 Table of Contents Online Documentation 6 Introduction 7 About Preactor 7 What's New 7 Overview

More information

Altaro Hyper-V Backup User Guide

Altaro Hyper-V Backup User Guide Altaro Hyper-V Backup User Guide 1 / 144 Table of contents Introducing Altaro Hyper-V Backup... 4 Different Editions... 5 Getting Started... 6 System requirements... 6 Supported Backup Destinations...

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE...

PROJECTS...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 TIME AND EXPENSE...7 ISSUES...3 DOCUMENT PROPERTIES...3 ACCOUNTS RECEIVABLE... 2013 What s New PROJECTS...3 Project Management... Options...3 CONVERSION...3 INSTALLATION...3 DATABASES...3 ISSUES...3 DOCUMENT PROPERTIES...3 COMPANY PROFILE...4 Tax Rates...4 Project...4 Contact...4

More information

Genesys Pulse. Known Issues and Recommendations

Genesys Pulse. Known Issues and Recommendations Genesys Pulse Known Issues and Recommendations 5/2/2018 Known Issues and Recommendations Genesys Pulse The Known Issues and Recommendations section is a cumulative list for all 8.5.x releases of Genesys

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

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

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

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

Perceptive Nolij Web. Release Notes. Version: 6.8.x

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

More information

New Service Release Advisor Management Software: SP7

New Service Release Advisor Management Software: SP7 New Service Release Advisor Management Software: SP7 New Features 33144 - Added card details also to the search when the card deck is being searched 32918 - Monitor - Allowing to define keyboard shortcuts

More information

What s New AccessVia Publishing Platform Features and Improvements

What s New AccessVia Publishing Platform Features and Improvements ACCESSVIA 3131 Western Avenue #530 Seattle WA 98121.1028 +1.206.285.4994 www.accessvia.com What s New AccessVia Publishing Platform Features and Improvements v8.5.265 to v8.6.272 May 8, 2014 Overview New

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

USER MANUAL.

USER MANUAL. USER MANUAL www.seavusprojectviewer.com 1 Contents Chapter: Welcome to Seavus Project Viewer... 7 Introduction... 7 What s New in Using Seavus Project Viewer... 7 Benefits of Using Seavus Project Viewer...

More information

SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract Content Number Description

SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract Content Number Description SPSS Statistics 19.0 Fix Pack 2 Fix List Release notes Abstract A comprehensive list of defect corrections for the SPSS Statistics 19.0 Fix Pack 2. Details of the fixes are listed below. If you have questions

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

Release Version: Date: Type: 05/02/2018 FULL. Ticket type Module Summary Change Notes. Build

Release Version: Date: Type: 05/02/2018 FULL. Ticket type Module Summary Change Notes. Build Release Version: 5.50.0230 05/02/2018 DBNull when running Query in web Fix to error in web when running a Query 5.50.0229 Release Version: 5.50.0228 26/01/2018 Dropdowns have no entries apart from 'All'

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

DeltaLINK 3 Release Notes

DeltaLINK 3 Release Notes DeltaLINK 3 DeltaLINK 3.6 12 December 2016 Contents ABOUT DELTALINK 3...2 What s new in DeltaLINK 3.6... 2 Compatibility... 2 INSTALLATION...2 System Requirements... 2 To Install DeltaLINK... 3 To Start

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Datawatch Monarch Release Notes Version July 9th, 2018

Datawatch Monarch Release Notes Version July 9th, 2018 Datawatch Monarch Release Notes Version 15.1.0 July 9th, 2018 MONARCH CLASSIC (MONARCH CLASSIC & MONARCH COMPLETE) MOD-2941 MOD-3256 MOD-3285 MOD-3300 MOD-3304 MOD-3314 MOD-3323 MOD-3288 Legacy PDF engine

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

Interstage Business Process Manager Analytics V12.0 Studio Guide

Interstage Business Process Manager Analytics V12.0 Studio Guide Interstage Business Process Manager Analytics V12.0 Studio Guide Windows/Linux January 2012 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular

More information

Release Notes. PREEvision. Version 6.5 SP11 English

Release Notes. PREEvision. Version 6.5 SP11 English Release Notes PREEvision Version 6.5 SP11 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this

More information

DataView Release Notes Version Released

DataView Release Notes Version Released DataView Release Notes Version 3.53.0013 Released 9-25-2018 CATEGORY (v 3.53.0013): Simple Logger II Version 1.01.0059 Open button is now active when selecting recordings from the session s list. Corrected

More information

SPSS Statistics Patch Description

SPSS Statistics Patch Description SPSS Statistics 18.0.1 Patch Description Product: SPSS Statistics 18.0.1 Date: December 8, 2009 Description: This patch resolves the following issues: 1. A problem with reading large SAS data files was

More information

TX DWA Contents RELEASE DOCUMENTATION

TX DWA Contents RELEASE DOCUMENTATION TX DWA 16.7 RELEASE DOCUMENTATION Contents Introduction... 2 New Features... 2 Differential Deployment... 3 Deployment Status Report... 3 Managed Deployment... 4 Data Export... 4 Dynamic Project Variables...

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Support for Oracle General Ledger Essbase applications in Calculation Manager

Support for Oracle General Ledger Essbase applications in Calculation Manager Oracle Hyperion Calculation Manager Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Release 11.1.2.1 New Features... 1 Release 11.1.2

More information

MICROSOFT PROJECT 2010 EXERCISE

MICROSOFT PROJECT 2010 EXERCISE MICROSOFT PROJECT 2010 EXERCISE Copyright 2011 University of Warwick MICROSOFT PROJECT 2010 EXERCISE Introduction In MS Project there are typically several possible ways to do each desired action. This

More information

CITO2 Installation & User Instructions

CITO2 Installation & User Instructions CITO2 Installation & User Instructions DD 56107 Stoneridge Electronics Ltd 1. Installation...4 1.1. System Requirements...4 1.2. Installing CITO2...4 1.3. Uninstalling CITO2...4 2. Starting and closing

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

AccessData Forensic Toolkit Release Notes

AccessData Forensic Toolkit Release Notes AccessData Forensic Toolkit 5.3.3 Release Notes Document Date: 5/19/2014 2014 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues

More information

Administration Tools User Guide. Release April 2015

Administration Tools User Guide. Release April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Part Number: E62969_05 Oracle Financial Services Software, Inc. 1900 Oracle Way Reston,

More information

SPSS Statistics 21.0 GA Fix List. Release notes. Abstract

SPSS Statistics 21.0 GA Fix List. Release notes. Abstract SPSS Statistics 21.0 GA Fix List Release notes Abstract A comprehensive list of defect corrections for SPSS Statistics 21 GA. Details of the fixes are listed below. If you have questions about a particular

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

QlikView SR9 Release notes

QlikView SR9 Release notes QlikView 12.10 SR9 Release notes What s new in QlikView 12.10 SR9 QlikView 12.10 SR9 includes only bug fixes. What s new in QlikView 12.10 SR8 QlikView 12.10 SR8 includes only bug fixes. What s new in

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Acano Solution. Acano Manager Release Release Notes. Acano. October J

Acano Solution. Acano Manager Release Release Notes. Acano. October J Acano Solution Acano Manager Release 1.1.1 Release Notes Acano October 2014 76-1033-03-J Contents Contents 1 Introduction 3 2 Features in Acano Manager 1.1 3 2.1 Time-limited Features in R1.1... 3 2.2

More information

Medivators Data Management Software Installation / User Manual

Medivators Data Management Software Installation / User Manual Medivators Data Management Software Installation / User Manual For DSD and SSD Endoscope Reprocessors Medivators is a registered trademark of Minntech Corporation. Windows and Windows Explorer, Excel,

More information

Scheduler Plug-In PTC Inc. All Rights Reserved.

Scheduler Plug-In PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Plug-In Interface 5 Schedule Properties 7 Exception / Recurrence Group - General Properties 7 Recurrence General Properties

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

WPS Workbench. user guide. "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs"

WPS Workbench. user guide. To help guide you through using the WPS user interface (Workbench) to create, edit and run programs WPS Workbench user guide "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs" Version: 3.1.7 Copyright 2002-2018 World Programming Limited www.worldprogramming.com

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description Release notes SPSS Statistics 20.0 FP1 Abstract This is a comprehensive list of defect corrections for the SPSS Statistics 20.0 Fix Pack 1. Details of the fixes are listed below under the tab for the respective

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 2

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 2 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 2 Contents Renaming a Data Expression... 3 Copying a Data Expression... 3 Deleting a Data Expression... 3 Renaming a Data Connection... 4 Moving

More information

ScaleLink Pro USER GUIDE

ScaleLink Pro USER GUIDE ScaleLink Pro USER GUIDE For Version 3.24 January 2005 ISHIDA CO., LTD Copyright 2001-2004 Ishida Co. Ltd., Japan No part of this manual may be reproduced or transmitted in any form or by any means, electronic

More information

Release Notes. PREEvision. Version 6.5 SP14 English

Release Notes. PREEvision. Version 6.5 SP14 English Release Notes PREEvision Version 6.5 SP14 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems Server Edition V8 Peregrine User Manual for Linux and Unix operating systems Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Red Hat is a registered trademark

More information

QlikView SR8 Release notes

QlikView SR8 Release notes QlikView 12.10 SR8 Release notes What s new in QlikView 12.10 SR8 QlikView 12.10 SR8 includes only bug fixes. What s new in QlikView 12.10 SR7 QlikView 12.10 SR7 includes only bug fixes. One behavior change

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

Crystal Reports.Net 1.1 Patch

Crystal Reports.Net 1.1 Patch Crystal Reports.Net 1.1 Patch Hot Fix: crnet11win_en.zip Language: English Platform: Windows Last updated on: 9/16/2004 FTP Location: ftp://ftp1.businessobjects.com/outgoing/ehf/crnet11win_en.zip WARNING:

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Stonesoft Management Center. Release Notes for Version 5.6.1

Stonesoft Management Center. Release Notes for Version 5.6.1 Stonesoft Management Center Release Notes for Version 5.6.1 Updated: January 9, 2014 Table of Contents What s New... 3 Fixes... 3 System Requirements... 6 Basic Management System Hardware Requirements...

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 Running Admin 6 Understanding the Admin Display 7 Using the System Viewer 11 Variables Characteristic Setup Window 19 Using the List Viewer

More information

Asta Powerproject Release Notes Asta Powerproject Release Notes

Asta Powerproject Release Notes Asta Powerproject Release Notes Asta Powerproject 13.0.02 Release Notes This document lists the major issues that have been addressed in the Asta Powerproject version 14 releases. Issues addressed in version 14.0.02.145 fast track Issue

More information

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved.

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. Tabular Room Data User Guide IES Virtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form without

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

More information

MYOB Exo Business. Release Notes

MYOB Exo Business. Release Notes MYOB Exo Business Release Notes 2018.4 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Other Requirements... 2 Installing MYOB Exo Business... 2 Post-Installation...

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Using SupportDesk. House-on-the-Hill Software Ltd. SupportDesk Green

Using SupportDesk. House-on-the-Hill Software Ltd. SupportDesk Green Using SupportDesk House-on-the-Hill Software Ltd SupportDesk Green Software Copyright 1993-2007 House-On-The-Hill Software Ltd. All Rights Reserved. Manual Copyright 1993-2007 House-On-The-Hill Software

More information

Release Notes. Lagan Business Intelligence Version V8 Release June Commercial In Confidence

Release Notes. Lagan Business Intelligence Version V8 Release June Commercial In Confidence Lagan Business Intelligence Version V8 Release 2 28 June 2013 Commercial In Confidence www.lagan.com Copyright 2009 Lagan Technologies Ltd Issue 1.1 (June 2013) This edition applies to Version 8.0 of the

More information

An open letter to Mindjet regarding problems with MindManager 9

An open letter to Mindjet regarding problems with MindManager 9 An open letter to Mindjet regarding problems with MindManager 9 On behalf of many MindManager 8 users who upgraded to the current version as well as those who have purchased it for the first time, I would

More information

User Guide. Rev Dot Origin Ltd.

User Guide. Rev Dot Origin Ltd. User Guide Introduction to the EasyTac File Explorer...1 Using EasyTac to read drivers' cards with a card reader...2 Using EasyTac to read VU files from a download device...3 Using EasyTac to download

More information

CASH & Release Features. Draft /01/ Josh Farrar [Type here]

CASH & Release Features. Draft /01/ Josh Farrar [Type here] CASH 2017.2 & 2018.1 Release Features Draft 1.0 04/01/2018 - Josh Farrar Josh@mentorbs.com [Type here] Contents Global changes... 2 Installation... 2 Release Code... 2 Sage Compatibility... 3 Themes...

More information

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1.

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1. Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 1.1 Introduction 1.2 A spreadsheet 1.3 Starting up Excel 1.4 The start screen 1.5 The interface 1.5.1 A worksheet or workbook 1.5.2 The title bar 1.5.3

More information

Hazop Change log

Hazop Change log 6.0.1 Change log Release Date: 30 Apr 2015 This section identfies the differences between 6.0 and 6.0.1 1817 Licencing FlexNet Publisher licensing components have been upgraded from version 11.12.1.0 to

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

Qlik NPrinting April 2018 Release Notes

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

More information

Enterprise Reporting Solution. Argos 5.2 Release Guide. Product version 5.2

Enterprise Reporting Solution. Argos 5.2 Release Guide. Product version 5.2 Enterprise Reporting Solution Argos 5.2 Release Guide Product version 5.2 Last updated 11/9/2016 Trademark, Publishing Statement, and Copyright Notice 1998-2016 Evisions, Inc. All rights reserved. This

More information

DISCLAIMER Whilst every effort has been made

DISCLAIMER Whilst every effort has been made PUBLISHED BY Gallagher Group Limited Kahikatea Drive, Private Bag 3026 Hamilton, New Zealand www.gallagherams.com Copyright Gallagher Group Limited 2011. All rights reserved. Patents Pending. MyScale Pro

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

SPSS Statistics 21.0 Fix Pack 1 Fix List

SPSS Statistics 21.0 Fix Pack 1 Fix List SPSS Statistics 21.0 Fix Pack 1 Fix List Release notes Abstract A comprehensive list of defect corrections for the SPSS Statistics 21.0 Fix Pack 1. Details of the fixes are listed below under the tab for

More information

Interstage Business Process Manager Analytics V12.1 Studio Guide

Interstage Business Process Manager Analytics V12.1 Studio Guide Interstage Business Process Manager Analytics V12.1 Studio Guide Solaris April 2013 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular products

More information

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS WORKFLOW BUILDER TM FOR MICROSOFT ACCESS Application Guide Version 06.05.2008 This document is copyright 2007-2008 OpenGate Software. The information contained in this document is subject to change without

More information

ServiceMax Suite of Applications List of Fixed/Known Defects

ServiceMax Suite of Applications List of Fixed/Known Defects of Applications List of Fixed/Known Defects Copyright 2016 ServiceMax, Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Fixed Issues For : 00063866

More information