I have created a codeunit which insert data into the table. Now I want to create schedule batch job to run that code unit.
To run the batch Job I have created a Job Queue using Job Queue form.
I have set start time and end time to run the job.
But, My job is not running and its not giving any error in “Job Queue Log Entries”. my “Job Queue Log Entries” is also empty. also between start time and end time of job its not showing in “Job Queue Processes”.
I have installed Microsoft Dynamics Nav 2009. Please any one help me how can I solve this problem.
I have assigned “JOBQUEUE” as Parameter but still its not working. still its not showing any error or in Job Progerss list.
Should I need to restart the NAS after changing any job settings.
Do I need to change anything in Code Unit.
I havewritten simple code to insert data into table.
I suspect you have scheduled a codeunit which has no parameters - you need to add the Job Queue Entry in the TableNo property of the codeunit (even if you do not want to use the record)