Quantcast
Channel: SQL Server Master Data Services forum
Viewing all 1311 articles
Browse latest View live

Cannot insert the value NULL into column 'User_ID'. table 'MasterDataServices.mdm.tblNotificationUsers': column does not allow nulls. INSERT fails.

$
0
0

When using the excel add in a user is updating a value they have permissions to. In turn this should trigger a notification, This has worked for this user before. However the excel add-in now gives the error:

Cannot insert the value NULL into column 'User_ID'. table 'MasterDataServices.mdm.tblNotificationUsers': column does not allow nulls. INSERT fails.

the user exists in the database but I cannot find out why this occurs. any ideas?


SSIS Automation issue

$
0
0
I have a strange problem with an SSIS ETL package. The package is fairly large with about 29 different tasks.  It loads approximately 50 GB of data into around 60 tables.  At the end of the entire sequence there is a large stored procedure that kicks off and creates aggregation tables and adds indicators, flags, etc. to various tables.  The package worked without issue for years with just minor updates and modifications.  Then suddenly the stored procedure call at the end failed.  As long as the package is called programmatically, it continues to fail.  I've tried running the proc directly without issue in a query window.  I've tried running the entire package directly in a development environment (Visual Studio) without issue.  Only when the package is called from the program does it fail.  The proc is large and is not being executed.  Any suggestions?

"Authentication Failed" error when creating web application

$
0
0

Hello,

I've been trying to install MDS and have been running into an Authentication Failed error.  The message in the pop-up is "The password supplied is incorrect".  Now, I know the password works.  I was able to use the same user and password to RDP into the server I am installing to.  I even changed the password to something not so strong and I received the same error.  I've done MDS installs before and never seen this error, but those installs had SQL Server, SSRS and MDS all on the same server (test machines).  In this install, SQL Server is on one machine, SSRS is on another, with it's databases on the SQL box.  MDS is being installed like SSRS - on the SSRS box with its database on the SQL box.

The account I am using for the application pool is the same as the service account I specified when creating the database.  I went into SQL and verified the account has mds_exec role in the MDS database.  I even gave it dbo, just to see if that might help.  It has since been revoked.  I'm not sure what else to do at this point.  Any suggestions would be welcome.  I'm putting a few more details below to hopefully make this design clearer.

DEVSQL: SQL Server machine; databases for Report Server and MDS

DEVSSRS: SSRS/IIS machine; SSRS already up and running

DOMAIN\svc_devssrs: service account to run SSRS service on DEVSSRS

DOMAIN\svc_devmds: service account for MDS; was used to create the database and the web app (which is failing); has mds_exec role in db MDS on DEVSQL

DOMAIN\admin_pv: my account, local admin on both machine, sysadmin in SQL Server

Hope that's enough info.  If there is anything else that might help, let me know and I can provide it.

thanks....

Peter

Varbinary to varchar

$
0
0

Hi ,

      i am trying to convert thumbprint field in sys.certificates from varbinary to varchar or string so that i can do a join .

thanks

Zee 

Is there a plan to release MDS in Azure

$
0
0

Hi All,

 We need to migrate SQL Server on premise version to Azure, we know that at the moment Azure does not have Master Data Services.

Can you let us know if there is any plan to release Master Data Service in Azure in the near future?

Regards,

Bharath R S

Cannot find either column "mdm" or the user-defined function or aggregate "mdm.Get_USER

$
0
0
We have recently migrated our MDS database to 2014. We use SSIS and SQL SPs to load data to MDS.After Migration,execution of Stored procedure returns following error.   "|Cannot find either column "mdm" or the user-defined function or aggregate "mdm.Get_USER", or the name is ambiguous." appreciate any help!!

MDS httpwebrequest_webexception_remoteserver arguments: NotFound

$
0
0

Hi,

While i am going to click EXPLORER OR INTEGRATION MANAGEMENT in Microsoft SQl Server Master Data Services i am getting following error .

HttpWebRequest WebException RemoteServer : Arguments:NotFound.

My Environment is as following:

Windows 7, SQL Server 2012, IIS 6.1, Silverlight 5.1.

Please note that i can create Model, entity,Attribute every things worked fine.

Just unable to open two links. This is my web.config file. I want to use Http. 

Here is my web.config file

