Hi,
We recently moved AX from one environment to another. After the move, during database sync the below error occured.
|
SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Fillfactor 0 is not a valid percentage;
fillfactor must be between 1 and 100.
|
| SQL statement: ALTER TABLE "DBO".D2MFWLABEL ADD CONSTRAINT I_107916CONSTRAINTSIDX PRIMARY KEY CLUSTERED (PARTITION,APPLICATIONCONFIGID,LABELID,DEVICETYPEID,LANGUAGEID,UTILENTRYLEVEL) WITH (FILLFACTOR =0 ) |
| Cannot execute a data definition language command on (). |
To fix this error when viewed in AOT and SQL Database,
the index appears in AOT but not in SQL Database. When tried to recreate the below error appeared.

Let me know how to fix the index violation.
Thanks,
lakshmi
*This post is locked for comments
I have the same question (0)