Brad
Brad

Reputation: 1369

Dynamics AX custom table synch error

At one time, I created some tables and views to support our custom AX code. The code and tables have since been deleted, but I still receive synchronization errors on the AX data dictionary on those (non-existent) tables.

The table/views are gone from the AOT, they are not listed in the SQLDictionary table, they are not present in any layer, and they do not exist on the SQL Server database. However, every time we synchronize, we still see the following sync errors (each on a different object, none of which exist):

- No runnable code in method 'computeLocationType' (searching the entire AOT for this method finds nothing
- Inconsistency in Microsoft Dynamics data dictionary
- The View could not be created in the database

Any suggestions?

Upvotes: 0

Views: 675

Answers (1)

Matej
Matej

Reputation: 7627

See contents of the SqlSyncInfo table. Row with your view should be there and you can delete it.

Upvotes: 2

Related Questions