<configuration>
  <configSections>
    <section name="masterDataServices" type="Microsoft.MasterDataServices.Core.Configuration.MdsConfigurationSectionGroup, Microsoft.MasterDataServices.Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" requirePermission="false" allowDefinition="Everywhere" />
  </configSections>
  <!-- Example of assigning databases to different MDS service instances:  
  <masterDataServices>
      <instance siteName="Default Web Site" virtualPath="MDS" connectionName="connection1" serviceName="MDS1" />
      <instance siteName="Site2" virtualPath="folder1/folder2/MDS2" connectionName="connection2" serviceName="MDS2" />
  </masterDataServices>
  <connectionStrings>
    <add name="defaultMdsConnection" connectionString="Data Source=(local);Initial Catalog=defaultDb;Integrated Security=True;Connect Timeout=3600"/>
    <add name="connection1" connectionString="Data Source=(local);Initial Catalog=db1;Integrated Security=True;Connect Timeout=3600"/>
    <add name="connection2" connectionString="Data Source=(local);Initial Catalog=db2;Integrated Security=True;Connect Timeout=3600"/>
  </connectionStrings>
  -->
  <masterDataServices>
    <instance virtualPath="" siteName="MDS" connectionName="MDS2" serviceName="MDS1" />
    <instance virtualPath="MDS" siteName="Default Web Site" connectionName="MDS2" serviceName="MDS2" />
  </masterDataServices>
  <connectionStrings>
    <add name="MDS2" connectionString="Data Source=LAP-NFS1033\SQL2K111;Initial Catalog=MDS;Integrated Security=True;Connect Timeout=60" />
  </connectionStrings>
  <system.web>
    <!--The location of the temporary ASP.NET compilation directory will be filled in by the Configuration Manager.-->
    <!--The temporary directory for compilation will reside at the root of the Master Data Services install path.-->
    <compilation tempDirectory="C:\Program Files\Microsoft SQL Server\110\Master Data Services\MDSTempDir" debug="false" targetFramework="4.0">
      <assemblies>
        <add assembly="Microsoft.MasterDataServices.WebUI, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
        <add assembly="Microsoft.MasterDataServices.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
        <add assembly="Microsoft.MasterDataServices.Wizard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
        <add assembly="Microsoft.MasterDataServices.Wizard.Deployment, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
      </assemblies>
    </compilation>
    <customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx" />
    <identity impersonate="false" />
    <authentication mode="Forms" />
    <httpRuntime maxRequestLength="100000" useFullyQualifiedRedirectUrl="true" executionTimeout="300" />
    <pages buffer="true" enableSessionState="true" enableViewStateMac="true" validateRequest="true" enableEventValidation="true" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <controls>
        <add tagPrefix="sc" namespace="Microsoft.MasterDataServices.WebUI.ServerControls" assembly="Microsoft.MasterDataServices.WebUI.ServerControls, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
        <add tagPrefix="act" namespace="Microsoft.MasterDataServices.WebUI.AjaxControlToolkit" assembly="Microsoft.MasterDataServices.WebUI.AjaxControlToolkit, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
      </controls>
    </pages>
    <globalization culture="auto" enableClientBasedCulture="true" uiCulture="auto" />
  </system.web>
  <startup>
    <supportedRuntime version="v2.0.50727" safemode="true" />
    <requiredRuntime version="v2.0.50727" safemode="true" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.VisualBasic.Compatibility" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="7.0.3300.0" newVersion="7.0.5000.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <system.codedom>
    <compilers>
      <compiler language="c#;cs;csharp" extension=".cs" compilerOptions="/warnaserror-" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
        <providerOption name="CompilerVersion" value="v4.0" />
      </compiler>
      <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" compilerOptions="/optioninfer+" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
        <providerOption name="CompilerVersion" value="v4.0" />
      </compiler>
    </compilers>
  </system.codedom>
  <system.web.extensions>
    <scripting>
      <webServices>
        <!--
            Uncomment this section to enable the authentication service. Include requireSSL="true" if appropriate.
            <authenticationService enabled="true" requireSSL = "true|false"/>
        -->
        <!--
            Uncomment these lines to enable the profile service, and to choose
            the profile properties that can be retrieved and modified in ASP.NET AJAX applications.

            <profileService enabled="true" readAccessProperties="propertyname1,propertyname2" writeAccessProperties="propertyname1,propertyname2" />
        -->
        <!--
            Uncomment this section to enable the role service.
            <roleService enabled="true"/>
        -->
        <jsonSerialization maxJsonLength="50000">
          <converters>
            <!--
            <add name="DataSetConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataSetConverter, Microsoft.Web.Preview"/>
            <add name="DataRowConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataRowConverter, Microsoft.Web.Preview"/>
            <add name="DataTableConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataTableConverter, Microsoft.Web.Preview"/>
            -->
          </converters>
        </jsonSerialization>
      </webServices>
    </scripting>
  </system.web.extensions>
  <!--
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0. It is not necessary for previous version of IIS.
    -->
  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="100000000" />
      </requestFiltering>
      <!--<authorization>
        <add accessType="Allow" users="?"/>
      </authorization>-->
    </security>
  </system.webServer>
  <system.serviceModel>
    <behaviors>
      <serviceBehaviors>
        <behavior name="mdsWsHttpBehavior">
          <!-- Enable to allow clients to retrieve metadata (WSDL) about the service endpoints. -->
          <!-- If not using SSL (httpGetEnabled="true" httpsGetEnabled="false") to expose service metadata.-->
          <!-- If SSL is being used (httpGetEnabled="false" httpsGetEnabled="true") to expose service metadata.-->
          <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
          <!-- Enable to allow clients to see service exception details -->
          <serviceDebug includeExceptionDetailInFaults="false" />
          <serviceThrottling maxConcurrentSessions="400" />
          <dataContractSerializer maxItemsInObjectGraph="2147483647" />
        </behavior>
      </serviceBehaviors>
    </behaviors>
    <bindings>
      <wsHttpBinding>
        <binding name="mdsWsHttpBinding" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
          <readerQuotas maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxDepth="2147483647" maxNameTableCharCount="2147483647" maxStringContentLength="2147483647" />
          <!--Non-SSL implementations.-->
          <security mode="Message">
            <message clientCredentialType="Windows" />
          </security>
          <!--SSL implementations-->
          <!--<security mode="Transport">-->
          <!--<message clientCredentialType="Windows" />-->
          <!--</security>-->
        </binding>
      </wsHttpBinding>
      <basicHttpBinding>
        <binding name="mdsBasicHttpBinding" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
          <readerQuotas maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxDepth="2147483647" maxNameTableCharCount="2147483647" maxStringContentLength="2147483647" />
          <!-- Non-SSL implementations.-->
          <security mode="TransportCredentialOnly">
            <transport clientCredentialType="Windows" />
          </security>
          <!-- SSL implementations -->
          <!--<security mode="Transport">-->
          <!--<transport clientCredentialType="Windows" />-->
          <!--</security>-->
        </binding>
      </basicHttpBinding>
    </bindings>
    <services>
      <service behaviorConfiguration="mdsWsHttpBehavior" name="Microsoft.MasterDataServices.Services.Service">
        <endpoint binding="wsHttpBinding" bindingConfiguration="mdsWsHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
        <endpoint address="bhb" binding="basicHttpBinding" bindingConfiguration="mdsBasicHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
      </service>
      <service behaviorConfiguration="mdsWsHttpBehavior" name="MDS1">
        <endpoint binding="wsHttpBinding" bindingConfiguration="mdsWsHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
        <endpoint address="bhb" binding="basicHttpBinding" bindingConfiguration="mdsBasicHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
      </service>
      <service behaviorConfiguration="mdsWsHttpBehavior" name="MDS2">
        <endpoint binding="wsHttpBinding" bindingConfiguration="mdsWsHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
        <endpoint address="bhb" binding="basicHttpBinding" bindingConfiguration="mdsBasicHttpBinding" bindingNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" contract="Microsoft.MasterDataServices.Services.ServiceContracts.IService" />
      </service>
    </services>
  </system.serviceModel>
  <system.diagnostics>
    <sources>
      <!-- Adjust the switch value to control the types of messages that should be logged. 
           Use the a switchValue of Verbose to generate a full log. Please be aware that 
           the trace file can get quite large very quickly -->
      <source name="MDS" switchType="System.Diagnostics.SourceSwitch" switchValue="Off">
        <listeners>
          <!-- Enable and configure listeners as desired to obtain trace messages. -->

          <!-- Uncomment this listener on to log to a file. Note that the [File Location] (including the []) is a placeholder. 
               Set it to a path where the service account you chose while setting up Master Data Services has read and write privileges -->
          <!--<add name="LogFileListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="[File Location]" traceOutputOptions="DateTime" />-->

          <!-- <add name="EtwListener" type="System.Diagnostics.Eventing.EventProviderTraceListener, System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
               initializeData="{F2A341B8-CA5F-49ad-B00C-A82D3FCF948B}"/> -->
          <!-- <remove name="Default"/> -->
        </listeners>
      </source>
    </sources>
    <trace autoflush="true" />
  </system.diagnostics>
  <appSettings>
    <!-- 
    The time interval, in minutes, that user information in the MDS database
    should be considered current for an active user. The default is 20 minutes. 
    -->
    <add key="MdsMaximumUserInformationCacheInterval" value="20" />
  </appSettings>
