Hi everyone,
I'm facing an issue with job queue entries in Business Central SaaS (PARAM company) that keep falling into **"Suspended with inactivity timeout"** status.
Here is the context:
- The jobs are Integration Synch. Job Runner (Codeunit 5339) used for MDM synchronization
- They are currently running under a temporary user account (not a dedicated service account yet)
- Even after manually reactivating the entries, they fall back to "Suspended with inactivity timeout" within a few minutes
I understand the root cause is likely the user account session expiring. We are planning to set up a dedicated licensed service account, but in the meantime:
**My questions:**
1. Is "Suspended with inactivity timeout" always related to the user session, or can it also be triggered by something else?
2. Is there any workaround available while waiting for the service account to be set up?
3. Once the service account is assigned to the job queue entries, should we expect this issue to be fully resolved?
Thanks in advance for your help!