Summit Tahoe SP3 HF08 Release Notes

Summit Tahoe SP3 HF08 Release Notes

On this page: 


What's New?

We have fixed few customer reported issues in this release. For information about the bug fixes in this release, see Customer Fixed Issues and Known Issues

Following are the improvements added in Tahoe SP3 HF08 Release Notes.

 

Improvement Name

Improvement Description

Improvement Benefits

Improvement Name

Improvement Description

Improvement Benefits

Enable TLS Support for Rabbit MQ Server.

The Transport Layer Security (TLS) protocol is an industry standard designed to help protect the privacy of information communicated over the Internet. TLS 1.2 is a standard that provides security improvements over previous versions. TLS provides enhanced security by encrypting data sent over the internet.

Steps to enable TLS in Rabbit MQ are detailed in Enable TLS in Rabbit MQ.

 

Enabling TLS for Rabbit MQ solidifies security for the Business Rule functionality between Summit App and Rabbit MQ Server

API Optimization

The following optimization of the API has been completed:

  • Query Optimized in Work order Closure and Get SR Master Details in Update Work Order API

  • Query Optimized in Get Work Order Detail API for Single and Multivalued Grid Custom Attributes

  • Managed the Exceptions in Validate User API

  • Query optimized in Get SR change History API

  • Faster Response Time

  • Improved Scalability

  • Enhanced Security

DN Table Addition

Service Management  

The following section provides a sneak-peak of the functionalities added for Service Management. 

Improvement Name

Improvement Description

Improvement Benefits

Added a new DN table:

 

CMDB_RPT_DN_CI_History Table update on DB Schema Guide 

The following table has been added: 

  • CMDB_RPT_DN_CI_History

  • Captures the CMDB history records.

Added a new DN table:

 

ADM_RPT_DN_UM_<Tab Name>_<Group Name>_Multi_Valued Table update on DB Schema Guide 

The following table has been added: 

  • ADM_RPT_DN_UM_<Tab Name>_<Group Name>_Multi_Valued

  • Caputres the auto created dynamic multi valued attributes for the Admin module.

 

CMDB_RPT_DN_CI_History Table update on DB Schema Guide 

Purpose: This table holds CMDB CI history records  

 

Column Name

Column Type

Nullable

Descriptions

Relations

Column Name

Column Type

Nullable

Descriptions

Relations

[Org Id]

int Not Null

No

Organization ID

Organization_Master_Syn

[Configuration Item Id]

bigint Not Null

No

CI ID for CMDB data

NA

[Change Id]

bigint Not Null

No

Change number for each CI

NA

[Column Name]

nvarchar(225) Not Null

No

Column name for which value changed

NA

[Change Date]

datetime Null

Yes

Date when value changed

NA

[Changed By]

nvarchar(50) Null

Yes

User who has changed the value

NA

[Old Value]

nvarchar(max) Null

Yes

Previous value

NA

[New Value]

nvarchar(max) Null

Yes

New value

NA

[UnAuthorised]

bit Not Null

No

Indicate whether authorize or not

NA

[UID]

int Null

Yes

Records unique ID

NA

[Attribute ID]

int Null

Yes

Captures attribute ID in case of custom field

NA

[Change By User Name]

nvarchar(200) Null

Yes

Name of the user who changed the record

NA

[Change By User EmailID]

nvarchar(150) Null

Yes

Email of the user who changed the record

NA

 

ADM_RPT_DN_UM_<Tab Name>_<Group Name>_Multi_Valued Table update on DB Schema Guide 

Purpose: Auto created dynamic multi valued attributes custom tables for the Admin module

Column Name

Column Type

Nullable

Descriptions

Relations

Column Name

Column Type

Nullable

Descriptions

Relations

[User ID]

numeric(18,0) Not Null

No

Primary column

NA

[updated time]

datetime Null

Yes

Last updated time of records

NA

[Row ID]

numeric(18,0) Not Null

No

Row number

NA

[Custom Attribute Cols]

nvarchar(max) Null

Yes

The columns will be created dynamically based the custom attribute configuration

NA