Hi,
I am not sure if this has been rectified for now.
I have an app trying to create a new database on latest DB2 . I use the connection string and the type 4 drivers as specified below.
jdbc:db2://<host ip>:50000/
com.ibm.db2.jcc.DB2Driver
db2jcc.jar is on the classpath
When attempting to get the DriverManager.getConnection using the connection string, i always get the "Invalid URL format" and the creation fails. Can anyone help in achieving this.
If i connect to an existing database like jdbc:db2://<host ip>:50000/<dbName> , everything works smoothly.
Thanks
sudeep