Configure these properties on the Database Settings tab:
Default Database URL The JDBC URL for connecting to the database. The configuration property name is databaseURL. For a Sybase_ASA database, enter:
jdbc:sybase:Tds:${serverName}:${portNumber}
For other database types, see the value of databaseURL in config/default-database-types.xml in your EAServer installation.
Default Database Name The default database name for this database type. The configuration property name is databaseName. For a Sybase_ASA database, the default database is default.db.
Default Network Protocol The network protocol that the database server uses for network communication. The configuration property name is networkProtocol.
Default Server Name The name of the host where the database server is running. The configuration property name is serverName.
Default Port Number The server port number where the database server listens for connection requests; typically, a TCP/IP port number 1 – 65535. The configuration property name is portNumber.
Default User The user name for connecting to the database. The configuration property name is user. The default user name for a Sybase_ASA database is “dba.”
Default Password The password for connecting to the database. The configuration property name is password. The default password for the dba user in a Sybase_ASA database is “sql.”
Default Role Name The default role name for data sources that access the database type.The configuration property name is roleName.
Default Service Name The default service name for data sources that use this database type. The configuration property name is serviceName.