Customer Fixed Issues and Known Issues Elbrus SP2 HF02

On this page: Customer Fixed Issues | Known Issues 

Merged Releases 

The following Hotfix versions are merged with this release:

Customer Fixed Issues 

This section describes the issues reported by the customers and their fixes in Elbrus SP2 HF02 Release.

Service Management

Issue ID

Issue Description

Scenario

Resolution

142096

Service Request was not getting routed to the assigned Workgroup.

Steps:

  1. Navigate to Catalog > User > Create Service Catalog.

  2. Fill in all mandatory details in the Form Details.

  3. Click Next.

  4. In the Form Builder tab, add Text Box control.

  5. Click Next.

  6. In the Additional Info tab, click the check box next to Enable Conditional Service Request Value.

  7. In the fields under Enable Conditional Service Request Value section, enter the following inputs:
    1. Value – OKAY
    2. Urgency – U1
    3. Impact – High
    4. Priority – P1
    5. Service Window – 9 to 5
    6. Condition Order – 1
    7. Active - enabled

  8. Click Submit.

  9. Log a new SR.
Service Request is getting routed to the assigned Workgroup.

137256

The problem symptom was not displayed in the Fish Bone Diagram. 

Prerequisites: 

Add the following key in the web config file: 

<add key="App:IsSymptomTextSourceForFishboneRCA" value="true"/> 

Note: The value should be set to true in the above key to display the Problem symptom in the Fish Bone Diagram. 


Steps: 

  1. Navigate to Problem > User > Problem Record List
    or

    Navigate to Problem > User > New       

    Problem Record

  2. Open a Problem Record.

  3. In the Root Cause Analysis tab, click icon to view the Fish Bone Diagram. 


Note: 

If the Problem Record has a Problem ID associated with it, then it will be displayed in the Fish Bone Diagram pop up irrespective of the webconfig key. Additionally, when the key is true, the word Problem Symptom will display at the edge of the Fish Bone Diagram, along with a two liner symptom on the top.

The Fish Bone Diagram in Root Cause Analysis displays the problem symptom after the resolution. 

144706

In the Service Request Detail and My Service Request pages displayed duplicated information for the approver.

Prerequisite:

Configure a Group Approvals in Workflow.

Steps:

  1. Navigate to Request > New Service Request.

  2. Enter the required details and configure the configured Group Approvals.
  3. Click Submit.
  4. Login as Approver and approve the Service Request.
  5. Login as an Analyst.
  6. Navigate to Request > Manage Service Request > Service Request List.
  7. Click SR ID hyperlink and click CATALOG DETAIL from panel.
  8. View the details in Tabular View.

The duplicate entries are not displayed and the functionality is working as designed.

143301

In the “ADM_CreateorUpdateUser” API, while selecting “IsUserAttributesMandatory” as “false”, the “Joindate” attribute value was not getting assigned and being passed as NULL.

The ADM_CreateorUpdateUser API payload has been updated as follows:

 

{

    "ServiceName": "ADM_CreateorUpdateUser",

    "objCommonParameters": {

        "_ProxyDetails": {

            "APIKey": "FuvXeZTSna2Jdj/PImKKTRS97Dg8Ns7ET/UQ1X9JZHs=",

            "AuthType": "APIKEY",

            "ProxyID": 0,

            "ReturnType": "JSON",

            "orgid": 1

        },

        "UniqueField": "NT_UID",

        "Users": [

            {

                "IsUserAttributesMandatory": "false",

                "UserName": "Toni O'Keeffe",

                "EmployeeId": "11594852",

                "Password": "NA",

                "Login_ID": "tokeeffe",

                "DomainName": "harman",

                "EmailId": "Toni_O'Keeffe@mcafee.com",

                "NT_UID": "tokeeffe1",

                "Designation": "Mgr, Payroll",

                "Joindate": "2024-07-025767",

                "Location": "RLIRL",

                "City": "Cork",

                "State": "CO",

                "Country": "IRL",

                "Customer": "McAfee",

                "TimeZone": "(UTC) GMT - Greenwich Mean Time",

                "UserLevel": "MGR",

                "ZipCode": "999999",

                "LoginType": "NT",

                "APIKeyExpiry": "2020-08-21",

                "Remarks": "This is created by CDS",

                "SortOrder": "0",

                "IsLocked": "0",

                "Active": "true",

                "ContactNumber": "0001234567890",

                "MobileNumber": "0001234567890",

                "AlternateMailID1": "tesm",

                "CustomAttributes": []

            }

        ]

    }

}

The “Joindate” attribute value is getting reflected as desired.

137552

