Hi Everyone,
I'd like to understand if I'm facing with a BUG/Unmanaged error or if it's a design issue.
I'm creating by code a Job Queue Entry and with the
"Run in User Session" := TRUE;
than passing this record to the Job Queue -Enqueue codeunit.
Looking the Job Queue Entry record before has been executed it has the following fields populated:
- User Service Instance ID (40)
- User Session ID (32)
- User Session Started (41)
The issue is that in case of error the same fields will became empty and if I try to use the action button "Set Status to Ready" this Job Queue Entry will fail with the following generic error message:
Obviously searching on the Event Viewer you will not find anything.
My questions are:
- how to manage this Job Queue Entry? The only solution seems delete it and recreate it.
- Is this a bug?
Thank you in advance for your replies
Best Regards
Sergio Castelluccio
*This post is locked for comments