We are running MDS 2008 R2 in a UK banking enterprise. Whenever we try and update a date field in an MDS entity the update fails with a database error. After some investigation we have isolated the issue to MDS is sending the wrong date fornat when it
calls the mdm.updMemberAttributeSave stored procedure. For example, if we enter 25 Jan 2013 the actual database call that is made to this proc will have the @AttributeValue param as '01/25/2013 00:00:00' SQLServer throws the exception "Conversion failed
when converting date and or time from character string" We have tried changing the input mask on the MDS field but this doesn't help. Please advise what we are doing wrong. Many thanks James
↧