Previous Topic: Known IssuesNext Topic: Acknowledgments


Accumulated Fixes

CA Business Service Insight 8.3 includes all the accumulated fixes for version 8.1 and higher.

8.1.1.2 Fixed Bugs

Reference (STAR)

Domain

Problem

Solution

21275816

Report

Report date format on PDF reports have reverted back to the dd/mm/yyyy format. We need to change the format to mm/dd/yyyy.

Fixed incorrect culture date format.

Fixed incorrect culture date format in simple report with cluster items.

21545575

Report

Date is wrong in report data correction.

Add culture date format to report corrections, exceptions, and penalty section.

21430044

Website

Content Export not working.

Improved excel creation code.

21569444

Event Viewer

Event Viewer on Adapters Not Loading.

Disabled automatic preview for adapter with a single event type. Modified code for better performance.

21618958

Booklets

Current Date Time In Booklet

Date in booklet is now formatted using the user culture info.

21569442

Event Viewer

Error Received On When Downloading large grid CSV file

New export engine added for large data

21569444

Event Viewer

Problem Event Viewer On Adapters Not Loading

Fix Filter panel

21526853-1

Business Logic

The user needs a method that gets the resource id and time and returns all the resource types attached to the resource in the given time.

New method in the SlalomContext:

ResourceTypesByResourceId(ResourceId, TIME)

 

8.2.0.3 Fixed Bugs

Reference (STAR)

Domain

Problem

Solution

21582204

Advanced Setting

When the user works with a new language the right pane in the Advanced Setting page is empty.

Change the code to get the strings from the parent language for strings that did not define for the new language.

21588017

Adapter

When starting an SQL adapter with multi excel files an error is received: XmlTreeError Cannot go to path.

Fixed the xml query error and fixed reading multi excel file error.

 

Contract Management

Certificate expired.

TSEditor.jar signed with a new certificate.

21441770-1

ObliSync

Oblisyncenvduplicatesetup.exe fails

Added CryptoUtil.dll to OG_HOME\Utilities

21606172

ACE1

ACE1 crashes due to lack of memory.

Time slots cache query had been updated to fetch only time slots maps of the relevant ACE1 instance currently running.

21531605-1

Reports

Reports folders, find frame, and the title folder name is not updating after search.

Fixed the problem.

21517656-1

Reports

Free form query ended by semicolon does not work.

Remove semicolon from query before saving report.

21623863-1

Contract Management

Permissions attribute was not provided.

TSEditor.jar was created with an updated manifest file including the permissions attribute.

21482297-1

Contract Management

Workflow mail subject cannot be changed.

New XSLT files were added for email subject. User can change the files as needed.

21657430-1

 

The exception details is limited to 30 chars.

Increased in the UI to 512.

21649088

Contract Management

Too much time for searching contracts when there are a lot of contracts (9000).

Changed the distinct operation.

 

Calculation Policy

When Calculation Policy is in use, the edit button is disabled.

Enabling the edit button.

21538433-1

Booklet

Danish Characters displayed incorrectly.

Removed ASCII function call.

21569442

Event Viewer

Error Received On When Downloading large grid CSV file.

New export engine added for large data.

21569444

Event Viewer

Problem Event Viewer On Adapters Not Loading.

Fixed Filter panel.

21521869

Event Viewer

Raw Data Export not working.

Code Change.

21649088-1

Contract Management

Too much time for searching contracts when there are a lot of contracts (9000).

Changed the distinct operation.

21603223

Booklet

Report Parameters In Booklet.

Updated the booklet DAL.

21666583-1

Booklet

If the contract party, contract and metric defined as DOCX booklet parameters, the booklet generated with Internal error.

Fix this defect.

8.2.5.1 Fixed Bugs

Reference (STAR)

Domain

Problem

Solution

 

Contract Management

Certificate expired.

TSEditor.jar signed with a new certificate.

21441770-1

ObliSync

Oblisyncenvduplicatesetup.exe fails.

Add CryptoUtil.dll to OG_HOME\Utilities.

21612921-2

Links

Links menu does not appear.

Fix the App_Web_navigationpane.ascx.ea811370.dll.

21531605-1

Reports

Reports folders, find frame, and the title folder name is not updating after search.

Fix the problem.

21623863-1

Contract Management

Permissions attribute was not provided.

TSEditor.jar was created with an updated manifest file including the permissions attribute.

21569442

Event Viewer

Error Received On When Downloading large grid CSV file.

New export engine added for large data.

21569444

Event Viewer

Problem Event Viewer On Adapters Not Loading.

Fix Filter panel.

21521869

Event Viewer

Raw Data Export not working.

Code Change.

21685257-1

Resources

Resource Mass Edit Fails.

Updated custom attributes code on mass edit.

21708819-1

FF Reports

If the free form report parameter includes query expression that contains quotes, the quotes doubling and report fails with error.

The quotes must be doubled only if it a part of the name. If field contains even number of quotes – it will not be doubled.