QPR ProcessAnalyzer Release Archive

From QPR ProcessAnalyzer Wiki
Revision as of 16:35, 22 June 2021 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

This page contains old QPR ProcessAnalyzer releases that were released in 2018 or earlier. See newer releases in QPR ProcessAnalyzer Release Notes.

QPR ProcessAnalyzer 2020.2 (released 2020-03-09)

Build number: 2020.2.0.41129, Model compatibility version: 3, Database version: 67, PACM file version: 7, Protocol version: 33.

Notes:

  • Expression language has now a conditional operator "if" and variable declaration operator "let". In earlier QPR ProcessAnalyzer versions, the expression language had functions If and Let which earlier could also be written in lowercase (i.e. "if" and "let"). Starting from QPR ProcessAnalyzer 2020.2, the lowercase versions refer to the conditional and variable declaration operators, and the uppercase versions refer to the corresponding functions. If there are expressions containing "If" and "Let" functions written in lowercase, please change them starting with uppercase.
  • Issue workaround: The Root Causes analysis don't work (shows empty) in the right side chart (PAPO) of the Process Discovery view. The issue can be fixed as follows by an administrator: click the Edit toggle button, click the right side chart, click the Edit icon in the top right of the chart, click the chart again, click Properties icon in the top right of the chart, open Variables tab, find the InfluenceAttributeTypeId variable, and change its value to empty (instead of 20). Click Close twice to go back to the main level and click Save button. The issue will be fixed to 2020.3.
  • Issue workaround: In ChartView, the Duration between events measure and dimension don't work when there are filters in use (the chart is empty). Workaround is to add the following Suffix expression to the measure or dimension settings (without quotes): "//eventtypes". The issue will be fixed to 2020.3.

Features:

  • 307779: SAML 2.0 support for PA UI.
  • 307789: PAPO now supports ModelId variable and new filters.
  • 307854: Filter selector for main header.
  • 307844: Improved main header (visible in view designer and workspace) (part 2).
  • 307820: Improved main header (visible in view designer and workspace).
  • 307840: Model loading script is now run in a security context allowing access to the project. Setting AllowExternalDatasources for disabling ODBC interfaces.
  • 307763: Root causes analysis supports multiple case attributes.
  • 307737: Datatable columns can be queried without loading entire datatable into memory.
  • 307780: When user logs in, last used model and default filter of the model is added to the session context.
  • 307547: Expression filter rule supports value conversion expression for better compatibility with e.g. date values.
  • 307841: Expression language has a new function Case.DurationBetweenEvents.
  • 307819: Expression language improvements for functions, variables and statements.
  • 307827: New function EventsWindow (and expression optimization to take it into use automatically)
  • 307794: GenericWrite permission should see model object counts when case level permissions are in use.
  • 307776: Effective permissions can be queried using expression language.
  • 307838: /api/projects returns effective permissions for each project.
  • 307832: Browser side caching has been optimized for performance.
  • 307787: Session data and permission are cached for improved performance.
  • 307853: Memory management operations to expression language.
  • 307803: Error message improvements (part 2).

Fixed bugs:

  • 219198: In web.config, empty setting names are formatted as <value></value>.
  • 219199: In web.config, ResponsePollingInterval is 3600000.
  • 219200: Model.EstimatedMemory gave too large estimate for models with lot of event types.
  • 219222: AggregateOthers didn't work with MaximumRowCount when dimensions is null in expression analysis.
  • 219276: It should be possible to set filter to be model default filter when the filter is created.
  • 219280: It should be possible to delete model default filter.
  • 219275: Changing model default filter should only be possible for ManageViews permission.
  • 219297: Designer user can delete other people published filter from web UI but cannot delete it from PA Excel Client.
  • 219285: Expression filter gives "Value was either too large or too small for an Int32".
  • 219304: Expression analysis returning DataFrame doesn't work in SQL script that prints to Excel sheet.
  • 219251: Sample files removed from \\Release\Files\OfficeAddIns\Excel\Example Data.
  • 219293: AnalyzeConformance function throws KeyNotFoundException - variation data missing.
  • 219261: Restored model model could not be open.
  • 219271: Invalid security notification when using Excel client.
  • 219298: X-Forwarded-For handled incorrectly in Functions.GetClientIpAddress.
  • 219305: Decimal datatype caused problems in the expression language.
  • 219323: Delete operation deleted unexpected project, models and datatables.
  • 219337: EventTypes in ModelInformation in PA response should contain entire model data.
  • 219339: Expression language: If statement without false statement causes an exception if the condition is false.
  • 219172: Invalid filterId causes "Internal server error" and " Method Not allow" error.
  • 219258: Exception message is not shown properly in PA Web UI for FaultException.
  • 219281: Improving the error handling for invalid ModelId.
  • 219284: Client side forces filterId=0 even if filter is not mentioned.
  • 219313: After adding the same existing panel twice, not possible to delete it from the view.
  • 219320: Duplicate id on PanelDesigner field-properties.html template.
  • 219336: When PAPO is added from tool palette, InfluenceAttributeTypeId variable contains invalid value "20" (should be empty).

QPR ProcessAnalyzer 2020.1 (released 2020-01-21)

Build number: 2020.1.0.40909, Model compatibility version: 3, Database version: 65, PACM file version: 7, Protocol version: 32.

Features:

  • 307749: Support for importing data to the datatable models.
  • 307813: DataSourceType parameter to --#ImportEvents and --#ImportCaseAttributes ETL scripting commands.
  • 307743: Backend support for saving the new filters.
  • 307775: Effective dashboard permissions are included to dashboard definition when fetched from the server.
  • 307772: Dashboard project path is added to dashboard definition when fetched from the server.
  • 307778: When saving a view, the view is not anymore reloaded unnecessary.
  • 307810: Expression language adjustments.
  • 307818: Drop support for QPR ProcessAnalyzer Excel Client for Excel 2013.

Fixed bugs:

  • 219236: Microsoft.AspNet.Identity.Core.dll and Microsoft.AspNet.Identity.Core.xml files missing when installing QPR ScriptLauncher from the installation package.
  • 219291: QPR ProcessAnalyzer didn't work in https only configuration.
  • 219264: DataFrameMode enabled for KPI analysis even if Values have been defined (but Dimensions is empty).
  • 219223: Variable function don't work with upper case variables.
  • 219267: Viewing DataFrame contents in KPI analysis gives incorrect results.
  • 219279: DataFrame columns by name is unavailable inside user defined functions in KPI analysis.
  • 219259: It should be possible to enable CORS from all origins.
  • 219274: "Inconsistent or unavailable ids" error when using all cases filter.
  • 219290: Getting contents of a dashboard is slow in a customer environment.
  • 219286: User could not open any models after using broken model.
  • 219227: Slowness in model creation when read data from datasource - event cost calculation improvements.
  • 219250: Slowness in event creation when read data from datasource - group by event sorting.
  • 219292: Performance issue in /api/uielements as it unnecessarily fetched dashboard contents.
  • 219295: Client side fix for 219292.
  • 219269: Query results were handled incorrectly in the client side - datatype is cell specific, not column specific.

Additional release for QPR ProcessAnalyzer 2019.9 (released 2019-12-18)

Build number: 2019.9.0.40754, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.

Notes

  • Starting from QPR ProcessAnalyzer 2019.9 the separately installed QPR UI is not needed anymore. Instead, the web UI is now part of QPR ProcessAnalyzer and does not require a separate installation. The new UI can be accessed in http(s)://SERVER/QPRPA/ui/ (where SERVER is the hostname of your QPR ProcessAnalyzer server). Dashboards in the old QPR UI are not moved automatically to QPR ProcessAnalyzer, and also the QPR UI dashboard export files are not compatible with the new QPR ProcessAnalyzer UI.

Features for QPR ProcessAnalyzer:

  • 307785: Angular Migration: Migrate ProcessAnalyserService.
  • 307786: Angular Migration: Migrate FieldPropertiesUtils.

Fixed bugs for QPR ProcessAnalyzer:

  • 219262: Login to PA UI is not possible when there is + character in the password
  • 219263: Opening dashboard which definition is large
  • 219257: It should be possible to get DataFrame cell value by column name in expression analysis

QPR ProcessAnalyzer 2019.9 (release date 2019-12-10)

Build number: 2019.9.0.40704, Model compatibility version: 2, Database version: 63, PACM file version: 7, Protocol version: 32.

Features for QPR ProcessAnalyzer:

  • 307484: Implemented Excel client protocol version for improved compatibility for older Excel Clients.
  • 307564: Case sampling is disabled by default.
  • 307724: There is a support for self-signed certificate for QPR ProcessAnalyzer service.
  • 307705: User related information and session id is available for HTML presentation objects.
  • 307712: Error messages from the backend are shown in UI
  • 307750: PA UI Frontend (part 3)

Fixed bugs for QPR ProcessAnalyzer:

  • 219170: Conformance checking didn't work when there is a non-existing bpmn task between parallel gateway and the end event.
  • 219152: Loading model into memory doesn't anymore require a ResetModelCache permission.
  • 219213: Improved model loading performance when using ODBC, datatable and expression datasources.
  • 219218: Order of the comparison rules incorrectly affected the influence analysis results.
  • 219240: Import model or export model from filter gave "Input string was not in a correct format" error.
  • 219238: Fix for error message "CommunicationException: The remote host closed the connection".
  • 219249: Access was incorrectly denied for non system admins when saving a new dashboard.

QPR ProcessAnalyzer 2019.8 (release date 2019-10-30)

Build number: 2019.8.0.40391, Model compatibility version: 2, Database version: 62, PACM file version: 7.

Features for QPR ProcessAnalyzer:

  • 307633: Datatables can be used as a PA model datasource (part 1).
  • 307700: JSON filter rules should not give error for non-existing values, such as event type names.
  • 307721: Improvements to model Improvements to model LoadOnStartup: loading is done in a separate thread and in parallel.
  • 307693: Expression language: Return attributes in alphabetical order.
  • 307738: Expression language: null-conditional and null-coalescing operators.
  • 307725: Expression language: AsParallel function for making calculations in parallel to improve performance.
  • 307715: New PA Web UI Backend (part 3).
  • 307728: New PA Web UI Backend (part 4).

Fixed bugs for QPR ProcessAnalyzer:

  • 219210: ScriptLaucher CSV export should quote string values with double quotes when the string value contains semicolon.
  • 219143: IIS https only setup does not work.
  • 219186: Event.IndexInCase had issue with event type filters.
  • 219167: Event.OutgoingFlowOccurrence and Event.IncomingFlowOccurrence had issues with event type filters.
  • 218689: _.Cases and _.Events doesn't work as a root in EventLog context in KPI Analysis.
  • 219004: PA license expiration causes unclear error in UI.
  • 219187: KeyNotFound exception occurred when include only all cases from the Path Analysis.
  • 219197: Minor issues in ODBC datasource.
  • 219207: Flowchart influence analysis does not work properly when using both Filter and Comparison parameters.

QPR ProcessAnalyzer 2019.7 (release date 2019-09-25)

Build number: 2019.7.0.40226, Model compatibility version: 2, Database version: 61, PACM file version: 7.

Features for QPR ProcessAnalyzer:

  • 307655: Drop support for SQL core as PA data source (Part 5 Memory optimization).
  • 307696: New PA Web UI Backend.
  • 307710: New PA Web UI Backend (part 2).

Fixed bugs for QPR ProcessAnalyzer:

  • 219164: Event.NextInCase/PreviousInCase didn't work with event type filters.
  • 219136: ODBC model not support import and remove functionality.
  • 219171: Event.NextInCase and Event.PreviousInCase requires CaseEvents preprocessing.
  • 219173: Out of memory error and application pool crashing in customer environment.

QPR ProcessAnalyzer 2019.6 (release date 2019-08-08)

Build number: 2019.6.0.40009, Model compatibility version: 2, Database version: 59, PACM file version: 7.

Features for QPR ProcessAnalyzer:

  • 307260: Update to Visual Studio 2017 and update to .Net 4.7.1.

Fixed bugs for QPR ProcessAnalyzer:

  • 219106: Datetime ticks property in the expression language should be in UTC.

