Hi,
I am facing one error with the batch job.
I want this batch job to run for 1 month atleast.
But facing below error :
Cannot select a record in (). There is a temporary problem with the connection to the database. Please retry later.
Cannot execute a stored procedure. There is a temporary problem with the connection to the database. Please retry later.
Cannot select a record in KSM_UploadProcessorQueue (KSM_UploadProcessorQueue). There is a temporary problem with the connection to the database. Please retry later.
Batch task failed: Cannot select a record in KSM_UploadProcessorQueue (KSM_UploadProcessorQueue). There is a temporary problem with the connection to the database. Please retry later.

is there any way out where if selection of record does not happen for this batch job? It should not throw error message and stop.
Thanking you in anticipation..