Wider view of the Root Cause Analysis (RCA) grid and print the details.

Steps:

  1. Navigate to Problem > User > Problem Record List.

  2. Open a problem record.

  3. Click to Root Cause Analysis tab.

  4. Scroll down to the Root Cause Analysis section to view the table in a wider grid view.

  5. Hover over the content under the Details column to view complete information in a tooltip.

    Note: There is a maximum limit of words/characters to be displayed under the Details column.

  6. Click the Preview button on the right top corner of the table to preview the details of the table in a new pop-up.

  7. Click the print icon on the pop-up to print the details of the table.

RCA grid is appearing in a wider format. Preview, print the complete details of the RCA grid in a tabular format.

  Agentless Discovery

Issue ID

Issue Description

Scenario

Resolution

143856

Access Points were not discoverable from Wireless Controller.

Steps:

  1. Navigate to Admin > Discovery & Monitoring > Discovery Templates.

  2. Create a template.

  3. Configure the following parameters in Discovery template:

    1. WirelessController: Provide the OID of Serial number. Select the Parameter type as Walk.
    2. AccessPoint: Provide the OID which will fetch all the details of all the Access Points. Select the Parameter type as Walk.
    3. IPAddress: Provide the OID of WirelessController (WC) and AccessPoint (AP) parameters. Select the Parameter type as Get.
    4. ModelNo: Provide the OID of WirelessController (WC) and AccessPoint (AP) parameters. Select the Parameter type as Get.
    5. SystemName: Provide WirelessController (WC) and AccessPoint (AP) details. Select the Parameter type as Get.
    6. Controller Serial Number: Provide the OID. Select the Parameter type as Get.
    7. TotalAccessPoint: Provide the OID. Select the Parameter type as Get.
       

Notes:

  • Configuration of WirelessController and AccessPoint parameters are mandatory.
  • Provide the OID of WirelessController and append WC before Controller OID and AP before AccessPoint OID in all the above parameters. Select the Parameter type as Get and add a ‘-’ between two OID such as the below example:

    WC1.3.6.1.4.1.14823.2.2.1.1.1.1.0-AP1.3.6.1.4.1.14823.2.2.1.5.2.4.1.3 

Access Points are successfully getting discovered from Wireless Controller.


Known Issues 

This section describes the known issues detected by the Summit Dev and QA team in the release, Elbrus SP2 HF02 Release.

Issue ID

Issue Description

Scenario

Workaround

140116

The API added to retrieve the count of change requests for approval shows an incorrect count.  

Steps:

  1. Add the API “SR_GetUserApprovalDashBoard”.

  2. Select the module type as “CM” in the request payload.

  3. Verify the approval change record count in the API Response and the web application.


The count of change requests on the web application shows the correct number. 

135915 

Oops an error occurred message was displayed on Service Request List page. 




Steps

  1. Log in to SUMMIT Application with Analyst access. 
     
  2. Navigate to Request > User > Manage Service Requests > Service Request List
     
  3.  Select Tabular view. Check and verify the screen displayed. 

NA

133775

Unable to click Classification and Category field drop-down list values, as the page is getting expanded.

Prerequisites:

  1. Navigate to Request > Service Request List. The Service Request List page is displayed. Click on the required SR ID hyperlink. The Service Request details page is displayed.

  2. Observe the Category and Classification fields under General tab.

NA

137394

Download attachment was not working in the multivalued group for configuration, feedback, and summary of Project Management.

Steps:

  1.  Navigate to Project > User > Projects > Project List.

  2. Select an in-progress project.
  3. In the ACTIONS panel, select CONFIGURATION, FEEDBACK, or SUMMARY where multivalued group with attachments exist.
  4. Save a multivalued group with attachments and then try to open it.

NA

133347

The Business Rule was not getting saved without configuring Update fields.

Steps:

  1. Navigate to Admin > Infrastructure > Business Rule.

  2. Click Add new.

  3. Enter valid data in all mandatory fields except Update fields.

  4. Configure Notification. Click Save.

  5. Click Submit.

NA

133344

Getting oops error for specific business rules.

Prerequisite: 

  • ·       Business rules should be configured.

Steps:

  1.  Navigate to Admin > Basic > Infrastructure > Business Rule.

  2. Open a created Business rule (Business rule notification).

    Note

    This issue is reproduceable for only a few business rules. 


NA  

111719

Audit logs are not getting tracked after ending the session.

Prerequisites:

  • Log in to the application with Analyst access. 
     
  • Remote Desktop (RDP) should be configured at the Tenant/Application setting level for ScreenConnect.

