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:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...