The Job Queue Cannot

bestianhow
bestianhow Member Posts: 120
Hi,
I have facing a problems for Job Queue.
I have created a codeunit 50000 and then i had defined a Job Queue Entries to pointing to codeunit 50000.
This is a recurring job.
The Job Queue Entries's Status is process, but i found an error in Job Queue Log Entries. Please refer error below:
The codeunit was called with a Job Queue Entry record. It has no parameters.

//Environment
//========
Navision Version = NAV 5.00 W1
Database Server = SQL Server 2000 SP4
Windows Server = Windows Server 2003 Standard Edtion


Thanks

Comments

  • tinoruijs
    tinoruijs Member Posts: 1,226
    Hi,

    Check out the following post:
    http://www.mibuso.com/forum/viewtopic.php?t=19973

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • rajpatelbca
    rajpatelbca Member Posts: 178
    hi,

    if you want to solve this error then you have to add Job Queue Entry table no property of your codeunit

    hope it helps.
    Experience Makes Man Perfect....
    Rajesh Patel
  • bestianhow
    bestianhow Member Posts: 120
    Thanks for reply.
  • redking
    redking Member Posts: 34
    hi,

    if you want to solve this error then you have to add Job Queue Entry table no property of your codeunit

    hope it helps.

    Hi All,

    we're getting the same error but do not understand the above fix. Can someone explain in a bit more detail?
    cheers
  • sirknio
    sirknio Member Posts: 7
    redking wrote:
    hi,

    if you want to solve this error then you have to add Job Queue Entry table no property of your codeunit

    hope it helps.

    Hi All,

    we're getting the same error but do not understand the above fix. Can someone explain in a bit more detail?
    cheers

    Simply, you open the properties of the codeunit and select Job Queue Entry in the TableNo property.

    Cheers,
    Carlos