Questions regarding MDS - Multidimensional Scaling R functions
Questions tagged [mds]
101 questions
0
votes
0 answers
SQL Execution - Unable to parse query text
I'm trying to do a bulk load from a CSV into MDS (via SSIS package) but I keep getting this error:
Unable to parse query text.
Any ideas what's causing this? Screenshot is below:
This is all within Visual Studios. The actual package runs but…

Max Lee
- 1
- 2
0
votes
1 answer
What type of matrix should I be using for nmds
I tried to analyze my data using NMDS in R. My matrix has species names listed down the rows and the columns listed as individual sites. I have zeros under some sites. I am comparing the species abundance at the various sites. It only allows me…

ABShup
- 1
- 2
0
votes
1 answer
Recreating Density Cluster MDS with known labels
I have this lovely Density plot.
This shows what I would like, the blue cluster cleanly falling out from the rest of the data. I created this plot with the following…

etgriffiths
- 210
- 2
- 12
0
votes
1 answer
SQL Server 2016 Master Data Services
Can anyone tell me how to change the title of SQL Server 2016 Master Data Services within the web portal. Basically I want to change the "SQL Server 2016" to be my company name.
Can this be achieved?
Many thanks

VendettaBob
- 61
- 2
- 5
0
votes
1 answer
Openmrs & MDS (mobile dispatch server) Installation
I installed sana mds in Aws ec2 . I followed the this guide for installation.
When I am Trying to Access http:///mds/ it throwing me
Bad Request (400).
Upon Checking Apahce Error Logs I got this…

MAK
- 773
- 4
- 9
- 30
0
votes
1 answer
Relationships in MDS
I have a question, with regards to how do you create the relationships between members of two different entities?
For example, in case of 1:1 you can create a domain-based attribute that is referencing the entity.
But in case you have a customer…

user8760845
- 1
- 4
0
votes
1 answer
Master Data Services Transferring data
I'm new to MDS and I am trying to figure out if there is a way to transfer data from the UI to SQL. I saw you can transfer data from sql server using the job MDS_DataBase Name_Sync but I cant find anything that transfers data from MDS. When I check…

Tony Montana
- 39
- 8
0
votes
0 answers
R: Re-colour and connect certain points in a model-plot
This is my first question here so please excuse any mistakes I (may or may not) make.
The premise:
I got a vegetational dataset containing paired data on different plots for old and new observations. I used the 'openxlsx'-package to load my data,…
0
votes
1 answer
SOA MDS Target folder
I would like to understand what role the target folder plays in a SOA MDS project.
I am using JDeveloper and the target folder keeps getting populated with 2 .jar files. I am not sure where these jar files are coming from, but they contain old data…

semiColon
- 205
- 6
- 24
0
votes
1 answer
How can I enable "Repair Database" in MDS in SSMS 2012 with a TSQL query or already existing table?
When I restore my DW or DB, MDS wants me to repair the DB to have access to MDS again. I am aware doing this through the MDS's UI.
Is there a query solution, or any table that controls the MDS configuration manager and "Repair Database" button so I…

Mzilla
- 1
- 1
0
votes
1 answer
Why do these two ggplots, generated the same way, order legends differently? How can I control it?
I have a line of code that I am running on some data to make a MDS plot. Lets start with the data first:
Data for MDS 1
Data for MDS 2
I am creating MDS plots using this line of code:
ggplot(mds, aes(X1,X2,color=Virus_Treatment,shape=Infection)) +…

Adam Price
- 810
- 2
- 11
- 21
0
votes
0 answers
Is it possible to set use Varchars in MDS (Master Data Services)
I've just jumped on to a project to create an MDS system. One of the first thing that I've noticed is that all the text strings are NVarchar. One of the senior members of the team told me that all free type must be NVarcher. That being said, in …

yoelbenyossef
- 393
- 1
- 7
- 26
0
votes
1 answer
Failed to Install SQL Server MDS Workflow Integration Service
I tried to create a custom workflow by the following this article:
https://learn.microsoft.com/en-us/sql/master-data-services/develop/create-a-custom-workflow-master-data-services.
C:\Program Files\Microsoft SQL Server\130\Master Data
…

Kenny_I
- 2,001
- 5
- 40
- 94
0
votes
0 answers
Capture SQL server database table changes via MDS(Master Data Services)
We are trying capture a database table Changes via MDS (master data service).
We have created the models in MDS and imported the initial load of data from the database table.
However, we are still not able to capture the table changes in the MDS…
0
votes
1 answer
MDS Leaf error codes
I am attempting to insert data into a leaf entity within master data services and receiving a error code 256.
Checking microsoft documentation such as the below and I cannot find this code.…

Dave Ward
- 97
- 1
- 3
- 12