From: Tim Smith on
I am a bit confused how to run this...There are a couple of issues......
1. I write a record with status of ready to the job queue Entries table.
2. On the IT Administration jobs set up menu I make sure the job queue
active is set to yes.
3. Nothing happens at this stage....so I go to the job queue processes and
find the relevent session...there is only one....and i take functions
activate job queue session....still nothing happens....
4. I go to the object designer and run codeunit 448 Job queue dispatcher.
This runs the job, but I get an error message about there being no
parameters. Which I don't want to pass to the job anyway.
5. Now i can't get the job to stop! If I run the debugger CU448 is looping
round. If I try and de-activate the job from the job queue processes >
functions > Deativate... nothing happens. I have to close down the session
and restart Nav.

I know that I am missing something here....but can't work it out.

Your help is appreciated.
Tim
From: Samsonite on
On Jul 25, 1:08 am, Tim Smith <TimSm...(a)discussions.microsoft.com>
wrote:
> I am a bit confused how to run this...There are a couple of issues......
> 1. I write a record with status of ready to the job queue Entries table.
> 2. On the IT Administration jobs set up menu I make sure the job queue
> active is set to yes.
> 3. Nothing happens at this stage....so I go to the job queue processes and
> find the relevent session...there is only one....and i take functions
> activate job queue session....still nothing happens....
> 4. I go to the object designer and run codeunit 448 Job queue dispatcher.
> This runs the job, but I get an error message about there being no
> parameters. Which I don't want to pass to the job anyway.
> 5. Now i can't get the job to stop! If I run the debugger CU448 is looping
> round. If I try and de-activate the job from the job queue processes >
> functions > Deativate... nothing happens. I have to close down the session
> and restart Nav.
>
> I know that I am missing something here....but can't work it out.
>
> Your help is appreciated.
> Tim

Hi Tim,

Have you setup your NAS Correctly (With Startup paramenter
'JOBQUEUE')?
I believe this is how the JobQueue is suppsed to be executed.
CU448 is a Single Instance Codeunit and it is suppsed to be launched
By NAS.