Steps:

  1. Navigate to Incident > Manage Incidents > Incident List
     
  2. Click any Incident ID. 
     
  3. Click the Remote Desktop icon below the requestor details. 
     
  4. Connect the session successfully with the end user. 
     
  5. End the session. 
     
  6. Click Audit logs.

NA

124911

Cost is displayed incorrectly as CPI calculation is not working properly.


Pre-Requisites:

  1. Create Project, Task and Activity.
  2. Add Assignee for the Activity.
  3. For the Assignee's Designation add rate card(Work-Price/Hour) in Project > open project > Actions panel > Configuration icon.
  4. Log time sheet.

  5. Approve the timesheet as approver (Project Manager).


Steps:

  1. Login to the application.
  2. Navigate to Reports > Project Mgmt > Executive Management Dashboard.
  3. Check the cost column in the Project-Wise Status.


Not applicable

124863On the Copy Service request tab, when Different Caller is selected, unable to enter the username or other details on the Select User pop-up 

Prerequisites

  1. Create a Catalog with all attributes.  

  2. On the Form Builder page, under the Additional info tab for the catalog, enable “Enable Copy Service Request.” Publish the catalog. 

  3. Create an SR (Service Request) with the created catalog.  

Steps

  1. Login into the Summit application. 

  2. Navigate to Request > Service Request List

  3. Select the created SR. The SR page is displayed.  

  4. Click Copy Service Request from the Actions Panel

  5. Select Different Caller. Click the Search icon.  The Select User pop-up page is displayed.

Type in the Username in the Different Caller option instead of searching the username 

124867

In the copy service request, when an SR is created for a catalog and the same catalog is modified by adding new attributes such as a multivalued dropdown (or any other attributes),  

Scenario 1: The record added for the new multivalued dropdown displays for the existing record. 

Scenario 2: Oops an error occurred error message is displayed when clicked on the pagination grid and the entire grid is not visible.  


Prerequisites

  1. Create a Catalog with a group as a multi-valued group.  

  2. On the Form Builder page, under the Additional info tab for the catalog, enable “Enable Copy Service Request”. Publish the catalog. 

  3. Create an SR with the created catalog.  

  4. After creating the SR, modify the created Catalog and add any new multivalued dropdown. Publish the Catalog 

Steps

  1. Login into the Summit application. 

  2. Navigate to Request > Service Request List

  3. Select the created SR. The SR page is displayed.  

  4. Click Copy Service Request from the Actions Panel. 

  5. Select Same Caller or Different Caller. Enter the username and click Submit. 

  6. A new SR page is displayed. 

NA

110901For Additional Information tab of Rule Template page, unable to attach the files based on the configuration done for the Attachment Limit (Single or Multiple) field on Form Builder page.

Prerequisites:

  1. Navigate to Admin > Infrastructure > Form Builder.

  2. Configure the Attachment field (single or multiple) using Attachment Limit field in the Form builder page so that it should appear in the Additional Information tab of Rule template page.

  3. Navigate to Incident > Others > Rule. The Rule page is displayed. Click Add New under Actions.

  4. Navigate to Additional Information tab and attach file based on the configuration done for the Attachment Limit (Single or Multiple) field on Form Builder page.  

N/A

100922

An error ‘Opps! An error occurred’  or a Saved Successful message was displayed for all the modules, if the mandatory configuration fields were saved with a space (empty) value.

Scenario – I


1.       Navigate to Incident > SLA Configurations > Urgency.

2.       Select a Tenant.

3.       Click Add New from left panel.

4.       Press Space Key in Urgency Name field and click SUBMIT


Scenario – II


1.       Navigate to Problem Management > SLA Violation Reason.

2.       Select a Tenant.

3.       Click Add New from left panel.

4.       Select the Violation Type from the list.

5.       Press Space Key in SLA Violation Reason field and click SUBMIT.

N/A

105119

After submission, the text is getting converted to code for Question and Answer fields.

Prerequisites:


1.       Navigate to Knowledge > User > New Knowledge Record. The New Knowledge Record details page is displayed. Specify the mandatory fields. Make sure for Question field use keyboard Enter key. Click Submit.


2.       Navigate to Knowledge > User > Knowledge Record List. The Knowledge Record List page is displayed. Open any KB article with Status as Published. The Knowledge Record details page is displayed. Click COPY KNOWLEDGE RECORD link under Action panel. Check for the Answer field.

N/A

100352

When a Change Record (CR) is created with ‘special characters’ in status, it does not display any data in Change Record list page.

Prerequisites:


1.       Create a 'status' having special characters such as (*satus_test*).


2.       Create the CR.


Steps:


1.       Log in as approver.


