RE: Need help with security policy

2018-08-21 Thread Michael Remijan
the client driver zstop - script to shutdown the server zz.policy - policy file used by all of the scripts Hope this helps, -Rick On 8/20/18 5:49 AM, Michael Remijan wrote: Hi Derby users. I need some help getting the security policy right. First, here is the command line with all the o

Need help with security policy

2018-08-20 Thread Michael Remijan
Hi Derby users. I need some help getting the security policy right. First, here is the command line with all the options for when I start Derby. I'm pretty sure I got all these correct. /home/derby/opt/java/bin/java -Dderby.drda.host=0.0.0.0 -Dderby.drda.portNumber=1527

Backup safe to call multiple times?

2018-10-03 Thread Michael Remijan
If I am doing a database backup with the following system utility call: CALL SYSCS_UTIL.SYSCS_BACKUP_DATABASE('$BAK_DIR'); I want to know if this is safe to call multiple times; in other words performing multiple backups into the same directory? When you call backup multiple times, will Derby

RE: [ANNOUNCE] Apache Derby 10.15.1.3 released

2019-03-13 Thread Michael Remijan
Couple questions: 1. Will older Derby remote clients still work unchanged or will they need the new 10.15 JAR files? 2. Any database conversion required to go from older version to 10.15? -Original Message- From: rhille...@apache.org Sent: Monday, March 11, 2019 6:47 PM To:

RE: [ANNOUNCE] Apache Derby 10.15.1.3 released

2019-03-13 Thread Michael Remijan
Yes it does, thank you. -Original Message- From: Rick Hillegas Sent: Wednesday, March 13, 2019 8:36 AM To: Derby Discussion ; Michael Remijan ; derby-...@db.apache.org; gene...@db.apache.org Subject: Re: [ANNOUNCE] Apache Derby 10.15.1.3 released A couple responses inline... On 3/13

RE: Derby Replication Issue

2020-08-27 Thread Michael Remijan
Embedded database can only be accessed by the application, nothing external. Seems to me like replication between embedded databases wouldn’t work. From: pramavyt s Sent: Thursday, August 27, 2020 8:58 AM To: derby-user@db.apache.org Subject: Derby Replication Issue Hello, I am trying to

RE: Embedded database, authentication, and derby.system.home

2021-03-23 Thread Michael Remijan
- From: Rick Hillegas Sent: Monday, March 22, 2021 1:09 PM To: derby-user@db.apache.org Subject: Re: Embedded database, authentication, and derby.system.home Sorry. I need SQL scripts. I can't make sense of a compiled application with no source code. On 3/22/21 7:05 AM, Michael Remijan wrote

Embedded database, authentication, and derby.system.home

2021-03-19 Thread Michael Remijan
Greetings, I have an interesting issue I just ran into and it took a little while to debug and figure out exactly what is happening. I have a project that uses an embedded Derby database. My project folder organization is a typical for an open source project: /projectname /bin

RE: Embedded database, authentication, and derby.system.home

2021-03-22 Thread Michael Remijan
by/mainline/zz/db1;user=dbo;password=dbo_password'; ij> SELECT * FROM t; A --- 1 2 2 rows selected Can you post a similar set of scripts which demonstrate the problem you are seeing? Thanks, -Rick On 3/19/21 11:14 AM, Michael Remijan wrote: NATIVE. After creating the d

RE: Embedded database, authentication, and derby.system.home

2021-03-22 Thread Michael Remijan
jdbc:derby:/Users/rhillegas/derby/mainline/zz/db1;user=dbo;password=dbo_password'; ij> SELECT * FROM t; A --- 1 2 2 rows selected Can you post a similar set of scripts which demonstrate the problem you are seeing? Thanks, -Rick On 3/19/21 11:14 AM, Michael Remijan wrote: NATIVE.

RE: Embedded database, authentication, and derby.system.home

2021-03-19 Thread Michael Remijan
LDAP, NATIVE, or custom? On 3/19/21 7:05 AM, Michael Remijan wrote: > Greetings, > > I have an interesting issue I just ran into and it took a little while to > debug and figure out exactly what is happening. > > I have a project that uses an embedded Derby database. My pr