- Use test button in the Assign dialog step because that one reflects your actual UnDP configuration.
- Try to adjust the polling interval (for example 1 minute) or Do 'Poll Now' on the particular interface.
- If the UnDP configuration is correct and there's no problem with polling the device you should see some data in the database:
Let me know the result of this query:
SELECT * FROM CustomPollerStatistics s JOIN CustomPollerAssignment a ON s.CustomPollerAssignmentID = a.CustomPollerAssignmentID JOIN CustomPollers c ON a.CustomPollerID = c.CustomPollerID WHERE UniqueName = 'dx1CurrentESs'