Procedure
When the MashZone NextGen User Repository is your LDAP Directory, the default administrator account (Administrator user) is disabled.
Make sure this database is supported by MashZone NextGen. See Additional MashZone NextGen System and Software Requirements for details.
If you want MashZone NextGen to support international characters in meta-data for artifacts, set the character encoding to AL32UTF8 when you create the database. See documentation for your database for specific instructions.
It is a best practice to require passwords for every database account that can access the MashZone NextGen Repository.
MashZoneNG-install/prestorepository/jackbe-presto-rds-oracle-mysql-mssql.jar
To the web-apps-home/mashzone/WEB-INF/lib folder.
MashZoneNG-install/apache-tomcat/lib
<Resource name="MashzoneNextGenRepository" auth="Container" type="javax.sql.DataSource" maxTotal="200" maxIdle="30" maxWaitMillis="10000" username="app" password="app" driverClassName="oracle.jdbc.OracleDriver" url="jdbc:oracle:drivertype:@host-name:port:dbname" />
The JTA managed property must be false.
Some common properties you may need to set include:
validationQuery = select 1 from dual
Common tuning properties for connections pools. See Tuning the MashZone NextGen Repository Connection Pool.
If the MashZone NextGen Server does not start up successfully, see Troubleshooting Connections to the MashZone NextGen Repository for suggestions.
If the MashZone NextGen Server wedoes not start up successfully, see Troubleshooting Connections to the MashZone NextGen Repository for suggestions.