Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to create a trace log that helps troubleshoot MDS database creation issues


View products that this article applies to.

Summary

This article discusses the procedure that you can use to create a log file that can help troubleshoot failures that may occur when creating MDS database.

↑ Back to the top


More Information

You can use the following procedure to enable the log file:
  1. Open the MDSConfigTool.exe.config file located in C:\Program Files\Microsoft SQL Server\Master Data Services\Configuration using notepad.exe.
  2. Uncomment the followin line in the file by removing the <!-- prefix characters and --> suffix characters on that line:
    <add name="LogFileListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="MdsConfigManagerTrace.log" traceOutputOptions="DateTime" />
  3. Make sure switchValue is set to All.
    <source name="MDS" switchType="System.Diagnostics.SourceSwitch" switchValue="All">
  4.  Try again to create the database.  Afterwards, open the MdsConfigManagerTrace.log that is saved to C:\Program Files\Microsoft SQL Server\Master Data Services\Configuration and review the same for additional information regarding the failure.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2423467
Revision : 1
Created on : 1/7/2017
Published on : 12/17/2010
Exists online : False
Views : 174