Usuarios

1
0
-1

¿Dónde se guardan los usuarios del portal de bonita?¿En que base de datos y en que tabla?

Muchas gracias.
Un saludo.

1 answer

1
0
-1

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.

Comments

Submitted by Sean McP on Tue, 05/09/2017 - 21:02

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

Notifications