JobServer exceptions after upgrade - Plugins.PointTransactions.ScheduleUsersF

Upgraded from 9.0 -> 10.1  turned on job server and this exception just keeps showing up multiple times per second

2018-06-18 13:40:58,138 - [STARTING] Telligent.Evolution.Api.Plugins.PointTransactions.ScheduleUsersF (Id=d723bd91-0928-4cd5-bb74-f1e2b735a0f0, JobId=1c3aa3fe-5169-44dd-8442-fd385ef24eee)
2018-06-18 13:40:58,140 - [FAILED] Telligent.Evolution.Api.Plugins.PointTransactions.ScheduleUsersF (Id=d723bd91-0928-4cd5-bb74-f1e2b735a0f0, JobId=1c3aa3fe-5169-44dd-8442-fd385ef24eee) Exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.Substring(Int32 startIndex, Int32 length)
at Telligent.Jobs.JobInfo.(String )
at Telligent.Jobs.JobInfo.ToString(Boolean fullDetails)
at...()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.Substring(Int32 startIndex, Int32 length)
at Telligent.Jobs.JobInfo.(String )
at Telligent.Jobs.JobInfo.ToString(Boolean fullDetails)
at...()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
.

Parents Reply Children
No Data