I could not attach the screenshots word documents even after reducing the size and zipping them. (Unfortunately size limit for attachments is very less in wmusers. Earlier also I faced this problem.)
Please find the configuration details below:
Configuration 1:
Connection Type: JDBC Adapter Connection
Package Name: DfsCare
Connection Properties
Transaction Type: LOCAL_TRANSACTION
DataSource Class: oracle.jdbc.pool.OracleDataSource (also tried oracle.jdbc.pool.OracleConnectionPoolDataSource)
serverName: ausdfsgriddb01
user IDD
password ******
databaseName: ccared.dev.amer.com
portNumber: 1521
networkProtocol: tcp
Other Properties: driverType=thin
Connection Management Properties
Enable Connection Pooling: true
Minimum Pool Size: 1
Maximum Pool Size: 10
Pool Increment Size: 1
Block Timeout (msec): 1000
Expire Timeout (msec): 1000
Startup Retry Count: 0
Startup Backoff Timeout (sec): 10
Error 1 (for Congiguration 1):
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource DfsCare:IDD.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=ausdfsgriddb01))(CONNECT_DATA=(SID=ccared.dev.amer.com)))
Configuration 2 (Changes marked with **):
Connection Type: JDBC Adapter Connection
Package Name: DfsCare
Connection Properties
Transaction Type: LOCAL_TRANSACTION
DataSource Class: oracle.jdbc.pool.OracleDataSource (also tried oracle.jdbc.pool.OracleConnectionPoolDataSource. Which one
is correct ? As per documentation, oracle.jdbc.pool.OracleConnectionPoolDataSource is there, but as per this thread for
successful configuration, it’s oracle.jdbc.pool.OracleDataSource)
serverName: ausdfsgriddb01
user IDD
password ******
databaseName: ccared.dev.amer.com
portNumber: 1521
networkProtocol: tcp
Other Properties: serviceName=ccared.dev.amer.com;driverType=thin **
I read in one of the threads in wm users itself that serviceName parameter has to be added for Oracle 10g, as webMethods
expects SID for database name but SID is not there in Oracle 10g (not sure). But adding serviceName eliminates TNS listener
issue. Even there if I don’t use space in between the two Other Properties parameters, I am getting TNS listener error also.
Also order (between serviceName and driverType parameters) is making the difference for errors.
Thanks.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB