¿Dónde se guardan los usuarios del portal de bonita?¿En que base de datos y en que tabla?
Muchas gracias.
Un saludo.
¿Dónde se guardan los usuarios del portal de bonita?¿En que base de datos y en que tabla?
Muchas gracias.
Un saludo.
The users are in database …\bonita_journal.db and the relevant tables are
Group_
Profile
Profileentry (not sure about this one…
Profilemember
Role
User_
User_ContactInfo
User_Login
User_Membership
regards
Seán
PS: As this reply answers your question, please mark as resolved.
Same problem as with http://community.bonitasoft.com/node/26516#node-26519
That is not the Bonita Database, that is a database that you’ve created called bonita_journal_etc.
This is a common problem when accessing h2 databases,
for your connection string you must only call it bonita_journal.db do not call it bonita_journal.db.h2.db
The h2 driver adds the h2.db automatically.
So if you open the folder
{{ bonitaInstallDir }}\workspace\default\h2_database
you will find you’ve created a invalid empty database called bonita_journal.db.h2.db.h2.db you can safely delete this
regards
Seán