Options

Object of type Table with id 2000000041 could not be found

attardcattardc Member Posts: 97
edited 2011-10-05 in NAV Three Tier
When trying to update some information in the job card, through web services we're getting the following error:

Server Error in '/' Application.
________________________________________
Object of type Table with id 2000000041 could not be found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Services.Protocols.SoapException: Object of type Table with id 2000000041 could not be found.


Do you have any idea what could be causing this? We're using NAV2009 SP1, and read works without any problems!

Table 2000000041 (Field) exists somewhere, cos i can create a form based on this table.. I've looked at the SQL tables and couldn't find one with such a name

all help is appreciated!

thanks!

Comments

  • Options
    dmccraedmccrae Member, Microsoft Employee Posts: 144
    This is likely because the metadata for this table is missing from the Object Metadata table. You will not see this table in the Object Designer since it is a virtual table; similarly you won't see it in the SQL database for the same reason.

    Try one of these to get the metadata back:

    1. Export any object to .fob and import it back again (depending on your version, all virtual tables are regenerated in metadata).
    2. If that did not work, disable and then re-enable the "Enabled for Dynamics NAV Server" option in File / Database / Alter. This will take some time (45 mins or so).
    Dean McCrae - Senior Software Developer, NAV Server & Tools

    This posting is provided "AS IS" with no warranties, and confers no rights.
Sign In or Register to comment.