QPR ProcessAnalyzer 2019.5 (release date 2019-06-19)

Build number: 2019.5.0.39902, Model compatibility version: 2, Database version: 59, PACM file version: 7.

Features for QPR ProcessAnalyzer UI:

  • 307330: Filtering renewal: PAPO.
  • 307638: Angular Migration: Migrate Analysis classes part 3.
  • 307653: Angular Migration: Migrate Analysis classes part 4.

Features for QPR ProcessAnalyzer:

  • 307649: Drop support for SQL core as PA data source (Part 4 Source code removal).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 219040: Clustering analysis expression doesn't take into account model without any case attributes.
  • 219001: Case Analysis always limited to 1000 rows (other analyses have the same problem).
  • 219042: PAPO: "Influence Analysis for Case Attributes", value is rounded to closest integer.
  • 218944: PAPO: Recycle bin icon in filter rule name is not visible when there is long text without spaces.
  • 219041: When duration limit 0, filters made from duration beams don't work.
  • 219099: Datetimes in expression language query don't show fraction of seconds (QPR UI).
  • 219103: PAPO: context menu is not working in KPI analysis.

Fixed bugs in QPR ProcessAnalyzer:

  • 219062: GetModels is slow for admin.
  • 218978: Odd 1 million filter is adapted once you remove your custom filter.
  • 219015: Script Launcher million rows limit when exporting to excel csv.
  • 219022: GetModelAsStream webservice not support modelId.
  • 219080: JSON filtering does not work with flowchart analysis.
  • 219087: Increase from 1GB to 2GB limit in PA webservice.
  • 219032: PAPO Variation Analysis is not drawn.
  • 219017: Datetimes in expression language query don't show fraction of seconds (PA CORE).

Additional release for QPR ProcessAnalyzer 2019.4 (release date 2019-05-31)

Build number: 2019.4.0.39800, Model compatibility version: 2, Database version: 59, PACM file version: 7.

Fixed bugs in QPR ProcessAnalyzer:

  • 219078: PAPO loses saved filter when changing analysis
  • 219000: User with only Analyzer role can see and use private filter created by Administrator.
  • 219049: Copy of a model with odbc datasource doesn't have filters from the original model.
  • 219044: Calculated case attributes don't work with odbc model without defined cases.

Features for QPR ProcessAnalyzer:

  • 307611: Drop support of PAIK.
  • 307636: Drop PA Excel client support for Excel 2010, Windows 7 and Windows 8.1.
  • 307628: Drop support for SQL core as PA data source (Part 3 Source code removal).

QPR ProcessAnalyzer 2019.4 (release date 2019-05-07)

Build number: 2019.4.0.39420, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • Custom dashboards for QPR ProcessAnalyzer can be browsed and edited more easily, as there is a Dashboards menu item available.

Features for QPR ProcessAnalyzer:

  • 307419: Change the database connection type to use in-memory core (PA Core).
  • 307324: Drop support for SQL core as PA data source (Part 1: Export from EventLog).
  • 307619: Drop support for SQL core as PA data source (Part 2: Remove analysis 26, 27 and 28).
  • 307523: Refactor ModelInformation code in PA Core.
  • 307613: Quick & Easy memory usage optimizations: PA Core.
  • 307618: Prediction capability to expression language.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218909: Data grid based analysis jumping.
  • 218971: PAPO Variation analysis has both paths and counts at the same time.
  • 218972: PAPO Duration analysis missing the grouped by dimension (default value is not set in analysis).
  • 218969: Event attribute "Cost" doesn't work in Profiling Events analysis and in Expression language.
  • 219006: Case id's (case names) are interpreted as numbers by PAPO.
  • 219027: Numerical attributes are shown as zero decimals in some analysis in data grid presentations.

Fixed bugs in QPR ProcessAnalyzer:

  • 218938: Filter rules information is not showing names for odbc loaded models and calculated case/event attributes.
  • 218945: PA UI Profiling and Event type analysis with selections costs are lost.
  • 218976: Inconsistency in pre-processing CaseEvents results.
  • 219012: Pre-loaded models give null reference exception.
  • 219008: Key is not in dictionary is thrown when selecting benchmark case attribute.
  • 219034: Model calculation context for expression data source is not initialized correctly.
  • 218920: Private filters are visible for other users (which is fine for admins but not for other user types).

QPR ProcessAnalyzer 2019.3 (release date 2019-03-27)

Build number: 2019.3.0.38860, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • It's possible to add calculated case and event attributes to QPR ProcessAnalyzer models using the expression language. Calculated attributes are created when the model is loaded into memory, and they are available in the analyses like the normal imported attributes. Calculated attributes allow e.g. data conversions and cleansing, and also making calculations beforehand to improve performance.
  • QPR ProcessAnalyzer has a new Clustering Analysis, which divides cases into similar groups based in case attributes and occurred types of events. Clustering analysis provides a new way to understand and structure your process mining data.
  • In the expression language, the left out rows can be aggregated as the last row, which is useful, e.g. when you want to present only the most important data but still see the total amount of cases in the model. Also ChartView contains a new setting Group and Show Others using this expression language feature.

Features for QPR ProcessAnalyzer UI:

  • 307507: Disable rectangular selection in flowchart.

Features for QPR ProcessAnalyzer:

  • 307545: KPI: Clustering analysis and related utility functions.
  • 307512: Expression language: Description attribute to Model.
  • 306900: Calculated case and event attributes.
  • 307533: Level of event log pre-processing can be set for expression analysis.
  • 307575: Change items memory caching times.
  • Support for Windows 8 has been dropped. Windows 8.1 is still supported.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218863: Model manager not updated after changing Filter Id.
  • 218874: Sorting and filtering icons overlap in datagrid.
  • 218922: There should be default maximum number of items for different analyses created from tool palette.
  • 218723: Empty analysis window after error thrown by PA service.

Fixed bugs in QPR ProcessAnalyzer:

  • 218908: Wrong Client data in operation log.
  • 218928: Expression filter doesn't work with integers.
  • 218940: Model eventlog can drop from memory.
  • 218927: JSON filtering for case attributes doesn't work with nulls.
  • 218779: Source data formatted to two decimals accuracy but PA total cost flowchart show much more decimals.
  • 218943: ODBC SQL boolean values does not work with filter CaseAttributeValue.
  • 218965: Accessing calculated event attribute value from EventType.Events -property does not work.

QPR ProcessAnalyzer 2019.2 (release date 2019-02-14)

Build number: 2019.2.0.38539, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • Support for Microsoft Office 2019 for QPR ProcessAnalyzer Excel Client.

Features for QPR ProcessAnalyzer:

  • 307423: Improved memory management: unused objects are automatically dropped from the memory. Settings can be configured in web.config or from the model JSON settings.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218838: KPI analysis: Event Occurrence Time isn't calculated properly, e.g. Period=Month fails.

Fixed bugs in QPR ProcessAnalyzer:

  • 218880: PAPO: odbc case and event attributes are not shown in dropdown menu.
  • 218877: Support material - Project admins are not able to create new users.
  • 218898: Importing XES file with xmlns -definition fails.
  • 218893: Model status shows incorrectly "offline" when Model event log is in memory and Model information not.
  • 218917: BaseContext.EvaluateChildExpression with given root object iterates the root object if it is an array.

Additional release for QPR ProcessAnalyzer 2019.1 (release date 2019-01-23)

Build number: 2019.1.0.38400, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Features for QPR ProcessAnalyzer:

  • 307357: PA model management: Analysis requests canceling. All operations have new parameters QueryIdentifier and CancelEarlierQueriesWithIdentifier.

Fixed bugs in QPR ProcessAnalyzer:

  • 218806: Variation filter doesn't filter correctly.
  • 218802: It should not be able to load deleted models into memory.
  • 218866: Case Analysis shows "0" for textual Case Attribute (SelectedActivityCounts=0 column count and data not match).
  • 218862: Case Analysis returns incorrect Start and End times when start or end transition is selected.
  • 218847: Variation Analysis Include Only Cases Filter Fails when using Event Counts and filter.
  • 218765: Event Occurrence Time calculation for KPI analysis (Server side).

QPR ProcessAnalyzer 2019.1 (release date 2019-01-03)

Build number: 2019.1.0.38310, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • There are new training videos available for QPR ProcessAnalyzer in QPR Community. QPR ProcessAnalyzer users can access the videos by clicking Training Videos in the header menu of QPR ProcessAnalyzer UI.
  • ChartView can show several measures at the same time. In table, measures are in different columns, and in chart, measures are presented as different series.

Fixed bugs for QPR ProcessAnalyzer UI:

  • 218768: Number of decimals is not updated in KPI analysis due to HistoryId context variable.
  • 218787: Datagrid export fails with numerical values.
  • 218757: KPI analysis - null value shown as NaN.0 in table.
  • 218794: Popup menu is replicated when PAPO is drawn multiple times.
  • 218740: Case Analysis Year period should not show thousand separator.
  • 218805: Analysis not shown after adding duration analysis to panel using view designer "shortcuts buttons".
  • 218804: PAPO showing only Analysis Window doesn't show anything when other PAPO hides the Analysis window.
  • 218815: Flowchart influence analysis does not always show the results in an identical way.
  • 218791: Flowcharts visibility stepper don't work in PA deployment package Process benchmarking view.
  • 218844: KPI Analysis sorting is not saved to the context variable.

Fixed bugs in QPR ProcessAnalyzer:

  • 218755: If user selects Influence Analysis for Case Attributes into analysis window, it freezes the analysis window completely.
  • 218756: PA model - with event attributes - without case attributes = event attributes shown in profiling case attributes analysis.

QPR ProcessAnalyzer 2018.8 (release date 2018-11-29)

Build number: 2018.8.0.38236, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • New types of charts have been added to the KPI Analysis in PAPO. In addition to the previously available column chart and table presentations, there are now bar, donut, area, line and spline charts.
  • Tool palette contains now items for each QPR ProcessAnalyzer analysis making it easier to create dashboards with different analyses. The analyses have also needed context variables predefined so that settings are saved to the dashboard.
  • Duration Influence Analysis is now calculated in the memory which makes it significantly faster than previously when it was calculated in the SQL Server.

Features for QPR ProcessAnalyzer UI:

  • 307398: More chart types to KPI analysis, such as line chart, bar chart and donut chart.
  • 307473: PAPO tables exporting to Excel, Word and PDF

Features for QPR ProcessAnalyzer:

  • 307417: Duration Influence Analysis in In-Memory.
  • 307458: Performance improvement in reusing event logs.
  • 307456: Expression language plugin mechanism.
  • 307459: PA service support for script generated reports as csv file (for QPR UI Script Manager).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218711: PAPO duration analysis is failing.
  • 218663: PAPO - KPI Analysis - Number of decimals effects column height.
  • 218664: PAPO - KPI Analysis - Default number of decimals in the drop-down list should be 1.
  • 218669: PAPO - KPI Analysis duration from - to.
  • 218557: PAPO - Duplicate flows when increasing the flow amounts in flowchart.
  • 218718: PAPO - Flowchart sometimes shows portions of the flowchart completely unconnected from start/end nodes of the flowchart.
  • 218668: PAPO - KPI Analysis - wrong names in droplist and wrong chart title.
  • 218666: PAPO - KPI Analysis - CamelCase column headers.
  • 218670: PAPO - KPI Analysis - title Duration between "undefined" and "undefined".
  • 218665: PAPO - KPI Analysis - numerical data should be shown linear on X axis.
  • 218629: PAPO - KPI Analysis - Year period should not show thousand separator.
  • 218667: PAPO - KPI Analysis - units are missing in table.
  • 218725: PAPO - KPI Analysis - NumberOfDecimals should be enabled for numerical case&event attribute.
  • 218731: PAPO - layout issue when displaying error message.
  • 218747: PAPO - KPI analysis - Column header text is not consistent with x-axis label.
  • 218762: PAPO - KPI Analysis - Error message doesn't disappear when switching from wrong selections to correct ones.

