Show TOC Start of Content Area

Background documentation ACC Database Connection  Locate the document in its SAP Library structure

When connecting to the database, the ACC user is authenticated by means of a user name and a password. They are specified only once, when the DataSource that is used to provide the database connection is created. The DataSource is initialized with the supplied credentials and uses them for the authentication of all physical connections that it provides.

ACC uses the default DataSource that is created during the installation of the Java EE engine. The ACC uses a self defined DataSource alias on this DataSource to connect to the database. The alias is automatically created during the installation of the ACC. The following is the DataSource alias used by the ACC:

jdbc/SAP/BC_ITSAM_ACI

End of Content Area