Configure these properties on the Database Settings tab:
Database File The name of the database file for this data source. The configuration property name is databaseFile. You can reference this value as “${databaseFile}” in other data source property definitions. For a Sybase_ASA database, enter:
${djc.home}/data/default.db
Database Create Command The operating system command used to create the database for this data source; for example:
${djc.home}/bin/asa-init${.bat} -q ${databaseFile}
If this command is defined and the file referenced by ${databaseFile}
does
not exist, the command is run to create the database when an application
component attempts to obtain the first connection from the connection
pool for this data source. The configuration property name is databaseCreateCommand.
Database Start Command The operating system command used to start the database for this data source; for example:
${djc.home}/bin/asa-start${.bat} -x tcpip(localonly=yes) -n ${dataSource} ${databaseFile}
If this command is defined and the database is not running, the command is run to start the database when the data source is activated. The configuration property name is databaseStartCommand.
Database Stop Command The operating system command used to stop the database for this data source. For a Sybase_ASA database, where the user name and password are the defaults (dba and sql), enter:
${djc.home}/bin/asa-stop${.bat} -y -c “uid=dba;pwd=sql”
If this property (databaseStopCommand) is defined and the database is running, this command executes when EAServer shuts down.
Database Command Echo Select to echo the database commands databaseCreateCommand, databaseStartCommand, and databaseStopCommand in both the server console and the server log when the commands are run. The name for this configuration property is databaseCommandEcho.
Start Wait Time If a database start command is specified, the number of seconds to wait for the start command to run before reporting a connection problem. If the start command completes successfully within this time period, no exceptions are reported in the server log. The configuration property name is startWait. The default is 60 seconds.
Expand the Data Sources folder.
Highlight the data source to delete, right-click, and select Delete.
In the wizard, select Finish.