Fixed bugs in QPR ProcessAnalyzer:

  • 218727: Null values don't work in GroupBy/GroupByValue functions.
  • 218708: Filtering with duration value 0 does not work in duration analysis.
  • 218770: Case analysis with variation Id -> Exception: The given key was not present in the dictionary.
  • 218771: Conformance: Parallel gateways having multiple branches with only one node aren't analyzed correctly.

QPR ProcessAnalyzer 2018.7 (release date 2018-10-10)

Build number: 2018.7.0.38036, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Features for QPR ProcessAnalyzer:

  • 307319: Expression language: GroupBy and GroupByValue functions.
  • 307370: PAPO/A1 cell case/event/event type/variation count should only show cases user has permissions in case level security.
  • 307369: String handling functions in the expression language.
  • 307424: KPI analysis in generic context.
  • 307439: Quick & easy expression language improvements.
  • 307336: PA performance improvement (part 1).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218673: Null values in PA expression language should appear as nulls in datasets.
  • 218693: Performance for PAPO's data grids has been optimized.

Fixed bugs in QPR ProcessAnalyzer:

  • 218453: .TMP files is not deleted always. After 65k .TMP files exist then PA service stop working. If issue is encountered, workaround is to manually delete .TMP files (e.g. files are located in folder C:\Windows\Temp or C:\Users\<pa_applicationpool_user>\AppData\Local\Temp).
  • 218643: InMemory: Open model after pacm file import fails to "Object reference not set to an instance of an object.".
  • 218652: Access denied. Unexpected ModelEventLog dropping object with from cache.
  • 218648: Import empty model with filter crash (evevenlog.Content is null).
  • 218685: XES import runs out of memory when importing BPIC2018 -model.
  • 218690: Expressions returning boolean values should be returned to QPR UI as booleans.
  • 218687: Average and Sum functions should return null for zero length arrays instead of zero.
  • 218705: InMemoryCore: TotalCost in event analysis has incorrect values.
  • 218704: Mismatch in case counts in Variation Analysis when event type filter has been applied.
  • 218709: FileType parameter not select correct stream compression mode in ImportFromStream.
  • 218698: The given key was not present in the dictionary - Variation Analysis error.
  • 218710: PAPO case analysis is currently failing.

QPR ProcessAnalyzer 2018.6 (release date 2018-08-29)

Build number: 2018.6.0.37869, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights

  • KPI Analysis update: The KPI Analysis feature has new updates to it. The Analysis Menu design has new options that allow for efficient creation of KPI analysis presentations. Menu items have been grouped into sub-groups making finding analysis options much swifter.
  • Model load on startup: You can now define which models are loaded onto memory on startup allowing for quicker setup of QPR ProcessAnalyzer servers. This loads the key models needed directly into memory without any separate in-memory loading.

Features for QPR ProcessAnalyzer UI:

  • 307351: KPI analysis UI - part 2

Features for QPR ProcessAnalyzer:

  • 307323: Remove old PA web client.
  • 307200: PA model management: PA model automatic loading on startup.
  • 307350: KPI analysis UI - part 2 (server side).
  • 307208: PA model management: PA model status information to expression language.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218391: PA UI Flowchart selection does not clear automatically.
  • 218606: Edit mode is ON > Floating Action Buttons are not clickable.
  • 218626: PAPO: some popup menus are not closed properly in IE 11.
  • 218607: PAPO: popup menu is not displayed in IE 11.

Fixed bugs in QPR ProcessAnalyzer:

  • 218597: PA Exception details show null in QPR UI.
  • 218575: Incorrect results in conformance analysis calculation.
  • 218540: KPI analysis not working properly.
  • 218314: Variation analysis shows duplicate variations if there are excluded event types.
  • 218604: PA Excel client does not log enough during connection creation.
  • 218624: Estimatedmemory not calculated correctly when model not have events.
  • 218396: KPI analysis - ApplyAnalysisFilters. InvalidOperationException: Sequence contains no elements.´
  • 218628: PAPO: Error popup appears, "Error processing QPR ProcessAnalyzer request.
  • 218631: Performance improvements (Path analysis was slow).
  • 218485: ProcessAnalyzer Excel client cannot be removed from Programs and Features, as it wont show up there.
  • 217775: GetAnalysis(18) should write a progress log entry after each chunk.
  • 217653: SQL command not in log when ODBC connection failed.

QPR ProcessAnalyzer 2018.5 (release date 2018-07-17)

Build number: 2018.5.0.37716, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights

  • QPR ProcessAnalyzer Deployment Package for QPR UI: The new version comes with preloaded QPR UI views that can instantly kickstart your Process Mining experience. These views are readymade and require no extra configuration. These views introduce new functionalities, such as ready made conformance views, for deploying a more varied Process Mining offering.
  • New Dashboard Design features: Panels can be now instantly developed and evaluated in viewer mode, allowing for a more powerful dashboard creation. The object placing logic has been overhauled, allowing for new options in creating dashboards.

Features for QPR ProcessAnalyzer:

  • 307338: Web service support to load and drop PA models.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218536: PAPO: KPI Analysis should not be available from Control Windows.
  • 218519: The numerical values in QPR ProcessAnalyzer Influence Analysis were aligned to the left.
  • 217888: Selection lost from influence analysis table when user slightly adjusts browser window or panel/presentation object window size.
  • 218465: PAPO: Newly created filters are not displayed in the list.
  • 218556: PAPO: An unnecessary vertical scrollbar was shown after PAPO Case Analysis was resized.
  • 218520: PAPO: Filter does not recognize decimal separators.

Fixed bugs in QPR ProcessAnalyzer:

  • 218537: ODBC xlsx loading failed with data format issue.
  • 218495: Changing default filter does not drop cached model information.
  • 218550: Accessing projects from expression language fails in some cases.
  • 218549: Datatable import from Excel sheet data corruption if first column value is empty.
  • 218558: Errors in default.aspx. Login fails.

QPR ProcessAnalyzer 2018.4 (release date 2018-06-11)

Build number: 2018.4.0.37669, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • ODBC driver support for QPR ProcessAnalyzer: Use external data sources to create a dynamic model that is updated every time the model is loaded. Using the ODBC driver, the model data can be accessed from a separate data source. All the event data information can be defined in JSON format allowing for automatic model creation.
  • KPI Analysis: A new analysis is added to QPR ProcessAnalyzer. KPI Analysis utilizes the KPI expression engine for creating visualizations of data. KPI Analysis is a fully fledged analysis that can be used in conjuction with the existing QPR ProcessAnalyzer analysis for more focused results. In addition, KPI Analysis is available as a separate QPR UI view for creation of dashboards that present real-time data taken from QPR ProcessAnalyzer.
  • Tabular Analysis results updated with data types: Analysis featuring tabulated data are now automatically updated with correct data types. Automatic data types allow for exporting the data in a format that can be used in other compatible tools as the data types are automatically defined into the data.

Features for QPR ProcessAnalyzer UI:

  • 307265: KPI analysis UI - part 1 (KPI).
  • 307278: The tabular analyses (e.g. Case analysis) in QPR ProcessAnalyzer UI now have the correct column data types based on the information from the QPR ProcessAnalyzer server.

Features for QPR ProcessAnalyzer:

  • 307204: Load PA model from ODBC datasource.
  • 307313: Expression language improvements - part 7 (performance).
  • 307317: Update new EULA to QPR ProcessAnalyzer.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218487: Influence analysis for Flowchart changes the flowchart settings.
  • 218498: No history entry is created while changing visibility threshold via stepper or context variable.
  • 218508: PAPO variation analysis should limit the queried number of variations.
  • 218513: PAPO settings buttons cover analysis content.
  • 218532: PAPO: Profiling analysis does not work with data loaded via ODBC.

Fixed bugs in QPR ProcessAnalyzer:

  • 218515: IIS crashes in kernel during Odbc query reading csv/xlsx file with Microsoft Access Text Driver and Microsoft Excel Driver.
  • 218484: ImportEvents fails in StartBackground mode.
  • 218525: InMemory CaseAnalysis ShowAllCases not work if there is cases without events.
  • 218463: Issue to install excel client (part 2).

QPR ProcessAnalyzer 2018.3 (release date 2018-04-23)

Build number: 2018.3.0.37545, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • Conformance Checking is supported in QPR ProcessAnalyzer. Using the KPI Expression Language as a basis, process mining models can be compared to BPMN notation and analyzed if the process data conforms to the BPMN design. These results are implemented in ChartView and KPI Expression Language allows them to be implemented into dashboards.
  • BPMN Editor has been added to ChartView. You can now import and design BPMN process maps for use in conformance analysis. The BPMN editor is a web component that is used in the browser, allowing for quick and easy process design. The designs can also be exported for further use.
  • Flowchart Visibility Settings have been overhauled with a new visual presentation. New stepper elements allow for more flexible flow threshold settings while maintaining a user-friendly approach.

Features for QPR ProcessAnalyzer UI:

  • 307276: Remove PAPO Offline mode.
  • 307193 & 307298: The Flowchart Visibility Settings were improved.

Features for QPR ProcessAnalyzer:

  • 307077: Support for Windows Server 2016 (PA Service).
  • 307246: Expression function to calculate conformance to BPMN.
  • 307297: Expression language improvements - part 6.
  • 307301: In-memory memory usage optimizations.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218306: PAPO control window is affected by analysis window's 'Show as' setting.

Fixed bugs in QPR ProcessAnalyzer:

  • 218241: PA Duration Analysis In-Memory - numbers for Events and Cases too high (focus flow).
  • 218456: Issue to install excel client (part 1).

QPR ProcessAnalyzer 2018.2 (release date 2018-03-12)

Build number: 2018.2.0.37453, Model compatibility version: 2, Database version: 58, PACM file version: 7.

Release Highlights:

  • Case Permissions have been added to the data security featureset. Case Permissions allow for limiting model visibility based on rules that reference the case attributes of a set model. Case permissions can refer to usernames or user groups, creating a link between the attributes and groups.
  • Influence Analysis for Case Attributes has been simplified. The feature presents basic information relating to the root causes when it is opened. If further information is needed, this can be accessed via the feature menu.
  • DataGrids support Excel exporting. You are now able to export data from fixed dashboards featuring datagrids. With this feature, you can take your data for further manipulation using Microsoft Excel.
  • Chartview has been improved with a new layout and excel exporting. The new layout allows for quicker access to creating charts using the ChartView tool. With the exporting functionality, the views created are exported for use in presentations in Microsoft Excel.
  • KPI Expression Language has been added with support for Influence Analysis for Case Attributes. This allows for further creation of dashboards with specific analysis result queries. Using the KPI expression language, dashboards can be made to present up-to-date data based on influence analysis results.
  • Dataset tag support for data visualization. Adding dataset tags will help in creating more dynamic chart presentations as the data can be inserted into the JSON settings of charts and datagrids.

Features for QPR ProcessAnalyzer UI:

  • 307220: The Influence Analysis for Case Attributes settings now has a toggle for showing and hiding the detail columns.

Features for QPR ProcessAnalyzer:

  • 307273: PA model JSON settings.
  • 307269: Case permissions.
  • 307261: PA InMemory core, part 8 (Path Analysis).
  • 307282: PA KPI's and expressions (part 5).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218426: Using PAPO with customers model crashes PA Server (Entice Changes).

Fixed bugs in QPR ProcessAnalyzer:

  • 218371: Event types aren't provided to PAPO by PA server.
  • 218372: Having multiple expressions in one selection item in a JSON filter does not work.
  • 218375: Empty comparison -setting with nonempty filter -setting causes influence analysis to return incorrect results.
  • 218380: PA Activation ends one day before the actual end date.
  • 218362: WebService GetAnalysisAsImage does not work.
  • 218389, 218397: Performance issues in PA in-memory core with multiple simultaneous users.
  • 218412: PercentageNumber property is not set properly in PA analyses.
  • 218410: Event attribute profiling event amount mismatch.
  • 218404: Using PAPO with customers model crashes PA Server (PA changes).
  • 218430: Pre-release mandatory PA bugfixes.

QPR ProcessAnalyzer 2018.1 (release date 2018-01-31)

Build number: 2018.1.0.37330, Model compatibility version: 2, Database version: 57, PACM file version: 7.

