Hi,
I am getting the error above when running a database test on 3.70 - only checking database field relationships. This causes the test to terminate and I can't seem to figure out why I am getting this error.
I have seen other posts on the forum that get the same error message for different tables. In those cases I can temporarily create the missing table to fix the problem. However, Navision does not allow creating a table with a number '0'.
Also, I have not figured out from which object this error is occurring. I have compiled all objects in the database and of the compilation errors that occur, I can not find the error "TableData 0 does not exist".
Can anyone help?
0
Answers
Export all tables to a textfile and look for the string 'Tablerelation=0'
I searched through the entire exported table text file for 'tablerelation=0', 'tablerelation = 0', 'tablerelation=''', 'tablerelation=""', etc, but I couldn't find any matches...
I did a little test and Navision exports
I found a few of those instances. I will make some changes, run the test again and post the result.
Thanks for your help Mark!
variable was created ( with or without name) and no subtype was selected. Maybe some further code errors prevent this message from being displayed when the object is compiled.
Anyways, removing these instances fixed the problem. Thanks for your help!