hi there,
I just noted index checking message as below sometimes cannot be correctly shown to user in MDS Add-in for Excel:
"The duplicated attribute value cannot be saved because there is an unique index "
Instead, it only ask client to turn on IncludeExceptionDetailInFaults, (either ServiceBehaviorAttribute or serviceDebug) or turn on tracing as per Microsoft .NET framework SDK. The error beginning with the below message:
"The server was unable to process the request due to an internal error."
Can this be due to permission access that stop the message showing error detail, or if I should try turn on the things as message suggested?