Financial Management Blogs by SAP
Get financial management insights from blog posts by SAP experts. Find and share tips on how to increase efficiency, reduce risk, and optimize working capital.
cancel
Showing results for 
Search instead for 
Did you mean: 
Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
By default, the Disclosure Management application will use a SQL server authenticated user for connection to the database server (by default, it creates the CDMUser for this)

If you want to use a Windows Authenticated user, you can use the following steps

 

  1. Installation


Unfortunately, you are forced to install with a SQL Server authenticated user (you can use 'sa' for example)



 

After the installation is completed, perform the following steps

 

2. In IIS, change the identity of the Disclosure Management application pool to the windows user



 

3.

In the file C:\inetpub\wwwroot\SAP\SAP Disclosure Management\bin\cundus.enterpriseReporting.Services.dll.config

Make this change in the connection string

<add name="enterpriseReporting" connectionString="Data Source=SQLServerName;Initial Catalog=DMDatabaseName;Integrated Security=False; User Id=; Password=;MultipleActiveResultSets=False" providerName="System.Data.SqlClient"></add>



 

4. Restart the Disclosure Management website



 

Now, the connection will use the windows account.

Optional : you can turn off the SQL Server authentication

2 Comments