Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have the following problem that i need help with if possible please.
My client has a scheduled reload that fails on the server but works from the client. They have around 20 scheduled reloads in total and this is the only one that fails.
It is scheduled to run when nothing else is scheduled, so it's not clashing with anything.
This is the log i am getting.
Does anyone have any idea what is wrong?
Many thanks
Chris
Have you debugged the load, ie. stepped through it to see which line of code is causing the main delay?
Hi, yes, its seems to be the SQL Select * statement.
Does that mean its a database issue?