2.       Navigate to Change > Change record list.


3.       Click on the Filters icon.


4.       Select the 'Tenant' field as ALL.


5.       Select the previously created 'status'.


6.       Click Apply.


7.       Verify the results, after applying the status filter with special characters.

N/A

100760

The ‘Category’ filters on the Change Record (CR) list page do not display any data results when you select ALL Tenant and Category.

Steps:

1.    Navigate to Change > User > Change Record list.

2.    Select the 'Tenant' field as ALL.

3.    Select the field as Category.

4.    Click Apply.

5.    Check the results displayed on the Change Record list page.

The Category filter works fine, when you select individual Tenant and Category.

100781When a ‘User Contact Number’ is used to filter records on the list page of IM/SR/PM, it does not fetch any data records.

Below is just an example from Incident Management list page. It also applies to SR and PM list pages too where User Contact Number is used. as filter:

Steps: Incident Management (IM)

1.    Navigate to Incident > Manage Incident > Incident List.

The Incident List page is displayed with list of incidents.

2.    From Filter options, select User Attributes
> User Contact Number. Select the operator as = and enter the Contact Number in the Value field of the respective User.

3.    Click Apply.

4.    Verify the results, after applying the User Contact Number filter.

N/A
100796The ‘Time Selection’ option is not displayed to an Analyst on the SR list page, when Equals (=) operator is selected for Time Filter.

Steps:

1.    Log in as an Analyst.

2.    Navigate to Request > Service Request List.

3.    Select the Time related Filter and choose Equals (=) operator.

4.    Click Calendar icon.

5. Check if you are getting the Time Selection option or not in Calendar popup.

N/A
100798The filter option ‘<=’ operator for Log Time Filter used by an Analyst on the SR list page, does not yield proper filter results.

Steps:

1.    Log in as an Analyst.

2.    Navigate to Request > Service Request List.

3.    Select the Log Time filter and choose operator (<=).

4.    Click Calendar icon.

5.    Select date and time for an already existing SR.

6.    Click Apply.

7.    Check if you are getting the filter results.

N/A
100808

The View names created by an Analyst for IM/SR/PM/CM

modules with long Japanese names are getting out of the container, unlike the English long names.

Steps:

1.    Log in to the Application as an Analyst.

2.    Navigate to Request > Service Request List and create a view with long Japanese name and apply view.

3.    Navigate to Incident > Incident List and create a view with long Japanese name and apply view.

4.    Navigate to Problem >
Problem Record List and create a view with long Japanese name and apply view.

5.    Navigate to Change > Change Record List and create a view with long Japanese name and apply view.

6.    Verify the view name in Japanese language text which goes out of the container.

N/A
100813The Assigned To drop-down does not display the User list.

Prerequisite:

The key

<add key="App:MultiLanguageEncodingEnabled" value="true" /> is set to True in webconfig file.


Steps:

1.  Navigate to Incident > User > Manage Incidents > Incident List. In the Incident List Click Incident ID hyperlink. The Incident ID details page is displayed.
        
2. Click RELATIONSHIP tab Click on the displayed Work Order ID. The Work Order ID page is displayed. Check Assigned To drop-down field under ASSIGNMENTS tab.


N/A
111673

Attachment details deleted during editing are not captured in the Change History.  

The same issue persists in ProblemRCA, and Diagnostic tabs. 
 


Steps

  1. Navigate to Release > User > Release Record List. 
     
  2. Select any desired RR ID to open a Release Record
     
  3. Navigate to the Documents tab.  
    Add an attachment and click SUBMIT
     
  4. Click the document name link and update other attachment and click SUBMIT
NA
108668

After adding the Consumable Asset, a “No Data” message is displayed however, it is visible in the SEARCH ASSET popup. 


Prerequisites:  

  1. Log in to the SUMMIT Application with Admin module access having Consumable Assets present in the Asset Inventory with status as In-Store and Allocated
     
  2. Consumable category should be configured by non-mandatory fields on the FORM BUILDER page.
     

Steps

  1. Navigate to Asset > User > Manage Assets > Asset Inventory. 
     
  2. Select the Consumable Asset type on the Asset Inventory page. 
     
  3. Click ADD icon from the right ACTIONS panel. 
     
  4. Enter the Quantity. 
    Click SUBMIT
     
  5. Click the VIEW LIST button on the confirmation pop-up. 
     
  6. Filter the same asset ID through the FILTERS pop-up. 


Asset Attributes can be made mandatory in the action panel of Form Builder page by selecting Add Validation Rules for saved controls.


110654The uploaded file name is not displayed on the Preview and Update Category page when the user clicks the Update Category icon. 

