Error messages by Navision

RUOTAHELRUOTAHEL Member Posts: 8
Hi !

I cannot find help for the errormessages I get.
I have this application designer's guide, but there is not so
much to that.

Is there some better manual available ?

For the moment I got: "TableData 50032 does not exist"
while running a report. What might this mean ?

br. RUOTAHEL

Comments

  • kinekine Member Posts: 12,562
    It means, that you are trying to read data from table which does not exist... Enable the debugger and see where it will stop (disable breakpoint on trigger).

    Try to compile your objects.
    Check all links, variable definitions etc...
    or you can export your objects into text and search for 50032....
    And do not forget to check your permissions for roles, if you do not have some permission line for table which doesn't exist...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • AlbertvhAlbertvh Member Posts: 516
    This looks like a customisation as the number of the table is in the 50000-50099 range. Perhaps this was not brought over from a previous version or was a change that is no longer needed. :-k
Sign In or Register to comment.