Error in Timed Job

Error in Timed Job

Question:
I am getting an error (“Could not do a physical-order read to fetch next row” #244) while executing a job that runs a set of SQL statements every 30 minutes. When we stop the job and run it again after a few minutes, it runs fine. So I don’t think it is a corrupted index file problem, as the book describes it.

What else could cause this error?

Answer:
This is a concurrency problem. When one of the jobs is running, it is locking a resource that the other job needs. I suspect that either each job or occasional jobs are taking longer than 30 minutes to run. It may be getting locked up, waiting for resources, or just doing a lot of work. I’ll bet if you schedule the jobs 45 minutes or an hour apart, the problem will go away for a while.

The real fix is either to modify the code of the jobs to minimize the amount of locking the job does or to alter the table structure if that is causing the problem. But your first job is to find out what is being locked. I’ll bet it’s an index of some sort.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes