If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Defining the Database Connection Attributes for Aptify Web

In Aptify 5.5.1 and up, the following attributes define the connection to the Aptify database server and are found in the Web.config file in the Aptify top-level directory:

  • Server: name of the SQL Server Instance that contains the Aptify database that will be used by the Aptify application.

In Aptify 5.5.1 only, the following attributes also define the connection to the Aptify database server and are found in the Web.config file in the Aptify top-level directory:

  • Trusted: determines the type of User that is connecting to the Aptify User Database.
  • True: indicates the user has a Windows User Account or is a Trusted User.
  • False: indicates that a SQL Server Authenticated User Login will be provided for the user. 

    Note

    Only Windows User Accounts (Trusted = "true") are supported in Aptify 5.5.1.

If your environment includes large or complex queries, such as complex non-List views and approving large bulk orders, Aptify recommends that you consider increasing the value of the Query Timeout key in the SOA web.config file on the web server to ensure that these queries do not timeout before they have completed running. You can increase the value of the Query Timeout key by performing the procedure in the Administering Query Timeout Values topic.

Copyright © 2014-2019 Aptify - Confidential and Proprietary