MDS linebreak in WEB-GUI?
Hi,We're extending the usage of MDS to manage standardized texts as well. We would there by need to store text with linebreaks in MDS. Using file storage is not an option since the file must be created...
View ArticleMDS retrieve entity row last transaction annotation
Hi,I'd like to export data from MDS and include the latest transaction annotation. Since I have not found an easy way of doing this I wrote a fairly simple function (copied in below). I can now use...
View ArticleCannot connect to MDS through my Excel Add on
Installed MDS for SQL 2012. Created a website as a default website. I can navigate to the website.But I cannot access MDS using the Excel add-on. Been struggling with this for hours now and very little...
View ArticleEntities & data not visible in MDS explorer
I created a model and then added an entity via the Excel addin. I can see there is data in this entity and can query it from excel.The issue is when i try to view the entity and data in MDS Explorer...
View ArticleMDS does not revert transaction
HI, I tried to revert a transaction which was soft deleted, but after revertion I don't see it in the entity. I see in the transaction logs that it was again activated, but the strange thing is that...
View ArticleError when Read only permission set when filtering data before loading with...
Good afternoon :) I have an MDS issue that is making me lose my mind.I have some permission set to an Entity. It is a read only permission in the entity but I tried to put inside every field and same...
View ArticleUsing OLE DB Source (SQL Command) as input to DQS Data Services
Hi,I am using an OLE DB Source(SQL Command) as the input to my DQS Cleansing task.When I preview in design view my SQL Command I see rows returned. Yet at runtime no rows are sent to the DQS Cleansing...
View ArticleSetting Change Tracking Group Programmatically
Is there any sample code C# or TSQL for programmatically setting Change Tracking Group and Enable Change Tracking for Attributes?
View ArticleHttpWebRequest_WebException_RemoteServer error when opening MDS Explorer and...
HI, I am facing a big problem every now and then and It is intermittent is what i have seen.I keep getting be bleow error messare on my MDS Explorer. I am having MDS2012 installed both UI and excel...
View ArticleMDS Excel Add-In does not load
I have installed the Excel Add-In for MDS. Every time I start Excel, I must re-enable the add-in.File >> Options >> Add-Ins, etc.Close and re-open Excel, it's gone. Must go through the...
View ArticleHow to implement Luhn algorithm validation as a business rule
Hi,Has anyone implemented the Luhn algorithm as a business rule in Master Data Services?The use we need it for is validating data entry of SIM card numbers.Regards, MichaelMichael Fenton, Principal...
View ArticleIs it possible to add Attribute(column) to entity via Excel addin?
I can create an entity via the excel addin and update data in it but i cannot add additional columns (attributes) to it via the excel addin once its created. am i missing something or is it just not...
View Article"Enable Web services" option missing
Im trying to enable web services on my MDS 2014 installation. Ive opened the MDS configuration manager, navigated to "web configuration", but the "enable web services for this application" option is...
View ArticleSQL 2012 database master key
Hi All ,I have some issue to create database master key in SQL server 2012.I have typed this command below:USE master CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'passwordbypolicy'This is the error I...
View ArticleMaster data services - EDIT access only
Hi Gurus,I am wondering if there is an option in Master data services where I can restrict the users to only edit the records and in this case they cannot delete the records. I see that, the update...
View ArticleMax length of Attribute/Entity
Hello!I want create name of Attribute more than50 characters, but MDS does not do it. Is it possible?
View ArticleHow to get all the Model name and Entity name through programmatically
I am using this code to get Model nameclientProxy = GetClientProxy(mdsURL);ModelMembersGetRequest request = new ModelMembersGetRequest(); ModelMembersGetResponse response = new...
View ArticleLinking restore backup database to new website throws version compatibility...
Hi,I was trying to restore backup of master database on to server and tried to link with new website using Master Data services configuration manager. I was able to do that from configuration manager...
View ArticleClear Batches Not Working
When I right click on a batch in the Web UI and click Clear Batches, the record gets update with QueuedToClear but nothing ever happens. I've done some reading on the internet an am able to manually...
View ArticleWhy do the dynamically built subscription views use an inline function?
I am using Master Data Services for SQL Server 2012 SP2. All the subscription views that are created use code similar to:ALTER VIEW [mdm].[MdsView] /*WITH ENCRYPTION*/ AS SELECT T.ID AS ID ,T.MUID AS...
View Article