Hello!
I executed this SQL and the insert worked fine, but when I used in a bonita connector the following log error occured:
The work [ExecuteConnectorOfActivity: flowNodeInstanceId = 225,
connectorDefinitionName = [conector_insert] failed. The failure will be handled.
2016-06-23 11:59:51 org.bonitasoft.engine.execution.work.FailureHandlingBonitaWork
org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException:
org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException:
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 'INSERT INTO table (column_1, column_2) VALUES (30,1700), (80,1700)'."
I can’t find the failure in the insert, please can anyone help me?
Insert into a SQL Server 2012 table throw the bonita connector sqljdbc4.jar
Any help will be welcomed!
Thanks in advance!
Fa