Connect to an ACM database
To use
Application Code Manager
, it must be connected to an ACM database. During the
initial configuration of Application Code Manager
, the default database was configured.
Use this procedure to open the Connection
properties sheet and update the database
connection configuration if the original ACM database server becomes unavailable, if the
authentication method needs modification, or if a different database is to be used.To securely connect to an ACM database
- OpenApplication Code Manager. On the main menu, clickFile > Connect.
- InData source, confirm that the database type is.MicrosoftSQL Server(SqlClient)
- InServer name, select the computer name andSQL Serverinstance from the dropdown list or enter a computer name andSQL Serverinstance in the following format:<Computer name>\<SQL Serverinstance>TIP:If the database is on the same computer asApplication Code Manager, enterlocalhost.
- InLog on to the server, either:
- ChooseUse Windows Authenticationto allowSQL Serverlog on using the logged on user account credentials.
- ChooseUseto allowSQL ServerAuthenticationSQL Serverlog on usingSQL Serverauthentication.If this method is selected, enter theUser nameandPasswordto use to authenticate the connection toSQL Server.Starting with Application Code Manager version 5.01.00, the database password is enhanced for security. For more information, see Enhanced SQL Server password management.TIP:SelectSave my passwordto allowApplication Code Managerto retain the password and sign in automatically.
- InConnect to a database, determine whether to connect to a database on the server or to attach a database file.
- ChooseSelect or enter a database nameto select a database name from a dropdown list or enter a database name. The database must exist on the database server.
- ChooseAttach a database fileand then type a database file name or clickBrowseto navigate to the file.Then, inLogical name, enter the name of the database within the file thatApplication Code Managershould connect to.
- (optional) ClickAdvancedto configure settings related to connection protocols, resiliency, content, initialization, pooling, replication, and additional security controls. Applying the recommended settings as defined on the help page for theAdvanced Propertieswill improve performance, especially for network connections.
- ClickTest Connectionto verify the connection settings specified. If the connection succeeds, clickOKto closeConnection Properties.
Provide Feedback