About data storage in BonitaCloud

Hello,

I’ve succeeded in migrating my process into BonitaCloud. The problem is how can I locate the data I entered in the forms ?

In Bonitastudio, my process (healthcare) countains these activities :

  1. Declaration.
  2. Patient registration : The administrator enters the patient data in the forms. These data will be stored in a database (MySql).
  3. Consultation : a new consultation is added in a database (MySql).
  4. Payment.

The problem is : I can’t find the data when the process is executed in bonitaCloud.
Another problem is : the process stops at the first activity, the forms of the consultation and payment activities don’t appear anymore.

Can someone help me please ?
Best regards,

We don’t provide a local MySQL server.
If you need a MySQL server you may install it one for free using AWS http://aws.amazon.com/rds/free/

Could you, please, give us more details about how you use your database? Is it a MySQL connector that you use in steps 2 and 3?

Yes, in steps 2 and 3 I use mysql connector.

Hello,

According to your logs the connector can’t reach the MySQL database :

Exception: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

Could you please check its configuration?

Everything works fine when I execute my process in Bonita BPM Portal (on-premise), but it doesn’t work when I execute the process in BonitaCloud.
Do I have to configure something in BonitaCloud ?

Here’s the access information :
Driver : com.mysql.jdbc.Driver
URL : jdbc:mysql://127.0.0.1:3306/soin_de_sante
username : root
password :