Release Highlights:

  • ChartView is introduced as a new QPR UI view. This interactive view allows the creation of customized charts to answer specific business needs, with measures and dimensions the user has selected. ChartView comes preloaded with numerous different presentation features for the creation of customized charts fit for any business need.
  • New Table Filtering for Data Table Views. A new Excel-style filtering feature has been added to the different analysis features, such as Influence Analysis for Case Attributes and Event Analysis. The feature allows the presentation and comparison of different data using robust filters.
  • The QPR UI version of QPR ProcessAnalyzer has an overhauled popup menu. Selecting different analysis and creating new filters is quicker and new icons have been added for added clarity.
  • XES filetype importing support. The IEEE TaskForce standardized XES logs are now supported by QPR ProcessAnalyzer. This filetype aims to unify the transactional data produced by information systems and makes them usable in tools used in data analysis.

Full Features for QPR ProcessAnalyzer UI:

  • 307244: The various tables (e.g. Case Analysis) in QPR ProcessAnalyzer UI received filtering functionality familiar to the one in Microsoft Excel.
  • 307163: Popup menu improvements.
  • 307224: Cache model information into browser side.

Features for QPR ProcessAnalyzer:

  • 307271: PA InMemory core, part 7 (Canceling analysis).
  • 307247: XES Event log file format support.
  • 307257, 307270: PA KPI's and expressions (part 3, 4).
  • 307211: Enable custom data sources: Selections as JSON.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218327: PAPO Grid view row selection issues when opening popup menu.
  • 218328: PAPO Missing null check in ModelState.
  • 218365: PAPO: Settings etc. buttons not visible in the latest chrome version (automatically updated).
  • 218324: Fixed an issue where a dataset wasn't refreshed when a context variable was changed from PAPO.

Fixed bugs in QPR ProcessAnalyzer:

  • 218288: PA service installation with DeployPAService.ps1.
  • 218291: Problem with --#GetAnalysis type 31 (filter rules).
  • 218315: PAPO: InMemoryCore: Offline mode shows incorrect case attribute values.
  • 217922: Filtering Flow Table with Case Attribute is too slow.
  • 218321: PA core - Internal server error in PAPO when duration analysis result is empty.
  • 218322: Flow analysis results not always in same order (InMemory).
  • 218340: Not allow to delete default filter ("No access/Access denied").
  • 218345: Unknown filter rule. The given key was not present in the dictionary.
  • 218363: Attribute values are sent to clients as strings from InMemory profiling analysis.
  • 218365: PAPO: Settings etc. buttons not visible in the latest chrome version (automatically updated).
  • 218379: PAPO: Side panels visible in multi papo even if they should be closed and invisible.

QPR ProcessAnalyzer 2017.9 (release date 2017-12-19)

Build number: 2017.9.0.37199, Model compatibility version: 2, Database version: 57, PACM file version: 7.

Release Highlights:

  • The Filtering system on the WebUI has been updated. The user can now easily rename filters, add specific permissions to control privacy of the filters and delete filters easily. The filtering system has an improved interface for easier handling of the filters.
  • New Expression language for KPI calculation. This new language allows power users to create analysis that are customized to their needs and creates the possibility for caluclating KPIs inside the server core. This JSON based language allows users to take their analysis functions even further.
  • Other improvements in this release include performance improvements and further development of the in-memory mode.

Features for QPR ProcessAnalyzer UI:

  • 307237: PAPO: There's now a new "DisabledFunctionalities" context variable for using with PAPO to define which PAPO functionalities should not be.
  • 307173: It's now possible to edit the Name and Privacy of a filter in QPR ProcessAnalyzer UI, as well as delete a filter.

Features for QPR ProcessAnalyzer Server:

  • 307235: PA InMemory core, part 5 (Flow Analysis).
  • 307262: PA InMemory core, part 6 (Canceling model loading).
  • 307257: PA KPI's and expressions (part 2).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218251: Multi-PAPO: Model page shows when model button of one papo has been disabled.
  • 218275: Change PA WS methods from GET to POST.
  • 218132: PAPO: Zoom change when item is selected from Variation Analysis.
  • 218196: PAPO: Variation Analysis: graph bar lengths doesn't match with data.
  • 218157: PAPO: QPR UI Graphics messed in Influence Analysis for Flowchart.

Fixed bugs in QPR ProcessAnalyzer Server:

  • 218241: Duration Analysis In-Memory - numbers for Events, Median duration and Average duration are too high.
  • 218046: System.ArgumentException: Value of '-170' is not valid for 'red'. 'red' should be greater than or equal to 0 and less than or equal to 255.
  • 218275: Change PA WS methods from GET to POST.

QPR ProcessAnalyzer 2017.8 (release date 2017-11-07)

Build number: 2017.8.0.37022, Model compatibility version: 2, Database version: 57, PACM file version: 7.

Release Highlights:

  • The QPR UI interface features a new feature: Profiling Event Analysis. Now you can drilldown to your events and see what event attributes the event types in your data contain. You can also use this knowledge to benchmark your process.
  • The Selection logic in the QPR UI has been updated. You no longer have to update after making a selection, as the selections are responsive and updated automatically. This leads to more responsive and effective analysis.
  • In-Memory Engine has been improved upon, allowing for more efficient analysis for small-to-mid-size models. This update gives you improved performance in your analysis operations. This feature applies for all analysis features and improves the performance of the software immensely, giving you faster operations.
  • The Excel Client has been preloaded with new and updated demo models that demonstrate the power of QPR ProcessAnalyzer. New Models include Healthcare and Insurance claims process models. These give you a great idea on how to utilize QPR ProcessAnalyzer.

Features for QPR ProcessAnalyzer UI:

  • 307161: When selecting items in PAPO, the "Selected" context variables are now updated without the need to explicitly do the update. As a result, the "Select into UI Context" item was removed from the PAPO popup menu. This means that the TempSelectedActivities, TempSelectedTransitions, TempSelectedVariations, and TempSelectedCounts context variables were removed, and their functionality changed to be in the SelectedActivities, SelectedTransitions, SelectedVariations, and SelectedCounts context variables.
  • 307061: PAPO now has the Profiling Event Analysis available.

Features for QPR ProcessAnalyzer Server:

  • 307219: Excel client demo model changes.
  • 307216: To improve performance, QPR ProcessAnalyzer can now be configured to run the analyses in the server memory instead of the database.

Fixed bugs in QPR ProcessAnalyzer UI:

  • 218060: PAPO doesn't add transition duration but case duration filter rule type when Duration analysis shows transition duration.
  • 218039: PAPO: Analysis window has incorrect width when opening view (splitter issue).
  • 218036: PAPO: Web UI shows archived/recycled PA models.
  • 218100: PAPO: Once Analysis view show "No records to display" message, then switch to other analysis view is not possible for current model.
  • 218159: PAPO: Popup menus don't work in tabular analyses in IE11.
  • 218169: PAPO: SelectedAttributeType parameter in PA request has invalid value when switching model and applying filter that requires model change.

Fixed bugs in QPR ProcessAnalyzer Server:

  • 218148: InMemory: Include Only Event Types does not work with sampled models.
  • 218179: InMemory: Amount of cases in Duration analysis when flow is selected.

QPR ProcessAnalyzer 2017.7 (release date 2017-09-25)

Build number: 2017.7.0.36871 36762, Model compatibility version: 2, Database version: 57, PACM file version: 7.

Release Highlights:

  • New In-Memory core for Process Analysis calculation. This server-side improvement can improve Analysis Performance speed up to 20 times faster than previous releases. This is achieved by offloading the memory functions directly to the application server where in the previous versions of the software, the SQL server handledthe workload.
  • This release also features different bug fixes and performance improvements, aiming to improve your process analysis experience. Combining these features with the new WebUI platform release, the implementation of your data for analysis and improvement is smoother than ever.

Features for QPR ProcessAnalyzer UI:

  • 307060: CSS styling and grid configuration improvements (technical feature).

Fixed bugs in QPR ProcessAnalyzer UI:

  • 217986: The pie (in profiling analysis) is rendered initially too small.
  • 217721: One extra scroll position / zoom -history entry created when PAPO is initialized.
  • 218052: Flowchart shows incorrect duration.
  • 217978: Profiling analysis is empty in Analysis window when opening splitter again.
  • 217926: Duration Analysis in control window doesn't select all "other" cases.
  • 217708: It is not possible to make multiselection using radial graph.
  • 218043: Issue with AnalysisWindowSize context variable.
  • 218058: Profiling Analysis for Case Attributes doesn't work when using numerical case attribute.
  • 218035: Switch model from filter: Error processing PA request. Invalid column name 'CA_VALUE_1290462'.

Fixed bugs in QPR ProcessAnalyzer Server:

  • 218024: Add log writing to odbc query.
  • 217836: Error when opening filter in customer environment.
  • 217995: ImportCaseAttributes command does not import cases properly.
  • 218094: PA error text doesn't have information which value have problem.
  • 218145: Input String was not in the correct format error when opening customer model.

QPR ProcessAnalyzer 2017.6 (release date 2017-08-15)

Build number: 2017.6.0.36561, Model compatibility version: 2, Database version: 57, Stream version: 7.

Release Highlights:

  • The major feature of this release is the support for Multiwindow Process Analysis. Need to create new, custom views for specific analysis? It's now possible with the customizable dashboards offered.
  • If you want to take dashboard customization even further, you can now add SVG Backgrounds to views and panels. You can make your dashboards look more impressive by adding a SVG image to it.
  • For powerful analysis, the new version offers a table view for Profiling Analysis. For larger datasets with multiple attributes, this is an extremely useful feature as you can easily profile the data with the table.
  • If you want to do accurate lead time analysis, you will find the table view for Duration Analysis very useful. The data presented in the tables offers you accurate data and can be used for further analysis.
  • Managing navigation and creating links for dashboards has been furthered with the addition of Identifier Support. You can now give your dashboards identifiers that you choose, making your dashboard management much easier.
  • For more under the hood features, we implemented dynamic tag support. Dynamic tags allow you to add functional behaviour to dashboards by specifying set context variables. This will lead to more responsive dashboards!
  • Finally, we redesigned the zoom buttons. Not only did we redesign the buttons, but we implemented into the analysis window! By adding a zoom button to the analysis window, we now offer you the chance more control on the visualization of the analysis.

PAPO Features:

  • 307063: The Profiling Case Analysis can now be shown as a table.
  • 307012: The zoom button look was changed.
  • 307064: The Duration Analysis can now be shown as a table.

Fixed bugs:

  • 218010: Sample files are missing from PA Excel Client.

PAPO Fixed bugs:

  • 218005: The Profiling Analysis case attribute selection was reset to the default value after applying a filter.
  • 217876: The flowchart was not centered after being opened in the Control window.
  • 217934: Fixed an issue where the "Limit to" field in the analysis settings could be used to enter unacceptable values and could display negative values.
  • 218028: The Model and Analysis buttons were shown in the Control and Analysis windows even when the windows were hidden by using the splitter.

QPR ProcessAnalyzer 2017.5 (release date 2017-07-06)

Build number: 2017.5.0.36503, Model compatibility version: 2, Database version: 57, Stream version: 7.

PAPO Features:

  • 307067: The Variation Analysis in QPR ProcessAnalyzer Presentation Object can now be run in the Control window.
  • 307021: The QPR ProcessAnalyzer Presentation Object now has Case Analysis.
  • 307020: The QPR ProcessAnalyzer Presentation Object now has Event Analysis.
  • 307058: The QPR ProcessAnalyzer Presentation Object now has Event Type Analysis.
  • 307105: PAPO: In the Flowchart analysis, some terms, default values, and button visibility were changed.

Fixed bugs:

  • 217925: 'SelectedCaseAttributeTypes' is not supported in --#CreateFilter.
  • 217710: Copyright shows 2016.
  • 217973: PAPO now uses the web browser's date and number formatting when showing date and numbers in data grids/tables.
  • 217946: Fixed an issue in PAPO, where the table grid didn't fit the window after switching from Offline Mode to normal mode on Case analysis

QPR ProcessAnalyzer 2017.4 (release date 2017-05-23)

