The Job Queue Cannot

bestianhowbestianhow 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

  • tinoruijstinoruijs 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
  • rajpatelbcarajpatelbca 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
  • bestianhowbestianhow Member Posts: 120
    Thanks for reply.
  • redkingredking 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
  • sirkniosirknio 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
Sign In or Register to comment.