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!
0
Comments
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).
This posting is provided "AS IS" with no warranties, and confers no rights.