</configuration>


Custom Business Rule help

$
0
0

Hi,

Currently i'm testing MDS, and are new to Master Data Services. (I have taken and online Microsoft Course)

Today we have our own home built tool for Master Data.

But we want to replace it with MDS.

I need to create a Custom Business Rule, but I'm really unsure how to built it and use it.

My challenge is that I have and ID field/ATTRIBUTE, let's call it TEAM_ID. That is a number, let's say that for one record that the TEAM_ID=100.

The same record also have two other fields/ATTRIBUTES, START_DATE + END_DATE.

Sample:

Code          TEAM_ID          START_DATE          END_DATE

1                100                 2019-01-01           2019-12-31

2                100                 2020-01-01           2020-06-01

3                100                 2020-05-01           2100-12-31

I need a Business Rule that checks that:

  • START_DATE <= END_DATE
  • That the period between START_DATE and END_DATE are not overlapping any of the other periods where TEAM_ID=100 (I the sample above where Code=2 the END_DATE later that the START_DATE for Code=3, and that is not okay)

How would I built something like that?



MDS Not creating Entity tables HELP

$
0
0

When creating any model in MDS 2016, the core tables are created, however I cannot create an entity on any model.  Error generated is: Errors

  • 208 : Invalid object name 'mdm.tbl_158_2064_EN'., @ErrorNumber = 208, @ErrorProcedure = "viw_SYSTEM_158_2064_CHILDATTRIBUTES", line 26, @ErrorNumber = 50000, @ErrorProcedure = "udpCreateSystemViews", line 147, @ErrorNumber = 50000, @ErrorProcedure = "udpCreateViews", line 77

