Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chapi_-_overriding_the_default_control_sql_user_and_password [2019/01/30 09:22]
chapi_-_overriding_the_default_control_sql_user_and_password [2019/01/30 09:22] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +===== Description =====
 +
 +
 +
 +If you need to change the standard SQL Server User or Password that Control is using, you can do so with settings in the Chapi configuration file.
 +
 +
 +
 +===== Steps =====
 +  - Open the Chapi configuration file, called CHAPI.ServiceHost.exe.config in the Chapi folder.
 +  - In the configuation section (to top level section), add the following settings (preferably at the bottom):
 +
 +
 +
 +[[code_formatxml|code_formatxml|code format="xml"]]
 +
 +
 +
 +  
 +
 +
 +
 +    
 +
 +
 +
 +    
 +
 +
 +
 +  
 +
 +
 +
 +<code>
 +Replace #NewUser# and #NewPassword# with the appropriate values.
 +  * You will also need to change the user ID and password that is in the  area of the Chapi config file.
 +[[code_formatxml|code_formatxml|code format="xml"]]
 +
 +
 +
 +  
 +
 +
 +
 +    
 +
 +
 +
 +    
 +
 +
 +
 +  
 +
 +
 +
 +<code>
 +===== Source =====
 +Contributor: Gregory Schroeder
 +Date: 02/04/2014
 +Version: Control 5.1