Build number: 2017.4.0.36424, Model compatibility version: 2, Database version: 57, Stream version: 7.

PAPO Features:

  • 307022: The Profiling Analysis can now be used in the Control window in the QPR ProcessAnalyzer Presentation Object to select cases for the analysis in the Analysis window.
  • 307003: The buttons in the QPR ProcessAnalyzer Presentation Object (PAPO) were rearranged.
  • 307057: The Duration, Profiling, Influence, and Variation Analyses in QPR ProcessAnalyzer Presentation Object now have generic and some analysis specific settings supported.
  • 306969: The QPR ProcessAnalyzer Presentation Object now supports the Influence Analysis for Case Attributes in the grid format.
  • 307030: Duration Analysis can now be used in the Control window of the QPR ProcessAnalyzer Presentation Object.

PA Features:

  • 403516: Consolidate event names in PA example Excels (SAP_OrderToCash.xlsx, SAP_OrderToCash v2.xlsx and SAP_OrderToCash_Extended.xlsx).

Fixed bugs:

  • 217845: Create Filter from CaseAttributeTrends with PA script doesn't work.
  • 217830: Tab delimiter is not taken into use when datatable imported.
  • 217902: SqlException thrown when opening influence analysis on a filter without any case attributes.

QPR ProcessAnalyzer 2017.3 (release date 2017-04-11)

Build number: 2017.3.0.36338 36324, Model compatibility version: 2, Database version: 57, Stream version: 7.

Features:

  • 305862: There now are new StartTime Limit and Maximum Text Length settings to be used with the QPR ProcessAnalyzer Operation Log and the Operation Log Analysis GetAnalysis script command.
  • 306983: PAPO - Highlight selected flow label in flowchart: selected flow labels are now clearly visible on the flowchart. Selected objects are highlighted on the flowchart.
  • 306986 & 307017: The QPR ProcessAnalyzer Presentation Object (PAPO) now has a new window system.
  • 306987: PAPO - in-memory Variation analysis: Variation analysis is now supported in in-memory mode.
  • 307000: The model shown in the QPR ProcessAnalyzer Presentation Object (PAPO) can now be changed via a menu.
  • 306999: The Start and End symbols in the QPR ProcessAnalyzer Presentation Object (PAPO) flowchart were updated.

Fixed bugs:

  • 217679: PA cannot add new case Attribute values to exising case via Excel if CaseId starts with leading zero.
  • 217790: Filtering is too slow.

QPR ProcessAnalyzer 2017.2 (release date 2017-02-28)

Build number: 2017.2.0.36218, Model compatibility version: 2, Database version: 56, Stream version: 7.

Features:

  • 306966: Performance optimizations into PA database.
  • 306930: Improved messages to SQL Queries.
  • 306910: Implement importSalesforceQuery support for TLS 1.1. Note that the support from PA Salesforce Integration service has been discontinued.
  • 306964: Make it possible to transfer the contents of a filter efficiently to UI.

Fixed bugs:

  • 217605: Operation log throws some exception.
  • 217546: Slow access to project by project name. ETL parameter: (SELECT 'ProjectName', 'name').
  • 217363: ScriptLauncher should LogOff.
  • 217618, 217636: PA Excel Client doesn't connect to PA Server when Windows performance counter is not accessible (part 1 and 2).
  • 217650: System.DBNull objects returned from event analysis when IncludeCaseAttributeValues is used.

QPR ProcessAnalyzer 2017.1 (release date 2017-01-16)

Build number: 2017.1.0.36111, Model compatibility version: 2, Database version: 55, Stream version: 7.

Features:

  • 306899: The SendEmail script command now supports sending attachments.
  • 306896: A case prediction Open R example script was added to QPR ProcessAnalyzer wiki.
  • 306484: There is now a new ImportEventsIncremental script command for synchronizing event data between a data table that holds event data and the specified model.
  • 306906: The Script Log entries are now written to the database at the same time as the script is being run. There is also a new Script Log Report analysis type for the GetAnalysis script command for administrators to access script logs.

Fixed bugs:

  • 217526: Log entries written as errors even if they are not.
  • 217545: Session expires exceedingly often in a service deployed in AWS behind load balancer.
  • 217591: Special characters in PA script parameters cause script to fail and hide the actual root cause of the failure.

QPR ProcessAnalyzer 2016.7 (release date 2.12.2016)

Build number: 2016.7.0.35938, Model compatibility version: 2, Database version: 55, Stream version: 7.

Features:

  • 306677: There now is a possibility to remove the runtime selection and reopen the current analysis by selecting "Change > Clear Runtime Selection".
  • 306873: In the QPR ProcessAnalyzer Service web.config, there is now a ResponsePollingInterval setting to be used if QPR ProcessAnalyzer data is to be accessed via QPR UI.
  • 306860: New Influence Flowchart Analysis allows users to see how the process differs between two sets of cases.
  • 306874: There's now a new CreateFilter script command available, that enables making QPR ProcessAnalyzer filters in QPR UI by calling a QPR ProcessAnalyzer script there.
  • 306750: The GetAnalysis script command now has a new 'IncludeSelection' parameter.
  • 306342: There now is a new @_CurrentScriptId script variable that enables making loops in scripts without hard coding the script id into the script.
  • 306891: There are now two new analysis types to be used with the GetAnalysis command FilterReport and FilterRuleReport.
  • 306614: Remove Excel client login attempt to global-url.
  • 306864: Some performance optimizations were done for QPR ProcessAnalyzer core and recommendations for some SQL Server settings were added.

Fixed bugs:

  • 217430: Insert bulk failed due to a schema change of the target table.
  • 217447: Remove LocalDb check if PA Xpress not activated.
  • 217446: Possible to import over 1 million events with Xpress standard and after that it is not possible to login to Xpress anymore.
  • 217395: Write exception text in progress log and server log file if an exception is caught.
  • 217465: Clarification about Open R setup on server side.
  • 216370: Stack traces missing in script run logs.
  • 217467: Caught unhandled exception. Import invalid pacm file with Pro.
  • 217478: Minimum Flow Volume setting changed in an unexpected way.
  • 217500: Fix comparison flowchart color algorithm.
  • 217356: Improve log writing [Data import fails for timeout (SAP error text missing in ClientSideImport)].
  • 217493: Analysis title, benchmark drop down menu not updated properly.
  • 217525: EVT_ORDER based index is missing in event cache tables.

QPR ProcessAnalyzer 2016.6 (release date 24.10.2016)

Build number: 2016.6.0.35754, Model compatibility version: 2, Database version: 54, Stream version: 7.

Features:
- 306662: There now is a new StartBackground script command, that makes all script commands that are placed after it be run in background, so that the user can continue using QPR ProcessAnalyzer Excel Client while the script is being run.
- 306314: QPR ProcessAnalyzer Xpress now comes with Microsoft SQL Server 2016 Express LocalDB. Due to this, support for 32-bit operating systems is dropped. Support for 32-bit Microsoft Office Excel remains.
- 403132: Epicor and ServiceNow demo models have been added.
- 305476: Comparison Mode is now available for flowchart benchmarking.
- 306559: There now is a Duration Influence Analysis that shows which case attributes have the most effect into the durations of cases or the selected flow.
- 306842: Support for Open R and example script for clustering / case prediction.
- 306859: IWA support for --#CallWebService.
Bugs:
- 217341: NaN-double values cause problems in json parsers.
- 216725: PA service stops randomly.
- 217290: Extra error message shown after "Unsupported Operation" error in Excel Client.
- 217037: QPR Tab is disabled in Excel client.
- 217404: Drill-down from duration analysis is slow.
- 217419: Deadlock in SqlCore.SetScript.
- 217435: Update labels in dropdown menu for Duration Analysis.
- 217432: Group By Settings chosen in the Duration Analyses will not be adapted to Influence Analysis/Influence Analysis will not work.

QPR ProcessAnalyzer 2016.5 (release date 19.8.2016)

Build number: 2016.5.0.35492, Model compatibility version: 2, Database version: 54, Stream version: 7.

Features:
- 306728: Added support for Microsoft SQL Server 2016 for QPR ProcessAnalyzer Service.
Note: When doing migration to SQL server 2016, the read-only flag for the sandbox database should be switched off. After the migration is done switch the read-only flag back on.
- 306727: The Profiling Analysis now has a new Trend type analysis that shows the amount of cases that have the particular value for the selected case or event attribute for any particular period.
- 306733: In addition to the Case Attribute Influence Analysis that has existed before, there's now a new Influence Analysis - Process Path available.
- 306536: Microsoft .NET Framework 4.6.1 has been taken into use.
Note: This component needs to be installed on the machine running PA service.
- 306756: The Profiling Analysis Trend type analysis supports case filtering based on the selected cells in the analysis.
- 306754: Common QPR Authentication now supports QPR UI.
- 306760: The GetAnalysis script command now has a new "ForceAnalysisResultType" parameter to support putting all analysis types into tabular format, so the data can more easily be used in scripting environments and QPR UI.
Bugs:
- 213348: Analysis settings are now persistent in PA Excel Client.
- 216399: Fixed importing script with big script logs.
- 216447: Fixed auto-sizing for the comments field of A1 cell in Excel Client.
- 216748: Improve line numbers in ETL script error log.
- 216863: Improved error message shown when connection to PA service is lost.
- 216934: Transition flow issue when unselecting "Show duration" in Path analysis.
- 216938: Path Analysis: remove event type filtering and simplify case filtering.
- 216952: Improved error message shown when trying to connect to PA service with older version of Script Launcher.
- 216960: Added documentation for DeleteModelsInRecycleBinOnStartup parameter of PA_CONFIGURATION table.
- 216972: The Start Time column formatting in the sample file LoanApproval.xlsx has to be updated.
- 216973: Improved error messages shown when the amount of data exceeds the user quota.
- 217034: Fixed the issue with the wrong number of cases and events shown in Path Analysis with benchmark settings.
- 217213: Fixed the issue in Excel Client when the analysis details text in the header was truncated.
- 217229: Update PA service requirements and support material.
- 217232: Documentation bug: ScriptLauncher fails to load SAP dlls in some environments.
- 217244: Optimized the query for getting all models.
- 217254: Update Influence_Analysis wiki page.
- 217264: Columns lenght too narrow in some analysis.
- 217269: Wrong term used in PA.
- 217275: Multi-select drilldown from flowchart and flow analysis behave inconsistently.
- 216734: Add description for Sample size inheritance when creating filters based on existing ones.
- 217074: Curved flows drawn even if they should be straight.
- 216994: Missing icon in windows - operation aborted.
- 216863: The error message, for broken connection from client side, is not user-friendly.
- 217294: Adding a bookmark in Profiling Analysis fails in Web Client.
- 216447: COMException occurs unexpectedly while using excel client (set_AutoSize).
- 217244: Slow MainService.GetModels query.
- 216399: ScriptDeployer fails to import scripts with big script logs.
- 216952: Unclear error message - ScriptLauncher.
- 216960: DeleteModelsInRecycleBinOnStartup requires support material and API test for verification.
- 217017: PA Manage script icon is not visible in Excel 2007.
- 216973: Improve error messages of amount of data exceeded situations to more specific.
- 217279: Deleting model is slow and requires lots of SQL Server disk space.
- 216910: Case costs can be imported as strings in when case attributes are updated.
- 217309: Runtime filtering from Events - chart analysis works inconsistently.
- 217212: Layout issue when exporting filter.
- 217325: Influence analysis terminology.

Hotfix for QPR ProcessAnalyzer 2016.4 (release date 15.6.2016)

Build number: 2016.4.0.35184, Model compatibility version: 2, Database version: 53, Stream version: 7.

Bugs:
- 217233: ScriptLauncher doesn't write anything into log if the script file does not exist.
- 217217: Unclear instruction on how to update PA service installation to new version.
- 217223: Importing events from current sheet - start time should be datetime.
- 217245: User rights query suspended (slow execution).
- 217249: Import filter with eventtype fails.

QPR ProcessAnalyzer 2016.4 (release date 30.5.2016)

Build number: 2016.4.0.35096, Model compatibility version: 2, Database version: 53, Stream version: 7.

