Dear kevin :
there is an error in new INDEX , what can i do , try to delete the duplication ,or what ?
Error Message (12:12:55 pm) Cannot execute a data definition language command on ().
The SQL database has issued an error.
Error Message (12:12:55 pm) Object Server 01:
Error Message (12:12:55 pm) [Microsoft][SQL Server Native Client 10.0][SQL Server]The CREATE UNIQUE INDEX statement terminated
because a duplicate key was found for the object name 'dbo.VENDPACKINGSLIPPURCHLINK' and the index
name 'I_1508JOURIDX'. The duplicate key value is (5637144576, saj, 0, AJM-24572-DXB).
Error Message (12:12:55 pm) CREATE UNIQUE INDEX I_1508JOURIDX ON "DBO".VENDPACKINGSLIPPURCHLINK (PARTITION,DATAAREAID,VENDPACKINGSLIPJOUR,ORIGPURCHID)
Error Message (12:12:55 pm) session 5 (Admin)
Error Message (12:12:55 pm) Problems during SQL data dictionary synchronization.
The operation failed.
Info Message (12:12:55 pm) Synchronize failed on 1 table(s)
Error Message (12:12:55 pm)\Synchronize database Microsoft.Dynamics.Ax.Xpp.ErrorException: Exception of type 'Microsoft.Dynamics.Ax.Xpp.ErrorException' was thrown.
at Microsoft.Dynamics.Ax.MSIL.Interop.throwException(Int32 ExceptionValue)
at Microsoft.Dynamics.Ax.MSIL.cqlClassIL.callReturn(Int32 rc, interpret* ip)
at Microsoft.Dynamics.Ax.MSIL.cqlClassIL.Call(IntPtr c, String methodName, Object[] parameters, Type[] types, Object[] varargs, Type[] varargsTypes)
at Microsoft.Dynamics.Ax.Xpp.xApplication.Dbsynchronize(Int32 tableId, Boolean checkAsNeeded, Boolean continueOnError, Boolean showProgress, Object[] checkSyncTables, Boolean createAllIndexes, Boolean useLockForSingleTable)
at Dynamics.Ax.Application.Application.Dbsynchronize(Int32 tableId, Boolean syncAsNeeded, Boolean continueOnError, Boolean showProgress, Object[] checkSyncTables, Boolean createAllIndexes, Boolean useLockForSingleTable, Boolean , Boolean , Boolean , Boolean , Boolean , Boolean , Boolean ) in Application.dbSynchronize.xpp:line 22
at Dynamics.Ax.Application.Application.@Dbsynchronize(Int32 tableId, Boolean syncAsNeeded, Boolean continueOnError, Boolean showProgress, Object[] checkSyncTables, Boolean createAllIndexes, Boolean , Boolean , Boolean , Boolean , Boolean , Boolean )
at Dynamics.Ax.Application.Application.@Dbsynchronize(Int32 tableId, Boolean syncAsNeeded, Boolean continueOnError, Boolean showProgress, Object[] checkSyncTables, Boolean , Boolean , Boolean , Boolean , Boolean )
at Dynamics.Ax.Application.Application.@Dbsynchronize(Int32 tableId, Boolean syncAsNeeded, Boolean continueOnError, Boolean showProgress, Boolean , Boolean , Boolean , Boolean )
at Dynamics.Ax.Application.Application.Dbsynchronize(Int32 tableId, Boolean syncAsNeeded, Boolean continueOnError, Boolean showProgress)
at Dynamics.Ax.Application.ReleaseUpdateDB.indexAllowNoDup(DictIndex _dictIndex) in ReleaseUpdateDB.indexAllowNoDup.xpp:line 15
at Dynamics.Ax.Application.ReleaseUpdateDB60_Vend.Allownodupvendpackingslippurchlinkjourid() in ReleaseUpdateDB60_Vend.allowNoDupVendPackingSlipPurchLinkJourId.xpp:line 10
at ReleaseUpdateDB60_Vend::allowNoDupVendPackingSlipPurchLinkJourId(Object , Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeInstanceCall(Object instance, String MethodName, Object[] parameters)