Bug #169
closedWEB | UAT | Sim provider is blank
Description
Module: Reports -> TMS -> Device monitoring and Device status
The sim provider field should be not blank.
Referred url is https://hpcluatweb.sea-pos.com/heartbeat-details


Files
Updated by Harshith Jay 17 days ago
- File clipboard-202602181909-yaqtn.png clipboard-202602181909-yaqtn.png added
- Description updated (diff)
Updated by Renu Sharma 16 days ago
- Assignee changed from Renu Sharma to Kunal Chaudhary
Updated by Kunal Chaudhary 16 days ago
- Status changed from New to Resolved
- Assignee changed from Kunal Chaudhary to Amit Kumar
- Deliverable changed from ADMIN WEB to BACKEND API
change in sp and add sim name logic
RCA -
Earlier, the SIM Provider was fetched using the SimCard + ValueType join.
When the join failed, it returned NULL, so the UI showed a blank value.
After implementing the MCC–MNC based CASE logic, the ELSE 'UNKNOWN' condition caused “UNKNOWN” to appear instead of blank.
Resolution -
The SIM Provider logic was updated to derive the operator name from the MCC and MNC columns in TMS_DeviceHeartBeat.
Leading zero and spacing scenarios were handled properly.
Now, valid MCC–MNC combinations return the correct SIM Provider, and unmatched cases maintain the expected behavior.
Updated by Vaishali Tomar 12 days ago
@Kunal Chaudhary validate this issue in UAT env and found this fix is done only for one screen that is for Device monitoring page weather it has be fixed on device detail as well. Hence status of the ticket held Re-opened as of now 
Updated by Vaishali Tomar 12 days ago
- Status changed from Resolved to Re-Opened
- Assignee changed from Amit Kumar to Kunal Chaudhary
Updated by Kunal Chaudhary 11 days ago
- Status changed from Re-Opened to Resolved
- Assignee changed from Kunal Chaudhary to Harshith Jay
Change:
Added SimProvider logic in uspGetDeviceDetailList stored procedure.
RCA:
SimProvider calculation logic did not exist in this stored procedure earlier, due to which provider value was not being returned.
Updated by Harshith Jay 10 days ago
- File clipboard-202602251124-cenfj.png clipboard-202602251124-cenfj.png added
- Status changed from Resolved to Closed
The issue which was raised is resolved and validated in latest deployed UAT release.