When generating through the Excel plug in, I get the following errors:

Cannot find the object "mdm.tbl_158_2061_EN" because it does not exist or you do not have permissions., @ErrorNumber = 4902, @ErrorProcedure = "", line 1, @ErrorNumber = 50000, @ErrorProcedure = "udpAttributeSave", line 1073.

I have full db ownership permissions, I am a SuperUser in the UI.  Please help me figure this out!  You can email me directly at pearls@hanger.com if preferred.

Any help would be appreciated!

Business rule to concatenate columns with Hyphens in between

$
0
0

Hi,


I want to create a business rule to concatenate multiple columns , with a hyphen in between - Ex: If the column1 is 'Asia' and column2 is  'India' and Column3 is 'MadhyaPradesh' and column4 is 'MuzzafarNagar', then it should populate Asia-India-MadhyaPradesh-MuzzafarNagar. I created a business rule like , concatenate columns -> Column 1+ '-'+ Column 2+ '-'+Column 3+ '-'+Column 4. Its working for these kind of values

Now, the issue is, NOT all the columns have values. For example, if the column 2 and column 3 values are blank, then I am getting the values as Asia- - -. In this case, if the column value is blank, then i don't want the column.   Please help me how to apply this rule for these kind of scenarios?

Master Data Services Excel Plugin for SQL Server 2012 does not run on Excel 365 / Excel 2016

$
0
0

Hi there,

is there any way to run the Excel Plugin for SQL Server 2012 on current Excel version? Every time I try to install the plugin I get the message that it will need a 32-bit version of Excel 2007 or 2010.

And the Excel Plugin for the SQL Server 2016 will not work on SQL Server 2012...

Any ideas? Thanks for your support.

Best regards,

Robert

Master Data Services Add-in for Excel for Office 365

$
0
0
I have a MDS user that upgraded her Excel instance to Office 365 Excel and is not receiving errors when she tried to user her 

Master Data Services Add-in for Excel.  Is Master Data Services Add-in for Excel compatable with Excel in Office 365?

SQL Server Master Data Services 2017 ERROR WHEN SEARCHING PARENT CHILD HIERARCHY

$
0
0

Hi, I am getting error when browsing MDS2017 parent-child hierarchy and trying to search an item and find its parent.  