Features:
- 305509: Back button to Excel Client.
- 306666: The GetAnalysis script command now has a new analysis type: Event Type Trends.
- 306697: The GetAnalysis script command now has a the 'ShowAllCases' parameter available for case analyses. The parameter can be used in conjunction with the new RemoveCases command to remove unwanted cases from a model.
- 306695: The Event Type Analysis now as the Trends analysis type with selectable analysis settings in the user interface.
- 306698: The Event Type Analysis Trends analysis type supports case filtering based on the selected cells in the analysis.
Bugs:
- 217116: Fix common authentication for QPR Portal bookmark links.
- 217132: ReloginInterval and ReloginDuration can't be configured from command line.
- 217159: COMException after opening a xlsx-file.
- 217126: Run script manager crash or not start if focus is cell editor.
- 217104: Operation log exception in Excel 2007.
- 216967: KeyNotFoundException: The given key was not present in the dictionary in Common.Core.SqlCore.DoReadOnlyGetModels.
- 217094: Influence results are not sorted correctly when MaximumCount is used when viewing from QPR UI.
- 217156: COMException occurs when running a script with #ShowReport twice with selected activity box.
- 216810: Attempt to write negative values into progress bar in progress status dialog.
- 216813: Connection timeouts are hard coded to all PA database connections.
- 217029: Case attribute dependent filter rules get corrupted when exporting a view to pacm file.
- 217176: Problems running scriptlauncher performance tests.
- 217216: Update QPR PA About box.

QPR ProcessAnalyzer 2016.3 (release date 19.4.2016)

Build number: 2016.3.0.34871, Model compatibility version: 2, Database version: 53, Stream version: 7

Features:
- 306647 & 306660: The A1 cell comments and the ShowReport and GetAnalysis commands now support automatic creation of pivot tables.
- 306439: The QPR ProcessAnalyzer ScriptLauncher now supports passing configuration settings as command line parameters. It can also do CSV exports of the scripts being run, and it can pass analysis parameters to the scripts being run.
- 306655: QPR ProcessAnalyzer now has new look & feel design for the user interface.
- 306658: Show Script reports in UI (and run scripts).
Bugs:
- 216554: Selecting a green or red flow from Path analysis and going to Cases shows a empty Cases list.
- 216928: Creating filters from Path Analysis with selected starting/ending transitions doesn't work properly.
- 216927: Selection from Path Analysis doesn't work when there are loops in the flowchart.
- 216948: Timeout period elapsed prior to completion of the operation.
- 216460: Examples with parameters of different GetAnalysis types missing from PA Wiki.
- 217015: EventId's stored to INT cause problem (cause 2G event limit).
- 217026: secureWebHttp endpoint does not work at all in PA service.
- 217023: Sorting order: influence analysis internal sorting should be sorted by contribution.
- 216971: The QPR ProcessAnalyzer home link is broken and leads to nowhere.
- 216933: Ambiguous column name error when clicking on Cases analysis.
- 216991: Open any analysis from Profiling view causes invalid runtime filter if nothing valid is selected.
- 216805: --#GetAnalysis for Model report ('AnalysisType', '21') cannot get "Compatibility Version" information.
- 217001: Error message displayed regarding VSTO during PA installation.
- 216830: Production URL is pointing to a wrong end point in Salesforce integration.
- 217043: API tests stop responding after certain tests have been run.
- 217035: Flowchart analysis headers show incorrect counts while benchmarking.
- 216862: GetAnalysis(6) for event analysis is slow and eventually even crashes (probably consumes lots of memory).
- 216975: ScriptLauncher runScript with Text.

QPR ProcessAnalyzer 2016.2 (release date 8.3.2016)

Build number: 2016.2.0.34637, Model compatibility version: 2, Database version: 53, Stream version: 7

Features:
- 306619: Refactor event cache table generation
- 306616: The filter definitions are now available for all filter types in the Filter Rule Properties dialog.
- 306617: The A1 cell in the analyses now has the added information of total processing time of the analysis (query and Excel client processing), Project name, User name, and Filter rules.
- 306367: The Excel Log is now in use by default. In addition, the implementation now uses log4net which provides log rotation capabilities among other features.
- 306637: SalesforceURL parameter was added to #ImportSalesforceQuery command.
- 306625: The QPR ProcessAnalyzer Service can now be activated manually via email to QPR Customer Care in case the automatic activation is not possible.
- 306634: The Influence Analysis now has a new setting "Weighted by Case Cost" for adding case-specific weights for individual cases.
Bugs:
- 216831: Fixed an issue in drilling down from benchmarked Flowchart Analysis.
- 216866: Fixed an error thrown when opening Variation Analysis view from Path Analysis.
- 216871: Fixed an issue with Variation Analysis that gives 0 for event count in the first line.
- 216859: Fixed an issue with initializedb.sql and optimizedb.sql missing from the PA_Deploy.zip file.
- 216440: Changed the error shown when opening bookmarks with invalid benchmark settings.
- 216872: Added a notification that only the sampled cases are copied to a new a model or exported to a .pacm file.
- 216924: Changed the default context for script manager to be "Project" instead of "Model".

Hotfix with version number 2016.1 (release date 10.2.2016)

Build number: 2016.1.0.34489, Model compatibility version: 1, Database version: 53, Stream version: 7

Bugs:
- 216715: Excel Client go unstable state if session expired when session information dialog is open.
- 216719: Fixed the issue in Excel Client where the number of events was not checked before starting animation.
- 216786: Fixed the issue with corrupted bookmarks.
- 216814: Refactored flow analysis predecessor and successor calculation.
- 216464: Fixed the error message shown when user inputs activation key in an invalid format while activating via email.
- 216847: Fixed an issue with filtering with include only cases, takes a lot of time.
- 216856: Fixed an issue about Duration filter that does not work correctly when used together with event type filters.
- 216848: Fixed an issue TA: Model export is taking too long time.

QPR ProcessAnalyzer 2016.1 (release date 18.1.2016)

Build number: 2016.1.0.33400, Model compatibility version: 1, Database version: 53, Stream version: 7

Features:
- 306474: QPR ProcessAnalyzer now supports Microsoft Office 2016 suite.
- 306485: This feature introduces new filter rules that enable defining which Case and Event Attributes are included or excluded in filtering.
- 306508: In this refactorization feature, the internal mechanism for filtering has been changed.
- 306509: New sample size functionality is introduced for filters to facilitate finding the optimized sampling size for the analysis.
- 306512: A new model compatibility version has been introduced to enable making backward compatibility breaking changes related to the way models are handled without having to break the backward compatibility of the whole QPR ProcessAnalyzer database.
- 306513: The Filter Properties dialog has been redesigned to enable access to filter rules directly from this dialog.
- 306592: Internal and product version numbers have been updated and changes have been made to database version backward compatibility. See Version Compatibility for more information.
- 306596: Changes have been made to some of the settings for Influence Analysis. For example, you can now limit the number of shown top and bottom rows.
- 306581: Case attributes source model functionality has been removed.
- 306597: InstallShield was upgraded to version 2015.
Bugs:
- 216205: Fixed an issue where QPR ProcessAnalyzer Service had the wrong EMS address.
- 216404: Fixed an issue where a Evaluator user could not log in to QPR ProcessAnalyzer when the user did not have rights to the model default filter.
- 216405: Fixed an issue where case attribute import was not showing an error message if no case attribute columns existed.
- 216729: Fixed an issue where after importing a big model using a script, a file model import with Excel Client was very slow.
- 216770: Fixed a performance issue where unnecessary temporary tables were created when there were no runtime filters being used.
- 216763: Fixed Profiling Analysis so that by default it should always be opened for case attributes.
- 216781: Fixed performance issue in Flow analysis with selected Start or End Event attributes.
- 216789: Removed automatic retry mechanism for the case when EndpointNotFoundException was thrown.
- 216792: Fixed an issue in Flow analysis with incorrect values for starter events when event attribute based benchmarking is performed.

Hotfix with version number 2015.5 (release date 7.10.2015)

Build number: 2015.5.0.33631, Model compatibility version: 0, Database version: 44, Stream version: 6

Bugs:
- 216456: Fixed an error that occurred when using the #ImportSapQuery command and transferring data from server to client and executing it in the client side.
- 216556: Fixed a timeout issue related to memory consumption that occurred when running a script.
- 216566: Fixed an issue where the client-service polling was broken when exporting a model.

QPR ProcessAnalyzer 2015.5 (release date 25.9.2015)

Build number: 2015.5.0.33554, Model compatibility version: 0, Database version: 44, Stream version: 6
Features:
- 306448: A new service product, QPR IntegrationPlatform, is introduced. QPR IntegrationPlatform allows users to create new projects and data tables, and to run ETL scripts. Changes have also been made to the user interface of QPR ProcessAnalyzer Excel Client in order to improve user experience.
- 306453: With the new feature, Common QPR Authentication, it is possible to configure a common authentication system between different QPR Suite product web clients.
- 306467: In preparation for upcoming support of the MS Office 2016 release and Windows 10 operating system, the installer for QPR ProcessAnalyzer has been updated.
- 306471: Scripts now have the CallWebService command available enabling you to extract data via a Web Service.
- 306473: QPR ProcessAnalyzer now supports Windows 10 operating system.
- 306486: Four new demo models (SAP_OrderToCash_Extended, SAP_PurchaseToPay, LoanApproval, and ServiceTicket) have been added to Sample Files that come with QPR ProcessAnalyzer installation.

Bugs:
- 216363: Fixed an issue with Web Service requests in which TimeOutExceptions could not be handled in the client side.
- 216465: Fixed a performance issue with Influence Analysis.
- 216498: Fixed an issue where temporary tables got dropped when using the Run command with arguments.

Hotfix with version number 2015.5 (release date 26.8.2015)

Build number: 2015.5.0.33323, Model compatibility version: 0, Database version: 44, Stream version: 6

Bugs:
- 216466: Fixed an issue where the ImportSalesforceQuery function failed.

QPR ProcessAnalyzer 2015.4 (release date 13.8.2015)

Build number: 2015.4.0.33243, Model compatibility version: 0, Database version: 43, Stream version: 6

Features:
- 306379: Scripts now have the Run command available enabling you to run another script with specified parameters.
- 306401: The product activation limits for QPR ProcessAnalyzer Xpress and Xpress Evaluation have been changed.
- 306406: Scripts can now be encrypted.

