It shows the deleted fields with 0 fieldid. Might be the problem. But we don’t have access to SQL server. Is there anyway to resolve this issue from AX itself?
You have deleted fields from USR layer but it is not getting deleted from SQL Server. There is no option rather than delete these fields from SQL Server and then try to Synchronise the table.
You are right. But the only problem is that we don’t have access to the SQL Server. However, today we found out that our users have been given only read rights on the transaction database. The problem is due to that. It wasn’t related to AX after all. We have asked to provide our user with delete rights.
We are not going to delete anything from SQL. Delete rights so that i can rename table, sync it from AX so it will create a new table in SQL & then i will copy data from the old table. After that i have to delete the renamed table from the system. This should resolve the issue, but we cannot perform this tasks with read only rights.