Codeunit Error in RTC........

rinki123rinki123 Member Posts: 367
Hi Experts,

I am using Role Tailor Client.Whenever i want to post any Journal entry RTC throws an codeunit error.................


Object of type codeunit with id 829 couldnot be found.
Page Edit-Payment Journal-PAY. JRNL Default Journal must be closed.
Regards,

Rinki

Comments

  • matttraxmatttrax Member Posts: 2,309
    I don't see a Codeunit 829 in the Cronus database. You'll most likely need to delete the variable that references that Codeunit if it truly does not exist.
  • rinki123rinki123 Member Posts: 367
    matttrax wrote:
    I don't see a Codeunit 829 in the Cronus database. You'll most likely need to delete the variable that references that Codeunit if it truly does not exist.





    Thanks but i am using Canadian Cronus database.
    Regards,

    Rinki
  • rinki123rinki123 Member Posts: 367
    And when i want to compile this Codeunit 829 this error message is coming .............

    Could not load the selected type library.
    Regards,

    Rinki
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    So you have codeunit 829 in canadian database?

    Did you try compiling all objects?
  • BeliasBelias Member Posts: 2,998
    :-k canadian localization has a codeunit in that range? sounds pretty strange to me...are you sure?usually localizations has range between 10000-49999 (correct me if i'm wrong, but i don't remember the exact range) :oops:
    try to compile the page and check out where the error comes out...if you can't find it, export the page as text and try to find '829'
    edit: what's the name of codeunit 829? what does it do?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    It cannot be canadian range..
    it is W1 range codeunit only...

    I feel they have some problem in merging new HF's..
  • kabrocokabroco Member Posts: 111
    5 829 DO Payment Trans. Log Mgt. DO Payment Trans. Log Mgt. NAVW16.00.10

    Does this help?

    You probably miss this automation:
    in function CompleteTransLogEntry

    Var Name DataType Subtype Length
    Nee TransactionResult Automation 'Microsoft Dynamics NAV wrapper for Dynamics Online Proxy'.ITransactionResult
  • BeliasBelias Member Posts: 2,998
    matttrax wrote:
    I don't see a Codeunit 829 in the Cronus database. You'll most likely need to delete the variable that references that Codeunit if it truly does not exist.
    Actually the codeunit DOES exist: it's a new object of the R2 version (most of us just made a tech upgrade, i think).
    I think the original poster did not install nav 2009 r2 correctly and the component "TransactionResult" in that codeunit returns an error. (the automation is 'Microsoft Dynamics NAV wrapper for Dynamics Online Proxy'.ITransactionResult).
    solution: reinstall nav properly, mine works fine
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.