Fixed Bugs:
- 214282: Fixed an issue in old databases to comply with the current implementation where all models are considered base models (i.e. there are no child models anymore).
- 215227: Fixed an issue when the value "(others)" is selected as a filter in Profiling Analysis so that an error message will now be shown.
- 215832: Fixed an issue with the delay after a user cancels an operation in Excel Client.
- 215854: Fixed the inconsistency issue in the operation ID which caused a failure in Excel Client progress bar.
- 215886: Fixed the issue where Excel was not responding when a user tried to open a sample file.
- 215998: Fixed an issue where an Evaluator user was able to create an unlimited amount of models.
- 215999: Fixed an issue with user roles so that creating new data tables requires now also any one of the following global roles: Administrator, Model Creator or Evaluator.
- 216057: Fixed an issue where QPR ProcessAnalyzer Excel Add-in crashed when a user opened an Excel file in protected mode and tried to enable editing.
- 216070: Fixed an issue related to Evaluator user rights.
- 216079: Fixed an issue with Profiling and Influence Analysis failing if the SQL value is of type FLOAT.
- 216084: Fixed an issue where the error text did not show the script name when an error occurred in the running of a script.
- 216152: Fixed an issue where old data still existed in a temporary table when importing data to a temporary table with the import Data Table commands using the parameter Append = 0.
- 216153: Fixed an issue where old temporary table was not deleted before it was used in GetAnalysis command.
- 216183: Fixed an issue in Influence Analysis where the subset of zero values could not be selected for drilldown.
- 216189: Fixed an issue where the QPR ProcessAnalyzer Excel Client was connected to a database initialized with newer initialization script versions than the used client.
- 216192: Fixed an issue with case attribute import in case the first column has the name "Id".
- 216211: Fixed a connection slowness issue in QPR ProcessAnalyzer Xpress after the LocalDB instance was stopped.
- 216215: Fixed the error message in QPR ProcessAnalyzer Web Client when a user tried to open a bookmark of unsupported type.
- 216218: Fixed the error message for a network connection problem.
- 216238: Fixed an issue where hidden Excel sheets were created every time a user would open Excel.
- 216249: Fixed an error that occurred when trying to copy a model multiple times in a row.
- 216255: Fixed an issue where deleted filters were still visible in the list of filters accessible from the Change button in the ribbon.
- 216256: Fixed an issue where QPR ProcessAnalyzer Web Client became unresponsive when user tried to relate an idea to a deleted filter.
- 216262: Fixed an issue where after each import, all the variations that were not used by any case existing in the model were removed, causing variation dependent filters to no longer work as expected.
- 216269: Fixed an incorrect label in the Bookmark Properties dialog.
- 216312: Fixed the URL of the link for "Forgot your Product Activation Code?" in the QPR ProcessAnalyzer Activation Utility dialog.
- 216329: Fixed the GetAnalysis command so that deleted models, projects, scripts or data tables are not returned in the analysis by default.
- 216338: Fixed an issue where an unhandled timeout exception was thrown when restoring a big model.
- 216350: Fixed an issue with slow Variation Analysis in models having lots of variations.
- 216352: Fixed an issue where import of a model caused variations to be updated for all models.
- 216355: Fixed an issue with the ShowReport command related to an Excel limitation of showing only 1 million rows of data.
- 216357: Fixed an issue where QPR ProcessAnalyzer Integration Kit failed in case there was no data to be loaded.
- 216359: Fixed an error which appeared when user tried to use Excel client newer than the recommended client version in the service.
- 216361: Fixed an issue where the stack trace was not always written to the log file when an error occured.
- 216375: Fixed the QPR ProcessAnalyzer ScriptLauncher to be a 64-bit application instead of 32-bit.
- 216380: Fixed the build errors which appeared in the installer log of QPR ProcessAnalyzer.
- 216422: Fixed an issue in QPR ProcessAnalyzer Excel Client where Run Scripts button in some cases was visible for a user without RunScripts rights.
- 216423: Fixed an issue with an error occurring when trying to open Project Workspace after an expired session in QPR ProcessAnalyzer Xpress.
- 216425: Fixed an issue where QPR ProcessAnalyzer Web Client became unresponsive when user tried to open a deleted bookmark.
- 216432: Fixed a performance issue with GetAnalysis operation.
- 216433: Fixed an issue where case-related data was incorrectly shown in Project Workspace after importing a new model.
- 216436: Fixed an issue with filters not working in a customer production environment.

QPR ProcessAnalyzer 2015.3 (release date 20.5.2015)

Build number: 2015.3.0.32848, Model compatibility version: 0, Database version: 42, Stream version: 6

Features:
- 306343: The SQL Server Express LocalDB Instance API has been taken into use for LocalDB instance startup. This makes it possible to support multiple different versions of LocalDB.
- 306358: Several performance improvements have been implemented to enhance the Cancel operation, importing of attributes, and updating of variations, among other things. There is also a new ValidateModel function available for QPR ProcessAnalyzer QPR ProcessAnalyzer Web Service API.
- 306372: There is a a new tool, QPR ProcessAnalyzer Integration Kit, which consists of QPR ProcessAnalyzer ETL scripts making integration to other systems, such as your own SAP or SQL system, easier.
- 306377: A new analysis parameter, IncludeEventIds, has been added for use in the GetAnalysis command with Event Analysis when running scripts. This enables, for example, removing certain events from the model with the RemoveEvents command.
- 306382: There is a new tool called QPR ProcessAnalyzer ScriptLauncher which enables running scripts on a QPR ProcessAnalyzer Server.

Fixed Bugs:
- 215322: Fixed an issue where attribute value selection in Flow Analysis was not working in Web Client.
- 215422: Fixed an error preventing the use of Web Client when clicking hyperlinks while the page is loading.
- 215490: Fixed an issue where the analysis parameters could not all be shown in the comment field of the A1 cell due to an Excel length limit.
- 215775: Fixed an issue where having dots in database names was causing an error.
- 216117: Fixed an issue with changing Analysis settings when Excel table filter was applied.
- 216130: It is no longer allowed to delete a filter when there are bookmarks using that filter in benchmark settings.
- 216135: Fixed an issue with Variation Analysis where an Event Type string was shown as empty.
- 216148: Fixed an error which occurred when the model was saved as a new model from Filter Properties.
- 216159: Fixed an issue where the QPR ProcessAnalyzer Activation Utility did not display the options properly.
- 216162: Fixed an error which occurred when opening Case Analysis.
- 216163: Fixed an error which occurred when a user's default filter had been deleted by another user.
- 216175: Fixed an issue with showing the Flowchart when a bookmark was opened in Web Client.
- 216184: Fixed an issue with cancelling logging in when the server for QPR ProcessAnalyzer was not configured properly.
- 216190: Fixed a performance issue related to reading scripts from the server.

QPR ProcessAnalyzer 2015.2 (release date 17.3.2015)

Build number: 2015.2.0.32408, Model compatibility version: 0, Database version: 40, Stream version: 6 Features:

  • There's a new QueryObjectProperties function available for QPR ProcessAnalyzer Web Service API.
  • The Influence Analysis now supports the Include and Exclude cases filtering and Runtime Selection filtering.
  • For users with Administrator rights, it is now possible to set any configured filter to be the Model Default filter in the Filter Manager.

Fixed Bugs:

  • 216050: Fixed an issue in Influence Analysis where empty and non-existing attribute values were combined into '(blank)' subset.
  • 216051: Fixed an issue in Influence Analysis where whitespace characters were cut at the end of attribute values.
  • 216062: Fixed an issue where the Settings pane disappeared from a bookmarked view.
  • 216088: Fixed an issue where Excel Add-in for QPR ProcessAnalyzer crashed on Excel start-up.
  • 216091: Fixed an issue with importing data tables where the parameter "Append=0" did not remove the contents of the data table before the import.
  • 216122: Optimized the Workspace opening to take less time.

QPR ProcessAnalyzer 2015.1 (release date 5.2.2015)

Build number: 2015.1.0.32120, Model compatibility version: 0, Database version: 40, Stream version: 6
Features:
- Four new analysis types (Model Report, Project Report, Data Table Report, and Script Report) are now available for the GetAnalysis command when running scripts.
- The Progress Status dialog now shows the Excel add-in activity figures for ongoing operations.
- A new CatchOperationExceptions parameter and related script variables are now supported by QPR ProcessAnalyzer script commands.

Fixed Bugs:

- 215360: Fixed an issue where the selections on the Settings pane were not updated after running a script.
- 215515: Fixed a performance issue related to selecting several groups or models in Project Workspace.
- 215707: Fixed an issue where the user received an error message when opening a bookmarked view.
- 215818, 215969: Fixed layout related issues when using the 150% font size setting in the operating system.
- 215855: Fixed an issue related to timestamps when importing events.
- 215867: Fixed a memory issue which occurred when using the ExecuteInClientSide function.
- 215959: Fixed a performance issue related to importing events.
- 215960: Fixed a performance issue related to opening Project Workspace.
- 215980: Fixed a layout related issue for drop-down menus in some Analysis views.
- 216023: Instead of the Exit script command accepting invalid RunScriptId parameter values, an exception is now thrown. In addition, the RunScriptId parameter can now have an empty value.
- 215966: The "Append = 0" parameter not working with ImportOdbcQuery, ImportOleQuery, ImportSapQuery, and ImportSqlQuery when importing data to temporary tables was fixed.
- 215968: Fixed an issue where the number of events in a model that was copied was not correct.

QPR ProcessAnalyzer 2014.4 (release date 28.11.2014)

Build number: 2014.4.0.31422
Features:
- It is now possible to configure LDAP authentication to be used as a user authentication method.
- When performing an operation in QPR ProcessAnalyzer, the status of each operation is now shown in more detail in the Progress Status dialog to enable monitoring its progress.
- There is a new Progress_Log listing the recent operations and their progress.
- Microsoft .NET 4.5.1 Framework has been taken into use.
- The contents of the SAP where clause parameters used in the ImportSapQuery are now visible in the Script Log after the script is finished.
- The activation level limits have been updated.

Fixed Bugs:
- 213258: Fixed an issue where generating the Operation Log using the "All" option for the maximum row count caused an error.
- 213703: Fixed an issue where list customization was lost when opening an element.
- 215330: Fixed an issue where some unicode characters were not properly handled in equality checks.
- 215381: A warning message is now displayed to the user before the start of copying a large model.
- 215474: The HealthcareData sample file now contains instructions for using the sample data.
- 215517: Fixed an issue where the user got a system exception when trying to open a model that was larger than allowed for the user's product activation.
- 215677: Fixed an issue where illegal characters in an Excel sheet tab name caused the model import to fail.
- 215678: Fixed an issue related to the handling of broken bookmarks.
- 215691: Fixed an issue where no log was written when opening a sample file failed.
- 215695: Fixed an issue where the View setting panel disappeared in Excel Client when a bookmark was opened.
- 215715: Fixed an issue where Event Analysis showed an incorrect number of events in the A1 cell.
- 215741: Fixed an issue where Variation Analysis was not working correctly on Finnish and German Excel.
- 215773: Fixed an issue where sandbox related information was missing from the Excel log.
- 215837: Fixed an issue where running a script with ImportSAPQuery commands failed randomly.

QPR ProcessAnalyzer 2014.3 (release date 16.9.2014)

Build number: 2014.3.0.30795
Features:
- Activation is now required for running a QPR ProcessAnalyzer Service.

Fixed Bugs:
- 213234: Fixed an issue where an error message occurred after deleting a model.
- 213784: Fixed an issue in which the internal SQL data type was not supported by Excel for showing in the report.
- 213785: Fixed an issue where an overflow of text data in a single cell occurred.
- 213811: Fixed an issue where opening the Path analysis of some models hanged the Excel client.
- 214106: Fixed a script import issue by removing the support for .pasql import.
- 214612: Fixed an issue where a violation of unique key constraint occurred due to duplicate global ID's.
- 215017: Fixed an issue where cancelling an open Workspace dialog caused an exception.
- 215026: Fixed an issue where trying to import a Data Table via SQL query as an administrator resulted in an error message.
- 215044: Fixed an issue with client version mismatch dialog.
- 215165: Fixed an issue where opening a Data Table with the name 'Events' in the Excel client resulted in opening the Settings pane for Event analysis.
- 215183: In the Activation Utility, 'Next' is now the default button instead of 'Back'.
- 215230: Fixed an issue where the first cell of a column in the Excel client was in a different format than the others.
- 215276: Fixed an issue where an error occurred when an ETL script tried to create a table that already existed in the sandbox database.
- 215331: Fixed an issue where you couldn't log in to another database after the current database was deleted.
- 215394: Fixed an issue in the Web Client where event attributes in the Influence analysis were included in the attributes list in the Settings pane.
- 215449: Fixed an issue where the official sample file, SAP_OrderToCash, could not be opened from the Excel client.
- 215453: Fixed an issue where an error occurred when trying to import event data to a model as a case attribute.
- 215472: Fixed an issue where deleted filters were not removed completely from a model.
- 215473: Fixed an issue where an empty Flowchart view caused the View title also to disappear from the current view.
- 215482: Fixed an issue where copying a model failed if the attribute type was GUI.
- 215492: Fixed an issue where an error message was shown if a user tried to import large amount of case attributes, event attributes or a data table with many columns.
- 215498: Fixed an issue where an error occurred when the database connection to QPR ProcessAnalyzer was lost.
- 215506: Fixed an issue where the analysis drawing duration in Excel was missing.
- 215513: Fixed an issue where an error occurred when trying to load a big table to a temporary table in the script with the GetAnalysis command.
- 215515: Fixed an issue where selecting a group of models/projects in Project Workspace caused slowness.
- 215630: Logs were added for checking the sandbox connection when QPR ProcessAnalyzer Xpress is connected to LocalDB.

QPR ProcessAnalyzer 2014.2 (release date 18.6.2014)

