Testing the database connectivity
Before you can use IBM® Product Master, you must create the database schema.
About this task
<install
dir>/bin/test_db.sh
script tests the native client and the JDBC connections. The script
prints any errors.The schema generation script, create_schema.sh, does not stop if it encounters an error nor does it display errors. Examine the log file, <install dir>/logs/schema.log, to ensure that the schema was successfully created.
You can run the script, create_schema.sh, with the —verbose option. This option prints the logging information to the log file. It also includes the SQL that was sent to the database and the output from the Java™ programs.