Search

SQL SERVER 2012 MDS : cannot update attribute metadata by Xavier Averbouch [xavave]

Closed
as By Design Help for as By Design

1
0
Sign in
to vote
Type: Bug
ID: 778032
Opened: 1/31/2013 6:05:45 AM
Access Restriction: Public
1
Workaround(s)
0
User(s) can reproduce this bug
my SQL SERVER 2012 locale is fr-FR
i try to update attributes name in metadata model
but blocking error: entitytname cannot contain special chars

Details (expand)

Product Language

French

Version

SQL Server 2012 - Enterprise Edition

Category

Master Data Services

Operating System

Other

Operating System Language

French

Steps to Reproduce

go to model metadata management
try to update a metadata entity attribute (attribute metadata definition)

Actual Results

blocking message :
entity name cannot contain special chars
(in french : Le nom ne peut pas contenir de caractères spéciaux.)

Expected Results

no error

Platform

X64

Virtualization

 
File Attachments
File Name Submitted By Submitted On File Size  
mdserror.JPG 1/31/2013 49 KB
Sign in to post a comment.
Posted by Microsoft on 2/18/2013 at 3:56 PM
Hi Xavier,
Thank you for contacting us. We appreciate your input (and your activity in the forum). There may be an issue in the way we display the error message, but the metadata model is not intended to be edited in this way. If you think I misunderstand, please update the repro steps so I get a better picture of what you are trying to achieve. Thank you,
Lynn
Posted by Microsoft on 1/31/2013 at 10:31 AM
Thank you, Xavier, for reporting this issue. We are investigating.
-Lynn
Sign in to post a workaround.
Posted by Xavier Averbouch [xavave] on 2/11/2013 at 6:42 AM
the isssue is coming from page Admin/Domain.aspx on mds web site
from regex validator string:
<asp:RegularExpressionValidator ID="regName" CssClass="ErrorMessage" runat="server"
                                                ControlToValidate="txtName" ErrorMessage="Name may not contain special characters."
                                                ValidationExpression="[^~`!@#$%^*()+=<,>.?/:;"'{}[|\\\]]+" Display="Dynamic"
                                                meta:resourcekey="SpecialCharacters"></asp:RegularExpressionValidator>
the validation expression should be updated
Regards,