Actions
Bug #172
closedGetting those Devices as well In disconnected state which are not Connected to the server On device Monitoring screen
Deliverable:
BACKEND API
Description
Bug title: Getting those Devices as well In disconnected state which are not Connected to the server On device Monitoring screen
Steps: 1. Add devices Under TMS
2. observed the device Monitoring report
Files
Updated by Kunal Chaudhary 10 days ago
- Status changed from New to Resolved
- Assignee changed from Kunal Chaudhary to Amit Kumar
- Estimated time set to 2:00 h
- Deliverable changed from ADMIN WEB to BACKEND API
RCA -
Disconnected logic was not validating installation status.
Onboarded devices (without proper installation) were getting counted as Disconnected due to missing heartbeat.
Resolution -
Updated both stored procedures to count Disconnected devices only when:
Status = 2910 (Installed) and InstallationDate IS NOT NULL.
Now only properly installed devices are considered in monitoring.
Updated by Kunal Chaudhary 10 days ago
- Assignee changed from Amit Kumar to Kunal Chaudhary
Updated by Kunal Chaudhary 10 days ago
- Assignee changed from Kunal Chaudhary to Amit Kumar
Actions
#4
Updated by Amit Kumar 10 days ago
- File clipboard-202602251830-hmees.png clipboard-202602251830-hmees.png added
- File clipboard-202602251831-frljp.png clipboard-202602251831-frljp.png added
- Status changed from Resolved to Closed


Actions