Thomas Hill <[email protected]> writes: > 2nd attemtpt: started the network server without specifying an > authentication provider and used ij to connect to server and > created a database myCredDB manually.
Did you create any user(s) in it? http://db.apache.org/derby/docs/10.9/ref/rrefnativecreateuserproc.html This doc explains how to use NATIVE authentication: http://db.apache.org/derby/docs/10.9/devguide/cdevcsecurenativeauth.html Dag > Shutdown the server and started it up again pointing at this > manually created credentials database and tried to create an > application database myAppDB. > Trying to do this I am getting authentication not possible / > invalid user. In both connection strings have I used the > same user (dbo) and password (derby). > Can someone please support and point me into the right direction > or potentially share a sample script that shows how to create an > application database which makes use of native authentication? > > Thanks a lot in advance > Thomas
