mysql

Mysql SlowQuery GC overhead limit exceeded error

Hi,

We are currently experiencing issues with a process that allows users to register multiple data of a complex type. Occasionally, this process encounters errors, especially when there are more than 200 items involved.

We have identified the following errors in our logs:

can not using the value of process variable in mysql query

Hi,

I have human task(task1) to insert first name of employee to input field in form,then assign it to process variable named (newvar) of type text.in the second human task(task2) I can print the entered value of (newvar) in the form.in the third human task (task3) I made a connetor to mysql database to get number of leaves to employee according to entered name(newvar) and I used the following query:

SELECT num_of_admin_leave FROM db_full_company.employee where first_name='$"{newvar}"' ;

Error while starting the case - no logs, no explanation

Hi,

Have been a user of Bonitasoft for years, but this is the first time coming across this issue. Users have been getting a message [Error while starting the case] when trying to submit a case from the instantiation form.

Bonita 7.10 y MySQL

Me gustaría integrar Bonita Community con MySql, he tratado de seguir la documentación oficial pero no lo he logrado (Mi entorno es Linux Mint + MySql + Bonita Community 7.10) si alguien ya ha logrado hacerlo su ayuda es bienvenida, gracias.

bonitasoft to Mysql

hi ;
i create a connector with bonitasoft to Mysql workbench 8.0.16:
when i test, i get this message:

How to Execute a Stored Procedure call in Bonita Studio

Hello,

I'm trying to execute a stored procedure in Bonita Studio. The stored procedure is stored at a mysql database server, so currently I'm using a MYSQL Connector, but if it's unsuitable, I don't mind changing my approach. What I've done:

Use of MySQL in bonita

Hi,
I have some questions regarding the use of MySQL in bonita:

How to Change Default Technical User Password (Install)

hello, i've installed Bonita with Wildfly Community edition 7.6 on Ubuntu 16.4 and MySql but reading instructions, i`ve modified the both files to do that, but it doesn't works the files that i've changed are:
1.-: /setup/platform_conf/initial/platform_engine/bonita-platform-community-custom.properties

2.-:/setup/platform_conf/initial/platform_portal/platform-tenant-config.properties

both files left with the same userName, i just changed the password but this doesn't works

can anybody give a little of help on this?

kindly regards.

Showing Data from MySQL at Bonita BPM UI Designer

Hello Everyone,

I do my thesis using Bonita BPM to making Business Process.

I want to ask something:

I already connect to the mysql with the script "SELECT * FROM Table Where Field = 'field'" I want to showing the result in the UI Designer. But I don't know how to do that. Can somebody help me what should I do.

Anyway the deadline is 1 week. So I kinda stressful about that. Thank you so much!

MySQL last_insert_id() error

Hello everyone.

I have a connector that insert a row in an external mysql db that works correctly. Now, I wanted to extend such connector in order to return the id of the lastly inserted row (the mysql table has a auto_incremented field) which I want to save in a variable to use it for future editing within the same process (I do that in the output operation definition part of the connector). The groovy code looks like this:

Notifications