Job “stuck” in Running status with no active job

Answered
0
0

Hi everyone,

I’ve noticed an issue on one of our environments where the robot machine keeps showing status “Running job”, even though there’s no active job visible in HQ.

The process itself finishes normally — no exceptions, no visible errors — but the robot doesn’t release the session. It just keeps hanging in Running state until it’s manually stopped.

Has anyone run into a similar problem or knows what could cause this?

G.

  • You must to post comments
Good Answer
0
0

When you encounter a situation where the machine remains stuck in the “Running job” status even though there’s no active job in HQ, please check whether the Database Read Query Step is being used.

If it is, the connection string might look something like this:

Driver={ODBC Driver 17 for SQL Server};Server=SQLCL2INSTANCE6\INSTANCE6;Database=robotiq;UID=robotiq;PWD=password;

In that case, replace it with the following format instead:

Server=SQLCL2INSTANCE6\INSTANCE6;Database=robotiq;User Id=robotiq;Password=password;

This applies only if you’re using a SQL Server Database — just to be precise.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.