Dynamics AX 自定义 table 同步错误

Dynamics AX custom table synch error

有一次,我创建了一些 table 和视图来支持我们的自定义 AX 代码。代码和 tables 已被删除,但我仍然在那些(不存在的)tables.

的 AX 数据字典上收到同步错误

table/views 已从 AOT 中消失,它们未在 SQL 词典中列出 table,它们不存在于任何层中,并且它们不存在于SQL 服务器数据库。但是,每次同步时,我们仍然会看到以下同步错误(每个都在不同的对象上,存在 none 个):

- 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

有什么建议吗?

查看 SqlSyncInfo table 的内容。您的视图所在的行应该在那里,您可以将其删除。