Doubts about encoding, using the database across different OS/encoding

2023-10-17 Thread fed
he db again) ? Thanks for the help - fed

Re: disable creations of new databases when running the network server

2023-09-29 Thread fed
every one with their own native authentication and a credentials db used by the network server, with derby,properties that is derby.authentication.provider=NATIVE:credentials the valid users that can create a new db are the one defined in the credentials db, right? Thanks for the help. - fed

disable creations of new databases when running the network server

2023-09-16 Thread fed
network server but with the embedded driver and then later make it available on the network server. Maybe it is possible to limit this behaviour via the security manager but I don't think this can change a lot of the behaviour. Is it possible to disable/prevent/limit this? Thanks for the help - fed

Doubts about online backups using freeze / unfreeze

2023-08-07 Thread fed
e" state of the database, I can always "unfreeze" it, right? Q3: Last question, sorry for lots of questions: just to confirm even if in a freeze state I can acquire a connection and execute a read operation (select) on the database even in a transaction, right? Thanks for the help - fed

Re: Network server with different java (or derby) version between client and server

2023-02-06 Thread fed
server imply the shutdown of every database ? Is it enough ? I don’t have to call shutdown to every database individually I suppose. Thanks for the help, I copy my server policy file where I just substituted ${derby.install.url} with file:///tmp/2/db-derby-10.15.2.0-bin/lib/. -Fed // Licensed to

Re: Network server with different java (or derby) version between client and server

2022-12-01 Thread fed
have their own user/password (I am using NATIVE authentication) so what password has to be specified on shutdown ? And testing it seems I can shutdown it even without providing any user/password. Thanks for the help. On Thu, 1 Dec 2022 at 13:15, fed wrote: > Hi, > > As you suggest

Re: Network server with different java (or derby) version between client and server

2022-12-01 Thread fed
a Java SecurityManager > > and that the policy file does not grant read permission on that > > file--and probably all files in the database directory. > > > > On 11/25/22 12:30 AM, fed wrote: > >> Hi, > >> > >> testing with 10.15.2.0 from

Re: Network server with different java (or derby) version between client and server

2022-11-25 Thread fed
ns the file, the permissions on the file are 664. As I said, same setup but using 10.12.1.1 for the server, I have no problems. Best Regards -fed On Thu, 24 Nov 2022 at 19:52, Rick Hillegas wrote: > The SQLState indicates that the server was not able to boot the > database. Look in the server

Re: Network server with different java (or derby) version between client and server

2022-11-23 Thread fed
leton wrote: > I'm not aware of client-server version incompatibilities. Have you > done any experiments with different versions? > > thanks, > > bryan > > On Thu, Nov 10, 2022 at 4:16 AM fed wrote: > > > > Hi, > > > > using derby with net

Network server with different java (or derby) version between client and server

2022-11-10 Thread fed
version of apache derby? Thanks for the help -fed

Problem upgrading a derby database, ArrayIndexOutOfBoundsException on getIndexInfo()

2012-06-30 Thread fed
Hi, I posted time ago on this mailing list a similar question about an upgrading problem but i never found a solution, now i think i have the same problem with another derby database, i hope i can find a solution this time. I have a derby database 10.8.x and i use it with jdo/datanuclues. I am tr