Re: Enter and leave class event triggers

2018-09-04 Thread Maxim Solodovnik
I'm using MySql in development, because I can check what is in DB :)) You can use any supported DB (except Derby) and its UI/comman line interface to check :) On Wed, 5 Sep 2018 at 09:55, Daniel Baker wrote: > Ahh thanks. I was using the internal derby databse and wasn't sure > how to chec

Re: Enter and leave class event triggers

2018-09-04 Thread Daniel Baker
Ahh   thanks.   I was using the internal derby databse  and wasn't  sure how to check and a developer I was working with couldn't seem to find it. Sorry for the query.  Seems glaringly obvious after seeing those commands.   Will start  double checking  from  now on. BR Dan On 9/5/2018 9:43

Re: Enter and leave class event triggers

2018-09-04 Thread Maxim Solodovnik
mysql> use openmeetings; mysql> show tables; ++ | Tables_in_openmeetings | ++ | address| | appointment| | chat | *| conference_log |* | configuration | | email_queue| | file_lo

Re: Enter and leave class event triggers

2018-09-04 Thread Daniel Baker
Hi , Where exactly is this  table?  We can't seem to locate it *DB conference_log table* Thanks, Dan On 11/28/2017 11:09 AM, Maxim Solodovnik wrote: Hello Daniel, These events are being generated 1) in the DB conference_log table 2) in UI you can open Action and Activities and see "user

Re: Enter and leave class event triggers

2018-06-25 Thread Maxim Solodovnik
Hello Daniel, Usually access to port 3306 is closed by default from external machines for security reasons So I guess the steps should be: 1) create new user as 'name'@'ext_IP' with really strong password 2) grant necessary rights to this user (I guess login and read for particular table in one D

Re: Enter and leave class event triggers

2018-06-25 Thread Daniel Baker
Hi Maxim, What  would be the best way to  look at *DB conference_log table* from  a server  external to OM  ?  Should I just attach to the database through 3306  MYSQL port  and do  my analysis ? Thanks, Dan On 11/28/2017 11:09 AM, Maxim Solodovnik wrote: Hello Daniel, These events a

Re: Enter and leave class event triggers

2017-11-27 Thread Maxim Solodovnik
Hello Daniel, These events are being generated 1) in the DB conference_log table 2) in UI you can open Action and Activities and see "user leaves" events There are plans to improve this: https://issues.apache.org/jira/browse/OPENMEETINGS-1768 https://issues.apache.org/jira/browse/OPENMEETINGS-858