AudienceView Connect
AudienceView Documentation

AudienceView 6.5.0 Fixes

Desktop Fixes

Issue Solution ID
After paying with for an order using a customer's account balance, the customer account balance is not being updated. This has been corrected in AudienceView 6.5.0.
Customer account balances are being updated after the funds are used to pay for an order.
CORE-6
There's a duplication of code around order charges calculations. It does not cause any errors in calculation and does not have any side effects. This has been corrected in AudienceView 6.5.0.
The duplicate code has been removed.
CORE-82
The AVScheduler crashes when sending large batches of emails. This has been corrected in AudienceView 6.5.0.
The thread pool creation/queing has been syncornized. Log messages have also been added in case of future failures. A memory leak issue was also fixed.
CORE-184
A donation of any kind 20 characters in length causes the system to hit an arithmatic overflow, creating a credit on the order that can be saved. This has been corrected in AudienceView 6.5.0.
By default, only a donation of 10 characters or less can be made. This amount is configurable via the Registry application Registy::EN::Business Objects::TSorderBO::Gifts::Pledge Date node 'Maximum Length' field.
MAINT-29
When a performance has two calendar rows, one with a promotional code and one without, and the associated price chart contains price types without promotional codes and a price type with a promotional code, all of the price types (regardless if they are on promotion) are displayed when the promotional code is entered. This has been corrected in AudienceView 6.5.0.
The price types are displaying properly.
MAINT-331
The ticket numbers and statuses of miscellaneous items included within bundles are rolling back when orders are reloaded. This has been corrected in AudienceView 6.5.0.
The ticket numbers and statuses of miscellaneous items included within bundles remain when orders are reloaded.
MAINT-378
An error occurs when searching for a performance via the Customer Services application Seats|Search page using the 'Available Section' field. This has been corrected in AudienceView 6.5.0.
The error no longer occurs, and any applicable search results are returned as expected.
MAINT-392

Online Fixes

Issue Solution ID
When an order is created AudienceView Online and is paid for using an 'Account' balance, the order's information is not being recorded. This has been corrected in AudienceView 6.5.0.
AudienceView Online orders that are purchased using an Account balance are being recorded.
CORE-85
Random authentication failures are being caused by invalid memory access. AudienceView Online users are periodically failing to authenticate, displaying a message that Online cannot proceed at this time or that the user cannot authenticate because the code is attempting to access a memory location after it has been freed. This has been corrected in AudienceView 6.5.0.
The authentication failures are no longer occuring.
AVT-8769
AVT-8853

Business Intelligence and Reports Fixes

Issue Solution ID
The Order Detail by User Role report returns unexpected results based on definition of the 'Order Date' criteria (This is the date the order was created). When admissions are removed from an order, the order no longer appears in the Order Detail by User Role report results. This has been corrected in AudienceView 6.5.0.
The Order Detail by User Role report returns all orders based on creation date.
MAINT-39

Payment Fixes

Issue Solution ID
When a 3D Secure card payment fails, the 3D Secure authentication returns a void, which is invalid. This has been corrected in AudienceView 6.5.0.
Failed 3D Secure payments return the correct authentication.
MAINT-216

Dataloader Fixes

Issue Solution ID
The 'dataloaderjob_results_number_records' field is not required in ts_dataloader_job_results_audit table. This has been corrected in AudienceView 6.5.0.
The 'dataloaderjob_results_number_records' field has been removed from the ts_dataloader_job_results_audit table.
MAINT-124

Base Platform Fixes

Issue Solution ID
SMTP client crashes the application when trying to format a date for outgoing SMTP messages. This has been corrected in AudienceView 6.5.0.
The SMTP client has been updated so that the application no longer crashes when messages are timestamped.
AVT-8786