System.NullReferenceException: [Arg_NullReferenceException]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50907.00&File=mscorlib.dll&Key=Arg_NullReferenceException
   at Microsoft.MasterDataServices.Client.ViewModel.MasterData.ExplorerDerivedHierarchyViewModel.FindParentCompleted(Guid requestId, HierarchyMembersGetResponse response, Exception ex)
   at Microsoft.MasterDataServices.Client.ViewModel.ServiceProxy.ServiceClient.<>c__DisplayClass22`2.<ExecuteRequest>b__21(Object sender, RequestCompletedEventArgs`1 e)
   at Microsoft.MasterDataServices.Client.ViewModel.ServiceProxy.ServiceClient.OnHierarchyMembersGetCompleted(Object state)


Has any of you experienced something similar? 

MDS 2017 and older versions of SQL Server

$
0
0

Hi, I need help with installation of MDS.

Can I install newer version od MDS (like MDS 2017) on older version od SQL Server (like SQL Server EE 2014)?
I tried install it today, but got an error on attempt to create MDS database.

Error was something about collation.....:

Microsoft.MasterDataServices.Configuration.ConfigurationException: Conversion of one or more characters from XML to target collation impossible ---> System.Data.SqlClient.SqlException: Conversion of one or more characters from XML to target collation impossible
  at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  at Microsoft.MasterDataServices.Configuration.DatabaseUtilities.ProcessSqlStringWithTransaction(String commandSql, SqlConnection connection, SqlTransaction upgradeTransaction)
  at Microsoft.MasterDataServices.Configuration.DatabaseUtilities.InstallMasterDataServicesDatabase(SqlConnection connection, String databaseName, String collation, String adminAccount)
  at Microsoft.MasterDataServices.Configuration.Commands.NewMasterDataServicesDatabase.InternalProcess()
  at Microsoft.MasterDataServices.Configuration.Commands.SqlCmd`1.Execute()
  at Microsoft.MasterDataServices.Configuration.InstanceManager.CreateMasterDataServicesDatabase(DatabaseServerInformation serverInformation, DatabaseInformation databaseInformation)
  --- End of inner exception stack trace ---

SSAS CUBE in EXCEL - Grand total does not SUM correct

$
0
0

Hi,

I have a problem with grand total values when browsing a SSAS cube data through excel.

Grand total does not SUM all values.


When I browse cube and same data through Power BI it SUM it correct.

Al ok when browsing a same data through SSMS:

Data from the source table:

If anyone knows what is the problem or if anyone have some kind of explanation....I would be grateful!!




MDS - br_user impersonation

$
0
0

Hi all, I'm having a problem with security context, hope someone can help put please.

I've set up a custom BR rule in MDS that on data changing a stored proc is called which takes the MDS data and inserts it into a dimension table on a another database but within the same server.

I have set- up a new UserLogin (call it MDS_shared) and am impersonating the mds_br_user via it, in the custom sp I am using Execute AS MDS_Shared.

I've granted MDS_Shared the correct database mappings but I'm still getting the error...

The server principal "MDS_Shared" is not able to access the database "xxx" under the current security context.

Appreciate any suggestions,

Many thanks!

MDS (Master Data Services) 2017 - Model Permission Cannot be Saved. The object GUID is not valid

$
0
0

I am trying to give access to other user in Entity Level, but when I set Create Access I got Error.

The error message is:
The model permission cannot be saved. The object GUID is not valid.


MDS Application Pool is running under a specific Active Domain user that has sysadmin privileges.

All of this privilegies same user has on test server and there all works just fine.
But on production server, we get errors all the time...

Anyone know what could be the problem?


Master Data Services - add column to notifications

$
0
0

I'm wondering if it's possible to change the format of the notification emails? I would like to add in a new column.

I've tried to edit SettingValue in mdm.tblSystemSetting for ValidationIssueHTML. However, the new column I added doesn't show in the emails.

Thanks in advance!

Number attribute with thousand separator

$
0
0

Hi

I have created a number attribute with 2 decimals in MDS.

I would like to show numbers with thousand separator in Excel, but under Input mask drop down list it shows only the number format -#### and (####).

Please give advice how I should I handle this problem.

Thanks in advance....

BR Mike

MDS 2016 - tbltransaction table is missing

$
0
0

Hi.

We have recently upgraded from MDS 2012 to MDS 2016, and notice that tbltransaction table is missing. However I do find that there is table tbl_**_**_TR for each entity that should hold the transaction data for that entity, but I do not see this table for any existing entity in the model. Also I tried creating new entity with Transaction Log Type as Attribute/Member but did not create this table at SQL server.

I have reports built on tbltransaction to fetch the changes at entity level in a specified period , which fails in MDS 2016. Can anyone suggest any alternative for tbltransaction ? or any other way to set these reports ?

Thanks

Viewing all 1311 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>