Friday 1 March 2013

Resolving WAS -> DB2 problems - create the darned database

If you get: -

[2/28/13 12:22:51:686 GMT] 00000067 DataSourceCon E   DSRA8040I: Failed to connect to the DataSource.  Encountered "": java.sql.SQLException: null DSRA0010E: SQL State = 58031, Error Code = -1,031

Check that the database has been created: -

db2 create database RTSDB automatic storage yes using codeset UTF-8 territory US pagesize 32768

DB20000I  The CREATE DATABASE command completed successfully.

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...