When I attempt a synchronisation on my DEMO database I get the following messages:
Cannot execute a data definition language command on ().
The SQL database has issued an error.
Problems during SQL data dictionary synchronisation.
The operation failed.
Synchronise failed on 1 table(s)
When I go to my AOT server and check the event log I get:
Object Server 01: The database reported (session 3 (<MyUserID>)): [Microsoft][SQL Native Client][SQL Server]Incorrect syntax near '.1'.. The SQL statement was: "DROP INDEX LEDGERTRANS.1_255LEDGERTRANSQUERYIDX"
ALl the help I've found seems to be around a slight variation of the problem where it tells you it can't drop a table, and then gives a table name, rather than the incorrect syntax I get. I have tried looking at/rebuilding/reorganising the indexes for LEDGERTRANS but with no improvement.
What do I do to find the problem?
Ta
Dan