To conveniently explain the TIBCO ActiveMatrix Runtime UDDI Server features, this manual will use
uddi as the sample database name, and
myuddiuser and
myuddisecret as the sample user account.
After a MySQL database is created, you need to create a new user account to connect to the database. In addition, you also need to assign roles for the newly created user account.
While configuring the uddi.war file, if you choose to automatically create the database tables or you need to update the database schema during the deployment, append the following privileges to the newly created user account:
You may need to download a JDBC driver for your database. At the time of this writing, the JDBC driver
mysql-connector-java-5.1.7-bin.jar for the supported MySQL versions is available from the following link:
http://dev.mysql.com/downloads/connector/j/5.1.html
After the database is created, the newly created user account that will be configured in the JNDI resource must have at least the following privileges in the database.
While configuring the uddi.war file, if you choose to automatically create the database tables during the deployment, add the following privileges to the newly created user account:
You may need to download a JDBC driver for your database. At the time of this writing, the JDBC driver
sqljdbc4.jar for the supported SQL Server versions is available from the following link:
After the database is created, the newly created user account that will be configured in the JNDI resource must have at least the following privileges in the database.
While configuring the uddi.war file, if you choose to automatically create the database tables or you need to update the database schema during the deployment, append the following privileges to the newly created user account:
You may need to download a JDBC driver for your database. At the time of this writing, the JDBC driver
ojdbc5.jar or
ojdbc6.jar for the supported Oracle versions is available from the following link:
After the database is created, the newly created user account that will be configured in the JNDI resource must have at least the following privileges in the database.
While configuring the uddi.war file, if you choose to automatically create the database tables or you need to update the database schema during the deployment, append the following privileges to the newly created user account:
You may need to download a JDBC driver for your database. At the time of this writing, the JDBC driver (version 6.0.5)
jconn3.jar for Sybase ASE 15.0 is available from the following link:
After the database is created, the newly created user account that will be configured in the JNDI resource must have at least the following privileges in the database.
While configuring the uddi.war file, if you choose to automatically create the database tables or you need to update the database schema during the deployment, append the following privileges to the newly created user account:
You may need to download JDBC drivers for your database. At the time of this writing, the JDBC driver
db2jcc.jar and the license JAR file
db2jcc_license_c.jar for the supported IBM DB2 versions is available from the following link: