18.07.2019, 10:13 | #1 |
Участник
|
alirazazaidi: Error CREATE UNIQUE INDEX ON DBO.PROJHIERARCHYSORTING Dynamics 365 for finance and Operations
Источник: https://www.tech.alirazazaidi.com/er...nd-operations/
============== I faced this problem while restoring staging database from 8.0 to latest version. Microsoft did not provide any solution to extended index. You can add new indexes on table extension, but did remove or modified on existing indexes. Severity Code Description Project File Line Suppression StateOne solution I found that DBO.PROJHIERARCHYSORTING is have some kind of sorting data, And When we open Work Break down structure this table is auto populate some kind of internal usage for sorting. So I truncate the DBO.PROJHIERARCHYSORTING table and as result Database Synchronization successfully completed. And opening WBS of existing table, I found data at SQL server level. Happy DAXING. There is no solution to extend table index on table. So only solution to truncate the table. Источник: https://www.tech.alirazazaidi.com/er...nd-operations/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|