When you create the Content Navigator JDBC Datasource for ECMClientDS with a DB2 HARD configuration it might be that you receive the following error:
ASX7017E: Exception received while running file „/opt/IBM/ECMClient/configure/tmp/configurejdbcecm.tcl“; exception information: com.ibm.bsf.BSFException: error while eval’ing Jacl expression:
can’t read „_postgresqlJar“: no such variable
while executing
„createJDBCProvider $_wasVersion $_cellName $_jdbcProviderType $_jdbcProviderName $_jdbcProviderDesc $_driverVersion $_ojdbcJar $_mssqlDriverJar $_post…“
invoked from within
„set _provider [createJDBCProvider $_wasVersion $_cellName $_jdbcProviderType $_jdbcProviderName $_jdbcProviderDesc $_driverVersion $_ojdbcJar $_mssqlD…“
This is a known issue and you need to modify the configureWSJDBC.tcl in ECMClient/configure/scripts
Uncomment the following lines:
#Oracle RAC url (Oracle RAC only)
set _oracleRacUrl ""
#Oracle SSL URL (Oracle SSL only)
set _oracleSSLURL ""
#Oracle SSL enabled (Oracle SSL only)
set _sslEnabled ""
#Oracle SSL conn (Oracle SSL only)
set _sslConn ""
#Oracle SSL conprops (Oracle SSL only)
set _connProps ""
And add the line:
set _postgresqlJar ""
