oracle

Has anyone faced the ORA-01691 unable to extend lob segment problem?

Hi,

we are using bonita bpm community edition 7.7.4 with an oracle 12c enterprise database.
We started with a fresh user schema, but after a few weeks of usage the error occured the first time.

Right now bonita tries to extend the lobsegment area by ~ 5GB of data... which is (even with the autoextend options) not possible...

We have removed all active process instances, but the problem still comes up...

Anyone has or had the same problem or can anyone tell me where to find the data, which our bonita node tries to write into the database?

No graphic mode for Oracle connector

I am trying to connect to an Oracle 11G database using the wizard.

When I get to the mode step the graphic mode is greyed out:
phxFXmI.png

Tomcat server won't start

Hello, I need some help.
I would like to connect to a Oracle Database with bonita bpm Community.

What I did was this:
http://documentation.bonitasoft.com/database-configuration-1

I followed these steps:
--> set DB_OPTS="-Dsysprop.bonita.db.vendor=oracle" to oracle in the setenv.sh
--> was commenting out

in the server.xml
--> commenting this out :

Script creation DataBase Oracle for business data.

como creo la base de datos para la version 7 the bpm.

DataBase connector error

hello , i m using bonitasoft 6.3 community .

and Two oracle database server . one is production and one is test .

on my test server i m tried to connect it is successfully run , but when i tried to connect to different server (prod) it gives error .

as database side there are all GRANT same for both database . so how can i resolve this problem .

error is as follow : error

DataBase Connectors result assignment (Oracle)

I try to assign the output of an Oracle Database Connector to a process variable (typed : java.sql.ResultSet), but I have the following error :

java.lang.reflect.InvocationTargetException org.bonitasoft.engine.exception.BonitaRuntimeException: USERNAME=install | java.lang.ClassCastException: oracle.jdbc.driver.ScrollableResultSet cannot be cast to java.io.Serializable

If i remove the output assignment (script option), the connector work.

I don't understand why it doesn't work, any idea ?

How to Write On Database in Bonitasoft

i am totaly new in this field ,

i want to write on database in bonitasoft how can i query database ( insert query)

i am able to connect database and retrive data using connector , but now how can i store data into database

i use oracle 10g external database

thanks and regards

kandarp patel

Bonita not starting bpm 6 oracle 11gR1

Tomcat is starting but I get the error message below. and my tenant id. the engine seems to be sarting. the database doesn't get created.

database connection: ojdbc6 - server: tomcat6 - operating system: windows server 2008 R2

content of the bonita log:

BigDecimal Problem

Hi Community!

I'm trying to use some groovy code to do an update according to a list. Well, I'm having some bad time, probably because my code have something wrong.

import groovy.sql.Sql

def lista = []

Sql sql = BonitaSql.newInstance("jdbc:oracle:thin:@MYIPADRESS:orcl1", "NAME", "PASS",new oracle.jdbc.OracleDriver())
sql.eachRow "SELECT CD_USUARI FROM VULTIMOLOG WHERE DAT < (sysdate - 20)", {lista +=it.CD_USUARI}
sql.close()

unable to run an oracle query

Hello, I currently testing bonita in order to chose a BPM solution for our firm. But I have a problem connecting to my oracle database (oraclient 11h and ojdbc6) with Bonita 6.2.1 community edition I set a connector like this :

Notifications