Build number: 2014.2.0.30286
Features:
- For optimization purposes, the internal database format has been changed for event and case attributes.
- A limit has been introduced for the number of attributes in a model, so there can now be a maximum of 300 case attributes or event attributes in one model.
- Scripts now have the ImportSqlQuery command available for extracting data from an ADO.NET source (the SQL Server database) and importing it to QPR ProcessAnalyzer.
- Scripts now have the ImportOleDbQuery command available for extracting data from an OLE DB source and importing it to QPR ProcessAnalyzer.
- The commands ImportSapQuery, ImportOdbcQuery, ImportOleDbQuery and ImportSqlQuery now have a new parameter 'ExecuteInClientSide' which makes it possible to execute these commands in the client side also when using QPR ProcessAnalyzer Pro.
- The ImportSapQuery command now has a new parameter 'SapFunction' which makes it possible to specify the value for the SAP function to be called.

Fixed Bugs:
- 214783: Fixed an issue where animation did not work correctly when using Flowchart benchmarking view.
- 214842: Fixed an issue where there are projects with the same name, calling the project by its name in an ETL script targeted one of the projects randomly.
- 215160: Fixed an issue where animation did not work for cases with empty attribute values in benchmark settings.

QPR ProcessAnalyzer 2014.1 (release date 23.1.2014)

Build version: 2014.1.0.28965
Features:
- The Operation Log now shows the Last Polling Time related to the new asynchronous web service interface in QPR ProcessAnalyzer.
- Version numbering scheme in QPR ProcessAnalyzer was updated.
- Scripts now have the ImportOdbcQuery command available for extracting data from an ODBC source and importing it to QPR ProcessAnalyzer.
- In animation, it is now possible to select one or several cases and perform drill-down analysis on them.

Fixed Bugs:
- 214640: Fixed an issue where opening the Workspace dialog as an Administrator user took long.
- 215003: Fixed an issue where opening the Workspace dialog took a long time when there were many Data Tables containing a lot of rows.
- 214661: Fixed an issue where variation string was incorrect in Case Analysis if Event Types had been filtered.
- 214736: Fixed an issue where transferring a large Data Table (1000000 rows containing more than 1GB data) to a temporary table resulted in a timeout exception.
- 214995: Fixed an issue where importing a large .csv file into a single Data Table in a project created multiple projects and Data Tables.
- 215006: Fixed an issue where the "Append = 0" parameter didn't work when importing data into Data Tables.

QPR ProcessAnalyzer 4.7 (release date 20.11.2013)

Build number: 4.7.0.28641
Features:
- Scripts now have the ImportSapQuery command available for extracting data from a SAP system and importing it to QPR ProcessAnalyzer.
- The Flowchart Analysis can now be made to show the progress of each case as an animation.

QPR ProcessAnalyzer 4.6 (release date 9.10.2013)

Build number: 4.6.0.28180
Features:
- Added the "Show", "Title", and "SheetName" parameters for the GetAnalysis command and the "SheetName" parameter for the ShowReport command.
- It is now possible to start executing other scripts by using the new "RunScriptId" parameter of the Exit command.
- Added support for a number of Script Variables that can be used for getting various information about the QPR ProcessAnalyzer environment as well as the Analysis Settings and analysis object selections that the current user has made.
- Scripts now have a SendEmail command available for use with notification purposes.

Fixed Bugs:

- 214286: Fixed an issue where in some cases it was impossible to log in to the PA service.
- 214354: Fixed an issue where an exception was thrown when a large CSV file was imported to a data table.
- 214393: Fixed an issue where bookmarks didn't remember excluded cases.
- 214404: Fixed an issue where an error occurred after a project was deleted.
- 214422: Running an empty script caused ProcessAnalyzer Excel client to hang. Now it doesn't.
- 214437: Fixed an issue where importing case attributes or events from a large CSV file created multiple models.
- 214441: Fixed an issue where the @_FilterId variable was not updated properly.
- 214455: Fixed an upgrade issue in QPR ProcessAnalyzer installer.
- 214458: Fixed an issue where an exception was thrown when Manage Scripts button was clicked after the session had expired.
- 214407: QPR ProcessAnalyzer now remembers the SQL Import Connection String and SQL Query values during the login session.
- 214254: Increased the size of the drop-down selection list of import target models so that longer names can be shown.
- 214271: Added some descriptions for the Filter Rules.

QPR ProcessAnalyzer 4.5 (release date 28.8.2013)

Build number: 4.5.0.27571
Features:
- ImportSalesforceQuery command for importing data from Salesforce cloud into Data Tables and temporary tables using a script.
- To help in developing scripts, the Project Workspace dialog now has a tab that lists all the Data Tables in the selected project.
- There are now Script Manager and Script Properties dialogs available for managing and developing scripts.
- It is now possible to define the target model for the ImportEvents, ImportCaseAttributes (formerly "ImportCaseData"), and RemoveEvents script commands.

Fixed Bugs:
- 213970: The import functionality was refactored.
- 213988: The values shown in various analysis fields are now rounded to two or three decimal fractions depending on the analysis. In addition, if a value is exactly 0, only 0 is shown.
- 213965: Fixed an issue where a "ButtonClick" error was given when the Cancel button was clicked on login after the session had expired.
- 214134: Fixed an issue where the QPR ProcessAnalyzer installer didn't install sample files when installing to Microsoft Office 2013.
- 214015: Added a note to QPR ProcessAnalyzer Wiki, that in some scenarios when installing QPR ProcessAnalyzer, the computer may reboot without prompting the user.
- 213871: Fixed an issue where some QPR ProcessAnalyzer Service users were not visible to even Administrator users.
- 213966: Fixed an issue where an error message was given when filter properties of a deleted model were opened.
- 213903: Fixed an issue where the user was thrown out of QPR ProcessAnalyzer Service after a failed import operation.
- 211971: Fixed an issue where Path Analysis event boxes were incorrectly named when a long name was given to them.
- 214181: Added troubleshooting instructions for dealing with "Invalid Object Name" exception when running a script with #GetAnalysis and #ImportEvents commands.
- 214053: Added notes to QPR ProcessAnalyzer installer and Wiki, that Microsoft Excel should not be running or started during installation.
- 214040: Fixed an issue where the copied model and the source model were not identical.
- 214052: Fixed an issue where the selected filter name was not updated in the Benchmark Filter menu.
- 214249: Some terminology changes were made: "Script Text" -> "Script Code", "ViewId" -> "FilterId", "ViewName" -> "FilterName", and "@_ViewId" -> "@_FilterId".
- 213686: The Flow Analysis performance was optimized a bit.
- 213841: The Include Only and Exclude buttons are now enabled in Path Analysis.
- 214115: Fixed an issue where exporting a deleted model caused an error.

QPR ProcessAnalyzer 4.4 (release date 10.6.2013)

Build number: 4.4.0.26819
Features:
- ShowReport command providing customized reporting.
- Importing data to Data Tables using the Excel Client.
- Support for Windows 8 and Microsoft Office 2013.
- Exit command for stopping script execution.
- ImportDataTable command for importing data into Data Tables using a script.

Fixed Bugs:
- 213486: Querying event attribute values in Case Analysis is now faster.
- 213565: Fixed the issue where the progress indicator moves back and forth between 100% and 90% when copying or importing large models.
- 213780: Fixed the wrong date format in 64-bit Excel Operation Log.
- 213736: It is no longer possible to try login to the QPR ProcessAnalyzer Web Client unless both Login name and Password have been given.
- 213832: Added scrollbar for the QPR ProcessAnalyzer Web Client Bookmark view's Navigator pane.
- 213873: In QPR ProcessAnalyzer Excel Client, fixed an issue where error was given if the A1 cell was in edit mode and a button was clicked.
- 213540: Fixed the formatting of Duration Days values to include only two decimals in QPR ProcessAnalyzer Excel Client Case Analysis.
- 213946: Fixed an issue where model export didn't work in QPR ProcessAnalyzer Excel Client.
- 213993: Improved performance of Flowchart Analysis when benchmarking by both start and event attributes.

QPR ProcessAnalyzer 4.3 (release date 23.4.2013)

Build number: 4.3.0.26358
- ETL capabilities within QPR ProcessAnalyzer for script based transformations, data validations, and extended analysis using load scripts
- Duration Analysis - added grouping by Week, Quarter, and Year for easier analysis
- Variation Ids in Case Analysis for allowing benchmarking by process variation
- Enhanced User Roles and Permissions in QPR ProcessAnalyzer for easier user administration and access rights settings
- 32-bit and 64-bit versions available from one installer package for easier delivery
- New Start button and Login window allow automatic login and now also support logout
- Web Client Full Screen Mode for maximixing screen space for large graphs and allowing browser based zoom
- Web Client - improved Variation Analysis visualization for showing the variations in a graphical format
- Updated product names: As an existing user, sign-up normally by choosing the Pro option. More options to be released soon...

QPR ProcessAnalyzer 4.0 - Collaboration Release (release date 1.11.2012)

- Web User Interface – Interactive Process Discovery & Analysis with web browser
- Collaboration – Share analysis results, comments and ideas within the project group
- Project Workspace – Process models are grouped to projects

QPR ProcessAnalyzer 3.11 - Web Portal ‘BETA’ Release (release date 18.9.2012)

- BETA version of the new Web User Interface for QPR ProcessAnalyzer
- Salesforce Lead process supported by Integration Service for Salesforce Cloud

QPR ProcessAnalyzer 3.10 - Maintenance Release (release date 30.8.2012)

- Improved Security
- Improved Performance

QPR ProcessAnalyzer 3.9 - the Real-Time Analysis Release (release date 21.6.2012)

- Real-Time analysis of continuous event streams using Automatic Recalculation
- Keep track of 'include/exclude' actions with View Filters
- Improved performance utilizing new algorithms and SQL Server 2012

QPR ProcessAnalyzer 3.8 - the User Group Management Release (release date 15.5.2012)

- Enhanced User Management includes creation of new User Accounts and Groups
- Influence Analysis for continuous values using subsets
- Clear filter for Event Types only – keeps other filters active

QPR ProcessAnalyzer 3.7 - the Influence Analysis Release (release date 27.4.2012)

- New Influence Analysis reveals reasons for process variations
- User Groups for easier access rights settings
- More informative Model, View & Report Managers

QPR ProcessAnalyzer 3.6 - the Attribute Analysis Release (release date 29.3.2012)

- Show Case Attributes in Process Analysis
- Show Event Attributes in Process Analysis
- Profiling for Event Attributes

QPR ProcessAnalyzer 3.5 - the Reporting Release (release date 7.3.2012)

- Save Analysis views as Interactive Reports for easy distribution
- On-line product documentation available in QPR ProcessAnalyzer Wiki at http://devnet.qpr.com/pawiki/
- 64-bit version for 64-bit Microsoft Excel users

QPR ProcessAnalyzer 3.4 - the Salesforce Release (release date 17.2.2012)

- Flow Analysis for benchmarking duration and amount differences in flow level
- Benchmarking for process analysis view
- Integration Service for Salesforce Cloud – Automated analysis of sales process

QPR ProcessAnalyzer 3.3 - the Benchmarking Release (release date 27.1.2012)

- Benchmarking based on Case Attributes in Path Analysis
- Benchmarking for different views in Path Analysis
- QPR Connector for QPR ProcessAnalyzer product launch for integrating on-premise IT systems

QPR ProcessAnalyzer 3.2 - the Analysis Release (release date 5.1.2012)

- Event Type Chart showing the order of activities as a Gantt chart
- Process Cost Analysis with Weighted Durations
- Improved filtering for Path Analysis

QPR ProcessAnalyzer 3.1 - the Navigation Release (release date 19.12.2011)

- Easy navigation between filtered views
- Graphical variation charts
- Event attributes available in Cases list

QPR ProcessAnalyzer 3.0 - the Cloud Release (release date 25.11.2011)

- Automated Business Process Discovery (ABPD) from Cloud
- Support for large databases
- Integration to SAP

QPR ProcessAnalyzer 2.0 (release date 24.2.2011)

- Automated Business Process Discovery (ABPD) using Excel Client