DataBase connector error

1
-1
-1

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

"java.lang.reflect.InvocationTargetException org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: USERNAME=install | org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: java.lang.ArrayIndexOutOfBoundsException: -1"

6 answers

1
0
-1

How about using it as a Webservice? Write a C# SOAP webservice and use the same connector with an Envelope around your webservice and let your application call the webservice to do what you want or better still if you understand maven + groovy you can implement REST API (Thats what i am working on now) and have the UI designer call your REST directly and populate form controls for you.

1
0
-1

This issue is not resolved

1
0
-1

j'aimerai faire une connexion Ldap et bonita community
je teste les connecteurs mais neant;
voici le code d'erreur:
java.lang.reflect.InvocationTargetException
org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: USERNAME=install | org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: javax.naming.CommunicationException: DESTOP-Q0389MP:389 [Root exception is java.net.UnknownHostException: DESTOP-Q0389MP]

1
0
-1

You can check the DB Access by implementing a BOS file with just one DB connector by passing the DB values as a static instead of parameters/variables. it will make sure the connection establishment. Then you can replicate the same in your original BOS file. Thanks

1
-1
-1

1
-5
-1

Hello, the best way to figure out this item is to connect on your system to have a look. You don't have the subscription, so you don't use parameters, which protect you against this kind of error. So, you have a difference on your database or when you change the connector to the second database, you made an error. Support will help you on this kind of error : my main advice is for this kind of error is : * check your connector, check your database * have a subsription version, then you can use parameters and then call the support wich can have a look on your process.

Notifications