About data storage in BonitaCloud

1
0
-1

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,

Comments

Submitted by haris.subasic on Thu, 11/06/2014 - 15:29

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?

Submitted by oussoussama8888 on Thu, 11/06/2014 - 15:33

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

Submitted by jeremy.jacquier-roux on Thu, 11/06/2014 - 15:41

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?

Submitted by oussoussama8888 on Thu, 11/06/2014 - 16:06

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 ?

Submitted by oussoussama8888 on Thu, 11/06/2014 - 16:14

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

1 answer

1
0
-1

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/

Notifications