SmartClient Version: v10.0p_2015-05-14/Enterprise Deployment (built 2015-05-14)
Hello, I'm trying to use the concat includeSummaryFunction, but I get this warning:
I'm using Database Oracle 11g Release 11.2.0.1.0, Oracle JDBC driver, driver version 12.1.0.1.0.
In server.properties file I've got:
Am I missing some setting?
Hello, I'm trying to use the concat includeSummaryFunction, but I get this warning:
Code:
2015-05-18 10:58:38,659 WARN SQLDataSource [builtinApplication.SKY_CONTRATTI_fetch] Summary function 'Concat' is supported with Oracle database only. 2015-05-18 10:58:38,659 WARN SQLSelectClause [builtinApplication.SKY_CONTRATTI_fetch] Function name: 'concat' specified in summaryFunction attribute for field 'SKY_CONTRATTI.HAS_FATTURA' is not supported by this type of data source. Skipping.
In server.properties file I've got:
Code:
sql.dbJpcEP.autoJoinTransactions: true sql.dbJpcEP.interface.type: jndi sql.dbJpcEP.driver.driverType: thin sql.dbJpcEP.driver.name: jdbc/juve/dbJpcEP sql.dbJpcEP.driver.autoConfigured: true sql.dbJpcEP.database.type: oracle
Comment