I'm trying to use the Play 2 Framework and connect to my IBM iSeries DB2 database. I seem to be able to make a connection work. But, when I load the application and it tries to run evolution, it fails with the following error: SQLException: [SQL0204] PLAY_EVOLUTIONS in (database name) type *FILE not found.
I've looked at several questions but can't find an answer:
The last question was posted by t0mppa in Oct 2012. He says he figured out a way to do it but did not share his method other than to say he worked with the evolutions source and created a solution. I'm not that good.
I feel that if I could just the table definition then maybe I could build the table manually and have it work.
Thanks
Bob
You could probably also just disable evolutions and create database directly.
By overriding properties you could have not only development and production configurations, but several development configurations -- whatever you need.
example: ~run -Dconfig.resource=development-local-db2.conf
See more from here
http://www.playframework.com/documentation/2.2.x/ProductionConfiguration