Prerequisites:  

  1. Log in to the SUMMIT Application with Admin module access. 
     
  2. Configure two Fixed Asset categories in the Form Builder consisting of all the required custom attributes along with File Upload control for both categories. 
     
  3. Configure Key Field Mapping for both the Fixed Asset categories. 
     
  4. Configure Location, Store, and Floor values. 
     
  5. Add Asset to the Inventory by selecting/entering the values for the required fields and select a valid file for the File Upload control type. 


Steps

  1. Navigate to Asset > User > Manage Assets >Asset Inventory. 
     
  2. Select Fixed Asset type on the Asset Inventory page. 
     
  3. Select the desired Tenant from the drop-down, which is a mandatory field. 
     
  4. Click FILTERS option from the right ACTIONS panel. 
    Filter the Asset which was added to the Asset Inventory. 
     
  5. Select the asset and click the Update Category icon under the ACTIONS panel. 
     
  6. Select the Destination Category value from the drop-down. 
    (Source Category - Category 1, Destination Category - Category 2). 
    Click NEXT
     
  7. Map all the required Sources to Destination Custom Attributes.
    Note: Do not map the File Upload control type source and destination attribute.

  8. Click Map followed by  OK option on the confirmation message popup.
    Click NEXT. 

  9.  Select and upload a new file to the File Upload control type of Destination Category. 
    The uploaded file name is displayed. 

  10.  Click the Update Category icon followed by OK option on the confirmation message popup. 

  11.  Verify the uploaded file name in the File Upload control attribute on the Update Category page. 


NA
108230While creating a Report, if the report name was greater than 40 characters system displayed an error. 

Steps:

  1. Navigate to Reports > Change Management > Click the Icon for New Report.
  2. Select the Report Type > CONTINUE TO FIELDS
  3. Enter the fields > Click Save As > Enter the report name > Select the Category > Click OK.
Reports are getting created successfully even when the report name is greater than 40 characters. 
111814Due to performance issue in Database (DB), the Incident remarks are not updating in the event history. 

Prerequisite

  1. Create an Event through any API tool.
  2. For the external Event created, create an internal Event and Incident in Summit.  

Bug Reproduction Steps: 

  1. Resolve the Event created in Summit. 
  2. Resolve the Incident created for the Event using external event
  3. Once the Event and the Incident are resolved, the Incident Remarks are not updated in the Event History.  



NA
133780The selected Catalog Category is not displaying under Subject Header in the Service Request Details Page.

Pre-Condition

  1. Log in to the application.
  2. Navigate to Catalog > Configuration > Service Category.
  3. Create Categories named 'Linked_Category_EX1_', 'Linked_Category_EX2_', 'Linked_Category_EX3_'.
  4. Create a Catalog 'Service_EX1_' and add it to all the Categories listed above by selecting the link to other category checkbox.

Steps:

  1. Navigate to Request > User > New Service Request.
  2. Enter 'Service_EX1_' and click on the Catalog under Linked_Category_EX2_ Category.
  3. Create a Service Request Record by providing input in all the mandatory fields.
  4. Navigate to Request > User > Manage Service Requests > Service Request List.
  5. Click the Service Request Record that was created.


NA
133693Unable to Navigate to the Next Page after clicking Next while creating the New Service Request.

Pre-Condition

  1. Log in to the application.

  2. Navigate to Catalog > User > Package.

  3. Click ADD NEW on the ACTIONS panel.

  4. Select Department as STA.Information Technology_EX1_

  5. Select Category as DeskTop_Sevice.

  6. Enter the Package Name as SRPackage1.

  7. Select Status as PUBLISHED.

  8. Select two catalogs
    SR Package Cataog 1,
    SR Package Catalog 2
    in the Group named Group1.

  9. Click SUBMIT.

Steps:

  1. Navigate to Request > User > New Service Request.

  2. Select DeskTop_Service.

  3. Select Package Name as SRPackage1

  4. Select Group1 Checkbox .

  5. Click Next.


NA
132272

The caller field does not populate search results while creating a new incident for user.

Steps:

  1. Navigate to Incident > New Incident for User.

  2. Select the tenant from the dropdown.

  3. Search for the caller. 
NA
133384

User was getting redirected to the BUSINESS RULE List Page post clicking on the SUBMIT button in the BUSINESS RULE configuration page.

Steps: 

  1. Navigate to Admin > Basic > Infrastructure > Business Rule.

  2. Click ADD NEW.

  3. Enter the mandatory details to configure business rule.

  4. Click SUBMIT.   
NA


Security Enhancements

Security Enhancements implemented to ensure data security and integrity.