Status is not the same as the rate column...
e.g.
Rate | Total | RawStatus | Status |
3.9003973 | 373342 | 39 | 39 |
2.20022416 | 102317 | 22 | 22 |
8.100825 | 372925 | 81 | 81 |
0.6000611 | 46907 | 6 | 6 |
4.10041761 | 385946 | 41 | 41 |
I'm not sure what the CustomPoller tool shows you (it crashes on me when I try to look at values -- too much data)
try running this in the Database Manager on the server:
SELECT TOP 1000 CPA.AssignmentName,CPS.* FROM [dbo].[CustomPollerStatus] CPS
inner join customPollerAssignment CPA
on CPA.CustomPollerAssignmentId=CPS.CustomPollerAssignmentId
where AssignmentName like '%ls001%'
the Rate column will tell you if it's it actually generating a rate.