Summit Tahoe SP1 HF13 Release Note

On this page: 


What's New?

New Features and Improvements

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 SP1 HF13 Release Notes. 

Digital Agent 2.0 Compatibility 

The following two new fields are added on Application Settings page to make the application compatible with Digital Agent 2.0.

  • Token Expiry Limit (in mins)
  • Assistant Version

You can enable CINDE functionality version wise (1.0 or 2.0). To make the Digital Agent live in action, it should be enabled first using Summit application.

For more information, refer Enabling Digital Agent with Summit application and Configuring Application Settings.


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

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

[Org Id]int Not NullNoOrganization IDOrganization_Master_Syn
[Configuration Item Id]bigint Not NullNoCI ID for CMDB dataNA
[Change Id]bigint Not NullNoChange number for each CINA
[Column Name]nvarchar(225) Not NullNoColumn name for which value changedNA
[Change Date]datetime NullYesDate when value changedNA
[Changed By]nvarchar(50) NullYesUser who has changed the valueNA
[Old Value]nvarchar(max) NullYesPrevious valueNA
[New Value]nvarchar(max) NullYesNew valueNA
[UnAuthorised]bit Not NullNoIndicate whether authorize or notNA
[UID]int NullYesRecords unique IDNA
[Attribute ID]int NullYesCaptures attribute ID in case of custom fieldNA
[Change By User Name]nvarchar(200) NullYesName of the user who changed the recordNA
[Change By User EmailID]nvarchar(150) NullYesEmail of the user who changed the recordNA


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

[User ID]numeric(18,0) Not NullNoPrimary columnNA
[updated time]datetime NullYesLast updated time of recordsNA
[Row ID]numeric(18,0) Not NullNoRow numberNA
[Custom Attribute Cols]nvarchar(max) NullYesThe columns will be created dynamically based the custom attribute configurationNA