[Archivesspace_Users_Group] Problem with events created by the API

2020-10-09 Thread Andrew Morrison
Hello, Has anyone else experienced problems with the API generating so many events that it causes records to be unviewable? We need to move ~3000 archival objects from one resource to another, and then into their correct places as children of other archival objects already in the

Re: [Archivesspace_Users_Group] MySQL connector question

2020-10-09 Thread Blake Carver
Try using the older connector, https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.49.tar.gz From: archivesspace_users_group-boun...@lyralists.lyrasis.org on behalf of Peter Heiner Sent: Friday, October 9, 2020 8:13 AM To: Archivesspace

Re: [Archivesspace_Users_Group] MySQL connector question

2020-10-09 Thread Peter Heiner
Neal, Rick wrote on 2020-10-09 11:47:06: > I checked my CLASSPATH but found it was empty. My java is using > /bin/java. Could my issues simply be that the CLASSPATH is empty? Do > I want to add java to the CLASSPATH by doing this: export > CLASSPATH=/bin/java and then test to see if everything

Re: [Archivesspace_Users_Group] MySQL connector question

2020-10-09 Thread Neal, Rick
Good morning Peter, Thank you for your help! I checked my CLASSPATH but found it was empty. My java is using /bin/java. Could my issues simply be that the CLASSPATH is empty? Do I want to add java to the CLASSPATH by doing this: export CLASSPATH=/bin/java and then test to see if everything

Re: [Archivesspace_Users_Group] MySQL connector question

2020-10-09 Thread Peter Heiner
Neal, Rick wrote on 2020-10-09 11:18:00: > I am continuing to troubleshoot our mysql issue and have a question about the > mysql connector. > > My operating system is RHEL 7. > MySQL version is: mysql-community 5.6.49-2.el7 > > The instructions sent me to:

Re: [Archivesspace_Users_Group] MySQL issue

2020-10-09 Thread Peter Heiner
Neal, Rick wrote on 2020-10-08 12:55:39: > I then SHOW GRANTS; > > It only lists the grants for the root user. Nothing about the archivesspace > database or user. Plain SHOW GRANTS operates on the current user, root in your case. You need to use SHOW GRANTS FOR 'username'@'host'; p

[Archivesspace_Users_Group] MySQL connector question

2020-10-09 Thread Neal, Rick
Good morning, I am continuing to troubleshoot our mysql issue and have a question about the mysql connector. My operating system is RHEL 7. MySQL version is: mysql-community 5.6.49-2.el7 The instructions sent me to: https://dev.mysql.com/downloads/connector/j/ I downloaded: