0

I am facing strange in sharepoint timer jobs on production server. Here is query which is used to query a list through timer job.

 var incompleteJobs = from queue in JobQueue                                           
                                         select queue;

above code fetches items from list which are used for processing. this code works fine in development,testing environments.but in some production environments. It works well for some time(1 day,2 days) and then time job crashed with this error "value does not fall within the expected range"

Any logical reason why this would happen?

Mandar Jogalekar
  • 3,199
  • 7
  • 44
  • 85

0 Answers0